Skip to content

trandinhson3086/Speech-Emotion-Recognition-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech-Emotion-Recognition-App

Convolution

A real-time speech emotion recognition application using Scikit-learn and gradio.

Requirements

  • librosa==0.6.3
  • numpy
  • soundfile==0.9.0
  • sklearn
  • pyaudio==0.2.11
  • gradio

pipeline

  • Dataset: RAVDESS dataset
  • Feature Extraction: MFCC, Chroma, and Mel Frequency Cepstrum
  • Model: Multi Layer Perceptron classifier
  • Accuracy: ~76% with 4 classes ["angry","sad", "neutral","happy"]

Training

python train.py

Demo

python app.py

About

A real-time speech emotion recognition application using Scikit-learn and gradio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages