An open API service indexing awesome lists of open source software.

https://github.com/soumyadipta2020/chatbot_with_r

Multimodal AI Chatbot
https://github.com/soumyadipta2020/chatbot_with_r

ai ai-chatbot chatbot huggingface js nvidia-nim r rshiny rshiny-application rshiny-dashboard rshinyapp rshinydash rshinydashboard

Last synced: 4 months ago
JSON representation

Multimodal AI Chatbot

Awesome Lists containing this project

README

          

# Multimodal Chatbot with RShiny 🤖🧠🇦🇮👾

![GitHub Repo stars](https://img.shields.io/github/stars/Soumyadipta2020/Chatbot_with_R?style=social)
![GitHub forks](https://img.shields.io/github/forks/Soumyadipta2020/Chatbot_with_R?style=social)
![GitHub license](https://img.shields.io/github/license/Soumyadipta2020/Chatbot_with_R)
[![HitCount](https://hits.dwyl.com/Soumyadipta2020/Chatbot_with_R.svg?style=flat-square)](http://hits.dwyl.com/Soumyadipta2020/Chatbot_with_R)

This project is developed using RShiny, which supports interaction through multiple forms of input, including text, word & ppt. The chatbot leverages artificial intelligence to provide dynamic responses based on the input received.

## 🧩 Key Features:

- **Text Input:** Users can ask questions or provide commands via text, and the chatbot will generate intelligent responses.
- **File Recognition:** By uploading images, the chatbot can analyze and describe the content using AI-driven image recognition techniques.
- **RShiny Integration:** The chatbot is built using RShiny, which provides a robust, interactive user interface for seamless interactions in a web application environment.
- **AI Type:** Users can change the AI model type like conversation, coding etc. based on their need.
- **Multiple Models:** Multiple AI models available which make user more comfortable and let them decide which they want to use.

This project demonstrates how AI models can be integrated with RShiny to create an engaging, multimodal experience, suitable for various applications such as customer service, education, and virtual assistance.

## 🚀 Getting Started

### ⚙️ Prerequisites

To run these examples, you'll need:

- R (version 3.5 or above recommended)
- Shiny package installed
- Intermediate knowledge of R programming
- Familiarity with LLM

### 🗂️ Format

The code divied into multiple parts. Here's a quick overview of the files -

- *ui.R* : Contains the UI section of the app
- *server.R* : Contains all the calculations
- *global.R* : contiains the app environment details
- *helper.R* : All the LLM related functions defined here

## 🤝 Contributing
We welcome contributions! If you have additional sample codes or improvements, please:

- Fork this repository.
- Create a feature branch:
```bash
git checkout -b feature/your-feature-name
```
- Commit your changes and push the branch:
```bash
git push origin feature/your-feature-name
```
- Open a Pull Request.

Make sure your code follows the repository's style and is well-documented.