Asmitha-28 commited on
Commit
ffb97d7
·
verified ·
1 Parent(s): 0f248d5

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -0
requirements.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SupportMind v1.0 — Requirements
2
+ # Core ML
3
+ transformers==4.40.0
4
+ torch==2.3.0
5
+ datasets==2.19.0
6
+ scikit-learn==1.5.0
7
+ xgboost==2.0.3
8
+ onnxruntime==1.18.0
9
+ groq==0.9.0
10
+ python-dotenv==1.0.1
11
+ shap==0.45.0
12
+ huggingface-hub<1.0
13
+ fsspec<=2024.3.1
14
+
15
+
16
+ # NLP Tools
17
+ vaderSentiment==3.3.2
18
+ scipy==1.13.0
19
+ numpy==1.26.4
20
+ pandas==2.2.2
21
+
22
+ # API & Serving
23
+ fastapi==0.111.0
24
+ uvicorn==0.30.1
25
+ pydantic==2.7.1
26
+
27
+ # Dashboard
28
+ streamlit==1.36.0
29
+ plotly==5.22.0
30
+
31
+ # Testing
32
+ pytest==8.2.2
33
+ httpx==0.27.0