Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neomatrix369/chatbot-conversations
Chatbot conversations: a demo application how two (or more) chatbots can talk to each other, the logic used to build Eliza (along with an NLP model) has been used to power the chatbots.
https://github.com/neomatrix369/chatbot-conversations
ai chat-application chatbot eliza eliza-chatbot graalvm helidon helidon-example java ml nlp python quarkus text
Last synced: 4 months ago
JSON representation
Chatbot conversations: a demo application how two (or more) chatbots can talk to each other, the logic used to build Eliza (along with an NLP model) has been used to power the chatbots.
- Host: GitHub
- URL: https://github.com/neomatrix369/chatbot-conversations
- Owner: neomatrix369
- License: apache-2.0
- Created: 2020-06-26T19:13:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T19:21:02.000Z (about 1 year ago)
- Last Synced: 2024-10-01T05:23:07.952Z (4 months ago)
- Topics: ai, chat-application, chatbot, eliza, eliza-chatbot, graalvm, helidon, helidon-example, java, ml, nlp, python, quarkus, text
- Language: Java
- Homepage:
- Size: 1.77 MB
- Stars: 35
- Watchers: 4
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot conversations [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![](https://img.shields.io/badge/java-8_|_11-blue) || ![](https://img.shields.io/badge/powered%20by-GraalVM-brightgreen)
![](https://img.shields.io/badge/powered%20by-Helidon-lightblue)
![](https://img.shields.io/badge/powered%20by-Quarkus-salmon)
||
[![Python versions](https://img.shields.io/pypi/pyversions/nlp_profiler.svg)](https://pypi.org/project/nlp_profiler/)
![](https://img.shields.io/badge/powered%20by-Flask-purple)
![AI Models](https://img.shields.io/badge/powered%20by%20AI%20Models%20(NLP)-Eliza%20|%20RoBERTa-lightgrey)
||
[![Chatbot](https://img.shields.io/docker/pulls/neomatrix369/chatbot.svg)](https://hub.docker.com/r/neomatrix369/chatbot)
[![Chatbot](https://img.shields.io/docker/pulls/yugoccp/chatbot.svg)](https://hub.docker.com/r/yugoccp/chatbot)
||
[![](https://img.shields.io/badge/deploys%20on-Oracle%20Cloud%20Infrastructure-crimson)](https://www.oracle.com/cloud/free/)
||
[![Codeac](https://static.codeac.io/badges/2-471206886.svg "Codeac")](https://app.codeac.io/github/yugoccp/chatbot-conversations)This project demonstrates a number of concepts:
- NLP (or a simulation of it, using [Eliza](#Eliza))
- NLP (or a simulation of it, using [Roberta](#Roberta))
- Chatbot interactions (using REST API)
- Microservices frameworks (Helidon and Quarkus)
- And also using a simple `python` Flask app
- Communication between three apps via a central app
- Flexibility to add more chatbots
- Ability to change the models used in place of the existing ones## Getting Started
### Clone repository
```bash
git clone https://github.com/neomatrix369/chatbot-conversations.gitcd chatbot-conversations
```### Run docker container
```bash
./docker-runner.sh --runContainer
```
## Components- Helidon world (Java)
- Quarkus world (Java)
- Roberta world (Python)
- Connecting worlds (Java)
## Presentations and Social media coverage_**[Tweet: Making chatbots have a conversation video](https://twitter.com/theNeomatrix369/status/1287293868376039424)**_
[![video: helidon-world|quarkus-world|connecting-worlds](https://user-images.githubusercontent.com/1570917/88921265-20fa6780-d266-11ea-8e32-9debd9dc5710.png)](https://www.youtube.com/watch?v=2daclN-yAfI&feature=youtu.be&t=2747 "Video: Chatbots talking to each other in action")_**[Video: 'Chatbot Conversations' with Mani Sarkar and Yugo Sakamoto](https://www.youtube.com/watch?v=vhlPE7rkN_g)**_
[![video: Chatbot Conversations with Mani Sarkar and Yugo Sakamoto](https://user-images.githubusercontent.com/1570917/235550715-a469cd96-c422-4f55-ba4d-e27c9684b2ba.png)](https://www.youtube.com/watch?v=vhlPE7rkN_g "Video: 'Chatbot Conversations' with Mani Sarkar and Yugo Sakamoto")### _**[Video: OotBD: Open source in the Cloud: 3 tools that helped us to collaborate](https://www.youtube.com/watch?v=pKsh9eWFnIk)**_
### _**[Video: OotBD - Working with Open Source Projects](https://www.youtube.com/watch?v=C26049wNbtI)**_
---
See the different worlds (chat components) in conversation with each other:
![helidon-world|quarkus-world|connecting-worlds](https://user-images.githubusercontent.com/1570917/87869702-9bd79e80-c999-11ea-86d0-3cfd16aa1d84.png)
![helidon-world](https://user-images.githubusercontent.com/1570917/87869761-0ab4f780-c99a-11ea-9a36-b72e09dd63d5.png)
![roberta-world](https://user-images.githubusercontent.com/1570917/87869763-0dafe800-c99a-11ea-836a-ccf269887997.png)
![connecting-worlds: helidon and roberta](https://user-images.githubusercontent.com/1570917/87869767-10aad880-c99a-11ea-919b-283b23b043c8.png)## How to build and run the projects
See how you can make the different worlds chat to each other, go to [How to build and run the projects](./how-to-build-and-run-the-projects.md).
You can also find out the underlying components that make up the NLP aspect of the chatbots there.
## How to build and run the Chatbot docker container
See how you can build and run your own docker container in your machine, go to [How to build and run docker container](./how-to-build-and-run-docker-container.md).
## Credits
Credits to the original authors of the code (different projects) used in this project.
Special thanks to [@yugoccp](https://github.com/yugoccp), [@brjavaman](https://github.com/brjavaman) and [code4.life](https://code4.life) for giving us support for this community initiative!## Disclaimer
This a demo created for illustration purposes, please don't expect a fully functional app or high quality code.
The focus has been to use simple ready-to-use components and illustrate the original ideas via a new app.