Skip to content

Commit 13f8f6e

Browse files
committed
Added Resources
1 parent 128d0a4 commit 13f8f6e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ Soundfile
88
Scikit-learn
99
PyAudio
1010

11+
1112
Preparing the Dataset: Here, we download and convert the dataset to be suited for extraction.
1213
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.
14+
![](Snapshots/wave.png)
1315
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.
16+
![](Snapshots/scaling.png)
17+
Testing the Model: Measuring how good our model is doing.
18+
->We use MFCC, Chroma, and Mel Frequency Cepstrum as speech features
19+
20+
***We Obtained Accuracy of 75%
21+
![](Snapshots/result.png)
22+
other datasets such as Emo-DB and TESS and tweak the model (or use another one) if you wish to get better performance
23+
24+
| Team : ISAAC | JAHNAVI | IRFAN | HEMANTH |
25+

Snapshots/scaling.png

121 KB
Loading

Snapshots/wave.png

257 KB
Loading

0 commit comments

Comments
 (0)