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