PyTorch Flask API
Check the demo here.
If you'd like to check a super simple API server, then check this repo.
Requirements
Install them from requirements.txt
:
pip install -r requirements.txt
Local Deployment
Run the server:
python app.py
Heroku Deployment
License
The mighty MIT license. Please check LICENSE
for more details.