You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image and video analyzer for Home Assistant using multimodal LLMs
14
+
Visual intelligence for your smart home.
15
15
</p>
16
16
</p>
17
17
@@ -36,15 +36,15 @@
36
36
</p>
37
37
38
38
## Features
39
-
-Compatible with OpenAI, Anthropic Claude, Google Gemini, AWS Bedrock, Groq, [Ollama](https://ollama.com/), [Open WebUI](https://github.com/open-webui/open-webui), [LocalAI](https://github.com/mudler/LocalAI) and providers with OpenAI compatible enpoints.
40
-
-Analyzes images and video files, live camera feeds and Frigate events
39
+
-Supports OpenRouter, OpenAI, Anthropic, Google Gemini, AWS Bedrock, Azure, Groq, [Ollama](https://ollama.com/), [Open WebUI](https://github.com/open-webui/open-webui), [LocalAI](https://github.com/mudler/LocalAI) and any provider with OpenAI compatible endpoints.
40
+
-Answers questions and provides descriptions of images, video files, live camera feeds, and Frigate events based on your prompt.
41
41
- Remembers people, pets and objects
42
-
-Maintains a timeline of camera events, so you can display them on your dashboard and ask Assist about them
42
+
-Keeps a timeline of camera events, so you can display them on your dashboard or ask Assist about them.
43
43
- Seamlessly updates sensors based on data extracted from camera streams, images or videos
44
44
45
45
<br>
46
46
47
-
See the [website](https://llmvision.org) for the latest features as well as examples.
47
+
See the [website](https://llmvision.org) for the latest features and examples.
@@ -61,7 +61,15 @@ See the [website](https://llmvision.org) for the latest features as well as exam
61
61
2.**Restart** Home Assistant
62
62
3.**Search for `LLM Vision`** in Home Assistant Settings/Devices & services
63
63
4.**Press submit** to continue setup with default settings
64
-
5.**Press 'Add Entry'** to add your first AI Provider
64
+
5.**Set up the media folder** LLM Vision uses the more secure `/media` folder for storing snapshots. Add the following to your `configuration.yaml`:
65
+
```yaml
66
+
homeassistant:
67
+
media_dirs:
68
+
llmvision: /config/media/llmvision
69
+
```
70
+
Then restart Home Assistant again to apply the changes.
71
+
6. **Return to the LLM Vision Integration Page**
72
+
7. **Press 'Add Entry'** to add your first AI Provider
65
73
66
74
Detailed setup instructions and documentation is available here: [LLM Vision Documentation](https://llm-vision.gitbook.io/getting-started/setup/providers)
67
75
@@ -76,10 +84,11 @@ With the easy to use blueprint, you'll get camera event notifications intelligen
76
84
[Learn how to install the blueprint](https://llm-vision.gitbook.io/getting-started/setup/blueprint)
77
85
78
86
## Resources
79
-
Check the docs for detailed instructions on how to set up LLM Vision and each of the supported providers, get inspiration from examples or join the discussion on the Home Assistant Community.
87
+
Check the docs for detailed instructions on how to set up LLM Vision and each of the supported providers, get inspiration from examples or join the discussion on the Home Assistant Community and Discord.
0 commit comments