Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?"
- Host: GitHub
- URL: https://github.com/gciatto/talk-ai-ita
- Owner: gciatto
- License: apache-2.0
- Created: 2024-10-13T13:46:28.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T19:22:02.000Z (about 1 month ago)
- Last Synced: 2024-12-05T20:25:08.797Z (about 1 month ago)
- Language: HTML
- Homepage: https://gciatto.github.io/talk-ai-ita/
- Size: 51.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```