Spaces:
Paused
Paused
Carlosito16
commited on
Commit
•
17816ff
1
Parent(s):
6be7664
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
seaborn
|
5 |
+
scikit-learn
|
6 |
+
|
7 |
+
langchain==0.0.162
|
8 |
+
beautifulsoup4
|
9 |
+
InstructorEmbedding
|
10 |
+
torch
|
11 |
+
sentence_transformers
|
12 |
+
python-dotenv
|
13 |
+
transformers
|
14 |
+
chromadb
|
15 |
+
fschat
|
16 |
+
accelerate
|
17 |
+
bitsandbytes
|
18 |
+
openai
|
19 |
+
plotly
|
20 |
+
streamlit==1.24.0
|
21 |
+
faiss-cpu
|
22 |
+
gspread
|
23 |
+
altair<5
|
24 |
+
streamlit-chat
|
25 |
+
|
26 |
+
googletrans==3.1.0a0
|
27 |
+
streamlit_extras
|