author: R Hays date: 05082021 autosize: true
Create a data product to demonstrate my prediction algorithm that accepts an n-gram and predicts the next word.
Create a slide deck promoting my product. Write 5 slides using RStudio Presenter explaining my product.
My Shiny predictive app is based upon a subset of the SwiftKey data linked below. I used the SBO package (https://vgherard.github.io/sbo/articles/sbo.html).The user may enter one or more words and the APP will return the top three prediction suggestions.
https://web-beta.archive.org/web/20160930083655/http://www.corpora.heliohost.org/aboutcorpus.html
Shiny_APP location on ShinyApps: https://rhays.shinyapps.io/PredictionAPP/?_ga=2.54588587.1215427044.1620479885-1122341922.1619561811
Shiny App ui.R and server.R: https://github.com/themonk99/predictive