GotThatData commited on
Commit
050867d
·
verified ·
1 Parent(s): 8ee319e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -6
requirements.txt CHANGED
@@ -1,6 +1,22 @@
1
- pydrive2
2
- tqdm
3
- pillow
4
- pandas
5
- datasets
6
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ pydrive2>=1.17.0
4
+ pandas>=2.0.0
5
+ Pillow>=10.0.0
6
+ numpy>=1.24.0
7
+ datasets>=2.14.0
8
+ tqdm>=4.65.0
9
+
10
+ # Image processing and OCR
11
+ opencv-python>=4.8.0
12
+ pytesseract>=0.3.10
13
+ scikit-image>=0.21.0
14
+
15
+ # Machine Learning and AI
16
+ torch>=2.0.0
17
+ transformers>=4.34.0
18
+ tensorflow>=2.14.0
19
+
20
+ # Utility packages
21
+ python-dotenv>=1.0.0
22
+ requests>=2.31.0