Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.17 KB

ASL to Text

In recent years, ASL has become the medium of communication for thousands, if not millions of people. However, very few people with no hearing impairment know the various symbols of this sign-language. This project aims to bridge the gap between those who know and those who don't know this language. This project uses the MobileNet architecture to recognise patterns in the video frames (which are taken from your camera) and predicts the ASL sign you are making. The model is trained on the ASL Alphabets dataset.

Authors

License

MIT

Installation

Clone this project with git

git clone https://github.com/Chiraagkv/ASL.git

Install the requirements for this project with

pip install -r requirements.txt

Usage/Examples

streamlit run webrtc.py