THEGAMECHANGER commited on
Commit
76b5064
·
1 Parent(s): e81ebd7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ aiofiles==23.2.1
3
+ altair==5.1.2
4
+ anyio==3.7.1
5
+ astunparse==1.6.3
6
+ attrs==23.1.0
7
+ cachetools==5.3.1
8
+ certifi==2023.7.22
9
+ charset-normalizer==3.3.0
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.1.1
13
+ cycler==0.12.1
14
+ exceptiongroup==1.1.3
15
+ fastapi==0.103.2
16
+ ffmpy==0.3.1
17
+ filelock==3.12.4
18
+ flatbuffers==23.5.26
19
+ fonttools==4.43.1
20
+ fsspec==2023.9.2
21
+ gast==0.4.0
22
+ google-auth==2.23.3
23
+ google-auth-oauthlib==1.0.0
24
+ google-pasta==0.2.0
25
+ gradio==3.50.2
26
+ gradio_client==0.6.1
27
+ grpcio==1.59.0
28
+ h11==0.14.0
29
+ h5py==3.10.0
30
+ httpcore==0.18.0
31
+ httpx==0.25.0
32
+ huggingface-hub==0.18.0
33
+ idna==3.4
34
+ importlib-metadata==6.8.0
35
+ importlib-resources==6.1.0
36
+ Jinja2==3.1.2
37
+ jsonschema==4.19.1
38
+ jsonschema-specifications==2023.7.1
39
+ keras==2.13.1
40
+ kiwisolver==1.4.5
41
+ libclang==16.0.6
42
+ Markdown==3.5
43
+ MarkupSafe==2.1.3
44
+ matplotlib==3.7.3
45
+ numpy==1.24.3
46
+ oauthlib==3.2.2
47
+ opt-einsum==3.3.0
48
+ orjson==3.9.9
49
+ packaging==23.2
50
+ pandas==2.0.3
51
+ Pillow==10.1.0
52
+ pkgutil_resolve_name==1.3.10
53
+ protobuf==4.24.4
54
+ pyasn1==0.5.0
55
+ pyasn1-modules==0.3.0
56
+ pydantic==1.10.13
57
+ pydub==0.25.1
58
+ pyparsing==3.1.1
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.6
61
+ pytz==2023.3.post1
62
+ PyYAML==6.0.1
63
+ referencing==0.30.2
64
+ requests==2.31.0
65
+ requests-oauthlib==1.3.1
66
+ rpds-py==0.10.6
67
+ rsa==4.9
68
+ semantic-version==2.10.0
69
+ six==1.16.0
70
+ sniffio==1.3.0
71
+ starlette==0.27.0
72
+ tensorboard==2.13.0
73
+ tensorboard-data-server==0.7.1
74
+ tensorflow==2.13.0
75
+ tensorflow-estimator==2.13.0
76
+ tensorflow-intel==2.13.0
77
+ tensorflow-io-gcs-filesystem==0.31.0
78
+ termcolor==2.3.0
79
+ toolz==0.12.0
80
+ tqdm==4.66.1
81
+ typing_extensions==4.5.0
82
+ tzdata==2023.3
83
+ urllib3==2.0.7
84
+ uvicorn==0.23.2
85
+ websockets==11.0.3
86
+ Werkzeug==3.0.0
87
+ wrapt==1.15.0
88
+ zipp==3.17.0