Skip to content

Someshdiwan/Emotion-Recognition-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Emotion Recognition System

πŸš€ Overview

This project aims to classify emotions from speech using deep learning techniques. The model uses audio features such as Mel-frequency cepstral coefficients (MFCCs) and spectrograms to predict emotions like happiness, sadness, anger, fear, and others.

The model is built using deep learning techniques that process audio files to extract relevant features and train a classifier. 

The key components of the project include:

MFCCs (Mel-frequency cepstral coefficients): A representation of the short-term power spectrum of sound.
Spectrograms: Visual representations of the spectrum of frequencies in a sound signal.

Key Features:
Speech-based Emotion Classification: Predicts emotions based on speech data.
Data Augmentation: Uses various techniques to enhance the dataset and improve model performance.
Training: Implements training scripts to develop a robust emotion recognition model.
Evaluation: Includes scripts to assess the model’s performance on unseen data.

Project Directory Structure

Emotion-Recognition-System/
β”œβ”€β”€ data/                     # Folder for dataset
β”œβ”€β”€ models/                   # Folder for saving trained models
β”œβ”€β”€ notebooks/                # Jupyter Notebooks for analysis
β”œβ”€β”€ src/                      # Source code for preprocessing, training, evaluation
β”‚   β”œβ”€β”€ preprocessing.py      # Data preprocessing script
β”‚   β”œβ”€β”€ model.py              # Model definition script
β”‚   β”œβ”€β”€ train.py              # Training script
β”‚   └── evaluate.py           # Evaluation script
β”œβ”€β”€ README.md                 # Project description and setup instructions
└── requirements.txt          # Dependencies list

About

Emotion Recognition System that classifies emotions in speech using neural networks.

Resources

Stars

Watchers

Forks

Contributors