Update requirements.txt
Browse files- requirements.txt +20 -2
requirements.txt
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
pandas
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
google-generativeai
|
3 |
+
langchain
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
pillow
|
7 |
+
requests
|
8 |
+
python-dotenv
|
9 |
+
huggingface_hub
|
10 |
+
scikit-learn
|
11 |
pandas
|
12 |
+
numpy
|
13 |
+
sentence-transformers
|
14 |
+
faiss-cpu
|
15 |
+
nltk
|
16 |
+
newspaper3k
|
17 |
+
spacy
|
18 |
+
textblob
|
19 |
+
gensim
|
20 |
+
openai
|
21 |
+
anthropic
|