TITO Vigninnou Lucien
commited on
Commit
·
0c5cd97
1
Parent(s):
28f9e35
New
Browse files- requirements.txt +57 -0
requirements.txt
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.2.post1
|
4 |
+
certifi==2024.8.30
|
5 |
+
charset-normalizer==3.4.0
|
6 |
+
click==8.1.7
|
7 |
+
fastapi==0.115.5
|
8 |
+
ffmpy==0.4.0
|
9 |
+
filelock==3.16.1
|
10 |
+
fsspec==2024.10.0
|
11 |
+
gradio==5.6.0
|
12 |
+
gradio_client==1.4.3
|
13 |
+
h11==0.14.0
|
14 |
+
httpcore==1.0.7
|
15 |
+
httpx==0.27.2
|
16 |
+
huggingface-hub==0.26.2
|
17 |
+
idna==3.10
|
18 |
+
Jinja2==3.1.4
|
19 |
+
joblib==1.4.2
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.5
|
22 |
+
mdurl==0.1.2
|
23 |
+
numpy==2.1.3
|
24 |
+
opencv-python==4.10.0.84
|
25 |
+
opencv-python-headless==4.10.0.84
|
26 |
+
orjson==3.10.12
|
27 |
+
packaging==24.2
|
28 |
+
pandas==2.2.3
|
29 |
+
pillow==11.0.0
|
30 |
+
pydantic==2.10.1
|
31 |
+
pydantic_core==2.27.1
|
32 |
+
pydub==0.25.1
|
33 |
+
Pygments==2.18.0
|
34 |
+
python-dateutil==2.9.0.post0
|
35 |
+
python-multipart==0.0.12
|
36 |
+
pytz==2024.2
|
37 |
+
PyYAML==6.0.2
|
38 |
+
requests==2.32.3
|
39 |
+
rich==13.9.4
|
40 |
+
ruff==0.8.0
|
41 |
+
safehttpx==0.1.1
|
42 |
+
scikit-learn==1.5.2
|
43 |
+
scipy==1.14.1
|
44 |
+
semantic-version==2.10.0
|
45 |
+
shellingham==1.5.4
|
46 |
+
six==1.16.0
|
47 |
+
sniffio==1.3.1
|
48 |
+
starlette==0.41.3
|
49 |
+
threadpoolctl==3.5.0
|
50 |
+
tomlkit==0.12.0
|
51 |
+
tqdm==4.67.0
|
52 |
+
typer==0.13.1
|
53 |
+
typing_extensions==4.12.2
|
54 |
+
tzdata==2024.2
|
55 |
+
urllib3==2.2.3
|
56 |
+
uvicorn==0.32.1
|
57 |
+
websockets==12.0
|