EdwardoSunny commited on
Commit
3312eaf
1 Parent(s): 1049a53

requirements

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +78 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ env/
requirements.txt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ antlr4-python3-runtime==4.9.3
4
+ anyio==4.4.0
5
+ braceexpand==0.1.7
6
+ certifi==2024.8.30
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ contourpy==1.3.0
10
+ cycler==0.12.1
11
+ decord==0.6.0
12
+ einops==0.8.0
13
+ exceptiongroup==1.2.2
14
+ fastapi==0.114.2
15
+ ffmpy==0.4.0
16
+ filelock==3.16.0
17
+ fonttools==4.53.1
18
+ fsspec==2024.9.0
19
+ gradio==4.44.0
20
+ gradio_client==1.3.0
21
+ h11==0.14.0
22
+ httpcore==1.0.5
23
+ httpx==0.27.2
24
+ huggingface-hub==0.24.7
25
+ idna==3.10
26
+ importlib_resources==6.4.5
27
+ iopath==0.1.10
28
+ Jinja2==3.1.4
29
+ kiwisolver==1.4.7
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.9.2
33
+ mdurl==0.1.2
34
+ mpmath==1.3.0
35
+ networkx==3.2.1
36
+ numpy==2.1.1
37
+ omegaconf==2.3.0
38
+ opencv-python==4.10.0.84
39
+ orjson==3.10.7
40
+ packaging==24.1
41
+ pandas==2.2.2
42
+ pillow==10.4.0
43
+ portalocker==2.10.1
44
+ pydantic==2.9.1
45
+ pydantic_core==2.23.3
46
+ pydub==0.25.1
47
+ Pygments==2.18.0
48
+ pyparsing==3.1.4
49
+ python-dateutil==2.9.0.post0
50
+ python-multipart==0.0.9
51
+ pytz==2024.2
52
+ PyYAML==6.0.2
53
+ regex==2024.9.11
54
+ requests==2.32.3
55
+ rich==13.8.1
56
+ ruff==0.6.5
57
+ safetensors==0.4.5
58
+ semantic-version==2.10.0
59
+ shellingham==1.5.4
60
+ six==1.16.0
61
+ sniffio==1.3.1
62
+ starlette==0.38.5
63
+ sympy==1.12
64
+ timm==1.0.9
65
+ tokenizers==0.19.1
66
+ tomlkit==0.12.0
67
+ torch==2.4.1+cpu
68
+ torchaudio==2.4.1+cpu
69
+ torchvision==0.19.1+cpu
70
+ tqdm==4.66.5
71
+ transformers==4.44.2
72
+ typer==0.12.5
73
+ typing_extensions==4.12.2
74
+ tzdata==2024.1
75
+ urllib3==2.2.3
76
+ uvicorn==0.30.6
77
+ webdataset==0.2.100
78
+ websockets==12.0