| # StoryLens – requirements.txt | |
| # Web framework | |
| streamlit>=1.28.0 | |
| # Video / audio processing | |
| yt-dlp>=2023.10.13 | |
| moviepy==1.0.3 | |
| imageio==2.34.2 | |
| imageio-ffmpeg==0.4.9 | |
| ffmpeg-python>=0.2.0 | |
| # Image processing | |
| Pillow>=10.0.0 | |
| # HTTP requests | |
| requests>=2.31.0 | |
| # Environment variables | |
| python-dotenv>=1.0.0 | |
| # Speech-to-Text (OpenAI Whisper API) | |
| openai>=1.0.0 | |