RTutor - Chat with your data via AI

#artificialintelligence 

It is an artificial intelligence (AI)-based app that enables you to interact with your data via natural language. After uploading a dataset, users ask questions about or request analyses in English. The app generates and runs R code to answer that question with plots and numeric results. The requests are structured and sent to OpenAI's advanced AI system, which returns R code. The R code is cleaned up and executed in a Shiny environment, showing results and error messages. Multiple requests are logged to produce an R Markdown file, which can be knitted into an HTML report.