Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +22 -5
requirements.txt
CHANGED
@@ -1,5 +1,22 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.27.0
|
2 |
+
Pillow>=9.5.0
|
3 |
+
plotly>=5.14.1
|
4 |
+
opencv-python>=4.7.0
|
5 |
+
moviepy>=1.0.3
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
pytz>=2023.3
|
8 |
+
requests>=2.31.0
|
9 |
+
openai>=1.3.0
|
10 |
+
beautifulsoup4>=4.12.0
|
11 |
+
PyPDF2>=3.0.1
|
12 |
+
textract>=1.6.5
|
13 |
+
gradio-client>=0.5.0
|
14 |
+
huggingface-hub>=0.17.3
|
15 |
+
audio-recorder-streamlit>=0.0.8
|
16 |
+
xmltodict>=0.13.0
|
17 |
+
mistune>=3.0.1
|
18 |
+
python-docx>=0.8.11
|
19 |
+
faiss-cpu>=1.7.4
|
20 |
+
scikit-learn>=1.3.0
|
21 |
+
langchain>=0.0.274
|
22 |
+
tiktoken>=0.5.1
|