A basic machine learning model to predict the next word.
-
build using pre-trained model LSTM
-
implements NLP & DL
-
trainer.pyis the training and learning model -
predictor.pyis the program that makes the predictions on the basis of the trained model intariner.py -
metamorphosis_clean.txtis the cleaned up pre-processed text file for sample input which is used for training the model