/ASL-Recognization

In this project, we're using transfer learning to recognize Alphabets and Numbers in American Sign Language (ASL)

Primary LanguageJupyter Notebook

ASL-Recognization

In this project, I have applied transfer learning to an Inception-v3 Model to recognize Alphabets and Numbers in American Sign Language with 99% accuracy on the test set. You can find the training notebook here.

To implement this code, you can -

  1. Download the model here.

  2. I have deployed the app using StreamLit, where you can directly upload a picture and you'll get the results. To check by uploading images run -
    streamlit run main.py

  3. I have also implemened the real-time ASL detection using Google's mediapipe, which assists in hand detection. To see live ASL recoginition run -
    python live.py

References