Text prediction Shiny App
Coursera-Johns Hopkins University
Data Science Specialization
Capstone Project
Author: Simone Di Cicco
Date: September 17th, 2018
The goal is to develop a text predictive Shiny application which can predict the users next word with accuracy and speed.
The algorithm is based on a N-Gram model that was built from a large corpus provided by SwiftKey. Content is coming from:
| Total Size | Total Words |
|---|---|
| 28MB | 4,500,000 |
The UI designed to access the experience is very clean, simple and minimal.
The user enter text into the input box and gets the next word predicted.
The algorithm is looking first at accuracy level and then being enough fast to ensure a perfect user experience.
accurancy: 60%
speed: 0.5 to 1 second
Demo: ShinyApps