/genreguide

A Django app to classify music based on different genres.

Primary LanguageJupyter Notebook

Steps to run the app:

  1. Create and activate a python virtual environment.
python3 -m venv env

and then activate the environment,

source env/bin/activate
  1. Install requirements.txt.
pip install -r requirements.txt
  1. Apply migrations.
python manage.py migrate
  1. Run the app.
python manage.py runserver

Screenshots:

Initial screen:

Screenshot from 2023-05-03 00-55-54

Upload .wav/.mp3 file:

Screenshot from 2023-05-03 01-13-45

Prediction:

Screenshot from 2023-05-03 00-55-41