sidiqadi commited on
Commit
8fdc6c8
1 Parent(s): e5cfbd4

initial commit

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -0
requirements.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ certifi==2024.2.2
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.2.1
11
+ cycler==0.12.1
12
+ dill==0.3.8
13
+ dnspython==2.6.1
14
+ email_validator==2.1.1
15
+ exceptiongroup==1.2.1
16
+ fastapi==0.111.0
17
+ fastapi-cli==0.0.3
18
+ ffmpy==0.3.2
19
+ filelock==3.14.0
20
+ fonttools==4.51.0
21
+ fsspec==2024.5.0
22
+ gradio==4.31.3
23
+ gradio_client==0.16.3
24
+ h11==0.14.0
25
+ httpcore==1.0.5
26
+ httptools==0.6.1
27
+ httpx==0.27.0
28
+ huggingface-hub==0.23.0
29
+ idna==3.7
30
+ importlib_resources==6.4.0
31
+ intel-openmp==2021.4.0
32
+ Jinja2==3.1.4
33
+ jsonschema==4.22.0
34
+ jsonschema-specifications==2023.12.1
35
+ kiwisolver==1.4.5
36
+ markdown-it-py==3.0.0
37
+ MarkupSafe==2.1.5
38
+ matplotlib==3.9.0
39
+ mdurl==0.1.2
40
+ mkl==2021.4.0
41
+ mpmath==1.3.0
42
+ networkx==3.3
43
+ numpy==1.26.4
44
+ opencv-python==4.9.0.80
45
+ orjson==3.10.3
46
+ packaging==24.0
47
+ pandas==2.2.2
48
+ pillow==10.3.0
49
+ psutil==5.9.8
50
+ py-cpuinfo==9.0.0
51
+ pydantic==2.7.1
52
+ pydantic_core==2.18.2
53
+ pydub==0.25.1
54
+ Pygments==2.18.0
55
+ pyparsing==3.1.2
56
+ python-dateutil==2.9.0.post0
57
+ python-dotenv==1.0.1
58
+ python-multipart==0.0.9
59
+ pytz==2024.1
60
+ PyYAML==6.0.1
61
+ referencing==0.35.1
62
+ requests==2.31.0
63
+ rich==13.7.1
64
+ rpds-py==0.18.1
65
+ ruff==0.4.4
66
+ scipy==1.13.0
67
+ seaborn==0.13.2
68
+ semantic-version==2.10.0
69
+ shellingham==1.5.4
70
+ six==1.16.0
71
+ sniffio==1.3.1
72
+ starlette==0.37.2
73
+ sympy==1.12
74
+ tbb==2021.12.0
75
+ thop==0.1.1.post2209072238
76
+ tomlkit==0.12.0
77
+ toolz==0.12.1
78
+ torch==2.3.0
79
+ torchvision==0.18.0
80
+ tqdm==4.66.4
81
+ typer==0.12.3
82
+ typing_extensions==4.11.0
83
+ tzdata==2024.1
84
+ ujson==5.10.0
85
+ ultralytics==8.2.16
86
+ urllib3==2.2.1
87
+ uvicorn==0.29.0
88
+ watchfiles==0.21.0
89
+ websockets==11.0.3