scythe410 commited on
Commit
e43d13e
·
verified ·
1 Parent(s): 0965877

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -35
requirements.txt CHANGED
@@ -1,35 +1,36 @@
1
- # Core Web API
2
- fastapi
3
- uvicorn[standard]
4
- python-multipart
5
-
6
- # ML / Computer Vision
7
- torch
8
- torchvision
9
- transformers
10
- accelerate
11
- ultralytics
12
- opencv-python-headless
13
- Pillow
14
- numpy
15
- scikit-learn
16
- xgboost
17
- scipy
18
-
19
- # AI / LLM
20
- google-generativeai
21
-
22
- # HuggingFace Hub — model download at startup in production
23
- huggingface_hub
24
-
25
- # Data
26
- pandas
27
-
28
- # Utilities
29
- python-dotenv
30
- requests
31
-
32
- # Data pipeline (scraping — not needed for web app, but kept for local dev)
33
- beautifulsoup4
34
- selenium
35
- webdriver-manager
 
 
1
+ # Core Web API
2
+ fastapi
3
+ uvicorn[standard]
4
+ python-multipart
5
+
6
+ # ML / Computer Vision
7
+ torch
8
+ torchvision
9
+ transformers
10
+ accelerate
11
+ ultralytics
12
+ opencv-python-headless
13
+ Pillow
14
+ numpy
15
+ scikit-learn
16
+ xgboost
17
+ lightgbm
18
+ scipy
19
+
20
+ # AI / LLM
21
+ google-generativeai
22
+
23
+ # HuggingFace Hub — model download at startup in production
24
+ huggingface_hub
25
+
26
+ # Data
27
+ pandas
28
+
29
+ # Utilities
30
+ python-dotenv
31
+ requests
32
+
33
+ # Data pipeline (scraping — not needed for web app, but kept for local dev)
34
+ beautifulsoup4
35
+ selenium
36
+ webdriver-manager