Skip to content

paras-2407/Speech-Emotion-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Speech Emotion Recognition using RAVDESS Dataset πŸŽ™οΈπŸ˜ƒπŸ˜’πŸ˜‘

This project is a Speech Emotion Recognition (SER) system that uses machine learning and audio signal processing techniques to classify emotions from speech audio. It leverages the RAVDESS dataset, and includes preprocessing using librosa, followed by training a deep learning model for emotion classification.

πŸ” Overview

  • Dataset: RAVDESS
  • Audio Preprocessing: Feature extraction using librosa (MFCCs, Chroma, Mel spectrogram, etc.)
  • Model Architecture: Deep learning model (likely CNN/LSTM-based) built using TensorFlow/Keras
  • Emotions Detected: Neutral, Calm, Happy, Sad, Angry, Fearful, Disgust, Surprised

πŸ“ Project Structure

β”œβ”€β”€ app.ipynb         # Preprocessing script: loading audio, feature extraction using librosa
β”œβ”€β”€ model.ipynb       # Model training: defining, compiling, and training the deep learning model
β”œβ”€β”€ README.md         # Project overview and instructions (this file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors