From ceab90233c4bc91acf42647b295aa342dfc3b83d Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Apr 2025 10:47:15 -0500 Subject: [PATCH] mention weblate in readme (#17560) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce96163c2..8b40304d1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A complete and local NVR designed for [Home Assistant](https://www.home-assistant.io) with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. -Use of a [Google Coral Accelerator](https://coral.ai/products/) is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead. +Use of a GPU or AI accelerator such as a [Google Coral](https://coral.ai/products/) or [Hailo](https://hailo.ai/) is highly recommended. AI accelerators will outperform even the best CPUs with very little overhead. - Tight integration with Home Assistant via a [custom component](https://github.com/blakeblackshear/frigate-hass-integration) - Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary @@ -50,3 +50,7 @@ If you would like to make a donation to support development, please use [Github
Multi-camera scrubbing
+ +## Translations + +We use [Weblate](https://hosted.weblate.org/projects/frigate-nvr/) to support language translations. Contributions are always welcome.