Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +30 -0
requirements.txt
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
requests
|
| 3 |
+
openai
|
| 4 |
+
streamlit-authenticator==0.3.3
|
| 5 |
+
pyyaml
|
| 6 |
+
huggingface_hub
|
| 7 |
+
bcrypt
|
| 8 |
+
pytz
|
| 9 |
+
# --- RAG CORE ---
|
| 10 |
+
langchain
|
| 11 |
+
langchain-community
|
| 12 |
+
langchain-chroma
|
| 13 |
+
langchain-huggingface
|
| 14 |
+
langchain-text-splitters
|
| 15 |
+
chromadb
|
| 16 |
+
sentence-transformers
|
| 17 |
+
watchdog
|
| 18 |
+
# --- INGESTION ---
|
| 19 |
+
pypdf
|
| 20 |
+
python-docx
|
| 21 |
+
tiktoken
|
| 22 |
+
spacy
|
| 23 |
+
scikit-learn
|
| 24 |
+
pandas
|
| 25 |
+
# --- OCR & IMAGE ---
|
| 26 |
+
pytesseract
|
| 27 |
+
pdf2image
|
| 28 |
+
pymupdf
|
| 29 |
+
# --- NLP CLEANING ---
|
| 30 |
+
nltk
|