Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
A web-based application built using Streamlit that transliterates English text to Gujarati script and translates Gujarati text into English using AI4Bharat's pre-trained models.
torch – For model inferencetransformers – Hugging Face Transformers for sequence-to-sequence modelsai4bharat.transliteration – Transliteration engineIndicTransTokenizer – For preprocessing and postprocessing Indic languagesfairseq – Required by some models for translationgit clone <your-repo-url>
cd <your-repo-folder>
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py
14 commits
Python
100.0%
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
A web-based application built using Streamlit that transliterates English text to Gujarati script and translates Gujarati text into English using AI4Bharat's pre-trained models.
torch – For model inferencetransformers – Hugging Face Transformers for sequence-to-sequence modelsai4bharat.transliteration – Transliteration engineIndicTransTokenizer – For preprocessing and postprocessing Indic languagesfairseq – Required by some models for translationgit clone <your-repo-url>
cd <your-repo-folder>
python -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py
14 commits
Python
100.0%