diff --git a/README.md b/README.md index c84e2ca8..fc41ba59 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,55 @@

+--- + +
+ +### ๐Ÿš€ Introducing [Aegis AI](https://www.sharpai.org) โ€” The World's First AI Home Security Agent + +**GPT + Local VLM powered security agent for your Mac and PC. Always connected to your mobile via Discord / Telegram / Slack.** + +**Aegis AI** is the next-generation product from SharpAI โ€” a desktop security agent that connects to any camera, understands scenes using Vision Language Models, and talks to your family through the apps they already use. DeepCamera will be integrated into Aegis AI as its detection and model training engine. + +[**๐ŸŒ Visit www.sharpai.org**](https://www.sharpai.org) ยท [**๐Ÿ“ฆ Download Aegis AI**](https://github.com/SharpAI/DeepCamera/releases/tag/Aegis) + +
+ + + + + + +
+

Browse & Run VLMs Locally from HuggingFace

+Aegis AI โ€” Browse and download vision language models from HuggingFace +

Download and run SmolVLM2, Qwen-VL, LFM2.5, LLaVA, MiniCPM-V directly on your machine. Even a Mac M1 Mini 8GB works.

+
+

Chat with your AI Security Agent

+Aegis AI โ€” Ask your agent what happened and get real answers +

Ask "anyone entering the room?" โ€” Aegis searches your footage and gives you a real answer with timestamps and clips.

+
+ +--- + +### ๐Ÿ—๏ธ The SharpAI Ecosystem + +| | **DeepCamera** (This Repo) | **Aegis AI** | +|---|---|---| +| **Role** | Open-source AI/ML engine | AI Security Agent | +| **Frontend UI** | No (CLI + Docker) | Full desktop app | +| **What it does** | Object detection, person REID, model training, feature extraction | VLM scene understanding, smart alerts, chat interface, unified timeline | +| **Cameras** | Via Home-Assistant (RTSP, Blink, Nest) | Direct: Ring, Blink, RTSP/ONVIF, webcam, iPhone, Android | +| **AI Models** | YOLOv7, FastReID, custom training | GPT Vision, local VLMs via llama-server, HuggingFace models | +| **LLM / VLM** | No | Yes โ€” local + cloud | +| **Runs on** | Docker on edge devices & desktops | Native desktop app (Mac, Windows, Linux) | +| **Alerts** | No | Slack, Discord, Telegram | +| **Installation** | Docker + CLI setup | One-click download | + +> **DeepCamera** is being integrated into Aegis AI as the detection and model training layer. DeepCamera will remain fully open-source โ€” handling object detection, person re-identification, and custom model training โ€” while Aegis AI provides the agent layer: VLM-powered scene understanding, camera connections, agentic memory, and smart notifications. + +--- + ## ๐ŸŽฏ Overview DeepCamera transforms traditional surveillance cameras and CCTV/NVR systems into intelligent monitoring solutions using advanced machine learning technologies. It provides: diff --git a/screenshots/aegis-chat-agent.png b/screenshots/aegis-chat-agent.png new file mode 100644 index 00000000..9139d46d Binary files /dev/null and b/screenshots/aegis-chat-agent.png differ diff --git a/screenshots/aegis-vlm-browser.png b/screenshots/aegis-vlm-browser.png new file mode 100644 index 00000000..33018b2a Binary files /dev/null and b/screenshots/aegis-vlm-browser.png differ