IndicBharat / README.md
Paulie-Aditya's picture
first iteration
d0fe667

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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 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 with one click.

🧰 Setup Locally

git clone https://github.com/yourusername/indictrans2-api.git
cd indictrans2-api
pip install -r requirements.txt
python app.py