Skip to content

sd2001/Ceol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation










Ceol is available under MIT License, read the LICENSE file for more info






- Python(3.9+):
- Poetry: For python dependency management

git clone https://github.com/<your_username>/Ceol.git   
cd Ceol/ceol

# Adding the spotify credentials
nano .env

  SPOTIFY_CLIENT_ID=" "
  SPOTIFY_CLIENT_SECRET=" "
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install
poetry run jupyter notebook

Python 3.7+
- numpy
- pandas
- scikit-learn
- matplotlib
- seaborn
- plotly
- spotipy
- sklearn


Swarnabha Das

Swarnabha Das