cheesecz commited on
Commit
6cf331c
·
verified ·
1 Parent(s): bfb6745

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -8
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- gradio>=4.0.0
2
- easyocr>=1.7.0
3
- opencv-python>=4.8.0
4
- Pillow>=10.0.0
5
- numpy
6
- requests
7
- torch
8
- torchvision
 
 
 
 
 
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