Go to file
MMaker 62d199cba9
Cleanup
2023-05-26 19:04:46 -04:00
.gitignore Add classifier pipelines 2023-05-26 18:57:59 -04:00
README.md first! :^) 2023-05-26 17:41:57 -04:00
app.py Cleanup 2023-05-26 19:04:46 -04:00
dbimutils.py first! :^) 2023-05-26 17:41:57 -04:00
interrogator.py first! :^) 2023-05-26 17:41:57 -04:00
requirements.txt Add classifier pipelines 2023-05-26 18:57:59 -04:00

README.md

Install

Assuming venv usage (i.e. python -m virtualenv venv)

pip install torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
python app.py -p [PATH]