Before running the project, ensure you have ffmpeg
installed on your machine. You can install ffmpeg
by following the instructions on the official ffmpeg website.
This project uses the GTZAN dataset for music genre classification.
-
Download the Dataset:
Download the GTZAN dataset from the following links: -
Place the Dataset in the Data Folder:
After downloading, extract the dataset and place it in thedata/
folder in the root directory of this project. -
Converting to WAV Format:
To convert the dataset to WAV files, run theconvert_to_wav.sh
script located in the root directory:chmod +x convert_to_wav.sh ./convert_to_wav.sh