pujan paudel commited on
Commit
598372c
·
1 Parent(s): 1a11305

requirements file added

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -8
requirements.txt CHANGED
@@ -1,8 +1,140 @@
1
- flask
2
- opencv-python
3
- scikit-learn
4
- numpy
5
- pandas
6
- matplotlib
7
- torch
8
- torchvision
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ anyio==4.2.0
2
+ argon2-cffi==23.1.0
3
+ argon2-cffi-bindings==21.2.0
4
+ arrow==1.3.0
5
+ asttokens==2.4.1
6
+ async-lru==2.0.4
7
+ attrs==23.2.0
8
+ Babel==2.14.0
9
+ beautifulsoup4==4.12.3
10
+ bleach==6.1.0
11
+ blinker==1.7.0
12
+ Brotli==1.1.0
13
+ captum==0.7.0
14
+ certifi==2022.12.7
15
+ cffi==1.16.0
16
+ charset-normalizer==2.1.1
17
+ click==8.1.7
18
+ comm==0.2.1
19
+ contourpy==1.2.0
20
+ cycler==0.12.1
21
+ debugpy==1.8.1
22
+ decorator==5.1.1
23
+ defusedxml==0.7.1
24
+ executing==2.0.1
25
+ fastjsonschema==2.19.1
26
+ filelock==3.9.0
27
+ Flask==3.0.2
28
+ Flask-Compress==1.14
29
+ fonttools==4.48.1
30
+ fqdn==1.5.1
31
+ fsspec==2023.4.0
32
+ h11==0.14.0
33
+ httpcore==1.0.3
34
+ httpx==0.26.0
35
+ idna==3.4
36
+ ipykernel==6.29.2
37
+ ipython==8.21.0
38
+ ipython-genutils==0.2.0
39
+ ipywidgets==8.1.2
40
+ isoduration==20.11.0
41
+ itsdangerous==2.1.2
42
+ jedi==0.19.1
43
+ Jinja2==3.1.2
44
+ joblib==1.3.2
45
+ json5==0.9.14
46
+ jsonpointer==2.4
47
+ jsonschema==4.21.1
48
+ jsonschema-specifications==2023.12.1
49
+ jupyter==1.0.0
50
+ jupyter-console==6.6.3
51
+ jupyter-events==0.9.0
52
+ jupyter-highlight-selected-word==0.2.0
53
+ jupyter-lsp==2.2.2
54
+ jupyter-nbextensions-configurator==0.6.3
55
+ jupyter_client==8.6.0
56
+ jupyter_contrib_core==0.4.2
57
+ jupyter_contrib_nbextensions==0.7.0
58
+ jupyter_core==5.7.1
59
+ jupyter_server==2.12.5
60
+ jupyter_server_terminals==0.5.2
61
+ jupyterlab==4.1.1
62
+ jupyterlab_pygments==0.3.0
63
+ jupyterlab_server==2.25.3
64
+ jupyterlab_widgets==3.0.10
65
+ kiwisolver==1.4.5
66
+ lxml==5.1.0
67
+ MarkupSafe==2.1.3
68
+ matplotlib==3.8.3
69
+ matplotlib-inline==0.1.6
70
+ mistune==3.0.2
71
+ mpmath==1.3.0
72
+ nbclient==0.9.0
73
+ nbconvert==7.16.0
74
+ nbformat==5.9.2
75
+ nest-asyncio==1.6.0
76
+ networkx==3.2.1
77
+ notebook==7.1.0
78
+ notebook_shim==0.2.4
79
+ numpy==1.26.4
80
+ opencv-python==4.9.0.80
81
+ optional==0.0.1
82
+ overrides==7.7.0
83
+ packaging==23.2
84
+ pandas==2.2.0
85
+ pandocfilters==1.5.1
86
+ parso==0.8.3
87
+ pexpect==4.9.0
88
+ pillow==10.2.0
89
+ platformdirs==4.2.0
90
+ prometheus_client==0.20.0
91
+ prompt-toolkit==3.0.43
92
+ psutil==5.9.8
93
+ ptyprocess==0.7.0
94
+ pure-eval==0.2.2
95
+ pyarrow==15.0.0
96
+ pycparser==2.21
97
+ Pygments==2.17.2
98
+ pyparsing==3.1.1
99
+ python-dateutil==2.8.2
100
+ python-json-logger==2.0.7
101
+ pytz==2024.1
102
+ PyYAML==6.0.1
103
+ pyzmq==25.1.2
104
+ qtconsole==5.5.1
105
+ QtPy==2.4.1
106
+ referencing==0.33.0
107
+ requests==2.31.0
108
+ rfc3339-validator==0.1.4
109
+ rfc3986-validator==0.1.1
110
+ rpds-py==0.18.0
111
+ scikit-learn==1.4.0
112
+ scipy==1.12.0
113
+ seaborn==0.13.2
114
+ Send2Trash==1.8.2
115
+ six==1.16.0
116
+ sniffio==1.3.0
117
+ soupsieve==2.5
118
+ stack-data==0.6.3
119
+ sympy==1.12
120
+ terminado==0.18.0
121
+ threadpoolctl==3.3.0
122
+ tinycss2==1.2.1
123
+ torch==2.2.0+cpu
124
+ torchaudio==2.2.0+cpu
125
+ torchvision==0.17.0+cpu
126
+ tornado==6.4
127
+ tqdm==4.66.2
128
+ traitlets==5.14.1
129
+ types-python-dateutil==2.8.19.20240106
130
+ typing_extensions==4.8.0
131
+ tzdata==2024.1
132
+ uri-template==1.3.0
133
+ urllib3==1.26.13
134
+ wcwidth==0.2.13
135
+ webcolors==1.13
136
+ webencodings==0.5.1
137
+ websocket-client==1.7.0
138
+ Werkzeug==3.0.1
139
+ widgetsnbextension==4.0.10
140
+ gunicorn