Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cehbrecht/tgif-ai-2024-10
TGIF about AI
https://github.com/cehbrecht/tgif-ai-2024-10
Last synced: 19 days ago
JSON representation
TGIF about AI
- Host: GitHub
- URL: https://github.com/cehbrecht/tgif-ai-2024-10
- Owner: cehbrecht
- License: mit
- Created: 2024-10-21T10:44:47.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T21:00:49.000Z (22 days ago)
- Last Synced: 2024-10-26T13:20:23.661Z (20 days ago)
- Language: Jupyter Notebook
- Size: 10.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TGIF about AI
TGIF giving a short overview about artificial intelligence.
When: 2024-10-25
Where: DKRZ## Google doc
https://docs.google.com/presentation/d/1rXnAXwFT3BRMr5CnHzMYfpprsIN6-pS3/edit#slide=id.g2bd8903ccd1_5_29
## Installation
This presentation uses [reveal-md](hhttps://github.com/webpro/reveal-md).
See [documentation](https://github.com/webpro/reveal-md/blob/main/README.md) for installation.```bash
npm install -g reveal-md
```The slides `slides.md` are written in Markdown.
You can generate the presentation with reveal-md:
```bash
reveal-md slides.md --theme white -w
http://localhost:1948/slides.md#/
```Export as PDF:
```bash
reveal-md slides.md --print slides.pdf --print-size 1024x768 --theme white
```