https://github.com/mizrael/smartassistant
Example of how to build an AI Smart Assistant for home automation using Semantic Kernel
https://github.com/mizrael/smartassistant
Last synced: 2 months ago
JSON representation
Example of how to build an AI Smart Assistant for home automation using Semantic Kernel
- Host: GitHub
- URL: https://github.com/mizrael/smartassistant
- Owner: mizrael
- Created: 2024-08-21T15:11:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T15:25:39.000Z (about 1 year ago)
- Last Synced: 2024-12-06T17:48:30.957Z (10 months ago)
- Language: C#
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Smart Assistant
This repository shows how to use [Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/) to build a smart assistant for home automation.
The agent connects to an Azure OpenAI instance and leverages custom [Plugins](https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins/?pivots=programming-language-csharp) to execute HTTP calls to an Azure Function. This API takes care of managing some "smart" sensors like lights and door sensors.
