A desktop-style web application for generating AI videos using the WaveSpeed API.
- Image → Video generation
- Prompt history
- Download management
- Local output library
- Multiple model support (planned)
Create a virtual environment:
python -m venv .venvActivate it.
Windows:
.venv\Scripts\activateLinux/macOS:
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtCreate a .env file:
WAVESPEED_API_KEY=your_api_key_here
uvicorn app:app --reloadOpen: