This repo contains a sample code to show how to create a Flask API server by deploying PyTorch model.
pip install -r requirements.txt
flask run
Go to http://127.0.0.1:5000/
via chrome browser and upload image from static
folder.
This repo contains a sample code to show how to create a Flask API server by deploying PyTorch model.
pip install -r requirements.txt
flask run
Go to http://127.0.0.1:5000/
via chrome browser and upload image from static
folder.