A simple playground to understand & learn the subtle differences in the dialect-pair Hindi & Urdu.
The deployed demo application is available here:
https://share.streamlit.io/gokulnc/english-hindurdu-parallel-translator/app.py
- Ensure you have Python 3.6+ installed
pip install -r requirements.txt
streamlit run app.py
- Please raise an issue here on this repo if the translator doesn't work.
- Use this discussion thread for other ideas or improvement.
- Library for Translation: google_trans_new (Fork of googletrans)
- This free API does not give high quality results
- Library for Transliteration: Indic-Trans
- For approximate Hindi-Urdu Script conversion
- Library for Web UI: StreamLit
- For easy and free hosting on Streamlit Sharing