Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.41.1
metadata
title: nep-spell
emoji: ⚡
colorFrom: gray
colorTo: pink
sdk: streamlit
sdk_version: 1.31.1
app_file: src/Demo.py
pinned: true
license: mit
Nepali Spelling Correction
Models used
google/mt5-small
facebook/mbart-large-cc25
rahular/varta-t5
How to setup?
- Clone this repo
- Install the dependencies
- Create a folder
models
inside the repo - Inside the
models
repo,clone
the models from huggingface - Update the model names in
ModelMethods.py