SLYRIC - Sign Language Yielding Realtime Intelligent Classifier is a cutting-edge machine learning application designed to recognize hand gestures in real-time using your device's camera. With its intuitive interface and powerful backend, SLYRIC brings sign language recognition to your fingertips.
- Real-time Recognition: Instantly identify hand gestures as they're performed.
- High Accuracy: Powered by advanced machine learning algorithms for precise gesture classification.
- Easy-to-Use: Simple setup process and user-friendly interface.
- Customizable: Train on your own gesture set for personalized use.
- Capture: Your device's camera captures hand gestures in real-time.
- Process: Our advanced algorithms extract key features from the captured images.
- Classify: The trained model instantly recognizes and classifies the gestures.
- Display: Results are seamlessly displayed on your screen.
Ensure you have the following installed:
- Python 3.7+
- pip (Python package manager)
-
Clone the repository:
git clone https://github.com/yourusername/slyric.git cd slyric -
Install the required packages:
pip install -r requirements.txt
-
Data Collection:
python collect_imgs.pyFollow the on-screen prompts to capture images for each gesture.
-
Dataset Creation:
python create_dataset.pyThis processes the collected images and prepares them for training.
-
Model Training:
python train_classifier.pyTrain the model on your collected dataset.
-
Real-time Inference:
python inference_classifier.pyLaunch the real-time gesture recognition application.
SLYRIC is designed to be flexible. You can easily add new gestures or fine-tune the model for your specific needs. Refer to our customization guide for detailed instructions.
SLYRIC achieves an impressive 95-98.6% accuracy on standard sign language datasets, with real-time inference speeds of up to 30 frames per second on modern hardware.
We are working on Performance graphs and Benchmarks, suprise us with star and stay tuned for Benchmarks.
For questions, feature requests, or bug reports, please open an issue on our GitHub issue tracker.
We welcome contributions! Please see our contributing guidelines for more information on how to get involved.
SLYRIC is released under the MIT License. See the LICENSE file for more details.
Made with ❤️ by the SLYRIC Team
