Spaces:
Configuration error
Configuration error
pranav13081999
commited on
Add files via upload
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
openai
|
4 |
+
transformers
|
5 |
+
faiss-cpu
|
6 |
+
gemini-api
|
7 |
+
weaviate-client
|
8 |
+
langchain
|
9 |
+
tiktoken
|
10 |
+
pypdf
|
11 |
+
rapidocr-onnxruntime
|
12 |
+
|
13 |
+
sentence-transformers
|
14 |
+
streamlit
|
15 |
+
langchain-groq
|
16 |
+
langchain-huggingface
|
17 |
+
unstructured
|
18 |
+
langchain-google-genai
|
19 |
+
pdfminer.six
|
20 |
+
unstructured-pytesseract
|
21 |
+
tesseract-ocr
|