Skip to content

This is a speech emotion recogniser. This will tell you the emotion in the speech.

Notifications You must be signed in to change notification settings

Castella1313/Speech-Emotion-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech-Emotion-Recognizer

In this project, we attempt to detect underlying emotions such as (sad, happy, neutral, angry, disgust, surprised, fearful and calm) in recorded speech by analysing the acoustic features of the audio data of recordings and Create an application to implement the same on user input.

The Appllication is based on Kivy framework for python

Python libraries to be installed

librosa
soundfile
os
glob
pickle
numpy
sklearn
time
pyaudio
wave
kivy

To run this Application

Move to the directory
run

python main.py

Application GUI

About

This is a speech emotion recogniser. This will tell you the emotion in the speech.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages