anurag-bitan/Manhwa-ai ? reverse-engineered prompt

Reverse engineered prompt

Build me a web app that lets someone upload a manga PDF and turn it into a narrated video automatically.

I want the app to detect panels from the pages, pull out the text, generate a natural sounding story narration with AI, create audio for it, and then render a shareable video in the browser with smooth pan and zoom style motion. It should feel fast, show clear progress while it works, and let the user preview and download the finished video when it is done.

Make it a clean modern app with a simple upload flow, a processing screen, and a results screen. Use a React frontend and a Python API backend, and make sure the frontend talks to the backend for the whole pipeline. If you need current setup details, look up the latest docs online and wire it together in a way that is easy to run locally.