csharpshooter/PytorchDeployment
Deploy our PyTorch model with Flask and Heroku. Create a simple Flask app with a REST API that returns the result as json data, and then deploy it to Heroku. Here we will do image classification, and we can send images to our heroku app and then predict it with our live running app.
PythonGPL-3.0