From 04df3246d7a32ef6d064c630eacef04da736df4e Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:23:44 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf35b2..482457b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An evolving **audio processing pipeline** designed to separate and enhance audio - **Audio Input Handling**: Uses librosa for reading and handling audio files. - **Preprocessing**: Includes resampling, normalization, and trimming using librosa. -- **Audio Classification**: Utilizes Google's YAMNet model to classify audio content. +- **Audio Classification**: Utilizes panns-interference model trained on Google's Audioset to classify audio content. - **Source Separation**: Implements Demucs for music source separation. - **Noise Reduction**: Enhances audio by removing background noise using DeepFilterNet. - **Post-Processing**: Uses librosa to save processed audio files.