stestoni91 commited on
Commit
8d7609c
1 Parent(s): 65a7e5d

Add requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -0
requirements.txt ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ astunparse==1.6.3
7
+ attrs==23.2.0
8
+ certifi==2024.6.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ contourpy==1.2.1
12
+ cycler==0.12.1
13
+ dnspython==2.6.1
14
+ email_validator==2.1.2
15
+ exceptiongroup==1.2.1
16
+ fastapi==0.111.0
17
+ fastapi-cli==0.0.4
18
+ ffmpy==0.3.2
19
+ filelock==3.15.1
20
+ flatbuffers==24.3.25
21
+ fonttools==4.53.0
22
+ fsspec==2024.6.0
23
+ gast==0.5.4
24
+ google-pasta==0.2.0
25
+ gradio==4.36.1
26
+ gradio_client==1.0.1
27
+ grpcio==1.64.1
28
+ h11==0.14.0
29
+ h5py==3.11.0
30
+ httpcore==1.0.5
31
+ httptools==0.6.1
32
+ httpx==0.27.0
33
+ huggingface-hub==0.23.4
34
+ idna==3.7
35
+ importlib_resources==6.4.0
36
+ Jinja2==3.1.4
37
+ jsonschema==4.22.0
38
+ jsonschema-specifications==2023.12.1
39
+ keras==3.3.3
40
+ kiwisolver==1.4.5
41
+ libclang==18.1.1
42
+ Markdown==3.6
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.5
45
+ matplotlib==3.9.0
46
+ mdurl==0.1.2
47
+ ml-dtypes==0.3.2
48
+ namex==0.0.8
49
+ numpy==1.26.4
50
+ opt-einsum==3.3.0
51
+ optree==0.11.0
52
+ orjson==3.10.5
53
+ packaging==24.1
54
+ pandas==2.2.2
55
+ pillow==10.3.0
56
+ protobuf==4.25.3
57
+ pydantic==2.7.4
58
+ pydantic_core==2.18.4
59
+ pydub==0.25.1
60
+ Pygments==2.18.0
61
+ pyparsing==3.1.2
62
+ pytest==8.2.2
63
+ python-dateutil==2.9.0.post0
64
+ python-dotenv==1.0.1
65
+ python-multipart==0.0.9
66
+ pytz==2024.1
67
+ PyYAML==6.0.1
68
+ referencing==0.35.1
69
+ regex==2024.5.15
70
+ requests==2.32.3
71
+ rich==13.7.1
72
+ rpds-py==0.18.1
73
+ ruff==0.4.9
74
+ safetensors==0.4.3
75
+ semantic-version==2.10.0
76
+ shellingham==1.5.4
77
+ six==1.16.0
78
+ sniffio==1.3.1
79
+ starlette==0.37.2
80
+ tensorboard==2.16.2
81
+ tensorboard-data-server==0.7.2
82
+ tensorflow==2.16.1
83
+ tensorflow-io-gcs-filesystem==0.37.0
84
+ termcolor==2.4.0
85
+ tf_keras==2.16.0
86
+ tokenizers==0.19.1
87
+ tomlkit==0.12.0
88
+ toolz==0.12.1
89
+ tqdm==4.66.4
90
+ transformers==4.41.2
91
+ typer==0.12.3
92
+ typing_extensions==4.12.2
93
+ tzdata==2024.1
94
+ ujson==5.10.0
95
+ urllib3==2.2.2
96
+ uvicorn==0.30.1
97
+ uvloop==0.19.0
98
+ watchfiles==0.22.0
99
+ websockets==11.0.3
100
+ Werkzeug==3.0.3
101
+ wikipedia==1.4.0
102
+ wrapt==1.16.0