Utkarsh736 commited on
Commit
8241813
·
1 Parent(s): cf0c36f

[Update] images

Browse files
.ipynb_checkpoints/Bearify_nb-checkpoint.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
Bearify_nb.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
requirements.txt CHANGED
@@ -2,31 +2,50 @@ aiofiles==23.2.1
2
  altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
 
 
 
 
 
 
5
  attrs==23.2.0
 
 
 
6
  blis==0.7.11
7
  catalogue==2.0.10
8
  certifi==2024.2.2
 
9
  charset-normalizer==3.3.2
10
  click==8.1.7
11
  cloudpathlib==0.16.0
12
  colorama==0.4.6
 
13
  confection==0.1.4
14
  contourpy==1.2.1
15
  cycler==0.12.1
16
  cymem==2.0.8
 
 
 
17
  dnspython==2.6.1
18
  email_validator==2.1.1
19
  exceptiongroup==1.2.1
 
 
20
  fastai==2.7.15
21
  fastapi==0.111.0
22
  fastapi-cli==0.0.4
23
  fastcore==1.5.40
24
  fastdownload==0.0.7
 
25
  fastprogress==1.0.3
26
  ffmpy==0.3.2
27
  filelock==3.14.0
28
  fonttools==4.52.4
 
29
  fsspec==2024.5.0
 
30
  gradio==4.31.5
31
  gradio_client==0.16.4
32
  h11==0.14.0
@@ -37,10 +56,25 @@ huggingface-hub==0.23.2
37
  idna==3.7
38
  importlib_resources==6.4.0
39
  intel-openmp==2021.4.0
 
 
 
 
40
  Jinja2==3.1.4
41
  joblib==1.4.2
 
 
42
  jsonschema==4.22.0
43
  jsonschema-specifications==2023.12.1
 
 
 
 
 
 
 
 
 
44
  kiwisolver==1.4.5
45
  langcodes==3.4.0
46
  language_data==1.2.0
@@ -48,17 +82,35 @@ marisa-trie==1.1.1
48
  markdown-it-py==3.0.0
49
  MarkupSafe==2.1.5
50
  matplotlib==3.9.0
 
51
  mdurl==0.1.2
 
52
  mkl==2021.4.0
53
  mpmath==1.3.0
54
  murmurhash==1.0.10
 
 
 
 
 
55
  networkx==3.3
 
 
56
  numpy==1.26.4
57
  orjson==3.10.3
 
58
  packaging==24.0
59
  pandas==2.2.2
 
 
60
  pillow==10.3.0
 
61
  preshed==3.0.9
 
 
 
 
 
62
  pydantic==2.7.1
63
  pydantic_core==2.18.2
64
  pydub==0.25.1
@@ -66,43 +118,64 @@ Pygments==2.18.0
66
  pyparsing==3.1.2
67
  python-dateutil==2.9.0.post0
68
  python-dotenv==1.0.1
 
69
  python-multipart==0.0.9
70
  pytz==2024.1
 
 
71
  PyYAML==6.0.1
 
72
  referencing==0.35.1
73
  requests==2.32.2
 
 
74
  rich==13.7.1
75
  rpds-py==0.18.1
76
  ruff==0.4.5
77
  scikit-learn==1.5.0
78
  scipy==1.13.1
79
  semantic-version==2.10.0
 
80
  shellingham==1.5.4
81
  six==1.16.0
82
  smart-open==6.4.0
83
  sniffio==1.3.1
 
84
  spacy==3.7.4
85
  spacy-legacy==3.0.12
86
  spacy-loggers==1.0.5
87
  srsly==2.4.8
 
88
  starlette==0.37.2
89
  sympy==1.12
90
  tbb==2021.12.0
 
91
  thinc==8.2.3
92
  threadpoolctl==3.5.0
 
 
93
  tomlkit==0.12.0
94
  toolz==0.12.1
95
  torch==2.3.0
96
  torchaudio==2.3.0
97
  torchvision==0.18.0
 
98
  tqdm==4.66.4
 
99
  typer==0.9.4
 
100
  typing_extensions==4.12.0
101
  tzdata==2024.1
102
  ujson==5.10.0
 
103
  urllib3==2.2.1
104
  uvicorn==0.30.0
105
  wasabi==1.1.2
 
106
  watchfiles==0.22.0
 
107
  weasel==0.3.4
 
 
 
108
  websockets==11.0.3
 
2
  altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
+ argon2-cffi==23.1.0
6
+ argon2-cffi-bindings==21.2.0
7
+ arrow==1.3.0
8
+ asttokens==2.4.1
9
+ astunparse==1.6.3
10
+ async-lru==2.0.4
11
  attrs==23.2.0
12
+ Babel==2.15.0
13
+ beautifulsoup4==4.12.3
14
+ bleach==6.1.0
15
  blis==0.7.11
16
  catalogue==2.0.10
17
  certifi==2024.2.2
18
+ cffi==1.16.0
19
  charset-normalizer==3.3.2
20
  click==8.1.7
21
  cloudpathlib==0.16.0
22
  colorama==0.4.6
23
+ comm==0.2.2
24
  confection==0.1.4
25
  contourpy==1.2.1
26
  cycler==0.12.1
27
  cymem==2.0.8
28
+ debugpy==1.8.1
29
+ decorator==5.1.1
30
+ defusedxml==0.7.1
31
  dnspython==2.6.1
