Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnmaeda/SK-Recipes

A collection of C# notebooks to get you started with Semantic Kernel quickly.
https://github.com/johnmaeda/SK-Recipes

ai llm semantic-kernel

Last synced: 14 days ago
JSON representation

A collection of C# notebooks to get you started with Semantic Kernel quickly.

Awesome Lists containing this project

README

        

# Experimental: Semantic Kernel Recipes

There's now a free LinkedIn Learning course on Semantic Kernel available [here](https://aka.ms/sk/li/introducing-semantic-kernel). And a new course on building skills [here](https://aka.ms/sk/li/building-skills).
---

## 📺 Available SK Recipes

This repo is a collection of `.ipynb` (aka "Jupyter notebook") files to be run locally from VS Code. They are organized as a set of "recipes" to learn how to use Semantic Kernel.

* ⏲️ [The Kitchen](e1-kitchen-entrance/notebook.ipynb)
* 🍽️ [First Dish](e2-first-dish/notebook.ipynb)
* 🧂 [Skills Rack](e3-skills-rack/notebook.ipynb)
* 🥑 [Memories Maximized](e4-memories/notebook.ipynb)
* 🍋 [Connectors w/ Bing](e5-connectors/notebook.ipynb)
* 🔥 [Kernel Chain Reactions](e6-design-chain/notebook.ipynb)
* 💬 [MiniChatGPT Clone](e7-bonus-chat/notebook.ipynb)
* 🕵️ [Prompt Secrets](e8-bonus-prompts/notebook.ipynb)

---

## 🏁 Prerequisites to getting started with the notebooks in this repo

For both the seasoned coding veteran and the fearless newbie learner, [we've got you](PREREQS.md).

# ⏭️ Looking for more advanced notebooks on Semantic Kernel?

Visit the Semantic Kernel GitHub repo at [https://aka.ms/sk/repo](https://aka.ms/sk/repo).