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
- Host: GitHub
- URL: https://github.com/soumyadipta2020/chatbot_with_r
- Owner: Soumyadipta2020
- License: gpl-3.0
- Created: 2024-03-09T11:29:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T18:41:31.000Z (9 months ago)
- Last Synced: 2025-04-05T18:06:42.866Z (7 months ago)
- Topics: ai, ai-chatbot, chatbot, huggingface, js, nvidia-nim, r, rshiny, rshiny-application, rshiny-dashboard, rshinyapp, rshinydash, rshinydashboard
- Language: R
- Homepage: https://soumyadipta-das-stat.shinyapps.io/Chatbot_with_R/
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Multimodal Chatbot with RShiny 🤖🧠🇦🇮👾



[](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.