Real-time sign language gesture detection using a custom-trained YOLOv8 model.
- Webcam-based real-time detection
- Custom YOLOv8 model trained on labeled gesture data
- Flask web interface
- Python, Flask
- OpenCV
- Ultralytics YOLOv8
- PyTorch
pip install flask ultralytics opencv-python
python app.pyWeights are stored in Basic-1st.pt. Dataset was labeled and processed using Roboflow.
Open the web UI, allow camera access, and view real-time sign language detection results.