Slide 1: Project Title & Introduction

Text Prediction Capstone
Predict the next word in a phrase using a Shiny app powered by n-gram modeling.

Slide 2: Problem & Goal

Problem: Users need quick suggestions for text completion.
Goal: Build a predictive model and interactive interface to suggest the next word.

Slide 3: Data & Algorithm

Data Sources: Blogs, news, Twitter
Algorithm: Backoff model with uni-, bi-, tri-, quadgrams

Slide 4: Shiny App Demo

App Features: Text input box, Predict button, outputs next word
Example: “I love to” → Prediction: “eat”

Slide 5: Value & Next Steps

Why it’s valuable: Interactive, user-friendly, ready to deploy
Improvements: Top 3 suggestions, more data, auto-suggestions
Call to Action: Can integrate into writing tools, messaging apps, or educational software