GitHunt
AR

arkochatterjee/transliteration-keyboard

Transliteration Keyboard built on Flask

Transliteration Keyboard

The WebApp is live here.

Given a Englsih word, say “Namasthe”, transliteration is nothing but the conversion of
the word to the native language script. (In Hindi, it will be नमते or in Tamil: நமேத)

Screenshot

Steps to run in localsystem :

  1. git clone https://github.com/arkochatterjee/transliteration-keyboard.git
  2. pip3 install -r requirements.txt
  3. python3 app.py
  4. Flask server is live at http://0.0.0.0:8001

Technical Stack used:

  1. Flask
  2. jQuery
  3. AJAX

Credits

  1. QuillPad
    For their API
    xlit.quillpad.in/quillpad_backend2/processWordJSON?lang=**Language-to-be-translated-in**&inString=**Input String**

Languages

HTML70.8%Python29.2%

Contributors

MIT License
Created November 26, 2019
Updated April 23, 2024