Sailu5/Government-Document-Translating-System — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python web app for translating government documents into Indian languages. I want a normal user to open the app, paste text or upload a document, choose the source language and target language, then get a clean translated version back. Make the screen easy to understand, with the original text and translated text shown side by side, and add a way to download or copy the translated result.

Use the existing IndicTrans pieces in this project if they are meant for translation, and keep the setup simple so I can run it locally. If there are evaluation scripts already here, add a small page or option where I can test translations and see basic quality results from sample data.

The README doesn’t explain much, so please inspect the files and wire everything together into a working app. Look up current docs online if you need to.

Want more depth? Deep Reverse