Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
•
40a22ec
1
Parent(s):
9809971
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
tiktoken
|
3 |
+
langchain
|
4 |
+
gradio
|
5 |
+
pypdf
|
6 |
+
requests
|
7 |
+
unstructured
|
8 |
+
validators
|
9 |
+
pytesseract
|
10 |
+
pdf2image
|
11 |
+
tabulate
|
12 |
+
nltk
|
13 |
+
python-dotenv
|
14 |
+
faiss-cpu
|
15 |
+
requests
|
16 |
+
mimetypes
|