This Dataset is from Kaggle:-
The LSTM Next-Word Predictor is a deep learning-based application designed to predict the next word based on user input (a word or sentence). Trained on a predefined dataset, the model leverages LSTM (Long Short-Term Memory) networks for sequence learning, ensuring contextually accurate and relevant predictions.
- Accepts user input (word or sentence) to generate the next word suggestion.
- Built with LSTM architecture optimized for text sequence modeling.
- Trained on a predefined dataset for reliable predictions.
- The user inputs a word or sentence.
- The model processes the input and predicts the most likely next word.
- The output is displayed as a word suggestion for the user.
- Clone this repository:
git clone https://github.com/Vruddhi18/LSTM_Next-word-predictor.git
- Install dependencies
pip install -r requirements.txt
- Run the predictor
streamlit run app.py