#150 · Primary category: Speech & Audio
DeepAudioClassification
Finding the genre of a song with Deep Learning
Project last updated:07/26/21
GitHub Stars
1.1K
Forks
217
Contributors
2
License
Other
Why we included this project
This project is a small, honest example of how a music genre classifier gets built from raw files. You drop labeled MP3s into a folder, slice them into short chunks with sox, train a TensorFlow/TFLearn model, and check the test accuracy. The model lives in model.py and most knobs sit in config.py, so tweaking and rerunning is straightforward. It is not a finished product: the author admits the step that labels new songs is not wired up, but points to the functions and eyed3 calls needed to finish it. For anyone learning audio classification, that unfinished edge is what makes it useful, and the Medium write-up walks through the same approach.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production