Update README.md
Browse files
README.md
CHANGED
|
@@ -124,43 +124,6 @@ python pricing_tool.py
|
|
| 124 |
|
| 125 |
---
|
| 126 |
|
| 127 |
-
## 📚 Citation
|
| 128 |
-
|
| 129 |
-
If you use this project, please cite:
|
| 130 |
-
|
| 131 |
-
```bibtex
|
| 132 |
-
@misc{bhuiyan2024spotify,
|
| 133 |
-
title={Spotify Song Popularity Prediction},
|
| 134 |
-
author={Ashiful Bhuiyan, Blanca Fernández Méndez, Nazanin Ghelichi, Pavle Curcin},
|
| 135 |
-
year={2024},
|
| 136 |
-
institution={York University},
|
| 137 |
-
}
|
| 138 |
-
```
|
| 139 |
-
|
| 140 |
-
---
|
| 141 |
-
|
| 142 |
-
## 🧑💻 Authors
|
| 143 |
-
|
| 144 |
-
- Ashiful Bhuiyan
|
| 145 |
-
- Blanca Elvira Fernández Méndez
|
| 146 |
-
- Nazanin Ghelichi
|
| 147 |
-
- Pavle Curcin
|
| 148 |
-
|
| 149 |
-
---
|
| 150 |
-
## 📄 License
|
| 151 |
-
|
| 152 |
-
This project is licensed under the [MIT License](LICENSE).
|
| 153 |
-
|
| 154 |
-
---
|
| 155 |
-
|
| 156 |
-
---
|
| 157 |
-
**Would you also like me to create**:
|
| 158 |
-
- A **`README.md` file** version you can upload directly?
|
| 159 |
-
- A **short Hugging Face model card** (if you plan to deploy it as a model too)?
|
| 160 |
-
|
| 161 |
-
(They have slightly different requirements!) 🎯
|
| 162 |
-
Would you like it? 🚀
|
| 163 |
-
|
| 164 |
# `popularity_predictor.pth`
|
| 165 |
|
| 166 |
This neural network model is extremely weak. I was not good at data science when I made this
|
|
@@ -246,5 +209,32 @@ with torch.no_grad():
|
|
| 246 |
|
| 247 |
</details>
|
| 248 |
|
| 249 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 250 |
`#spotify` `#machine-learning` `#music-prediction` `#data-science` `#regression` `#classification` `#popularity-analysis`
|
|
|
|
| 124 |
|
| 125 |
---
|
| 126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
# `popularity_predictor.pth`
|
| 128 |
|
| 129 |
This neural network model is extremely weak. I was not good at data science when I made this
|
|
|
|
| 209 |
|
| 210 |
</details>
|
| 211 |
|
| 212 |
+
## 📚 Citation
|
| 213 |
+
|
| 214 |
+
If you use this project, please cite:
|
| 215 |
+
|
| 216 |
+
```bibtex
|
| 217 |
+
@misc{bhuiyan2024spotify,
|
| 218 |
+
title={Spotify Song Popularity Prediction},
|
| 219 |
+
author={Ashiful Bhuiyan, Blanca Fernández Méndez, Nazanin Ghelichi, Pavle Curcin},
|
| 220 |
+
year={2024},
|
| 221 |
+
institution={York University},
|
| 222 |
+
}
|
| 223 |
+
```
|
| 224 |
+
|
| 225 |
+
---
|
| 226 |
+
|
| 227 |
+
## 🧑💻 Authors
|
| 228 |
+
|
| 229 |
+
- Ashiful Bhuiyan
|
| 230 |
+
- Blanca Elvira Fernández Méndez
|
| 231 |
+
- Nazanin Ghelichi
|
| 232 |
+
- Pavle Curcin
|
| 233 |
+
|
| 234 |
+
---
|
| 235 |
+
## 📄 License
|
| 236 |
+
|
| 237 |
+
This project is licensed under the [MIT License](LICENSE).
|
| 238 |
+
|
| 239 |
+
## 🏷 Tags
|
| 240 |
`#spotify` `#machine-learning` `#music-prediction` `#data-science` `#regression` `#classification` `#popularity-analysis`
|