Spaces:
Sleeping
Sleeping
GotThatData
commited on
Update requirements.txt
Browse files- requirements.txt +22 -6
requirements.txt
CHANGED
@@ -1,6 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
pandas
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|