Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 636 Bytes

Music genres classification

Installation

To setup environment run (assuming you have conda installed):

  1. conda env create -f environment.yml
  2. conda activate vmm

Running server

To run the server locally simply run uvicorn main:app --reload or python main.py. The server will then be running on localhost.

Data

GTZAN Dataset was used to learn. Songs are expected in data folder. For classification, the following genres were chosen:

  • classical
  • jazz
  • rock
  • hiphop
  • reggae
  • country
  • metal