Skip to content

Commit e1861c1

Browse files
committed
Added the DataSets
1 parent a94ec6f commit e1861c1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Voice Classification Using ML and Recognize the Emotion Behind the Tone Project Assigned By - Compsoft Technologies
2+
![](Snapshots/SS1.png)
3+
4+
Dependencies Used:
5+
Librosa
6+
Numpy
7+
Soundfile
8+
Scikit-learn
9+
PyAudio
10+
11+
Preparing the Dataset: Here, we download and convert the dataset to be suited for extraction.
12+
Loading the Dataset: This process is about loading the dataset in Python which involves extracting audio features, such as obtaining different features such as power, pitch, and vocal tract configuration from the speech signal, we will use librosa library to do that.
13+
Training the Model: After we prepare and load the dataset, we simply train it on a suited sklearn model.
14+
Testing the Model: Measuring how good our model is doing.

Snapshots/SS1.png

33.5 KB
Loading

data/datasets.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
https://sites.psychlabs.ryerson.ca/smartlab/ravdess-commercial-licensing/
2+
3+
https://github.com/x4nth055/pythoncode-tutorials/tree/master/machine-learning/speech-emotion-recognition/data
4+
5+
https://ffmpeg.org/

0 commit comments

Comments
 (0)