Skip to content

swarnava-96/Spell-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spell-Checker

Goal: The goal of this project is to create a spell checker using python and GingerIt library.

Tech stack: Python, Flask, GingerIt.

Demo:

image image

Installation:

The Code is written in Python 3.7.3 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

1. First create a virtual environment by using this command:
conda create -n myenv python=3.7
2. Activate the environment using the below command:
conda activate myenv
3. Then install all the packages by using the following command
pip install -r requirements.txt
4. Then, in cmd or Anaconda prompt write the following code:
python app.py
Make sure to change the directory to the root folder. The folder structure should be same as of this repository otherwise it will throw error.

About

A flask web app that corrects sentences/words.

Topics

Resources

Stars

Watchers

Forks