| #https://chat.deepseek.com/share/to4ugsvhlmexygrfm4 | |
| # Install required packages | |
| pip install -r requirements.txt | |
| # For video conversion, install FFmpeg | |
| # Ubuntu/Debian: | |
| sudo apt-get install ffmpeg | |
| # macOS: | |
| brew install ffmpeg | |
| # Windows: Download from ffmpeg.org | |
| winget install Gyan-FFmpeg | |
| # Run the application | |
| python main.py |