Seniordev22 commited on
Commit
7c2516c
·
verified ·
1 Parent(s): 8e01c25

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -11
requirements.txt CHANGED
@@ -1,24 +1,20 @@
1
- # Basic web + API
2
- gradio>=5.0.0
3
  fastapi
4
- uvicorn
5
  python-multipart
6
 
7
- # Hugging Face libraries
8
  transformers
9
  huggingface_hub
10
 
11
- # PyTorch CPU-only version (yeh sahi tareeka hai)
12
  --index-url https://download.pytorch.org/whl/cpu
13
  torch
14
  torchvision
15
  torchaudio
16
 
17
- # Other common libraries (lightweight)
18
  Pillow
19
  numpy
20
- tqdm
21
-
22
- # Agar aur kuch chahiye to yahan add kar sakte ho (heavy mat daalna abhi)
23
- # opencv-python-headless
24
- # scipy
 
1
+ # Core
2
+ gradio
3
  fastapi
4
+ uvicorn[standard]
5
  python-multipart
6
 
7
+ # ML
8
  transformers
9
  huggingface_hub
10
 
11
+ # PyTorch CPU only (safe for free tier)
12
  --index-url https://download.pytorch.org/whl/cpu
13
  torch
14
  torchvision
15
  torchaudio
16
 
17
+ # Utilities
18
  Pillow
19
  numpy
20
+ tqdm