Skip to content

Converted english text into telugu text

Vemuri priya requested to merge farmforce into main

Description

This Merge Request implements the functionality to convert English text into Telugu text using transliteration/translation techniques. The feature enables users to input English text and receive the corresponding Telugu text output in a simple and user-friendly manner.


Features Implemented

  • Added English-to-Telugu text conversion functionality.
  • Implemented user input handling for English text.
  • Displayed converted Telugu text dynamically.
  • Improved usability with a clean and interactive interface.
  • Added basic validation for empty input handling.

Technologies Used

  • Python
  • Transliteration/Translation Library
  • Frontend UI integration

Outcome

This implementation helps users easily convert English text into Telugu text, improving regional language accessibility and user interaction.


Testing Performed

  • Verified English text input handling.
  • Tested Telugu text conversion accuracy for sample inputs.
  • Validated dynamic rendering of converted text.
  • Checked handling of empty and invalid inputs.

Future Improvements

  • Add support for multiple regional languages.
  • Improve transliteration accuracy using advanced NLP models.
  • Add speech-to-text and text-to-speech support.
  • Enable real-time conversion while typing.

Closes #3 (closed)

Edited by Vemuri priya

Merge request reports

Loading