Skip to content

shantanuo/Spell-Checker

 
 

Repository files navigation

With docker

docker run -p 5000:5000 -d shantanuo/flaskspell


If you are using ARM processor, use these 4 commands instead:

git clone https://github.com/shantanuo/Spell-Checker.git

cd Spell-Checker/

docker build -t shantanuo/flaskspellarm .

docker run --restart unless-stopped -p 5000:5000 -d shantanuo/flaskspellarm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 77.9%
  • HTML 14.2%
  • Dockerfile 7.9%