diivien commited on
Commit
e85e582
·
1 Parent(s): 95ce547

add hugging face demo link

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -14,6 +14,8 @@ python_version: 3.10.6
14
 
15
  This repository contains a data science project that aims to predict the popularity of music using machine learning techniques.
16
 
 
 
17
  ## Dataset
18
 
19
  This project uses the [Spotify Tracks Dataset](https://www.kaggle.com/datasets/maharshipandya/-spotify-tracks-dataset) available on Kaggle. This dataset contains information about Spotify tracks over a range of 125 different genres. Each track has several audio features associated with it, such as popularity, explicitness, danceability, energy, key, mode, speechiness, acousticness, instrumentalness, liveness, valence, tempo, and time signature.
 
14
 
15
  This repository contains a data science project that aims to predict the popularity of music using machine learning techniques.
16
 
17
+ Check out the demo [here](https://huggingface.co/spaces/diivien/Music-Popularity-Prediction)!
18
+
19
  ## Dataset
20
 
21
  This project uses the [Spotify Tracks Dataset](https://www.kaggle.com/datasets/maharshipandya/-spotify-tracks-dataset) available on Kaggle. This dataset contains information about Spotify tracks over a range of 125 different genres. Each track has several audio features associated with it, such as popularity, explicitness, danceability, energy, key, mode, speechiness, acousticness, instrumentalness, liveness, valence, tempo, and time signature.