Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emotion Recognition From Audio using Deep Learning #861

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Emotion_Recognition_Audio/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Emotion Recognition from Audio using Deep Learning

This project aims to recognize emotions from audio files using deep learning. The pipeline includes loading and processing audio data, visualizing waveforms and spectrograms, extracting MFCC features, and training a neural network model.

Dataset Download link: https://www.kaggle.com/ejlok1/toronto-emotional-speech-set-tess More Datasets: https://www.kaggle.com/dmitrybabko/speech-emotion-recognition-en

## Project Structure

my_project/
├── dataset/
├── main.ipynb
├── README.md
└── requirements.txt


## Installation

1. Clone the repository
```sh
https://github.com/ChethanaPotukanam/DL-Simplified/tree/main/Emotion_Recognition_Audio

#### To install the required packages
pip install -r requirements.txt
Loading
Loading