You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
-
# Django-rest API to serve an emotion classification deep learning model
1
+
# Deep learning model deploy with Django
2
2
3
-
Emotion Classification RAVDESS is a project that is able to predict the emotions of a recorded speaker using a deep neural network.
3
+
This repository includes a Django-based API to serve a deep learning model previously trained. A simple front end is provided to give non-power users the possibility to interact via UI.
4
4
5
-
More information about the project can be found in the related repository: https://github.com/marcogdepinto/Emotion-Classification-Ravdess
6
-
7
-
This repository includes a Django-based API to serve the deep learning model previously trained.
8
-
In addition, a simple front end is provided.
5
+
The model used is an Emotion Classifier trained with audio files of the RAVDESS dataset. More info here: https://github.com/marcogdepinto/Emotion-Classification-Ravdess
9
6
10
7
# Why I am doing this?
11
8
@@ -64,4 +61,4 @@ If you do not know how Django works, you can skip to the ``App/views.py`` file t
64
61
65
62
**User Stories**
66
63
67
-
What is the plan for the future and what it is currently ongoing: https://github.com/marcogdepinto/Django-Emotion-Classification-Ravdess-API/projects/2
64
+
What is the plan for the future and what it is currently ongoing: https://github.com/marcogdepinto/Django-Emotion-Classification-Ravdess-API/projects/2
0 commit comments