jasvir-singh1021 commited on
Commit
6266bdc
·
verified ·
1 Parent(s): 4f19981

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -3
requirements.txt CHANGED
@@ -1,3 +1,18 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core
2
+ streamlit==1.35.0
3
+ openai>=1.30.0
4
+ tqdm
5
+ python-dotenv
6
+
7
+ # File parsing
8
+ PyMuPDF # for PDFs
9
+ python-docx # for DOCX files
10
+ html2text
11
+ beautifulsoup4
12
+
13
+ # Optional: RAG integration (for future use)
14
+ llama-index>=0.10.30
15
+ faiss-cpu # for local vector search (use faiss-gpu if needed)
16
+
17
+ # Optional: secure file handling
18
+ unstructured # supports more document types (large, optional)