- Create a virtual environment using command:
virtualenv myenv
- Activate the virtual environment:
source venv/bin/activate
- Download the dataset [here] (https://www.kaggle.com/datasets/andradaolteanu/gtzan-dataset-music-genre-classification)
- Run the file:
python main.py
Dataset used: The GTZAN dataset contains 1000 audio files and 100 audios per group (10 groups).