Spaces:
Running
Running
Commit
·
31f6fbe
1
Parent(s):
4debdc5
Add initial file
Browse files- .gitignore +1 -0
- requirements.txt +18 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.venv/
|
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
Pillow>=10.0.0
|
3 |
+
beautifulsoup4>=4.12.0
|
4 |
+
volcengine-python-sdk[ark]>=1.0.0
|
5 |
+
requests>=2.31.0
|
6 |
+
opencv-python>=4.8.0
|
7 |
+
numpy>=1.24.0
|
8 |
+
openai>=1.0.0
|
9 |
+
playwright>=1.40.0
|
10 |
+
scikit-learn>=1.3.0
|
11 |
+
scipy>=1.11.0
|
12 |
+
pandas>=2.0.0
|
13 |
+
paddlepaddle>=2.5.0
|
14 |
+
paddleocr>=2.7.0
|
15 |
+
keras>=2.15.0
|
16 |
+
tensorflow>=2.15.0
|
17 |
+
tqdm>=4.65.0
|
18 |
+
pydantic==2.10.6
|