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

add requirements

Browse files
Files changed (2) hide show
  1. .gitignore +0 -1
  2. requirements.txt +8 -0
.gitignore CHANGED
@@ -1,4 +1,3 @@
1
- *.txt
2
  .venv/
3
  .ipynb_checkpoints/
4
  catboost_info/
 
 
1
  .venv/
2
  .ipynb_checkpoints/
3
  catboost_info/
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ spotipy
2
+ Levenshtein
3
+ joblib
4
+ gradio
5
+ imblearn
6
+ category_encoders
7
+ catboost
8
+ scikit-learn