Skip to content

arkochatterjee/transliteration-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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