niru-nny commited on
Commit
d593e5f
·
verified ·
1 Parent(s): edb09e8

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies for model inference
2
+ scikit-learn>=1.3.0
3
+ pandas>=2.0.0
4
+ numpy>=1.24.0
5
+ joblib>=1.3.0
6
+
7
+ # Optional: For running the Gradio demo
8
+ gradio>=4.0.0