- This project aims to generate relevant text from user-given seed text using LSTM (Long Short-Term Memory) algorithm.
- This model is trained upon a given corpus of text data to learn patterns, grammar, and contextual relationships.
- The model showcases its ability to generate coherent and contextually relevant text.
The following steps ensure coherent and contextually relevant text generation:
- Loading the data.
- Preprocessing the data and Tokenizing.
- Building and fitting the model on data.
- Evaluating the model.
- Predicting i.e.Generating the text and Iterate on the process.
- Numpy
- Pandas
- Tensorflow
- Matplotlib
- LSTM (Long Short-Term Memory) Algorithm
- Methodology Involved:
- Plotting the Model:
The text generated by the model will be influenced by the Text Corpus on which the model is trained upon.