Spaces:
Runtime error
A newer version of the Gradio SDK is available:
5.5.0
title: Trasnliteration Devnagri
emoji: 👁
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 3.27.0
app_file: app.py
pinned: false
license: other
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Steps to use the Demo App :
- Enter your text in the input field.
- The Output textbox will display the transliterated value of the input text.
I referred to several online resources to understand the task of transliteration. Some of the links are mentioned below :
Moreover, I have made use of the repository mentioned in the second point. I have trained that model on the “NEWS2018 DATASET_04” section English to Hindi dataset (provided in the document by you). I trained the model on Kaggle. The Kaggle training notebook link is as follows : https://www.kaggle.com/harshvardhan26/transliteration-task-devnagri/edit Also, the training result such as accuracy and loss of model has been added as a screenshot among the files.