Spaces:
Sleeping
Sleeping
Kaung Myat Htet
commited on
Commit
•
b5e5dbf
1
Parent(s):
118fce5
add requirements file
Browse files- requirements.txt +72 -0
requirements.txt
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
annoy==1.17.3
|
4 |
+
anyio==4.6.2.post1
|
5 |
+
certifi==2024.8.30
|
6 |
+
charset-normalizer==3.4.0
|
7 |
+
click==8.1.7
|
8 |
+
coloredlogs==15.0.1
|
9 |
+
fastapi==0.115.5
|
10 |
+
ffmpy==0.4.0
|
11 |
+
filelock==3.16.1
|
12 |
+
FlashRank==0.2.9
|
13 |
+
flatbuffers==24.3.25
|
14 |
+
fsspec==2024.10.0
|
15 |
+
gradio==5.6.0
|
16 |
+
gradio_client==1.4.3
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.7
|
19 |
+
httpx==0.27.2
|
20 |
+
huggingface-hub==0.26.2
|
21 |
+
humanfriendly==10.0
|
22 |
+
idna==3.10
|
23 |
+
Jinja2==3.1.4
|
24 |
+
joblib==1.4.2
|
25 |
+
markdown-it-py==3.0.0
|
26 |
+
MarkupSafe==2.1.5
|
27 |
+
mdurl==0.1.2
|
28 |
+
mpmath==1.3.0
|
29 |
+
networkx==3.4.2
|
30 |
+
numpy==2.1.3
|
31 |
+
onnxruntime==1.20.1
|
32 |
+
orjson==3.10.12
|
33 |
+
packaging==24.2
|
34 |
+
pandas==2.2.3
|
35 |
+
pillow==11.0.0
|
36 |
+
protobuf==5.28.3
|
37 |
+
pydantic==2.10.1
|
38 |
+
pydantic_core==2.27.1
|
39 |
+
pydub==0.25.1
|
40 |
+
Pygments==2.18.0
|
41 |
+
python-dateutil==2.9.0.post0
|
42 |
+
python-multipart==0.0.12
|
43 |
+
pytz==2024.2
|
44 |
+
PyYAML==6.0.2
|
45 |
+
regex==2024.11.6
|
46 |
+
requests==2.32.3
|
47 |
+
rich==13.9.4
|
48 |
+
ruff==0.8.0
|
49 |
+
safehttpx==0.1.1
|
50 |
+
safetensors==0.4.5
|
51 |
+
scikit-learn==1.5.2
|
52 |
+
scipy==1.14.1
|
53 |
+
semantic-version==2.10.0
|
54 |
+
sentence-transformers==3.3.1
|
55 |
+
setuptools==75.6.0
|
56 |
+
shellingham==1.5.4
|
57 |
+
six==1.16.0
|
58 |
+
sniffio==1.3.1
|
59 |
+
starlette==0.41.3
|
60 |
+
sympy==1.13.1
|
61 |
+
threadpoolctl==3.5.0
|
62 |
+
tokenizers==0.20.3
|
63 |
+
tomlkit==0.12.0
|
64 |
+
torch==2.5.1
|
65 |
+
tqdm==4.67.0
|
66 |
+
transformers==4.46.3
|
67 |
+
typer==0.13.1
|
68 |
+
typing_extensions==4.12.2
|
69 |
+
tzdata==2024.2
|
70 |
+
urllib3==2.2.3
|
71 |
+
uvicorn==0.32.1
|
72 |
+
websockets==12.0
|