This project aims to classify music tracks into two categories: Progressive Rock and Non Progressive Rock genres. The classification is based on audio features extracted from the tracks.
Report available here.
git clone https://github.com/arpu-nagar/Progressive-Rock-music-classification.git
pip install -r requirements.txt
cd Progressive-Rock-music-classification
Run prog_rock.ipynb to download the train and test tensors first.
python base_model.py
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
This project is licensed under the MIT License. See the LICENSE file for more details.