Skip to content

Commit 7a9bbba

Browse files
Update README.md
1 parent 3746600 commit 7a9bbba

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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
22

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.
44

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
96

107
# Why I am doing this?
118

@@ -64,4 +61,4 @@ If you do not know how Django works, you can skip to the ``App/views.py`` file t
6461

6562
**User Stories**
6663

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

Comments
 (0)