included all necessary packages
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,2 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.17
|
2 |
+
langchain-core==0.1.45
|
3 |
+
langchain-community==0.0.29
|
4 |
+
langchain-openai
|
5 |
+
langgraph==0.0.26
|
6 |
+
faiss-cpu
|
7 |
gradio
|
8 |
+
pytesseract
|
9 |
+
whisper
|
10 |
+
youtube-transcript-api
|
11 |
+
python-dotenv
|
12 |
+
pillow
|