seanerons commited on
Commit
691ac7e
·
verified ·
1 Parent(s): 3512a86

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core data stack
2
+ pandas>=1.5.0
3
+ numpy>=1.21.0
4
+
5
+ # Dash app + charts
6
+ plotly>=5.0.0
7
+ dash>=2.0.0
8
+ dash-bootstrap-components>=1.0.0
9
+
10
+ # ML + prediction model
11
+ scikit-learn>=1.1.0
12
+ joblib>=1.2.0
13
+
14
+ # Falcon + Hugging Face pipeline
15
+ transformers>=4.35.0
16
+ accelerate>=0.21.0
17
+ torch>=2.0.0
18
+
19
+