--- title: IndicBharat emoji: 🏢 colorFrom: yellow colorTo: pink sdk: gradio sdk_version: 5.25.0 app_file: app.py pinned: false --- # IndicTrans2 Translator API This project provides a simple Gradio-based interface to use the [AI4Bharat IndicTrans2](https://huggingface.co/ai4bharat/indictrans2-indic-en-1B) model for translating Indic languages to English. ## 🚀 Features - Translate from Hindi, Marathi, Bengali, and other supported Indic languages. - Uses Hugging Face Transformers and IndicProcessor toolkit. - Runs with GPU or CPU. - Easily deployable to [Hugging Face Spaces](https://huggingface.co/spaces) with one click. ## 🧰 Setup Locally ```bash git clone https://github.com/yourusername/indictrans2-api.git cd indictrans2-api pip install -r requirements.txt python app.py ```