Skip to content

Uses Recurrent Neural Network to predict the next word using the previous 3 words with a GUI.

Notifications You must be signed in to change notification settings

manav-chan/next-word-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Word Predictor

Developed and trained a Recurrent Neural Network model on the dataset "Room with a view" to predict the next word from the previous three words, fully complete with a functioning GUI.

How to use it?

  1. Clone the repository and install the following python packages:
  • Flask
  • Tensorflow
  • Keras
  • Numpy
  • Pickle
  1. Run the command "python main.py".
  2. The app should start running locally at the specified URL.
  3. Test and have fun!

How it looks like?

Screenshot (333)

About

Uses Recurrent Neural Network to predict the next word using the previous 3 words with a GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published