vivekjoshi-bluebash commited on
Commit
d3b13a4
1 Parent(s): 298eaf0

Minor fixes

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +4 -169
app.py CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
2
  from PIL import Image
3
  from transformers import pipeline
4
  from langchain_openai import ChatOpenAI
5
- import pdb
6
  import wave
7
  import numpy as np
8
 
 
2
  from PIL import Image
3
  from transformers import pipeline
4
  from langchain_openai import ChatOpenAI
 
5
  import wave
6
  import numpy as np
7
 
requirements.txt CHANGED
@@ -1,68 +1,6 @@
1
- absl-py==2.1.0
2
- aiofiles==23.2.1
3
- aiohttp==3.9.3
4
- aiosignal==1.3.1
5
- altair==5.2.0
6
- annotated-types==0.6.0
7
- anyio==4.2.0
8
- astunparse==1.6.3
9
- attrs==23.2.0
10
- beautifulsoup4==4.12.3
11
- blinker==1.7.0
12
- blis==0.7.11
13
- cachetools==5.3.2
14
- catalogue==2.0.10
15
- certifi==2024.2.2
16
- cffi==1.16.0
17
- charset-normalizer==3.3.2
18
- click==8.1.7
19
- cloudpathlib==0.16.0
20
- colorama==0.4.6
21
- confection==0.1.4
22
- contourpy==1.2.0
23
- cryptography==42.0.4
24
- cycler==0.12.1
25
- cymem==2.0.8
26
- dataclasses-json==0.6.4
27
- diffusers @ git+https://github.com/kashif/diffusers.git@143df09caf98ce00bdbd469294214acd8e577bc6
28
- distro==1.9.0
29
- docarray==0.40.0
30
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl#sha256=86cc141f63942d4b2c5fcee06630fd6f904788d2f0ab005cce45aadb8fb73889
31
- faiss-cpu==1.7.4
32
- fastapi==0.109.2
33
- ffmpy==0.3.2
34
- filelock==3.13.1
35
- flatbuffers==23.5.26
36
- fonttools==4.49.0
37
- frozenlist==1.4.1
38
- fsspec==2024.2.0
39
- gast==0.5.4
40
- gitdb==4.0.11
41
- GitPython==3.1.41
42
- google-auth==2.28.0
43
- google-auth-oauthlib==1.2.0
44
- google-pasta==0.2.0
45
- gradio==4.19.1
46
- gradio_client==0.10.0
47
- grandalf==0.8
48
- grpcio==1.60.1
49
- h11==0.14.0
50
- h5py==3.10.0
51
- httpcore==1.0.2
52
- httpx==0.26.0
53
- httpx-sse==0.4.0
54
- huggingface-hub==0.20.3
55
- idna==3.6
56
- importlib-metadata==7.0.1
57
- importlib-resources==6.1.1
58
- Jinja2==3.1.3
59
- joblib==1.3.2
60
- jsonpatch==1.33
61
- jsonpointer==2.4
62
- jsonschema==4.21.1
63
- jsonschema-specifications==2023.12.1
64
- keras==2.15.0
65
- kiwisolver==1.4.5
66
  langchain==0.1.6
67
  langchain-cli==0.0.21
68
  langchain-community==0.0.21
@@ -72,107 +10,4 @@ langchainhub==0.1.14
72
  langcodes==3.3.0
73
  langserve==0.0.41
74
  langsmith==0.1.5
75
- libclang==16.0.6
76
- Markdown==3.5.2
77
- markdown-it-py==3.0.0
78
- MarkupSafe==2.1.5
79
- marshmallow==3.20.2
80
- matplotlib==3.8.3
81
- mdurl==0.1.2
82
- ml-dtypes==0.2.0
83
- mpmath==1.3.0
84
- multidict==6.0.5
85
- murmurhash==1.0.10
86
- mypy-extensions==1.0.0
87
- networkx==3.2.1
88
- nltk==3.8.1
89
- numpy==1.26.4
90
- oauthlib==3.2.2
91
- openai==1.12.0
92
- opencv-python==4.9.0.80
93
- opt-einsum==3.3.0
94
- orjson==3.9.13
95
- packaging==23.2
96
- pandas==2.2.0
97
- pdfminer.six==20221105
98
- pdfplumber==0.10.4
99
- pillow==10.2.0
100
- preshed==3.0.9
101
- protobuf==4.25.3
102
- pyarrow==15.0.0
103
- pyasn1==0.5.1
104
- pyasn1-modules==0.3.0
105
- pycparser==2.21
106
- pydantic==2.6.1
107
- pydantic_core==2.16.2
108
- pydeck==0.8.1b0
109
- pydub==0.25.1
110
- Pygments==2.17.2
111
- pyparsing==3.1.1
112
- pypdfium2==4.27.0
113
- pytesseract==0.3.10
114
- python-dateutil==2.8.2
115
- python-multipart==0.0.9
116
- pytz==2024.1
117
- PyYAML==6.0.1
118
- referencing==0.33.0
119
- regex==2023.12.25
120
- requests==2.31.0
121
- requests-oauthlib==1.3.1
122
- rich==13.7.0
123
- rpds-py==0.18.0
124
- rsa==4.9
125
- ruff==0.2.2
126
- safetensors==0.4.2
127
- semantic-version==2.10.0
128
- shellingham==1.5.4
129
- six==1.16.0
130
- smart-open==6.4.0
131
- smmap==5.0.1
132
- sniffio==1.3.0
133
- soupsieve==2.5
134
- spacy==3.7.4
135
- spacy-legacy==3.0.12
136
- spacy-loggers==1.0.5
137
- SQLAlchemy==2.0.26
138
- srsly==2.4.8
139
- sse-starlette==1.8.2
140
- starlette==0.36.3
141
- streamlit==1.31.1
142
- sympy==1.12
143
- tavily-python==0.3.1
144
- tenacity==8.2.3
145
- tensorboard==2.15.2
146
- tensorboard-data-server==0.7.2
147
- tensorflow==2.15.0
148
- tensorflow-estimator==2.15.0
149
- tensorflow-io-gcs-filesystem==0.36.0
150
- tensorflow-macos==2.15.0
151
- termcolor==2.4.0
152
- textblob==0.17.1
153
- thinc==8.2.3
154
- tiktoken==0.5.2
155
- tokenizers==0.15.2
156
- toml==0.10.2
157
- tomlkit==0.12.2
158
- toolz==0.12.1
159
- torch==2.2.0
160
- tornado==6.4
161
- tqdm==4.66.2
162
- transformers==4.37.2
163
- typer==0.9.0
164
- types-requests==2.31.0.20240125
165
- typing-inspect==0.9.0
166
- typing_extensions==4.9.0
167
- tzdata==2024.1
168
- tzlocal==5.2
169
- urllib3==2.2.0
170
- uvicorn==0.23.2
171
- validators==0.22.0
172
- wasabi==1.1.2
173
- weasel==0.3.4
174
- websockets==11.0.3
175
- Werkzeug==3.0.1
176
- wrapt==1.14.1
177
- yarl==1.9.4
178
- zipp==3.17.0
 
1
+ streamlit==1.31.1
2
+ pillow==10.2.0
3
+ transformers==4.37.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  langchain==0.1.6
5
  langchain-cli==0.0.21
6
  langchain-community==0.0.21
 
10
  langcodes==3.3.0
11
  langserve==0.0.41
12
  langsmith==0.1.5
13
+ numpy==1.26.4