PyaeSoneK commited on
Commit
401e871
·
1 Parent(s): 8751c2c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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
+
16
+ accelerate
17
+ bitsandbytes
18
+ openai
19
+ plotly
20
+ streamlit
21
+ faiss-cpu
22
+ gspread
23
+ altair<5
24
+ streamlit-chat
25
+ json
26
+ textwarp
27
+