Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
google-generativeai
|
| 3 |
+
python-dotenv
|
| 4 |
+
langchain
|
| 5 |
+
PyPDF2
|
| 6 |
+
chromadb
|
| 7 |
+
faiss-cpu
|
| 8 |
+
langchain_google_genai
|
| 9 |
+
langchain-community
|
| 10 |
+
groq
|
| 11 |
+
langchain-groq
|
| 12 |
+
pypdf
|
| 13 |
+
youtube_transcript_api
|
| 14 |
+
pathlib
|