Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```