/music_classification_acb

Projeto para a unidade curricular Aprendizagem Computacional em Biologia

Primary LanguageJupyter Notebook

Music Classification

To install the required dependencies to run this project run the following commands in the shell:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To run the scenario A:

python run_scenario_A.py

While the scenario runs several images will appear showing the results of a particular step of the project. To continue running the project simply close the image. Repeat until the last step of the project.

To run the scenario B:

python run_scenario_B.py

To deactivate the environment run:

deactivate