Upload README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,6 @@ This project aims to classify whether a song is **liked** or **disliked** based
|
|
| 32 |
|
| 33 |
> Pop songs are excluded as the user is neutral about them.
|
| 34 |
|
| 35 |
-

|
| 36 |
|
| 37 |
---
|
| 38 |
|
|
@@ -51,13 +50,6 @@ This project aims to classify whether a song is **liked** or **disliked** based
|
|
| 51 |
* Script: `ids/ids_to_data.py`
|
| 52 |
* Output: Comma-separated string of track IDs
|
| 53 |
|
| 54 |
-
#### 2.3 Fetch Audio Features
|
| 55 |
-
|
| 56 |
-
* Spotify API: `Get Audio Features for Several Tracks`
|
| 57 |
-
* Output Files:
|
| 58 |
-
|
| 59 |
-
* `data/good.json`
|
| 60 |
-
* `data/dislike.json`
|
| 61 |
|
| 62 |
---
|
| 63 |
|
|
@@ -89,6 +81,8 @@ Each track is represented by 13 Spotify audio features:
|
|
| 89 |
| ------- | ---- | ----------------------- |
|
| 90 |
| `liked` | int | 1 = Liked, 0 = Disliked |
|
| 91 |
|
|
|
|
|
|
|
| 92 |
---
|
| 93 |
|
| 94 |
|
|
|
|
| 32 |
|
| 33 |
> Pop songs are excluded as the user is neutral about them.
|
| 34 |
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
|
|
|
| 50 |
* Script: `ids/ids_to_data.py`
|
| 51 |
* Output: Comma-separated string of track IDs
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
---
|
| 55 |
|
|
|
|
| 81 |
| ------- | ---- | ----------------------- |
|
| 82 |
| `liked` | int | 1 = Liked, 0 = Disliked |
|
| 83 |
|
| 84 |
+
|
| 85 |
+

|
| 86 |
---
|
| 87 |
|
| 88 |
|