pip3 install virtualenv
virtualenv env
you can use any name insted of env
source env/bin/activate
pip install -r requirements.txt
Make sure to update requirements.txt if you add new dependencies
python -m unittest -v
All test scripts must be added in the "test/" directory, and must start with the "test_" prefix
python setup.py
This script downloads the compressed file containing the model weights, extracts the weights, places the extracted file in models directory.