posted an update

Project Update: BlazeDirector AI Evolution & Vercel Deployment!

We are thrilled to share the latest milestone for BlazeDirector AI, our advanced cinematic storyboard and voice orchestration engine built for the Backblaze Generative Media Hackathon!

Here is a quick look at how the platform has evolved and what's new:

  • Multi-Model & Voice Orchestration: Integrated Genblaze multi-model pipelines alongside ElevenLabs voice models to seamlessly translate text prompts into production-ready cinematic assets.
  • Durable Cloud Provenance: Configured robust backend synchronization to route keyframes, audio files, and structural JSON manifests directly into Backblaze B2 Cloud Storage.
  • Live Web Deployment: BlazeDirector AI is now officially deployed and live on the cloud via Vercel, ensuring instant accessibility for developers and hackathon judges!

Check out the live deployment here: BlazeDirector Production App Vercel Deployment Branch Link

-Code Snippet: Vercel Serverless Configuration (vercel.json)

To enable smooth serverless deployment for our Flask backend, we configured the following routing manifest:

json { "version": 2, "builds": [ { "src": "app.py", "use": "@vercel/python" } ], "routes": [ { "src": "/(.*)", "dest": "app.py" } ] }

Stay tuned for more updates, and let us know your thoughts or questions in the comments below!

Log in or sign up for Devpost to join the conversation.