Skip to content

Releases: marcogdepinto/Deep-learning-model-deploy-with-django

v.1.3

02 May 07:43
Compare
Choose a tag to compare
  • Bumped to Django 3 and adjusted requirements.txt accordingly;
  • Fixed Issue 9;
  • README updated with PostgreSQL setup guide.

v1.2

19 Apr 15:19
6e9f417
Compare
Choose a tag to compare

This release includes few adjustments to get a first working deployment on Heroku: https://emotion-classification-ravdess.herokuapp.com/index/

v1.1.1

07 Dec 10:34
810c48e
Compare
Choose a tag to compare

Bumped django version to 2.2.7 to 2.2.8.

v1.1

29 Sep 08:53
Compare
Choose a tag to compare

Implemented working DeleteView: the users are now able to delete files using the app frontend.

v1.0

05 Sep 20:16
Compare
Choose a tag to compare

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.