Releases: marcogdepinto/Deep-learning-model-deploy-with-django
Releases · marcogdepinto/Deep-learning-model-deploy-with-django
v.1.3
v1.2
This release includes few adjustments to get a first working deployment on Heroku: https://emotion-classification-ravdess.herokuapp.com/index/
v1.1.1
Bumped django version to 2.2.7 to 2.2.8.
v1.1
Implemented working DeleteView: the users are now able to delete files using the app frontend.
v1.0
This release includes the first MVP of the website. The user has the opportunities to
- Load a file;
- Make a prediction on one of the files already on the server.
Both the functionalities above are available via API calls or front end UI.