Daraphan commited on
Commit
a7c9ce1
·
verified ·
1 Parent(s): e023b75

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -0
requirements.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ # audioop-lts==0.2.1
5
+ certifi==2025.1.31
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ contourpy==1.3.1
9
+ cycler==0.12.1
10
+ fastapi==0.115.12
11
+ ffmpy==0.5.0
12
+ filelock==3.18.0
13
+ fonttools==4.56.0
14
+ fsspec==2025.3.0
15
+ gradio==5.23.1
16
+ gradio_client==1.8.0
17
+ groovy==0.1.2
18
+ h11==0.14.0
19
+ httpcore==1.0.7
20
+ httpx==0.28.1
21
+ huggingface-hub==0.29.3
22
+ idna==3.10
23
+ Jinja2==3.1.6
24
+ kiwisolver==1.4.8
25
+ markdown-it-py==3.0.0
26
+ MarkupSafe==3.0.2
27
+ matplotlib==3.10.1
28
+ mdurl==0.1.2
29
+ mpmath==1.3.0
30
+ networkx==3.4.2
31
+ numpy==2.1.1
32
+ opencv-python==4.11.0.86
33
+ orjson==3.10.16
34
+ packaging==24.2
35
+ pandas==2.2.3
36
+ pillow==11.1.0
37
+ psutil==7.0.0
38
+ py-cpuinfo==9.0.0
39
+ pydantic==2.10.6
40
+ pydantic_core==2.27.2
41
+ pydub==0.25.1
42
+ Pygments==2.19.1
43
+ pyparsing==3.2.3
44
+ python-dateutil==2.9.0.post0
45
+ python-multipart==0.0.20
46
+ pytz==2025.2
47
+ PyYAML==6.0.2
48
+ regex==2024.11.6
49
+ requests==2.32.3
50
+ rich==13.9.4
51
+ ruff==0.11.2
52
+ safehttpx==0.1.6
53
+ safetensors==0.5.3
54
+ scipy==1.15.2
55
+ seaborn==0.13.2
56
+ segment-anything==1.0
57
+ semantic-version==2.10.0
58
+ setuptools==78.1.0
59
+ shellingham==1.5.4
60
+ six==1.17.0
61
+ sniffio==1.3.1
62
+ starlette==0.46.1
63
+ sympy==1.13.1
64
+ timm==1.0.15
65
+ tokenizers==0.21.1
66
+ tomlkit==0.13.2
67
+ torch==2.6.0
68
+ torchvision==0.21.0
69
+ tqdm==4.67.1
70
+ transformers==4.50.3
71
+ typer==0.15.2
72
+ typing_extensions==4.13.0
73
+ tzdata==2025.2
74
+ ultralytics==8.3.96
75
+ ultralytics-thop==2.0.14
76
+ urllib3==2.3.0
77
+ uvicorn==0.34.0
78
+ websockets==15.0.1