kebincontreras commited on
Commit
39f60af
·
verified ·
1 Parent(s): a2d597e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +75 -0
requirements.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ albucore==0.0.17
3
+ albumentations==1.4.18
4
+ annotated-types==0.7.0
5
+ anyio==4.5.2
6
+ certifi==2024.8.30
7
+ charset-normalizer==3.4.0
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.1.1
11
+ cycler==0.12.1
12
+ eval_type_backport==0.2.0
13
+ exceptiongroup==1.2.2
14
+ fastapi==0.115.3
15
+ ffmpy==0.4.0
16
+ filelock==3.16.1
17
+ fonttools==4.54.1
18
+ fsspec==2024.10.0
19
+ gradio==4.44.1
20
+ gradio_client==1.3.0
21
+ h11==0.14.0
22
+ httpcore==1.0.6
23
+ httpx==0.27.2
24
+ huggingface-hub==0.26.1
25
+ idna==3.10
26
+ imageio==2.35.1
27
+ importlib_resources==6.4.5
28
+ Jinja2==3.1.4
29
+ kiwisolver==1.4.7
30
+ lazy_loader==0.4
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.5
33
+ matplotlib==3.7.5
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ networkx==3.1
37
+ numpy==1.24.4
38
+ opencv-python-headless==4.10.0.84
39
+ orjson==3.10.10
40
+ packaging==24.1
41
+ pandas==2.0.3
42
+ pillow==10.4.0
43
+ pydantic==2.9.2
44
+ pydantic_core==2.23.4
45
+ pydub==0.25.1
46
+ Pygments==2.18.0
47
+ pyparsing==3.1.4
48
+ python-dateutil==2.9.0.post0
49
+ python-multipart==0.0.16
50
+ pytz==2024.2
51
+ PyWavelets==1.4.1
52
+ PyYAML==6.0.2
53
+ requests==2.32.3
54
+ rich==13.9.3
55
+ ruff==0.7.1
56
+ scikit-image==0.21.0
57
+ scipy==1.10.1
58
+ semantic-version==2.10.0
59
+ shellingham==1.5.4
60
+ six==1.16.0
61
+ sniffio==1.3.1
62
+ starlette==0.41.2
63
+ sympy==1.13.3
64
+ tifffile==2023.7.10
65
+ tomlkit==0.12.0
66
+ torch==2.4.1
67
+ torchvision==0.19.1
68
+ tqdm==4.66.5
69
+ typer==0.12.5
70
+ typing_extensions==4.12.2
71
+ tzdata==2024.2
72
+ urllib3==2.2.3
73
+ uvicorn==0.32.0
74
+ websockets==12.0
75
+ zipp==3.20.2