I built an Android app that runs a ViT model on-device via ONNX to detect AI-generated content in real time from the notification shade
r/LocalLLaMA
•
Generative AI
Computer Vision
NLP
Wanted to share a project I've been working on as a solo de. It's an Android app that runs an optimized Vision Transformer model via ONNX Runtime to detect AI-generated images and videos directly on-device. The interesting part from a technical standpoint is the Quick Tile integration. It sits in Android's notification shade and captures whatever is on screen for analysis without leaving the app you're in. Inference is extremely fast on most modern devices. The model runs fully offline with no server calls for the analysis itself.