Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnmaeda/SK-Recipes
- Owner: johnmaeda
- Created: 2023-03-23T19:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T15:33:24.000Z (9 months ago)
- Last Synced: 2024-07-31T15:01:32.079Z (3 months ago)
- Topics: ai, llm, semantic-kernel
- Language: Jupyter Notebook
- Homepage: https://aka.ms/semantic-kernel
- Size: 999 KB
- Stars: 163
- Watchers: 5
- Forks: 82
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantickernel - A collection of C# notebooks to get you started with Semantic Kernel quickly
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).