Skip to content

GauravGaikwad94/SpellChecker-Flask-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpellChecker-Flask-API

Created REST API using flask framework to give suggestions for mispelled words. Here I have used symspellpy package to give suggestions for mispelled words.

Uses

Install all the dependency mentioned in requirements.txt
pip3 install -r requirements.txt

Run Flask app
python3 main.py

Use get method
http://localhost:5000/spellCorrect?input_term=homeAssigment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages