BharatSahAIyak / kisai-bot

0 stars 0 forks source link

Hinglish detection | Transliteration [Answer Quality] #429

Open MaunicaKolla815 opened 2 months ago

MaunicaKolla815 commented 2 months ago

Context

When the language tab is in English and user types in Hinglish, we currently show a prompt for switching language. Once user selects "Switch to Hindi" the entire application's language switches to Hindi

Current behaviour

The user input remains in hinglish (english script)

Expected behvaiour

The user input also get transliterated to hindi

MaunicaKolla815 commented 2 months ago

To connect with Prateek @Amruth-Vamshi

MaunicaKolla815 commented 1 month ago

@Amruth-Vamshi share the corrected API name to @prtkjakhar

Amruth-Vamshi commented 1 month ago

@prtkjakhar use old transliterate API for transliterating whole sentences.

curl --location 'https://ai-tools-proxy.bhasai-dev.k8s.bhasai.samagra.io/transliterate' \ --header 'Content-Type: application/json' \ --data '{ "inputLanguage": "en", "outputLanguage": "hi", "input": "gehu kaise ugaye", "provider": "bhashini" }'

PriyanshiSoni11 commented 4 weeks ago

@Amruth-Vamshi

MaunicaKolla815 commented 3 weeks ago

@MaunicaKolla815 - to discuss and get back