Spaces:
Sleeping
Sleeping
File size: 490 Bytes
811ac58 d1eacf8 811ac58 d1eacf8 811ac58 1ddad36 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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` |