Skip to content

lukasrynt/Music-genre-classification-BE

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published