All projects
NLP & RAG

Next-Word Prediction (Language Modelling)

Bidirectional LSTM trained on 6,500+ medium articles using N-gram preparation for next-word prediction.

Overview

Predictive language model trained on 6500+ Medium articles using N-gram preparation and Bi-LSTM.

The Problem

Writing tools needed lightweight on-device language prediction.

The Solution

NLTK preprocessing, N-gram model preparation, Bi-LSTM training.

Impact

Functional next-word prediction model deployable as a writing aid.