Skip to content

Commit 78265f9

Browse files
Update README.md
Removed visualizations
1 parent 44b662d commit 78265f9

File tree

1 file changed

+5
-10
lines changed
  • Cats vs Dogs Audio Classification using DL

1 file changed

+5
-10
lines changed

Cats vs Dogs Audio Classification using DL/README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ This project focuses on classifying audio clips to determine whether the sound i
1010
4. [🛠️ Project Workflow](#project-workflow)
1111
5. [🧠 Models Used](#models-used)
1212
6. [📦 Libraries Needed](#libraries-needed)
13-
7. [📈 Visualization](#visualization)
14-
8. [📏 Evaluation Metrics](#evaluation-metrics)
15-
9. [🏆 Results](#results)
16-
10. [🔍 Conclusion](#conclusion)
17-
11. [🔮 Future Work](#future-work)
18-
12. [🙏 Acknowledgements](#acknowledgements)
13+
7. [📏 Evaluation Metrics](#evaluation-metrics)
14+
8. [🏆 Results](#results)
15+
9. [🔍 Conclusion](#conclusion)
16+
10. [🔮 Future Work](#future-work)
17+
11. [🙏 Acknowledgements](#acknowledgements)
1918

2019
## 🎯 Goal
2120
The primary objective is to classify sounds as either a cat's meow 🐱 or a dog's bark 🐶 using deep learning models.
@@ -46,10 +45,6 @@ To run this project, you will need the following libraries:
4645
- `matplotlib==3.6.0` 📊
4746
- `tensorflow==2.6.0` 🧠
4847

49-
## 📈 Visualization
50-
#### Spectrogram Samples
51-
![spectrograms](https://github.com/achrekarom12/DL-Simplified/assets/88442486/60beef49-8cf1-45f8-ab2f-494fdada0eea)
52-
5348
## 📏 Evaluation Metrics
5449
The models are assessed using the following metrics:
5550
- **Accuracy** 📊

0 commit comments

Comments
 (0)