Discover and explore top open-source AI tools and projects—updated daily.
suzuran0yLocal AI vision system repurposing Android devices for monitoring and data acquisition
Top 59.5% on SourcePulse
This project offers a LAN-based AI monitoring framework that repurposes Android smartphones as network cameras for local data acquisition and analysis. It provides real-time video streaming and AI-driven event detection with structured output, targeting users needing a privacy-focused, cost-effective, and extensible visual intelligence prototype.
How It Works
Sentinel uses a "mobile capture + PC processing + browser control" architecture. An Android app (CamFlow) uploads JPEG frames via HTTP POST to a PC Flask server. The server streams MJPEG video, handles recording, and integrates an optional AI module. This AI component employs a cost-efficient, layered approach combining traditional CV for triggers with model inference for semantic analysis, using a state machine to optimize AI calls and generate structured JSON outputs.
Quick Start & Requirements
pip install -r requirements.txt. Install the CamFlow-v1.0.0-beta.apk on Android or build from source.https://github.com/suzuran0y/CCTV-Smartphone-AI-Monitoring.Highlighted Details
Maintenance & Community
The README provides no specific details on active maintenance, contributors, community channels, or a public roadmap beyond planned future improvements. The last update mentioned is February 26, 2026.
Licensing & Compatibility
Released under the MIT License. Suitable for learning and research; production deployment requires implementing additional security (authentication, encryption) and privacy measures.
Limitations & Caveats
The project is in beta (v1.0.0-beta). Production use demands significant work on security, privacy, and stability. AI integration is primarily for Volcengine; other models require code modification. Android client requires enabling installation from unknown sources.
6 days ago
Inactive
microsoft
landing-ai