Skip to content

Commit

Permalink
added diagram info
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Nov 30, 2024
1 parent 7de9dd4 commit 859b8c3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _posts/2024-11-30-raspberry-ai-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These are **LLM related AI projects** that you can play with.

```mermaid
mindmap
root((AIwithRPi))
root((AI with RPi))
AI
APIs
::icon(fas fa-robot)
Expand Down Expand Up @@ -92,7 +92,7 @@ If you have the **API keys** and [Docker](#faq) installed...
* https://console.groq.com/keys
* https://console.anthropic.com/settings/keys

Just use this configuration to spin the 3 AI services:
Just use [this **configuration**](https://github.com/JAlcocerT/Docker/blob/main/AI_Gen/Project_AIs/docker-compose.yml) to spin the 3 AI services:


```yml
Expand Down Expand Up @@ -155,6 +155,10 @@ volumes:
Get **Docker** ready for [SelfHosting, like so](https://jalcocert.github.io/Linux/docs/linux__cloud/selfhosting/).
You can also try the projects separately with just Python and the required API's.
Make sure to setup a **proper [Python Venv](https://jalcocert.github.io/JAlcocerT/useful-python-stuff/)**.
More [**Vector DataBases** - Docker Config Files](https://github.com/JAlcocerT/Docker/tree/main/AI_Gen/Z_VectorDBs)
The diagram has been possible thanks to MermaidJS Jekyll Integration and the [Fontawsome Icons](https://fontawesome.com/v5/search?o=r&m=free)
The **diagram** has been possible thanks to [MermaidJS](https://jalcocert.github.io/JAlcocerT/ai-useful-yet-simple/#diagrams-with-ai) Jekyll Integration and the [Fontawsome Icons](https://fontawesome.com/v5/search?o=r&m=free)

0 comments on commit 859b8c3

Please sign in to comment.