Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Camera monitoring with VLM
| Date | Stars |
|---|---|
| 2026-07-24 | 1478 |
| 2026-07-25 | 1477 |
| 2026-07-28 | 1480 |
| 2026-07-30 | 1481 |
| 2026-08-06 | 1481 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Unblink V2 AI-powered camera monitoring application with relay-node architecture and real-time video processing. [](https://render.com/deploy?repo=https://github.com/zapdos-labs/unblink) - **Vision Language Model**: Qwen3-VL for frame analysis and summarization - **Chat Interface**: Natural language interaction with your camera feeds - **Video Search**: Search through recorded frames using natural language ## Getting Started The node runs locally and connects to the relay: ### Without Go Toolchain Download the prebuilt `unblink-node` archive for your platform from GitHub Releases: - Linux x86_64: `unblink-node_linux_amd64.tar.gz` - Linux ARM64: `unblink-node_linux_arm64.tar.gz` - Windows x86_64: `unblink-node_windows_amd64.zip` - Windows ARM64: `unblink-node_windows_arm64.zip` Extract the archive and run: ```bash unblink-node ``` On Windows, run: ```powershell .\unblink-node.exe ``` ### With Go Toolchain Install from source: ```bash go install github.com/zapdos-labs/unblink/cmd/unblink-node@main # Make sure you have Go’s bin dir on PATH unblink-node # Or you can run # $(go env GOPATH)/bin/unblink-node ``` Uninstall: ```bash rm -f "$(go env GOBIN)/unblink-node" # if GOBIN is empty, use: rm -f "$(go env GOPATH)/bin/unblink-node" ``` On first run, authorize the node by opening the displayed URL in your browser. ## Development ```bash # Install dependencies make install # Run development environment (tmux with server + node + app) make dev # Typecheck code make typecheck # Generate protobuf code make proto ``` ### Environment Variables Copy `.env.example` to `.env` and configure: ```bash cp .env.example .env ``` ## Architecture - **Server**: Publicly reachable server that manages nodes, handles authentication, and stores configuration - **Node**: Private proxy that runs in your network and forwards traffic to local cameras (RTSP, MJPEG) - **Frontend**: SolidJS with TypeScript, Vite, and Ark UI components - **Database**: PostgreSQL with pgx - **Video**: go2rtc for RTSP/WebRTC handling
Excerpt of 2,119 characters
Read on GitHub39
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7630527c0b6d79ee, topic:vlm, readme:vision-language, readme:vision language model
matched fp:7630527c0b6d79ee, topic:monitoring
matched fp:7630527c0b6d79ee, topic:computer-vision