Spaces:
Sleeping
Sleeping
| title: CreatorPlus | |
| emoji: 🎬 | |
| colorFrom: indigo | |
| colorTo: green | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # CreatorPlus Space | |
| Release: `v0.026` | |
| CreatorPlus is a multilingual content generation app with: | |
| - multi-provider TTS (edge-tts, gTTS, pyttsx3) | |
| - optional local model providers (Piper, Coqui XTTS when configured) | |
| - stock media integration (Pexels/Pixabay/local fallback) | |
| - narration + music ducking mix | |
| - MP4 render output and diagnostics APIs | |
| ## Endpoints | |
| - `/` UI | |
| - `/api/health` | |
| - `/api/categories` | |
| - `/api/providers/tts` | |
| - `/api/providers/status` | |
| - `/api/doctor` | |
| - `/api/generate` | |
| - `/api/progress?jobId=<id>` | |
| - `/api/outputs/<jobId>/<kind>` | |
| `v0.026` contract highlights: | |
| - structured error responses with `error_code` | |
| - upload alias support (`file`) for music/speaker uploads | |
| - timing telemetry in progress (`timings_ms`) | |
| - TTS fallback metadata in progress | |