Skip to content

README Updates #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -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
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png)

### Extract skill
Expand All @@ -130,3 +130,23 @@ The user input analyzed in this space and by using a similarity metric (e.g cosi

## CI/CD Flow
![alt text](https://github.com/ggeop/Python-ai-assistant/blob/master/imgs/TravisFlow.png)

## 🔗 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>