Update requirements.txt
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
paddleocr>=2.6.0.3
|
| 2 |
+
paddlepaddle>=2.4.2
|
| 3 |
+
easyocr>=1.6.2
|
| 4 |
+
torch>=1.13.1
|
| 5 |
+
transformers>=4.26.1
|
| 6 |
+
python-dotenv>=0.21.0
|
| 7 |
+
gradio>=3.50.2
|
| 8 |
+
pillow>=9.3.0
|
| 9 |
+
numpy>=1.23.5
|
| 10 |
+
opencv-python>=4.7.0
|
| 11 |
+
google-generativeai>=0.3.0
|
| 12 |
+
pydantic>=1.10.0
|