Skip to content

Commit

Permalink
Music genre recognition using deep learning (NirantK#5)
Browse files Browse the repository at this point in the history
* Music genre classification using CNN

Added an idea to use Neural networks to classify music based on genre with the help of spectrograms. Also provided links to packages that could be useful to create the spectrograms.

* Genre based song classification

Added an idea to classify songs using neural networks.
  • Loading branch information
ableabhinav authored and NirantK committed Oct 8, 2018
1 parent f8e64f4 commit 72e2bad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ Music
- Can you tell if two songs are similar using their sound or lyrics?
- Dataset: [Million Songs Dataset](https://labrosa.ee.columbia.edu/millionsong/) and it's 1% sample. Example: [Anusha et al](https://cs224d.stanford.edu/reports/BalakrishnanDixit.pdf)

**Music Genre recognition using neural networks**
- Can you identify the musical genre using their spectrograms or other sound information?
- Datasets: [FMA](https://github.com/mdeff/fma) or [GTZAN on Keras](https://github.com/Hguimaraes/gtzan.keras)
- Get started with [Librosa](https://librosa.github.io/librosa/index.html) for feature extraction

## FAQ
**Can I use the ideas here for my thesis?**
Yeah, totally. I'd love to know how it went.
Expand Down

0 comments on commit 72e2bad

Please sign in to comment.