nep-spell / README.md
duraad's picture
Update README.md
d1eacf8 verified
---
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?
1. Clone this repo
2. Install the dependencies
2. Create a folder `models` inside the repo
3. Inside the `models` repo, `clone` the models from huggingface
4. Update the model names in `ModelMethods.py`