arkochatterjee / transliteration-keyboard

Transliteration Keyboard built on Flask

Home Page:https://transliteration-keyboard.arkochatterjee.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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**

About

Transliteration Keyboard built on Flask

https://transliteration-keyboard.arkochatterjee.repl.co/

License:MIT License


Languages

Language:HTML 70.8%Language:Python 29.2%