From cb06c1f74a45c82ee669f6eb765d569f8479bac6 Mon Sep 17 00:00:00 2001 From: Ganesh Jainarain <RicheyJay2@gmail.com> Date: Mon, 6 Feb 2023 19:33:21 -0500 Subject: [PATCH 1/2] minor changes in the README.md file, such as correcting typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 294e647c..1a08e4d9 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ bash setup.sh * Put the Keys in settings -**NOTE:** *For better exprerience, before you start the application you can put the free KEYs in the settings.py* +**NOTE:** *For better experience, before you start the application you can put the free KEYs in the settings.py* ```bash nano Jarvis/src/jarvis/jarvis/setting.py @@ -96,7 +96,7 @@ bash run_jarvis.sh ### How to add a new Skill to assistant You can easily add a new skill in two steps. -* Create a new configurationin SKILLS in **skills/registry.py** +* Create a new configuration SKILLS in **skills/registry.py** ```python { 'enable': True, @@ -107,7 +107,7 @@ You can easily add a new skill in two steps. ``` * Create a new skill module in **skills/collection** -### Desicion Model +### Decision Model  ### Extract skill From 81e96ebde6fc069ea4ae9a8e2a35d17f4f95c6d7 Mon Sep 17 00:00:00 2001 From: Georgios Papachristou <george.papachristou0@gmail.com> Date: Sun, 17 Nov 2024 21:28:54 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1a08e4d9..e5349d07 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,23 @@ The user input analyzed in this space and by using a similarity metric (e.g cosi ## CI/CD Flow  + +## 🔗 Related Projects + +If you enjoy this virtual assistant, you might also be interested in my other AI-powered project: [DataDialogue](https://github.com/ggeop/DataDialogueLLM) + +Transform the way you interact with databases through natural conversations! DataDialogue enables anyone to: + +- 💬 **Query databases using natural language** +- 📊 **Get instant data visualizations** +- 🔍 **Explore data without SQL knowledge** +- 🤝 **Bridge the gap between data and business users** + +<div align="center"> +<div style="position: relative; display: inline-block; width: fit-content;"> + <a href="https://www.youtube.com/watch?v=breOr5o7r3Y" style="text-decoration: none;"> + <img src="https://github.com/ggeop/DataDialogueLLM/blob/main/media/imgs/data_dialogue_agent_responses.png" alt="DataDialogue Demo" width="600" style="display: block; border-radius: 8px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);"/> + </a> +</div> +</div> +