awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SharpAI avatar

SharpAI/DeepCamera

0
View on GitHub↗
2,858 星标·451 分支·JavaScript·MIT·11 次浏览www.sharpai.org↗

DeepCamera

DeepCamera is an open-source AI video surveillance and network video recorder platform powered by local vision language models and hardware-accelerated processing. It integrates live feeds from network cameras, webcams, and mobile devices to monitor physical spaces while running local edge vision inference without relying on cloud servers.

The platform incorporates privacy-preserving video anonymization that converts raw video frames into abstract depth maps in real time, retaining motion tracking while protecting personal identity. Its modular architecture supports pluggable AI scripts and custom vision skills executed through an internal processing pipeline. An agentic event bus automatically dispatches intelligent security notifications and updates directly to external messaging services such as Telegram and Discord.

System management is handled through a desktop companion application that controls environment settings and interacts with the monitoring agents. Additionally, the platform includes performance evaluation suites for testing local vision models and security agents regarding scene understanding and threat resistance.

Features

  • Vision-Language Models - Inspects live camera streams using vision-language models to monitor security threats.
  • Security Agent Frameworks - Deploys autonomous security agents that watch property and interact with users through chat.
  • Privacy Anonymization - Applies real-time video anonymization techniques to protect personal identity during surveillance.
  • Hardware-Accelerated Inference - Executes vision language models locally on available hardware accelerators for efficient real-time video inference.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • Hardware-Specific Model Optimizations - Converts deep learning models into optimized formats tailored for specific hardware accelerators.
  • Vision-Language Models - Runs vision-language models locally on hardware to inspect live camera feeds and understand scene content.
  • Edge Vision Inference - Runs vision-language models directly on local hardware accelerators to analyze video feeds without cloud servers.
  • Video Surveillance Systems - Serves as an AI-powered video surveillance platform for monitoring and recording activity.
  • Video Privacy Anonymization - Transforms live camera feeds into abstract depth maps in real time to protect personal privacy while preserving spatial activity monitoring.
  • Smart Home Bridges - Connects local security cameras and network video recorders to monitor home activity.
  • Privacy-Preserving Sensing - Converts raw video frames into abstract depth maps in real time to protect personal privacy.
  • Security Event Notifications - Dispatches intelligent security notifications directly to external messaging services like Telegram and Discord.
  • Open-Source NVR Platforms - Functions as an open-source surveillance platform using local AI to monitor camera streams and send alerts.
  • Pluggable Tool Executions - Extends surveillance systems with modular scripts to run custom artificial intelligence tasks.
  • Modular Vision Pipelines - Decouples video analysis stages into independent components using extensible modular pipelines.
  • Real-Time Webcam Pipelines - Captures and processes live camera feeds in real time for ongoing analysis.
  • Security Camera Integrations - Connects network cameras and webcams directly into the surveillance platform for continuous monitoring.
  • Messaging Platform Integrations - Dispatches automated security notifications and real-time updates directly to external messaging services like Telegram and Discord.
  • Event Bus Architectures - Dispatches security notifications asynchronously through an event bus architecture.
  • Secure Alerting Systems - Dispatches instant security notifications and automated updates directly to chat services like Telegram or Discord.
  • Star 历史

    sharpai/deepcamera 的 Star 历史图表sharpai/deepcamera 的 Star 历史图表

    DeepCamera 的开源替代方案

    相似的开源项目,按与 DeepCamera 的功能重合度排序。
    • roflcoopter/viseronroflcoopter 的头像

      roflcoopter/viseron

      3,249在 GitHub 上查看↗

      Viseron is a self-hosted network video recorder and open-source video surveillance platform that processes live network camera streams locally. It combines video capture with computer vision analytics to monitor properties, record footage, and execute automated event triggers. The platform incorporates artificial intelligence models for automated object detection, facial recognition, and license plate identification. It manages motion detection through configurable viewing zones that initiate recordings and system-wide alerts. The software operates through a modular component architecture

      Pythoncoralcudadarknet
      在 GitHub 上查看↗3,249
    • apple/ml-fastvlmapple 的头像

      apple/ml-fastvlm

      7,375在 GitHub 上查看↗

      This project is a vision language model framework and vision-to-text pipeline designed for deploying and optimizing models that process both images and text. It provides an on-device inference engine and a vision language model framework to run quantized models locally on mobile and desktop hardware accelerators. The framework features a model quantization toolkit to reduce weight precision for lower memory footprints and increased execution speed on specialized silicon. It also includes an efficient vision encoder utilizing a hybrid encoding system to compress image tokens, which reduces pro

      Python
      在 GitHub 上查看↗7,375
    • pytorch/executorchpytorch 的头像

      pytorch/executorch

      4,296在 GitHub 上查看↗

      ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

      Pythondeep-learningembeddedgpu
      在 GitHub 上查看↗4,296
    • facefusion/facefusionfacefusion 的头像

      facefusion/facefusion

      28,806在 GitHub 上查看↗

      Facefusion is a modular framework designed for automated image and video manipulation, specializing in tasks such as face swapping, enhancement, and restoration. It functions as a computer vision processing pipeline that chains independent machine learning modules to perform complex transformations, including facial animation, age modification, and lip synchronization. The system is built to handle both real-time interactive feeds and large-scale batch processing tasks. The platform distinguishes itself through a highly extensible architecture that supports custom processing modules and inter

      Pythonaideep-fakedeepfake
      在 GitHub 上查看↗28,806
    查看 DeepCamera 的所有 30 个替代方案→

    常见问题解答

    sharpai/deepcamera 是做什么的?

    DeepCamera is an open-source AI video surveillance and network video recorder platform powered by local vision language models and hardware-accelerated processing. It integrates live feeds from network cameras, webcams, and mobile devices to monitor physical spaces while running local edge vision inference without relying on cloud servers.

    sharpai/deepcamera 的主要功能有哪些?

    sharpai/deepcamera 的主要功能包括:Vision-Language Models, Security Agent Frameworks, Privacy Anonymization, Hardware-Accelerated Inference, Hardware-Specific Model Optimizations, Edge Vision Inference, Video Surveillance Systems, Video Privacy Anonymization。

    sharpai/deepcamera 有哪些开源替代品?

    sharpai/deepcamera 的开源替代品包括: roflcoopter/viseron — Viseron is a self-hosted network video recorder and open-source video surveillance platform that processes live… apple/ml-fastvlm — This project is a vision language model framework and vision-to-text pipeline designed for deploying and optimizing… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… facefusion/facefusion — Facefusion is a modular framework designed for automated image and video manipulation, specializing in tasks such as… vincentqyw/image-matching-webui — This project is a web-based platform designed for benchmarking, visualizing, and evaluating computer vision algorithms… deepseek-ai/deepseek-vl — DeepSeek-VL is a multimodal large language model and image-to-text reasoning engine. It functions as a vision-language…

    包含 DeepCamera 的精选搜索

    收录 DeepCamera 的精选合集。
    • Home surveillance NVR