ASL project is an educational software, intended for individuals learning American Sign Language, that will allow them to master the basic spelling and will facilitate the communication, as well as the integration, of deaf people.
Learning ASL allows you to communicate with a wide range of hearing, hard of hearing, and deaf human beings—including those from hospitals, schools/colleges, courts, governmental agencies, community activities, and local, county, state legislatures.
The main goal of the ASL project is to improve the quality of communication for hearing people with deaf or hard of hearing individuals, by helping learners to practice and to develop fluency in Sign Language.
conda env create -f environment.yml
pip install -f requirement.txt
Make sure the yolo repository is cloned, otherwise the model cannot be configured.
git clone https://github.com/TudorAndrei/CV-Project-ASL.git
cd CV-Project-ASL
git clone https://github.com/TudorAndrei/yolov5 yolo
FLASK_APP=app.py flask run