/ML-Music-Genre-Classification

A Deep Neural Network that can classify songs into 10 different genres

Primary LanguageJupyter Notebook

CSI4106 - CSI4506: Introduction to Artificiel Inteligence

Machine Learning for Music Genre Classification

Project and Report

Nicolas Paré
Jonathan Boerger
Spencer Hayes-Laverdiere

How to view

Method 1 - Google Colab
Open the project in Google Colab through the following link: https://colab.research.google.com/github/shaye059/ML-Music-Genre-Classification/blob/master/main/src/Machine%20Learning%20for%20Music%20Genre%20Classification.ipynb


Method 2 - Jupyter Notebook
Install Jupyter Notebooks on your machine. This can be done with a simple pip command:

pip install notebook

(For alternative install instructions, please see the Jupyter install page.)

Once Notebooks is installed, start a command line session and open the ML-Music-Genre-Classification/main/src/ directory. Now enter the command

jupyter notebook

A browser tab should open displaying the files in the directory. Select the Machine Learning for Music Genre Classification.ipynb file and a new tab should open with the notebook.