Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.12.0
|
2 |
+
easydict==1.9
|
3 |
+
fastapi==0.68.2
|
4 |
+
Jinja2==3.0.1
|
5 |
+
lxml==4.6.3
|
6 |
+
matplotlib==3.4.2
|
7 |
+
opencv-python
|
8 |
+
tensorflow
|
9 |
+
Pillow==8.2.0
|
10 |
+
pytesseract==0.3.8
|
11 |
+
python-multipart==0.0.5
|
12 |
+
tqdm==4.62.2
|
13 |
+
uvicorn==0.15.0
|