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.
- Host: GitHub
- URL: https://github.com/countzero/presentation_on_artificial_intelligence
- Owner: countzero
- Created: 2023-11-29T16:34:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T22:07:19.000Z (over 2 years ago)
- Last Synced: 2024-04-24T21:06:01.306Z (about 2 years ago)
- Topics: ai, diffusion-models, large-language-models, llama-cpp, stable-diffusion
- Language: HTML
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```