Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
pandas
|
2 |
numpy
|
|
|
3 |
openai
|
4 |
-
nltk
|
5 |
gradio
|
|
|
6 |
bs4
|
|
|
|
|
7 |
pdf2image
|
8 |
gdown
|
9 |
google-auth
|
10 |
google-auth-oauthlib
|
11 |
google-auth-httplib2
|
12 |
google-api-python-client
|
13 |
-
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
+
tabula-py
|
4 |
openai
|
|
|
5 |
gradio
|
6 |
+
pyPDF2
|
7 |
bs4
|
8 |
+
nltk
|
9 |
+
tiktoken
|
10 |
pdf2image
|
11 |
gdown
|
12 |
google-auth
|
13 |
google-auth-oauthlib
|
14 |
google-auth-httplib2
|
15 |
google-api-python-client
|
16 |
+
chromadb
|