Starburst15 commited on
Commit
44caf76
·
verified ·
1 Parent(s): 97d5e2d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -21
requirements.txt CHANGED
@@ -1,21 +1,14 @@
1
- # --- Core App Framework ---
2
- streamlit>=1.38.0
3
- python-dotenv>=1.0.1
4
-
5
- # --- PDF Parsing ---
6
- PyPDF2>=3.0.1
7
-
8
- # --- Numerical & Machine Learning ---
9
- numpy>=1.26.4
10
- scikit-learn>=1.5.2
11
-
12
- # --- Local Embeddings / Hugging Face Integration ---
13
- sentence-transformers>=3.0.1
14
- huggingface-hub>=0.25.0
15
- requests>=2.32.3
16
-
17
- # --- Vector Search (Fast Indexing) ---
18
- faiss-cpu>=1.8.0
19
-
20
- # --- Chat Interface ---
21
- streamlit-chat>=0.1.1
 
1
+ streamlit
2
+ pandas
3
+ numpy
4
+ python-dotenv
5
+ matplotlib
6
+ seaborn
7
+ scikit-learn
8
+ huggingface-hub
9
+ google-generativeai
10
+ plotly
11
+ langchain-community
12
+ langchain
13
+ requests
14
+ openpyxl