DrishtiSharma
commited on
Commit
•
6bd3571
1
Parent(s):
fa38873
Create requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
streamlit
|
3 |
+
audio-recorder-streamlit
|
4 |
+
matplotlib
|
5 |
+
pillow
|
6 |
+
langchain
|
7 |
+
langchain-openai
|
8 |
+
langchain-anthropic
|
9 |
+
langchain-experimental
|
10 |
+
langchain-google-genai
|
11 |
+
langchain-google-community
|
12 |
+
langsmith
|
13 |
+
pypdf
|
14 |
+
docx2txt
|
15 |
+
faiss-cpu
|
16 |
+
tiktoken
|
17 |
+
arxiv
|
18 |
+
wikipedia
|