nicedreamzapp/RealTimeAICam — reverse-engineered prompt
Reverse engineered prompt
Build me an iPhone app called RealTime AI Camera that uses the live camera to recognize objects in real time and draw labels on top of what it sees. It should run fully on device, work offline, and feel privacy first with no accounts, ads, analytics, or cloud processing.
The main feature is object detection with a YOLOv8 CoreML model that can recognize a large set of everyday objects, around 601 classes, and stay smooth enough for real time use. Add a simple home screen, a live camera screen, detection boxes and labels, flashlight control, and basic settings.
Also include live printed text recognition, offline Spanish to English translation, and LiDAR distance measurement for supported iPhone Pro models. If LiDAR isn’t available, the app should still work normally without distance.
Make it native SwiftUI for iOS 15 and newer, optimized for iPhone X and newer, using CoreML, Vision, Metal where useful, and Apple privacy permissions. Look up current Apple docs online if needed.
Want more depth? Deep Reverse