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

https://github.com/countzero/presentation_on_artificial_intelligence

Presentation on Artificial Intelligence for the Free Drawing and Print Graphics class of the Muthesius Academy of Art.
https://github.com/countzero/presentation_on_artificial_intelligence

ai diffusion-models large-language-models llama-cpp stable-diffusion

Last synced: 25 days ago
JSON representation

Presentation on Artificial Intelligence for the Free Drawing and Print Graphics class of the Muthesius Academy of Art.

Awesome Lists containing this project

README

          

# Presentation on Artificial Intelligence

Presentation on Artificial Intelligence for the [Free Drawing and Print Graphics](https://en.muthesius-kunsthochschule.de/free-drawing-and-print-graphics/) class of the Muthesius Academy of Art.

## Installation

### Clone this repository

Clone this repository to a nice place on your machine via:

```
git clone git@github.com:countzero/presentation_on_artificial_intelligence.git
```

### Install the dependencies

Install all dependencies via:

```
npm install
```

## Usage

### Start the presentation

```
npm start
```

### Work on the presentation

```
npm run watch
```