{"id":13460180,"url":"https://github.com/blakeblackshear/frigate","last_synced_at":"2026-01-29T02:20:14.890Z","repository":{"id":37334843,"uuid":"167694194","full_name":"blakeblackshear/frigate","owner":"blakeblackshear","description":"NVR with realtime local object detection for IP cameras","archived":false,"fork":false,"pushed_at":"2025-05-13T12:34:04.000Z","size":93171,"stargazers_count":22534,"open_issues_count":142,"forks_count":2098,"subscribers_count":197,"default_branch":"dev","last_synced_at":"2025-05-13T13:49:18.395Z","etag":null,"topics":["ai","camera","google-coral","home-assistant","home-automation","homeautomation","mqtt","nvr","object-detection","realtime","rtsp","tensorflow"],"latest_commit_sha":null,"homepage":"https://frigate.video","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blakeblackshear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["blakeblackshear","NickM-27","hawkeye217"]}},"created_at":"2019-01-26T13:52:38.000Z","updated_at":"2025-05-13T12:36:17.000Z","dependencies_parsed_at":"2023-09-23T10:31:06.125Z","dependency_job_id":"484af070-2d43-4c8f-8681-5db6bfb750c2","html_url":"https://github.com/blakeblackshear/frigate","commit_stats":{"total_commits":3091,"total_committers":243,"mean_commits":"12.720164609053498","dds":0.656098350048528,"last_synced_commit":"61854f1d6af436623e9a09120e36b68994857ddc"},"previous_names":[],"tags_count":136,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakeblackshear%2Ffrigate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakeblackshear","download_url":"https://codeload.github.com/blakeblackshear/frigate/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253968243,"owners_count":21992253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","camera","google-coral","home-assistant","home-automation","homeautomation","mqtt","nvr","object-detection","realtime","rtsp","tensorflow"],"created_at":"2024-07-31T10:00:36.889Z","updated_at":"2026-01-29T02:20:14.881Z","avatar_url":"https://github.com/blakeblackshear.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" alt=\"logo\" src=\"docs/static/img/branding/frigate.png\"\u003e\n\u003c/p\u003e\n\n# Frigate NVR™ - Realtime Object Detection for IP Cameras\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003ca href=\"https://hosted.weblate.org/engage/frigate-nvr/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widget/frigate-nvr/language-badge.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\n\\[English\\] | [简体中文](https://github.com/blakeblackshear/frigate/blob/dev/README_CN.md)\n\nA 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.\n\nUse of a GPU or AI accelerator is highly recommended. AI accelerators will outperform even the best CPUs with very little overhead. See Frigate's supported [object detectors](https://docs.frigate.video/configuration/object_detectors/).\n\n- Tight integration with Home Assistant via a [custom component](https://github.com/blakeblackshear/frigate-hass-integration)\n- Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary\n- Leverages multiprocessing heavily with an emphasis on realtime over processing every frame\n- Uses a very low overhead motion detection to determine where to run object detection\n- Object detection with TensorFlow runs in separate processes for maximum FPS\n- Communicates over MQTT for easy integration into other systems\n- Records video with retention settings based on detected objects\n- 24/7 recording\n- Re-streaming via RTSP to reduce the number of connections to your camera\n- WebRTC \u0026 MSE support for low-latency live view\n\n## Documentation\n\nView the documentation at https://docs.frigate.video\n\n## Donations\n\nIf you would like to make a donation to support development, please use [Github Sponsors](https://github.com/sponsors/blakeblackshear).\n\n## License\n\nThis project is licensed under the **MIT License**.\n\n- **Code:** The source code, configuration files, and documentation in this repository are available under the [MIT License](LICENSE). You are free to use, modify, and distribute the code as long as you include the original copyright notice.\n- **Trademarks:** The \"Frigate\" name, the \"Frigate NVR\" brand, and the Frigate logo are **trademarks of Frigate, Inc.** and are **not** covered by the MIT License.\n\nPlease see our [Trademark Policy](TRADEMARK.md) for details on acceptable use of our brand assets.\n\n## Screenshots\n\n### Live dashboard\n\n\u003cdiv\u003e\n\u003cimg width=\"800\" alt=\"Live dashboard\" src=\"https://github.com/blakeblackshear/frigate/assets/569905/5e713cb9-9db5-41dc-947a-6937c3bc376e\"\u003e\n\u003c/div\u003e\n\n### Streamlined review workflow\n\n\u003cdiv\u003e\n\u003cimg width=\"800\" alt=\"Streamlined review workflow\" src=\"https://github.com/blakeblackshear/frigate/assets/569905/6fed96e8-3b18-40e5-9ddc-31e6f3c9f2ff\"\u003e\n\u003c/div\u003e\n\n### Multi-camera scrubbing\n\n\u003cdiv\u003e\n\u003cimg width=\"800\" alt=\"Multi-camera scrubbing\" src=\"https://github.com/blakeblackshear/frigate/assets/569905/d6788a15-0eeb-4427-a8d4-80b93cae3d74\"\u003e\n\u003c/div\u003e\n\n### Built-in mask and zone editor\n\n\u003cdiv\u003e\n\u003cimg width=\"800\" alt=\"Built-in mask and zone editor\" src=\"https://github.com/blakeblackshear/frigate/assets/569905/d7885fc3-bfe6-452f-b7d0-d957cb3e31f5\"\u003e\n\u003c/div\u003e\n\n## Translations\n\nWe use [Weblate](https://hosted.weblate.org/projects/frigate-nvr/) to support language translations. Contributions are always welcome.\n\n\u003ca href=\"https://hosted.weblate.org/engage/frigate-nvr/\"\u003e\n\u003cimg src=\"https://hosted.weblate.org/widget/frigate-nvr/multi-auto.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\n---\n\n**Copyright © 2026 Frigate, Inc.**\n","funding_links":["https://github.com/sponsors/blakeblackshear","https://github.com/sponsors/NickM-27","https://github.com/sponsors/hawkeye217"],"categories":["TypeScript","Python","HarmonyOS","语言资源库","硬件_其他","ai","Repos","tensorflow","Table of Contents","Table of content"],"sub_categories":["Windows Manager","python","网络服务_其他","Surveillance","AI Computer Vision"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeblackshear%2Ffrigate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakeblackshear%2Ffrigate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakeblackshear%2Ffrigate/lists"}