Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 327 Bytes

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