Automatic music genre recognition using machine learning
- Python 3.6 or newer
pip
manager
- In the root directory of the project, run
pip3 install -r requirements.txt --user
- Run the app from the root directory.
If you want to test a specific Python file, you can run it like this:
e.g.: You made changes in
./web/api.py
. Then you need to run it aspython3 -m web.api