/Sign-Language

Primary LanguageJupyter Notebook

Sign-LangI

install 🦖

pip install -r req.txt

Steps


Step 1. Create a new virtual environment
Step 2. python -m venv env
Step 3. Activate your virtual environment ```.\tfod\Scripts\activate # Windows```
Step 4. Install dependencies and add virtual environment to the Python Kernel
python -m pip install --upgrade pip
pip install ipykernel
python -m ipykernel install --user --name=env