Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gciatto/talk-ai-ita

Slides for dissemantion talk in Italian: "A cosa ci serve l'intelligenza artificiale?"
https://github.com/gciatto/talk-ai-ita

Last synced: 26 days ago
JSON representation

Slides for dissemantion talk in Italian: "A cosa ci serve l'intelligenza artificiale?"

Awesome Lists containing this project

README

        

## How to run slides

### Linux

```bash
./shared-slides/serve.sh
```

### Other

```bash
UID=`id -u` GID=`id -g` docker compose up --build
```