Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castella1313/speech-emotion-recognizer
This is a speech emotion recogniser. This will tell you the emotion in the speech.
https://github.com/castella1313/speech-emotion-recognizer
kivy kivy-framework machine-learning mlp-classifier pyaudio python
Last synced: 3 months ago
JSON representation
This is a speech emotion recogniser. This will tell you the emotion in the speech.
- Host: GitHub
- URL: https://github.com/castella1313/speech-emotion-recognizer
- Owner: Castella1313
- Created: 2021-12-08T06:23:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T07:14:14.000Z (about 3 years ago)
- Last Synced: 2024-10-14T06:40:30.343Z (3 months ago)
- Topics: kivy, kivy-framework, machine-learning, mlp-classifier, pyaudio, python
- Language: Python
- Homepage:
- Size: 264 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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