Skip to content

Commit a11c672

Browse files
Update README.md
1 parent 78e8c4a commit a11c672

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ This repository contains my work on speech emotion detection using <a href="htt
44

55
The models which were discussed in the repository are MLP,SVM,Decision Tree,CNN,Random Forest.
66

7-
<h3>Pre-requisites : </h3>
7+
<h4>Pre-requisites : </h4>
88
<p>python-3.7+</p>
99
<p>librosa</p>
1010
<p>numpy</p>
1111
<p>sklearn</p>
1212
<p>soundfile</p>
13-
14-
<h3> Details :</h3>
15-
16-
<p>utils.py - Contains extraction of features,loading dataset function<p>
17-
<p>loading_data.py - Contains dataset,splitting data<p>
13+
<h4> Details :</h4>
14+
<p>utils.py - Contains extraction of features,loading dataset functions<p>
15+
<p>loading_data.py - Contains dataset loading,splitting data<p>
1816
<p>mlpclassifier.py- Contains mlp model code<p>
1917
<p>Using_ml_algorithms.py - Contains SVM,randomforest,Decision tree Models.</p>
2018
<p>CNN_speechemotion.ipynb - Consists of CNN-1d model</p>
21-
<h4>NOTE :</h4> Remaining .ipynb files were same as above files but shared from google colab.
19+
<b>NOTE :</b> Remaining .ipynb files were same as above files but shared from google colab.
2220

2321

2422

0 commit comments

Comments
 (0)