Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ChethanaPotukanam authored Jul 17, 2024
1 parent 853348f commit a090d12
Showing 1 changed file with 25 additions and 0 deletions.
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

0 comments on commit a090d12

Please sign in to comment.