Hassan175 commited on
Commit
e57bc43
·
1 Parent(s): 78bb4ba

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.1.0
2
+ aiohttp==3.8.1
3
+ aiosignal==1.2.0
4
+ analytics-python==1.4.0
5
+ anyio==3.6.1
6
+ astunparse==1.6.3
7
+ async-timeout==4.0.2
8
+ attrs==21.4.0
9
+ backoff==1.10.0
10
+ bcrypt==3.2.2
11
+ cachetools==5.2.0
12
+ certifi==2022.6.15
13
+ cffi==1.15.0
14
+ charset-normalizer==2.0.12
15
+ click==8.1.3
16
+ cryptography==37.0.2
17
+ cycler==0.11.0
18
+ fastapi==0.78.0
19
+ ffmpy==0.3.0
20
+ flatbuffers==1.12
21
+ fonttools==4.33.3
22
+ frozenlist==1.3.0
23
+ fsspec==2022.5.0
24
+ gast==0.4.0
25
+ google-auth==2.8.0
26
+ google-auth-oauthlib==0.4.6
27
+ google-pasta==0.2.0
28
+ gradio==3.0.20
29
+ grpcio==1.47.0
30
+ h11==0.13.0
31
+ h5py==3.7.0
32
+ idna==3.3
33
+ importlib-metadata==4.12.0
34
+ Jinja2==3.1.2
35
+ keras==2.9.0
36
+ Keras-Preprocessing==1.1.2
37
+ kiwisolver==1.4.3
38
+ libclang==14.0.1
39
+ linkify-it-py==1.0.3
40
+ Markdown==3.3.7
41
+ markdown-it-py==2.1.0
42
+ MarkupSafe==2.1.1
43
+ matplotlib==3.5.2
44
+ mdit-py-plugins==0.3.0
45
+ mdurl==0.1.1
46
+ monotonic==1.6
47
+ multidict==6.0.2
48
+ numpy==1.23.0
49
+ oauthlib==3.2.0
50
+ opt-einsum==3.3.0
51
+ orjson==3.7.3
52
+ packaging==21.3
53
+ pandas==1.4.3
54
+ paramiko==2.11.0
55
+ Pillow==9.1.1
56
+ protobuf==3.19.4
57
+ pyasn1==0.4.8
58
+ pyasn1-modules==0.2.8
59
+ pycparser==2.21
60
+ pycryptodome==3.15.0
61
+ pydantic==1.9.1
62
+ pydub==0.25.1
63
+ PyNaCl==1.5.0
64
+ pyparsing==3.0.9
65
+ python-dateutil==2.8.2
66
+ python-multipart==0.0.5
67
+ pytz==2022.1
68
+ requests==2.28.0
69
+ requests-oauthlib==1.3.1
70
+ rsa==4.8
71
+ six==1.16.0
72
+ sniffio==1.2.0
73
+ starlette==0.19.1
74
+ tensorboard==2.9.1
75
+ tensorboard-data-server==0.6.1
76
+ tensorboard-plugin-wit==1.8.1
77
+ tensorflow-cpu==2.9.1
78
+ tensorflow-estimator==2.9.0
79
+ tensorflow-io-gcs-filesystem==0.26.0
80
+ termcolor==1.1.0
81
+ typing_extensions==4.2.0
82
+ uc-micro-py==1.0.1
83
+ urllib3==1.26.9
84
+ uvicorn==0.18.1
85
+ Werkzeug==2.1.2
86
+ wrapt==1.14.1
87
+ yarl==1.7.2
88
+ zipp==3.8.0