Skip to content

Prakyy/Sign-Language-DenseNet121

Repository files navigation

Datasets used: https://www.kaggle.com/datasets/grassknoted/asl-alphabet

Setup instructions:

  • Clone repository from github

  • Extract repository contents

  • Open a terminal in the root of the extracted folder

  • Python version needed 3.10.x or lower

  • Ensure a camera is connected

  • Run the following two commands in the terminal:

    • Create a virtual environment (optional but recommended): python -m venv venv

    • Run the virtual environment source venv/bin/activate - if you have Linux/Mac venv\Scripts\activate - if you have Windows

    • Install the required packages pip install -r requirements.txt

    • Run the model python model_runner.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages