xhongc/ai_story
AI Story is a Python-based platform that automates the full pipeline from story text to video, using LLMs for script and shot planning and diffusion models for image generation.
The platform accepts a story theme and orchestrates a multi-step pipeline: it generates a script via LLMs, designs storyboard shots, produces images using image-generation models, plans camera movements, and composes the final video. It exposes Docker-deployed backend and Celery worker services, with Redis as the message queue. It integrates with provider APIs including GPT, Claude, Gemini, Sora, and Seedance for underlying model capabilities.