Bonosa2 commited on
Commit
0dc2352
·
verified ·
1 Parent(s): 51b4c07

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -9
requirements.txt CHANGED
@@ -1,9 +1,26 @@
1
- gradio
2
- torch
3
- transformers
4
- accelerate
5
- timm
6
- opencv-python-headless
7
- pillow
8
- numpy
9
- kagglehub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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