Badrekamil/Company-autobiography
0
Company Biography Generator
This is a simple web app built with Gradio that generates detailed biographies of any company using Google's Gemini language model API. You can input a company name and select an output language (including many Indian languages), and get a full company profile translated accordingly.
Features
- Generate a complete company biography including history, founders, products, milestones, and global presence.
- Supports English plus 12 major Indian languages (Hindi, Bengali, Marathi, Tamil, Telugu, Gujarati, Kannada, Malayalam, Punjabi, Odia, Urdu, Assamese).
- Two-step generation: first generate in English, then translate to selected language.
- Clean, easy-to-use web interface with Gradio.
- No user flagging or screenshot allowed for privacy.
Setup & Usage
Requirements
- Python 3.7 or above
- Internet connection (to call Gemini API)
Install dependencies
pip install -r requirements.txt
