developerPratik commited on
Commit
d7a95d3
·
verified ·
1 Parent(s): 65be29e

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML libraries
2
+ numpy
3
+ pandas
4
+ scikit-learn
5
+ joblib
6
+
7
+ # API framework
8
+ flask
9
+ flask-cors
10
+
11
+ # Visualization
12
+ matplotlib
13
+ seaborn
14
+
15
+ # Optional but recommended
16
+ requests
17
+ python-dotenv
18
+ gradio