Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +31 -0
requirements.txt
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
streamlit>=1.24.0
|
| 3 |
+
pandas
|
| 4 |
+
torch
|
| 5 |
+
requests
|
| 6 |
+
aiofiles
|
| 7 |
+
pillow
|
| 8 |
+
|
| 9 |
+
# PDF processing
|
| 10 |
+
PyMuPDF
|
| 11 |
+
PyPDF2
|
| 12 |
+
|
| 13 |
+
# Transformers and diffusion models
|
| 14 |
+
transformers
|
| 15 |
+
diffusers
|
| 16 |
+
|
| 17 |
+
# OpenAI integration
|
| 18 |
+
openai
|
| 19 |
+
|
| 20 |
+
# Audio and video processing
|
| 21 |
+
audio-recorder-streamlit
|
| 22 |
+
opencv-python
|
| 23 |
+
moviepy
|
| 24 |
+
|
| 25 |
+
# Additional utilities
|
| 26 |
+
glob2
|
| 27 |
+
pytz
|
| 28 |
+
beautifulsoup4
|
| 29 |
+
mistune>=3.0.0
|
| 30 |
+
huggingface_hub
|
| 31 |
+
python-dotenv
|