Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 373 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 373 Bytes

ASL-Recognizer

Instructions(for Windows):

git clone https://github.com/nayan2000/ASL-Recognizer.git

Create a new Virtual Environment(say named my_env):

python -m venv my_env

my_env\Scripts\activate

cd ASL-Recognizer

pip install -r "requirements.txt"

cd "ASL Classifier"

mkdir static

python app.py

Open the browser at http://127.0.0.1:8000/.