This paper and project, aims to find how accurate machine learning classifiers are within metal subgenres.
  • TeX 66.4%
  • Python 33.6%
Find a file
2024-12-24 15:08:14 +00:00
cross_validate More code clean up plus add report source code 2024-12-24 14:43:12 +00:00
generate_dataset More code clean up plus add report source code 2024-12-24 14:43:12 +00:00
report More code clean up plus add report source code 2024-12-24 14:43:12 +00:00
results Code Clean Up 2024-11-27 13:04:50 +00:00
.gitignore first commit 2024-11-22 16:57:18 +00:00
main.py More code clean up plus add report source code 2024-12-24 14:43:12 +00:00
README.md Better Description 2024-12-24 15:08:14 +00:00
requirements.txt Add README 2024-12-24 14:59:16 +00:00

Music Subgenre Classification Using Deep-Learning and Traditional Machine-Learning Approaches

View the PDF

This paper and project, aims to find how accurate machine learning classifiers are within metal subgenres. Additionally, it can be asked if there is any significant confusion among subgenres over multiple classifiers.

Installation

The project has been tested on python version 3.12.7. Hence, it is suggest to use that version.

External packages are required.

Use the package manager pip to install the dependecies.

pip install -r requirements.txt

Usage

By default, all of the tasks and imports related to cross validation and generating the dataset are commented out. You can uncomment out the distinct tasks within main.py.

python main.py