32
  email_validator==2.1.1
33
  exceptiongroup==1.2.1
34
+ execnb==0.1.6
35
+ executing==2.0.1
36
  fastai==2.7.15
37
  fastapi==0.111.0
38
  fastapi-cli==0.0.4
39
  fastcore==1.5.40
40
  fastdownload==0.0.7
41
+ fastjsonschema==2.19.1
42
  fastprogress==1.0.3
43
  ffmpy==0.3.2
44
  filelock==3.14.0
45
  fonttools==4.52.4
46
+ fqdn==1.5.1
47
  fsspec==2024.5.0
48
+ ghapi==1.0.5
49
  gradio==4.31.5
50
  gradio_client==0.16.4
51
  h11==0.14.0
 
56
  idna==3.7
57
  importlib_resources==6.4.0
58
  intel-openmp==2021.4.0
59
+ ipykernel==6.29.4
60
+ ipython==8.24.0
61
+ isoduration==20.11.0
62
+ jedi==0.19.1
63
  Jinja2==3.1.4
64
  joblib==1.4.2
65
+ json5==0.9.25
66
+ jsonpointer==2.4
67
  jsonschema==4.22.0
68
  jsonschema-specifications==2023.12.1
69
+ jupyter-events==0.10.0
70
+ jupyter-lsp==2.2.5
71
+ jupyter_client==8.6.2
72
+ jupyter_core==5.7.2
73
+ jupyter_server==2.14.0
74
+ jupyter_server_terminals==0.5.3
75
+ jupyterlab==4.2.1
76
+ jupyterlab_pygments==0.3.0
77
+ jupyterlab_server==2.27.2
78
  kiwisolver==1.4.5
79
  langcodes==3.4.0
80
  language_data==1.2.0
 
82
  markdown-it-py==3.0.0
83
  MarkupSafe==2.1.5
84
  matplotlib==3.9.0
85
+ matplotlib-inline==0.1.7
86
  mdurl==0.1.2
87
+ mistune==3.0.2
88
  mkl==2021.4.0
89
  mpmath==1.3.0
90
  murmurhash==1.0.10
91
+ nbclient==0.10.0
92
+ nbconvert==7.16.4
93
+ nbdev==2.3.23
94
+ nbformat==5.10.4
95
+ nest-asyncio==1.6.0
96
  networkx==3.3
97
+ notebook==7.2.0
98
+ notebook_shim==0.2.4
99
  numpy==1.26.4
100
  orjson==3.10.3
101
+ overrides==7.7.0
102
  packaging==24.0
103
  pandas==2.2.2
104
+ pandocfilters==1.5.1
105
+ parso==0.8.4
106
  pillow==10.3.0
107
+ platformdirs==4.2.2
108
  preshed==3.0.9
109
+ prometheus_client==0.20.0
110
+ prompt_toolkit==3.0.45
111
+ psutil==5.9.8
112
+ pure-eval==0.2.2
113
+ pycparser==2.22
114
  pydantic==2.7.1
115
  pydantic_core==2.18.2
116
  pydub==0.25.1
 
118
  pyparsing==3.1.2
119
  python-dateutil==2.9.0.post0
120
  python-dotenv==1.0.1
121
+ python-json-logger==2.0.7
122
  python-multipart==0.0.9
123
  pytz==2024.1
124
+ pywin32==306
125
+ pywinpty==2.0.13
126
  PyYAML==6.0.1
127
+ pyzmq==26.0.3
128
  referencing==0.35.1
129
  requests==2.32.2
130
+ rfc3339-validator==0.1.4
131
+ rfc3986-validator==0.1.1
132
  rich==13.7.1
133
  rpds-py==0.18.1
134
  ruff==0.4.5
135
  scikit-learn==1.5.0
136
  scipy==1.13.1
137
  semantic-version==2.10.0
138
+ Send2Trash==1.8.3
139
  shellingham==1.5.4
140
  six==1.16.0
141
  smart-open==6.4.0
142
  sniffio==1.3.1
143
+ soupsieve==2.5
144
  spacy==3.7.4
145
  spacy-legacy==3.0.12
146
  spacy-loggers==1.0.5
147
  srsly==2.4.8
148
+ stack-data==0.6.3
149
  starlette==0.37.2
150
  sympy==1.12
151
  tbb==2021.12.0
152
+ terminado==0.18.1
153
  thinc==8.2.3
154
  threadpoolctl==3.5.0
155
+ tinycss2==1.3.0
156
+ tomli==2.0.1
157
  tomlkit==0.12.0
158
  toolz==0.12.1
159
  torch==2.3.0
160
  torchaudio==2.3.0
161
  torchvision==0.18.0
162
+ tornado==6.4
163
  tqdm==4.66.4
164
+ traitlets==5.14.3
165
  typer==0.9.4
166
+ types-python-dateutil==2.9.0.20240316
167
  typing_extensions==4.12.0
168
  tzdata==2024.1
169
  ujson==5.10.0
170
+ uri-template==1.3.0
171
  urllib3==2.2.1
172
  uvicorn==0.30.0
173
  wasabi==1.1.2
174
+ watchdog==4.0.1
175
  watchfiles==0.22.0
176
+ wcwidth==0.2.13
177
  weasel==0.3.4
178
+ webcolors==1.13
179
+ webencodings==0.5.1
180
+ websocket-client==1.8.0
181
  websockets==11.0.3