Skip to content

Analyse Songs that made it to the Billboard Year-end Hot 100 charts.

Notifications You must be signed in to change notification settings

shaleenb/music-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Analysis

Analyse Songs that made it to the Billboard Year-end Hot 100 charts.

Project Organization

├── LICENSE
├── Makefile
├── README.md
├── data
│   ├── processed
│   └── raw
│
├── docs
│
├── notebooks
│   ├── 01-analysis-billboard.ipynb
│   ├── 02-analysis-spotify.ipynb
│   └── 03-analysis-billboard-spotify.ipynb
│
├── reports
│   └── figures
│
├── requirements.txt
│
├── setup.py
├── src
│   ├── __init__.py
│   │
│   ├── data
│   │   ├── scrape_spotify.py
│   │   └── scrape_billboard.py
│   │
│   └── preprocessing
│       ├── preprocess_spotify.py
│       └── preprocess_billboard.py
│
└── tox.ini

TODO

  • Readme
  • Makefile
  • Docs
  • Build ML models
  • Add lyrics data
  • Write test cases
  • RecSys
  • User Interface

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Analyse Songs that made it to the Billboard Year-end Hot 100 charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published