Skip to content

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

v.1.3

Choose a tag to compare

@marcogdepinto marcogdepinto released this 02 May 07:43
  • Bumped to Django 3 and adjusted requirements.txt accordingly;
  • Fixed Issue 9;
  • README updated with PostgreSQL setup guide.

v1.2

Choose a tag to compare

@marcogdepinto marcogdepinto released this 19 Apr 15:19
6e9f417

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

v1.1.1

Choose a tag to compare

@marcogdepinto marcogdepinto released this 07 Dec 10:34
810c48e

Bumped django version to 2.2.7 to 2.2.8.

v1.1

Choose a tag to compare

@marcogdepinto marcogdepinto released this 29 Sep 08:53

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

v1.0

Choose a tag to compare

@marcogdepinto marcogdepinto released this 05 Sep 20:16

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.