Update requirements.txt
Browse files- requirements.txt +24 -11
requirements.txt
CHANGED
@@ -1,11 +1,24 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
Pillow
|
3 |
+
plotly
|
4 |
+
opencv-python
|
5 |
+
moviepy
|
6 |
+
python-dotenv
|
7 |
+
pytz
|
8 |
+
requests
|
9 |
+
beautifulsoup4
|
10 |
+
PyPDF2
|
11 |
+
textract
|
12 |
+
gradio-client
|
13 |
+
huggingface-hub
|
14 |
+
audio-recorder-streamlit
|
15 |
+
xmltodict
|
16 |
+
mistune
|
17 |
+
python-docx
|
18 |
+
faiss-cpu
|
19 |
+
scikit-learn
|
20 |
+
langchain
|
21 |
+
tiktoken
|
22 |
+
extra-streamlit-components
|
23 |
+
moviepy
|
24 |
+
edge_tts==6.1.12
|