Next Word Prediction App Presentation

Griffin Mathews
03/12/2021

Project Links

Project Overview

The goal of this project was to create an app predicting the next word based on the first part of a sentence (given input words).

The app was created in R and deployed into a Shiny.io app, hosted online.

Prediction Model

The model was originally built on data provided by SwiftKey, with samples from Blogs, news, and twitter sources. This model is trained on the top 750,000 most common sentences.

Slide with Plot

App