Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringclasses
5 values
#Dependency file
torch
transformers
indic-transliteration

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

English to Indian Language Translation with English Pronunciation

This project translates an English sentence into Indian languages (Marathi, Telugu, and Malayalam) and provides an English pronunciation of the translated text.

Features

  • 🌍 Language Translation:
    • English ➝ Marathi (aryaumesh/english-to-marathi)
    • English ➝ Telugu (aryaumesh/english-to-telugu)
    • English ➝ Malayalam (Helsinki-NLP/opus-mt-en-ml)
  • 🔤 Pronunciation in English
    • Uses indic-transliteration to generate English pronunciation of the translated text.

Installation

Ensure you have Python installed, then run:

pip install -r requirements.txt

#Usage

#Run the script:
python main.py

#example
Enter text: How are you?  
Marathi: तुम्ही कसे आहात?  
English Pronunciation: tumhI kase AhAta?  

Telugu: మీరు ఏలా ఉన్నారు?  
English Pronunciation: mIru ElA unnAru?  

Malayalam: നിംനള്ക് സുഖമാണോ?  
English Pronunciation: ninnalkk sukhamANo?

#Dependencies:
The following libraries are required:

torch
transformers
indic-transliteration

#Repository Structure
 project_folder/  
 ├️ 📝 main.py  
 ├️ 📝 requirements.txt  
 ├️ 📝 README.md

#Author
Manjubashini am a fresher improving my skills for future career development recently graduated in stream of Electronics and communication engineering

I do coding challenges, attend competitions and self improving towards trending technologies
Downloads last month
2