Skip to content

aws-samples/aws-music-genre-classification

Music genre classification with CoversBR dataset and SageMaker Studio Lab (SMSL)

A Jupyter Notebook that connects to the Registry of Open Data on AWS to show music genre classification.

Dataset used:

AWS SageMaker Studio Lab

You can sign up for SageMaker Studio Lab and use it for free without an AWS account. You can run for 4 hours with GPU or 12 hours with CPU and then logout and log back in for another session. Your data and notebooks are persisted. After clicking the launch button below, choose "download whole repo".

When it's done installing and configuring the environment, open the .ipynb notebook file. Click-Enter to run each row and wait a moment to see the results of each line before proceeding to the next. The line marker should change to a number when it's successfully run that line, ie "[5]" means that it has run line 5.

Open In SageMaker Studio Lab

Local

git clone https://github.com/aws-samples/aws-music-genre-classification.git
cd aws-music-genre-classification/
pip install virtualenv
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
jupyter notebook

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published