ahmedabdelwahed commited on
Commit
7e062a4
1 Parent(s): c691f41

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.2.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==22.1.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.1
14
+ charset-normalizer==2.1.0
15
+ click==8.1.3
16
+ colorama==0.4.5
17
+ cryptography==37.0.4
18
+ cycler==0.11.0
19
+ fastapi==0.79.0
20
+ ffmpy==0.3.0
21
+ flatbuffers==1.12
22
+ fonttools==4.34.4
23
+ frozenlist==1.3.1
24
+ fsspec==2022.7.1
25
+ gast==0.4.0
26
+ google-auth==2.9.1
27
+ google-auth-oauthlib==0.4.6
28
+ google-pasta==0.2.0
29
+ gradio==3.1.3
30
+ grpcio==1.47.0
31
+ h11==0.12.0
32
+ h5py==3.7.0
33
+ httpcore==0.15.0
34
+ httpx==0.23.0
35
+ idna==3.3
36
+ Jinja2==3.1.2
37
+ keras==2.9.0
38
+ Keras-Preprocessing==1.1.2
39
+ kiwisolver==1.4.4
40
+ libclang==14.0.6
41
+ linkify-it-py==1.0.3
42
+ Markdown==3.4.1
43
+ markdown-it-py==2.1.0
44
+ MarkupSafe==2.1.1
45
+ matplotlib==3.5.2
46
+ mdit-py-plugins==0.3.0
47
+ mdurl==0.1.1
48
+ monotonic==1.6
49
+ multidict==6.0.2
50
+ numpy==1.23.1
51
+ oauthlib==3.2.0
52
+ opt-einsum==3.3.0
53
+ orjson==3.7.11
54
+ packaging==21.3
55
+ pandas==1.4.3
56
+ paramiko==2.11.0
57
+ Pillow==9.2.0
58
+ protobuf==3.19.4
59
+ pyasn1==0.4.8
60
+ pyasn1-modules==0.2.8
61
+ pycparser==2.21
62
+ pycryptodome==3.15.0
63
+ pydantic==1.9.1
64
+ pydub==0.25.1
65
+ PyNaCl==1.5.0
66
+ pyparsing==3.0.9
67
+ python-dateutil==2.8.2
68
+ python-multipart==0.0.5
69
+ pytz==2022.1
70
+ requests==2.28.1
71
+ requests-oauthlib==1.3.1
72
+ rfc3986==1.5.0
73
+ rsa==4.9
74
+ six==1.16.0
75
+ sniffio==1.2.0
76
+ starlette==0.19.1
77
+ tensorboard==2.9.1
78
+ tensorboard-data-server==0.6.1
79
+ tensorboard-plugin-wit==1.8.1
80
+ tensorflow==2.9.1
81
+ tensorflow-estimator==2.9.0
82
+ tensorflow-io-gcs-filesystem==0.26.0
83
+ termcolor==1.1.0
84
+ typing_extensions==4.3.0
85
+ uc-micro-py==1.0.1
86
+ urllib3==1.26.11
87
+ uvicorn==0.18.2
88
+ Werkzeug==2.2.1
89
+ wrapt==1.14.1
90
+ yarl==1.8.1