Initial Draft
Browse files- requirement.txt +11 -0
requirement.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PyAutoGUI
|
2 |
+
PyGetWindow
|
3 |
+
opencv-python
|
4 |
+
langchain
|
5 |
+
langchain-core
|
6 |
+
langchain-community
|
7 |
+
streamlit
|
8 |
+
duckduckgo-search
|
9 |
+
json-repair
|
10 |
+
audio-recorder-streamlit
|
11 |
+
youtube-transcript-api
|