cd flaskbook_api
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
If you fail to install torch search appropriate version at official site and use it.
- Ubuntu 18.04
- CPU only
- WSL2
flask run
cd flaskbook_api
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
If you fail to install torch search appropriate version at official site and use it.
flask run