Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.49 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.49 KB

Machine Learning Based Music Genre Classification on Spotify Data

The Machine Learning Based Music Genre Classification on Spotify Data project aims to predict music genres using machine learning algorithms trained on Spotify data. By leveraging the vast amount of information available in the audio features of songs, the project seeks to automatically classify songs into different genres based on their characteristics.

Dataset

Here's the link to the dataset. The above Spotify dataset has 42,305 instances and 22 features.

Result

After training and evaluating the machine learning models on the Spotify dataset, the project achieved an accuracy of 78% using the Bagging Classifier algorithm for music genre classification. This accuracy score indicates the percentage of correctly predicted genres for the given songs.

Screenshots

App Screenshot App Screenshot App Screenshot

Flowchart

App Screenshot

Demo

Here's the link to demo of the project.