Vahe commited on
Commit
04a290f
·
1 Parent(s): 5d2ed09
Files changed (1) hide show
  1. requirements.txt.txt +76 -70
requirements.txt.txt CHANGED
@@ -1,70 +1,76 @@
1
- absl-py==2.1.0
2
- altair==5.2.0
3
- astunparse==1.6.3
4
- attrs==23.2.0
5
- blinker==1.7.0
6
- cachetools==5.3.2
7
- certifi==2023.11.17
8
- charset-normalizer==3.3.2
9
- click==8.1.7
10
- colorama==0.4.6
11
- flatbuffers==23.5.26
12
- gast==0.5.4
13
- gitdb==4.0.11
14
- GitPython==3.1.41
15
- google-auth==2.26.2
16
- google-auth-oauthlib==1.2.0
17
- google-pasta==0.2.0
18
- grpcio==1.60.0
19
- h5py==3.10.0
20
- idna==3.6
21
- importlib-metadata==7.0.1
22
- Jinja2==3.1.3
23
- jsonschema==4.21.1
24
- jsonschema-specifications==2023.12.1
25
- keras==2.15.0
26
- libclang==16.0.6
27
- Markdown==3.5.2
28
- markdown-it-py==3.0.0
29
- MarkupSafe==2.1.4
30
- mdurl==0.1.2
31
- ml-dtypes==0.2.0
32
- numpy==1.26.3
33
- oauthlib==3.2.2
34
- opencv-python==4.9.0.80
35
- opt-einsum==3.3.0
36
- packaging==23.2
37
- pandas==2.2.0
38
- pillow==10.2.0
39
- protobuf==4.23.4
40
- pyarrow==15.0.0
41
- pyasn1==0.5.1
42
- pyasn1-modules==0.3.0
43
- pydeck==0.8.1b0
44
- Pygments==2.17.2
45
- python-dateutil==2.8.2
46
- pytz==2023.3.post1
47
- referencing==0.32.1
48
- requests==2.31.0
49
- requests-oauthlib==1.3.1
50
- rich==13.7.0
51
- rpds-py==0.17.1
52
- rsa==4.9
53
- six==1.16.0
54
- smmap==5.0.1
55
- streamlit==1.30.0
56
- tenacity==8.2.3
57
- tensorflow==2.15.0
58
- termcolor==2.4.0
59
- toml==0.10.2
60
- toolz==0.12.0
61
- tornado==6.4
62
- typing_extensions==4.9.0
63
- tzdata==2023.4
64
- tzlocal==5.2
65
- urllib3==2.1.0
66
- validators==0.22.0
67
- watchdog==3.0.0
68
- Werkzeug==3.0.1
69
- wrapt==1.14.1
70
- zipp==3.17.0
 
 
 
 
 
 
 
1
+ streamlit
2
+ opencv-python
3
+ numpy
4
+ pillow
5
+ tensorflow
6
+
7
+ # absl-py==2.1.0
8
+ # altair==5.2.0
9
+ # astunparse==1.6.3
10
+ # attrs==23.2.0
11
+ # blinker==1.7.0
12
+ # cachetools==5.3.2
13
+ # certifi==2023.11.17
14
+ # charset-normalizer==3.3.2
15
+ # click==8.1.7
16
+ # colorama==0.4.6
17
+ # flatbuffers==23.5.26
18
+ # gast==0.5.4
19
+ # gitdb==4.0.11
20
+ # GitPython==3.1.41
21
+ # google-auth==2.26.2
22
+ # google-auth-oauthlib==1.2.0
23
+ # google-pasta==0.2.0
24
+ # grpcio==1.60.0
25
+ # h5py==3.10.0
26
+ # idna==3.6
27
+ # importlib-metadata==7.0.1
28
+ # Jinja2==3.1.3
29
+ # jsonschema==4.21.1
30
+ # jsonschema-specifications==2023.12.1
31
+ # keras==2.15.0
32
+ # libclang==16.0.6
33
+ # Markdown==3.5.2
34
+ # markdown-it-py==3.0.0
35
+ # MarkupSafe==2.1.4
36
+ # mdurl==0.1.2
37
+ # ml-dtypes==0.2.0
38
+ # numpy==1.26.3
39
+ # oauthlib==3.2.2
40
+ # opencv-python==4.9.0.80
41
+ # opt-einsum==3.3.0
42
+ # packaging==23.2
43
+ # pandas==2.2.0
44
+ # pillow==10.2.0
45
+ # protobuf==4.23.4
46
+ # pyarrow==15.0.0
47
+ # pyasn1==0.5.1
48
+ # pyasn1-modules==0.3.0
49
+ # pydeck==0.8.1b0
50
+ # Pygments==2.17.2
51
+ # python-dateutil==2.8.2
52
+ # pytz==2023.3.post1
53
+ # referencing==0.32.1
54
+ # requests==2.31.0
55
+ # requests-oauthlib==1.3.1
56
+ # rich==13.7.0
57
+ # rpds-py==0.17.1
58
+ # rsa==4.9
59
+ # six==1.16.0
60
+ # smmap==5.0.1
61
+ # streamlit==1.30.0
62
+ # tenacity==8.2.3
63
+ # tensorflow==2.15.0
64
+ # termcolor==2.4.0
65
+ # toml==0.10.2
66
+ # toolz==0.12.0
67
+ # tornado==6.4
68
+ # typing_extensions==4.9.0
69
+ # tzdata==2023.4
70
+ # tzlocal==5.2
71
+ # urllib3==2.1.0
72
+ # validators==0.22.0
73
+ # watchdog==3.0.0
74
+ # Werkzeug==3.0.1
75
+ # wrapt==1.14.1
76
+ # zipp==3.17.0