May 18, 2019

R Markdown

Overview of My Shiny Final App: My shiny app of predicted nextword.

The goal of this exercise is to create a product to highlight the prediction algorithm that you have built and to provide an interface that can be accessed by others. For this project you must submit:

A Shiny app that takes as input a phrase (multiple words) in a text box input and outputs a prediction of the next word. A slide deck consisting of no more than 5 slides created with R Studio Presenter (https://support.rstudio.com/hc/en-us/articles/200486468-Authoring-R-Presentations) pitching your algorithm and app as if you were presenting to your boss or an investor. Review criterialess Data Product

Slide of steps my shiny app :

the shiny app 3 steps:
1.You can put the predicted the next word
2.It return the word you wrote it.
3.It return the predicted next word.

Slide with link of github:

Slide with link of shiny web ui :

Thank You

Thanks!!!