AIOmarRehan commited on
Commit
64ab278
·
verified ·
1 Parent(s): c2d88bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,14 +21,14 @@ datasets:
21
  ---
22
 
23
  # Audio-Classification-Raw-Audio-to-Mel-Spectrogram-CNNs
24
- Complete end-to-end audio classification pipeline using deep learning. From raw recordings to Mel spectrogram CNNs, includes preprocessing, augmentation, dataset validation, model training, and evaluation a reproducible blueprint for speech, environmental, or general sound classification tasks.
25
 
26
  ---
27
 
28
- # Audio Classification Pipeline From Raw Audio to Mel-Spectrogram CNNs
29
 
30
- > *“In machine learning, the model is rarely the problem the data almost always is.”*
31
- > A reminder I kept repeating to myself while building this project.
32
 
33
  This repository contains a complete, professional, end-to-end pipeline for **audio classification using deep learning**, starting from **raw, messy audio recordings** and ending with a fully trained **CNN model** using **Mel spectrograms**.
34
 
 
21
  ---
22
 
23
  # Audio-Classification-Raw-Audio-to-Mel-Spectrogram-CNNs
24
+ Complete end-to-end audio classification pipeline using deep learning. From raw recordings to Mel spectrogram CNNs, includes preprocessing, augmentation, dataset validation, model training, and evaluation, a reproducible blueprint for speech, environmental, or general sound classification tasks.
25
 
26
  ---
27
 
28
+ # Audio Classification Pipeline - From Raw Audio to Mel-Spectrogram CNNs
29
 
30
+ > *“In machine learning, the model is rarely the problem, the data almost always is.”*
31
+ > - A reminder I kept repeating to myself while building this project.
32
 
33
  This repository contains a complete, professional, end-to-end pipeline for **audio classification using deep learning**, starting from **raw, messy audio recordings** and ending with a fully trained **CNN model** using **Mel spectrograms**.
34