diff --git a/README.md b/README.md index cee2826..3a7bf84 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ All my doodles are under Creative a Commons license, so please share with attrib Enjoy ๐ŸŒบ --- -## Misc. -[/misc](/misc) +## Generative AI +[/generative-ai](/misc) ``` โ””โ”€โ”€ ๐Ÿ“misc diff --git a/generative-ai/README.md b/generative-ai/README.md new file mode 100644 index 0000000..63dfd6f --- /dev/null +++ b/generative-ai/README.md @@ -0,0 +1,48 @@ +# Misc content + + +``` +โ””โ”€โ”€ ๐Ÿ“image + โ”œโ”€โ”€ ๐Ÿ“„chatgpt-v2.png + โ”œโ”€โ”€ ๐Ÿ“„GenAI-doodle-youtube.png + โ”œโ”€โ”€ ๐Ÿ“„TeamsAILib-doodle-youtube.png + โ””โ”€โ”€ ๐Ÿ“„AssistantsAPI-doodle-youtube.png +``` + +## 1. ChatGPT Explained + +This was originally created in Feb 2023, and updated in March 2023 when GPT-4 came out. + +![chatGPT doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/ChatGPT-v2.png) + +## 2. Microsoft Developer YouTube Series, "Doodle-to-Code" + +This is a set of doodles used to create the anmated doddle videos for my work at Microsoft. The focus is to walk you through how to build practical apps with Generative AI, and how they can be applied for Microsoft Teams developer platform. + +![YouTube teaser](raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/AssistantsAPI-doodle-youtube.gif) + +You can watch all videos on this [YouTube playlist](https://www.youtube.com/playlist?list=PLWZJrkeLOrbbsuhdqW_TiOLDJq_vZbCx-). + +### Video 1. Generative AI and prompting 101 + +๐Ÿ“บ See the animated doodle on this video on [YouTube](https://www.youtube.com/watch?v=PGI6oxbcYDc) + +GPT and Prompting: + +![GPT doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/GPT-doodle-youtube.png) + +Generative AI: + +![GenAI doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/GenAI-doodle-youtube.png) + +### Video 2. Build Clippy for Teams with Azure OpenAI and Teams AI Library + +๐Ÿ“บ [YouTube](https://www.youtube.com/watch?v=OZ6qNiuGo1Q) + +![Clippy doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/TeamsAILib-doodle-youtube.png) + +### Video 3. Use OpenAI Assistants API to build your own cooking advisor bot on Teams + +๐Ÿ“บ [YouTube](https://www.youtube.com/watch?v=OL23O25jQGE) + +![AssistantsAPI doodle](https://raw.githubusercontent.com/girliemac/a-picture-is-worth-a-1000-words/main/generative-ai/images/AssistantsAPI-doodle-youtube.png) \ No newline at end of file diff --git a/generative-ai/images/AssistantsAPI-doodle-youtube.gif b/generative-ai/images/AssistantsAPI-doodle-youtube.gif new file mode 100644 index 0000000..d283f3e Binary files /dev/null and b/generative-ai/images/AssistantsAPI-doodle-youtube.gif differ diff --git a/generative-ai/images/AssistantsAPI-doodle-youtube.png b/generative-ai/images/AssistantsAPI-doodle-youtube.png new file mode 100644 index 0000000..f8bd4d6 Binary files /dev/null and b/generative-ai/images/AssistantsAPI-doodle-youtube.png differ diff --git a/misc/png/ChatGPT-v2.png b/generative-ai/images/ChatGPT-v2.png similarity index 100% rename from misc/png/ChatGPT-v2.png rename to generative-ai/images/ChatGPT-v2.png diff --git a/generative-ai/images/GPT-doodle-youtube.png b/generative-ai/images/GPT-doodle-youtube.png new file mode 100644 index 0000000..cc2525d Binary files /dev/null and b/generative-ai/images/GPT-doodle-youtube.png differ diff --git a/generative-ai/images/GenAI-doodle-youtube.png b/generative-ai/images/GenAI-doodle-youtube.png new file mode 100644 index 0000000..a35318e Binary files /dev/null and b/generative-ai/images/GenAI-doodle-youtube.png differ diff --git a/generative-ai/images/TeamsAlLib-doodle-youtube.png b/generative-ai/images/TeamsAlLib-doodle-youtube.png new file mode 100644 index 0000000..1947549 Binary files /dev/null and b/generative-ai/images/TeamsAlLib-doodle-youtube.png differ diff --git a/misc/png/chatgpt.png b/generative-ai/images/chatgpt.png similarity index 100% rename from misc/png/chatgpt.png rename to generative-ai/images/chatgpt.png diff --git a/misc/README.md b/misc/README.md deleted file mode 100644 index 635c6d2..0000000 --- a/misc/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Misc content - - -``` -โ””โ”€โ”€ ๐Ÿ“png - โ”œโ”€โ”€ ๐Ÿ“„chatgpt.png - โ””โ”€โ”€ ๐Ÿ“„... -``` - -## 1. ChatGPT in doodle - originally created in Feb 2023, and updated in March 2023 - -![chatGPT doodle](https://github.com/girliemac/a-picture-is-worth-a-1000-words/blob/main/misc/png/ChatGPT-v2.png?raw=true)