Skip to content

A minimal R Shiny App application that enables users to interact with GPT-3

Notifications You must be signed in to change notification settings

josedv82/chatGPT_shinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatGPT ShinyApp

ChatGPT ShinyApp is an R Shiny application that allows users to interact with GPT-3, a language processing AI model. It utilizes the {gptchatteR} package, which was created by Isin Altinkaya and can be found at https://github.com/isinaltinkaya/gptchatteR

Features

On the left side of the app, there is a text area where users can input their prompts. Once a prompt is submitted, the app will display a table with the prompt and the corresponding response generated by GPT-3. Users have the ability to select and delete rows from the table at any time.

image

The table can display HTML content, and several buttons are included to allow users to export, copy, and print the table.

Usage

To use the ChatGPT ShinyApp, simply visit the live version here. If you would like to view the code, it can be found here.

Hope you find this application useful if you are looking for ideas on how to integrate GPT-3 within a ShinyApp.

About

A minimal R Shiny App application that enables users to interact with GPT-3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages