Skip to content

science-engineering-art/mugenfier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Genre Classifier

Install dependencies

In the root directory of the project, run the following command.

make install

Execution

In the respective directories execute the following line commands.

API

uvicorn main:app --reload --host 0.0.0.0 --port 8000

Web

npm run dev