Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 353 Bytes

File metadata and controls

17 lines (13 loc) · 353 Bytes

Sign Language Detection App

Streamlit application for real-time sign language detection using computer vision.

Features

  • Upload image for sign detection
  • Real-time webcam detection
  • High accuracy SVM model (99.9%)

Live Demo

[Your Streamlit App URL]

Local Setup

pip install -r requirements.txt
streamlit run streamlit_app.py