Update requirements.txt
Browse files- requirements.txt +14 -2
requirements.txt
CHANGED
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
|
|
|
|
2 |
openai
|
3 |
opencv-python
|
4 |
-
moviepy
|
5 |
-
audio-recorder-streamlit
|
|
|
1 |
+
gradio_client
|
2 |
+
huggingface_hub
|
3 |
+
audio-recorder-streamlit
|
4 |
+
beautifulsoup4
|
5 |
+
faiss-cpu
|
6 |
+
langchain
|
7 |
+
mistune
|
8 |
+
#openai==0.28
|
9 |
+
PyPDF2
|
10 |
+
python-dotenv
|
11 |
+
pytz
|
12 |
streamlit
|
13 |
+
tiktoken
|
14 |
+
textract
|
15 |
openai
|
16 |
opencv-python
|
17 |
+
moviepy
|
|