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: நமேத)
git clone https://github.com/arkochatterjee/transliteration-keyboard.git
pip3 install -r requirements.txt
python3 app.py
- Flask server is live at http://0.0.0.0:8001
- Flask
- jQuery
- AJAX
- QuillPad
For their API
xlit.quillpad.in/quillpad_backend2/processWordJSON?lang=**Language-to-be-translated-in**&inString=**Input String**