Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoder/openai_conversation_custom
Home Assistant Integration with OpenAI for image analysis - a PoC
https://github.com/bitcoder/openai_conversation_custom
Last synced: about 1 month ago
JSON representation
Home Assistant Integration with OpenAI for image analysis - a PoC
- Host: GitHub
- URL: https://github.com/bitcoder/openai_conversation_custom
- Owner: bitcoder
- License: apache-2.0
- Created: 2023-11-28T12:06:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T12:34:20.000Z (about 1 year ago)
- Last Synced: 2023-11-28T13:33:32.077Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openai_conversation_custom
Home Assistant Integration with OpenAI for image analysis - a PoC.## About
This code is based on Home Assistant integration with OpenAI, available in [this component](https://www.home-assistant.io/integrations/openai_conversation).
What it provides:
- a service for Home Assistant that can process a local image together with a promptIt also inherits the upstream features like generation of images and conversation capabilities for the assistant (i.e., the "Assist" feature) of Home Assistant.
To learn more about this project, please check out [my blog post](https://www.sergiofreire.com/post/home-automation-with-ai-vision).
# License[Apache 2.0](LICENSE)