Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
indexify-extractor-sdk
|
2 |
+
openai
|
3 |
+
google-generativeai
|
4 |
+
sentencepiece
|
5 |
+
pdf2image
|
6 |
+
easyocr
|
7 |
+
pypdf
|
8 |
+
PyMuPDF
|
9 |
+
numpy
|
10 |
+
pydantic
|
11 |
+
pydantic-settings
|