ai4bharat/Aksharantar
Preview • Updated • 1.02k • 24
A character-level Transformer + frequency-dictionary hybrid that converts romanized Malayalam (Manglish) into Malayalam script, with Google-IME-style word suggestions.
python from ime import IME ime = IME("checkpoints_ime") print(ime.suggest("dhoni")) # ['ധോണി', ...] print(ime.suggest("keralam")) # ['കേരളം', ...]
bash pip install torch fastapi uvicorn uvicorn server:app --host 0.0.0.0 --port 8000
Apache-2.0. Training data includes AI4Bharat Aksharantar (manually collected: CC-BY; mined: CC0).