Skip to content

Commit

Permalink
update 2024-02
Browse files Browse the repository at this point in the history
  • Loading branch information
LibrErli committed Feb 20, 2024
1 parent ba110a0 commit bbc7696
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 14 deletions.
50 changes: 48 additions & 2 deletions 2024_02_ZHB_LIT_KI-Impuls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,34 @@ <h1 class="title">KI-Impuls</h1>
20.02.2024</small><br/><img src="img/CC_BY_icon.svg.png" width="100px"/></p>
</section>

<section id="ein-guter-prompt" class="slide level2">
<h2>Ein guter Prompt</h2>
<p><img src="img/MABE_Frame01.jpg"/></p>
</section>
<section id="bildgenerierung-mit-ki" class="slide level2">
<h2>Bildgenerierung mit KI</h2>
<ul>
<li class="fragment">In zwei AI-Apps (Dall-E und Leonardo.AI) getestet:
<ul>
<li class="fragment">“Erzeuge Smileys als einladende Graphik für eine
Nutzerumfrage”</li>
<li class="fragment">“the library catalog of the future, neon art,
colorful”</li>
</ul></li>
</ul>
</section>
<section id="bildgenerierung-mit-ki-1" class="slide level2">
<h2>Bildgenerierung mit KI</h2>
<ul>
<li class="fragment">Dall-E
<ul>
<li class="fragment">Text-Prompt beschreibt das Bild</li>
<li class="fragment">Ergebnisse im Detail unbrauchbar (wie zB:
“Textbausteine”, Hände, Gesichter)</li>
<li class="fragment">Unterschied im Prompt de/en</li>
</ul></li>
</ul>
</section>
<section id="coden-mit-chat-gpt" class="slide level2">
<h2>Coden mit Chat-GPT</h2>
<ul>
Expand All @@ -67,8 +95,26 @@ <h2>Coden mit Chat-GPT</h2>
<li class="fragment">Vermeide die Übergabe personalisierter Daten
<ul>
<li class="fragment">eh klar: keine Zugangsdaten</li>
<li class="fragment">auch keine rückführbaren Code-Schnipsel (die später
auf Git* landen)</li>
<li class="fragment">keinen rückführbaren Code (der später
veröffentlicht wird)</li>
</ul></li>
</ul>
</section>
<section id="links" class="slide level2">
<h2>Links</h2>
<ul>
<li class="fragment">Chat-GPT (https://chat.openai.com/)
<ul>
<li class="fragment">Erstelle ein eigenen Profil:
https://github.com/bemattmann/LITanalyzer</li>
<li class="fragment">App mit Chat-GPT entwickelt: <a
href="https://visualize-portrait-gallery-zhbluzern-33d2b4c7506284a907344ee898.gitlab.io/src/index.html">Virtuelle
Porträtgalerie</a></li>
</ul></li>
<li class="fragment">Graphik-AI
<ul>
<li class="fragment">DALL-E (https://openai.com/dall-e-2)</li>
<li class="fragment">Leonardo.AI (https://app.leonardo.ai/)</li>
</ul></li>
</ul>
</section>
Expand Down
36 changes: 24 additions & 12 deletions 2024_02_ZHB_LIT_KI-Impuls/slides_lit_ki_impuls.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ urlcolor: white
institute: <img src="img/ZHB_Luzern_Logo_negativ.svg.png" height="60"/><br/><small>ZHB Luzern - KI-Impuls, 20.02.2024</small><br/><img src="img/CC_BY_icon.svg.png" width="100px"/>
---

## Ein guter Prompt
<img src="img/MABE_Frame01.jpg"/>

## Bildgenerierung mit KI

* In zwei AI-Apps (Dall-E und Leonardo.AI) getestet:
* "Erzeuge Smileys als einladende Graphik für eine Nutzerumfrage"
* "the library catalog of the future, neon art, colorful"

## Bildgenerierung mit KI

* Dall-E
* Text-Prompt beschreibt das Bild
* Ergebnisse im Detail unbrauchbar (wie zB: "Textbausteine", Hände, Gesichter)
* Unterschied im Prompt de/en

## Coden mit Chat-GPT

* Virtueller Rundgang durch die [Porträtgalerie](https://visualize-portrait-gallery-zhbluzern-33d2b4c7506284a907344ee898.gitlab.io/src/index.html)
Expand All @@ -19,17 +35,13 @@ institute: <img src="img/ZHB_Luzern_Logo_negativ.svg.png" height="60"/><br/><sma
* So viel wie in den letzten 5 Monaten habe ich schon lange nicht gelernt!
* Vermeide die Übergabe personalisierter Daten
* eh klar: keine Zugangsdaten
* auch keine rückführbaren Code-Schnipsel (die später auf Git* landen)
* keinen rückführbaren Code (der später veröffentlicht wird)

## Bildgenerierung mit KI
## Links

* In zwei AI-Apps (Dall-E und Leonardo.AI) getestet:
* "Erzeuge Smileys als einladende Graphik für eine Nutzerumfrage"
* "the library catalog of the future, neon art, colorful"

## Bildgenerierung mit KI

* Dall-E
* Text-Prompt beschreibt das Bild
* Ergebnisse im Detail unbrauchbar (wie zB: "Textbausteine", Hände, Gesichter)
* Unterschied im Prompt de/en
* Chat-GPT (https://chat.openai.com/)
* Erstelle ein eigenen Profil: https://github.com/bemattmann/LITanalyzer
* App mit Chat-GPT entwickelt: [Virtuelle Porträtgalerie](https://visualize-portrait-gallery-zhbluzern-33d2b4c7506284a907344ee898.gitlab.io/src/index.html)
* Graphik-AI
* DALL-E (https://openai.com/dall-e-2)
* Leonardo.AI (https://app.leonardo.ai/)

0 comments on commit bbc7696

Please sign in to comment.