Project Focus: Translate English sentences to Hinglish sentences
File Structure:
eng_hing.ipynb
: Contains the model and dataset for training, and displays the output in Hinglish with English text.final_translation.ipynb
: Performs the final translation of Hinglish text to Hinglish with Hindi text.outputs.txt
: Contains all the outputs.
Workflow:
- The model and dataset have been taken from
Hugging Face
. - The model is trained on the dataset.
- English sentences are input to the model, and Hinglish sentences are given as output.
- The Hinglish sentences are translated to Hindi text.
- The final outputs are saved to.