Spell Corrector made with the help of TensorFlow and JS
A simple spelling corrector made with the help of Tensorflow.
The objective of this project is to build a model that can take a sentence or paragraph with spelling mistakes as input, and output corrected sentence or paragraph. The data that we will use for this project will be twenty five popular books from Project Gutenberg.
Make sure to use python version 3.3+ and has installed node on your PC.
pip3 install -r requirements.txt
node app
in the terminal.http://localhost:3000/
in your browser.