gastonduault
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: audio-classification
|
|
15 |
---
|
16 |
|
17 |
# Music Genre Classification Model 🎶
|
18 |
-
This model classifies music genres based on audio signals.
|
19 |
It was fine-tuned on the model **[Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large)** and using the datasets **[music_genres_small](https://huggingface.co/datasets/lewtun/music_genres_small)**.
|
20 |
|
21 |
You can find a **GitHub** repository with an interface hosted by a Flask API to test the model: **[music-classifier repository](https://github.com/gastonduault/Music-Classifier)**
|
|
|
15 |
---
|
16 |
|
17 |
# Music Genre Classification Model 🎶
|
18 |
+
This model classifies music genres based on audio signals (.wav).
|
19 |
It was fine-tuned on the model **[Wav2Vec2](https://huggingface.co/facebook/wav2vec2-large)** and using the datasets **[music_genres_small](https://huggingface.co/datasets/lewtun/music_genres_small)**.
|
20 |
|
21 |
You can find a **GitHub** repository with an interface hosted by a Flask API to test the model: **[music-classifier repository](https://github.com/gastonduault/Music-Classifier)**
|