CoolFace
Apppublic

Abdullah-khan9653/Real_Time_American_Sign_Language_Recognition_System

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
README.md26 linesDownload Raw Back to root
1---2title: Real-Time American Sign Language Recognition3emoji: 🤟4colorFrom: blue5colorTo: purple6sdk: gradio7sdk_version: 5.50.08python_version: 3.129---10 11## 🖐️ Real-Time ASL Recognition (A–Z)12 13This project uses:14- MediaPipe Hands15- RandomForestClassifier16- Gradio (Hugging Face Spaces)17 18### How it works19- Upload an image or use camera input20- Hand landmarks extracted21- Model predicts ASL alphabet (A–Z)22 23### Notes24- Near real-time predictions (HF webcam limitation)25- CPU only, stable & reproducible26