Skip to content

Developed an audio classification system using the UrbanSound8K dataset, leveraging feature extraction with librosa and optimizing classifiers like Random Forest, SVM, and KNN to achieve improved precision through cross-validation.

Notifications You must be signed in to change notification settings

Anshul21107/Audio_Analysis_and_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Audio Analysis and Classification

Overview

This project involves the analysis and classification of audio files using machine learning techniques. The goal is to process and classify audio data based on specific features extracted from the audio signals.

Features

  • Audio Signal Processing: Extract features like MFCC (Mel-frequency cepstral coefficients), Chroma, and Spectral Contrast from audio files.
  • Data Preprocessing: Standardizes the audio data for consistent model input.
  • Classification: Implements machine learning algorithms such as SVM, Random Forest, and Neural Networks for audio classification tasks.
  • Evaluation Metrics: Accuracy, precision, recall, and confusion matrix for model performance evaluation.

Installation

To get started with this project, clone the repository and install the required dependencies.

git clone https://github.com/Anshul21107/Audio_Analysis_and_Classification.git
cd Audio_Analysis_and_Classification

About

Developed an audio classification system using the UrbanSound8K dataset, leveraging feature extraction with librosa and optimizing classifiers like Random Forest, SVM, and KNN to achieve improved precision through cross-validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published