nep-spell / README.md
duraad's picture
Update README.md
d1eacf8 verified
|
raw
history blame contribute delete
No virus
490 Bytes

A newer version of the Streamlit SDK is available: 1.38.0

Upgrade
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?

  1. Clone this repo
  2. Install the dependencies
  3. Create a folder models inside the repo
  4. Inside the models repo, clone the models from huggingface
  5. Update the model names in ModelMethods.py