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

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

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.

![](screenshot.jpg)