Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
requests
|
| 3 |
+
symspellpy
|
| 4 |
+
gradio_client
|
| 5 |
+
rapidocr>=3.0.0,<4.0.0
|
| 6 |
+
torch
|
| 7 |
+
onnxruntime
|
| 8 |
+
paddlepaddle
|
| 9 |
+
openvino
|
| 10 |
+
opencv-python
|
| 11 |
+
gradio
|