AutoShorts-Engine / requirements.txt
tarinmoy's picture
Upload 20 files
f7d32aa verified
raw
history blame contribute delete
695 Bytes
# ============================================================
# Autonomous Short-Form Video Engine — Python Requirements
# ============================================================
# AI / LLM (Nemotron-3 via OpenRouter, Nemotron-2 VL via NVIDIA)
openai>=1.0.0 # Used as OpenRouter-compatible client
# Text-to-Speech (Google Cloud TTS free tier)
google-cloud-texttospeech>=2.14.0
# Alternative TTS (edge-tts, no auth needed)
edge-tts>=6.1.9
# Web Interface
gradio>=4.0.0
# Media fetching & processing
requests>=2.31.0
Pillow>=10.0.0
moviepy>=2.0.0.dev2
# Utilities
python-dotenv>=1.0.0
mutagen>=1.47.0 # Audio duration detection
tqdm>=4.66.0 # Progress bars