Next Word - Next Word Prediction
Date
December 2024
Service
Employer
Project Overview
The prediction of the next word, using LSTM, is to guess the next word in a sentence. LSTM is a particular kind of neural network that remembers word context. This makes it very good for applications like text suggestions, chatbots, or writing assistants. The model predicts the next word by analyzing the words provided so far; this helps make typing faster and interactions smoother.
Key Highlights
Used the "Adventures of Sherlock Holmes" dataset to train the LSTM model.
The data was cleaned and tokenized and the final data was generated using the n-gram method.
The model was built using TensorFlow.
User Interface was built using Streamlit.