| # Core dependencies | |
| streamlit>=1.24.0 | |
| pandas | |
| torch | |
| requests | |
| aiofiles | |
| pillow | |
| # PDF processing | |
| PyMuPDF | |
| PyPDF2 | |
| # Transformers and diffusion models | |
| transformers | |
| diffusers | |
| # OpenAI integration | |
| openai | |
| tiktoken | |
| # Audio and video processing | |
| audio-recorder-streamlit | |
| opencv-python | |
| moviepy | |
| # Additional utilities | |
| glob2 | |
| pytz | |
| beautifulsoup4 | |
| mistune>=3.0.0 | |
| huggingface_hub | |
| gradio_client | |
| python-dotenv | |
| textract | |
| torchvision | |
| verovio | |
| diffusers |