Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +26 -9
requirements.txt
CHANGED
@@ -1,9 +1,26 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core AI/ML Dependencies
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
torchaudio>=2.0.0
|
5 |
+
transformers>=4.36.0
|
6 |
+
accelerate>=0.24.0
|
7 |
+
huggingface-hub>=0.19.0
|
8 |
+
|
9 |
+
# OCR Dependencies
|
10 |
+
easyocr>=1.7.0
|
11 |
+
pytesseract>=0.3.10
|
12 |
+
opencv-python>=4.8.0
|
13 |
+
Pillow>=10.0.0
|
14 |
+
|
15 |
+
# Web Interface
|
16 |
+
gradio>=4.8.0
|
17 |
+
ipywidgets>=8.1.0
|
18 |
+
|
19 |
+
# Utilities
|
20 |
+
numpy>=1.24.0
|
21 |
+
psutil>=5.9.0
|
22 |
+
GPUtil>=1.4.0
|
23 |
+
python-dateutil>=2.8.0
|
24 |
+
|
25 |
+
# Optional: For enhanced functionality
|
26 |
+
timm>=0.9.0
|