Skip to content

Manage your GEN-AI assistants and their implementations in shiny apps.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

AnotherDataGuy/anotheRgenaihub

Repository files navigation

{anotheRgenaihub}

Lifecycle: experimental License: GPL-3.0
CRAN status R Version

A Shiny-powered platform for creating, managing, and chatting with AI assistants using OpenAI’s technology. Also generates ready-to-use templates for integrating AI assistants into your own Shiny apps.

🎯 What is this package for?

anotheRgenaihub lets you:

  • Create custom GEN-AI assistants for different tasks (currently only ChatGPT supported)
  • Track performance metrics and usage statistics
  • Chat with your own assistants in real-time
  • Generate ready-to-use templates to integrate custom GEN-AI assistants into your Shiny apps

Chat Interface

Chat Interface

Chat Interface

Assistant Builder

Create and manage your AI assistants with a user-friendly interface:
Assistant Builder

Customization Options

Customize your chat interface with various themes and settings:
Customization

Template Generation

Generate ready-to-use code for your own Shiny apps: Code Generation

🔧 Quick Setup

# Install the package
if (!require("devtools")) install.packages("devtools")
devtools::install_github("anotherdataguy/anotheRgenaihub")

# Load and run
library(anotheRgenaihub)
run_app()

Prerequisites

  • An OpenAI API key (Get one here)
  • R installed on your system
  • Add your API key to .Renviron: API_KEYr=your_key_here

Access

If you’d like access to the app, feel free to reach out :

📧 Email: [email protected]

🛠️ Core packages

📄 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

⚠️ Note

This tool requires an OpenAI API key and may incur usage charges based on your interaction with the AI assistants.

Additionally:

  • Please note that this package is currently under development, and some features may change or evolve.
  • Using the OpenAI GPT API generates costs. Be mindful that you are responsible for any charges incurred from your usage.
  • Make sure to review OpenAI’s pricing model to avoid unexpected expenses.

About

Manage your GEN-AI assistants and their implementations in shiny apps.

Topics

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published