Free Shipping on all orders · Priority Mail Shipping with fee of $8.00
👁️
Divine Tribe Software · On the App Store and Google Play · Open Source

RealTimeAICam

Free iPhone and Android app that identifies 601 things, live, on-device.

Swift⭐ 8 stars🍴 1 forksAGPL-3.0 licensedOpen source
⭐ 8
GitHub Stars
🍴 1
Forks
💻 Swift
Primary Language
📅 September 2026
Last Updated
What it is

Point your phone at the world. Find out what you're looking at.

RealTime AI Camera is a free iPhone app that uses on-device machine learning to identify 601 different object classes in real time. No ads, no subscriptions, no cloud calls. Point your phone at a plant, an animal, a tool — and it tells you what it is.

Built because every other camera app either phones home, costs money, or detects a grand total of 'dog' and 'cat.'

Why it's different

What makes RealTimeAICam special

🎯

601 classes

Way more than the competition. Plants, animals, vehicles, objects.

Real-time

Runs at camera framerate. No waiting.

🆓

Free forever

No ads, no subscriptions. iPhone app, open source code.

🔒

Never phones home

Every detection happens on your device.

Who it's for

Is this for you?

  • Naturalists, hikers, curious people
  • Parents with kids who ask 'what's that?'
  • Developers who want a reference iOS ML app
How to get it

Getting started in minutes

1

Download from the App Store

Free. No account needed.

2

Open it

Camera launches. Point at anything.

3

Read the code on GitHub

Swift + Core ML. Fork it, ship your own.

Ready to try RealTimeAICam?

It's free, open source, and runs on the hardware you already own. Grab it from the App Store, or read the source on GitHub and drop a star to help us keep building in public.

Stay in the tribe

More from Divine Tribe

Full technical docs

The complete README

Open the GitHub README — every detail, every benchmark, every code block

✨ RealTime AI Camera ✨

👁️ A camera that tells you what it sees — out loud, offline, on your phone.

Point it at something and it names it. Hold it up to a bill and it reads the bill. Press one button and it describes the whole room in a sentence you can act on. No account. No signal. No server. Nothing ever leaves the phone.

Download on the App Store Get it on Google Play

Free on iPhone and Android — no ads, no subscription, nothing to buy inside.


Works Offline Privacy First VoiceOver YOLOv8 Classes Frame Rate LiDAR On Device AI License


🐔 Where it started

This began as the eyes of a robot that watched a chicken coop.

The robot had to know what it was looking at while standing in a coop, where there is no wifi worth trusting and no reason to believe a server will answer. So the recognition had to run on the machine itself. That one constraint never went away, and it is why every part of this app still runs on your device and not on somebody else's computer.

The camera turned out to be more useful than the robot. It moved to a phone. Then blind and low-vision users found it, and told us what it was really for.

Chicken is still class 109 of the 601. So are Fox, Raccoon, Owl and Eagle.


🗣️ The part that matters most

Press What's this? and the phone talks back.

It speaks one to three plain sentences about what the camera is actually looking at — where you are, what's near you and on which side, people, anything moving, hazards. Point it at mail and it leads with what the page is and who sent it, then the number that matters, then the deadline, then what happens if it's ignored.

This runs on a small vision-language model that was fine-tuned for this one job and ships inside the app instead of calling somebody's server. That's most of why the download is large, and it's the whole point. It works in airplane mode, on a plane, in a basement, in a country where your data plan doesn't.

It never refuses a shot. Dark, blurry, cut off — it says so in a few words and then describes whatever it can make out anyway. It will not hand the picture back and tell you to take another one.


♿ Built for VoiceOver and TalkBack

This app is used every day by blind and low-vision people. The accessibility work isn't a checkbox at the end, it is the product.

🔔 Hands off the shutter

A spoken countdown before the photo. Tap once, it counts three, two, one out loud with a tap you can feel each second, then fires — so your hand is off the phone at the moment it takes the picture. Pressing the button was what blurred the shot.

🎙️ Your voice, or its voice

A switch hands every spoken line to VoiceOver or TalkBack instead, so you hear it in your voice at your speed and nothing talks over anything.

🗂️ Every voice your phone has

Not a short list of favourites. Voices you install or enable yourself show up, and the list scrolls.

🔦 One-tap flashlight

Full brightness on the first tap. No brightness menu to get through first.

🖼️ Describe photos you already have

Straight from your library, not just what the camera is pointed at.

Every control is labelled, and the labels say what the thing does, not what it's called.

Feature requests from the AppleVis community are credited by name in the commit history and in the source comments. If something is unlabelled, read in the wrong order, or just not useful — say so, and it gets fixed.


✨ Everything it does

🎯 Sees

  • 🗣️ Scene & page description — the fine-tuned on-device narrator
  • 🐶 Object detection — YOLOv8, 601 classes from Open Images V7
  • 🏠 Indoor / outdoor modes — swaps the whole list of things the detector may name, so your bathroom stops containing a skyscraper
  • 📏 LiDAR distance — per-object depth on Pro models

📖 Reads

  • 📝 Live English OCR — printed text, out loud, no shutter press
  • ✉️ Mail & bill mode — what it is, who sent it, the amount, the deadline
  • 🌎 Spanish → English — offline translation of signs and labels
  • 🔊 Speaks it all aloud — in its voice or in yours

⚡ How it's put together

graph TB
    A[📱 Camera Frame] --> B[🎯 YOLOv8 · 601 classes]
    A --> C[📝 Vision OCR]
    A --> D[🗣️ Fine-tuned Vision-Language Narrator]
    A --> H[📏 ARKit LiDAR Depth]

    B --> E[⚡ Metal Performance Shaders]
    C --> G[🌎 Offline Translation]
    E --> F[🧠 Neural Engine]
    D --> F
    F --> I[🔊 Spoken Output · VoiceOver or in-app voice]
    H --> I

    D --> J[🔒 100% On-Device · nothing leaves the phone]
    B --> J
Loading
Component Technology Purpose
🗣️ Narrator Fine-tuned vision-language model, 4-bit, bundled Scene and page description
🤖 Detector YOLOv8 (Ultralytics) 601-class object detection
🏗️ UI SwiftUI (iOS) · Jetpack Compose (Android) Native interface on both
Acceleration CoreML + Metal + Neural Engine · TensorFlow Lite Hardware-optimized inference
📊 Dataset Open Images V7 The 601 classes
📏 Depth ARKit LiDAR Per-object distance
🔋 Optimization Thermal & battery aware, adaptive frame rate Runs all day

🔒 Privacy guarantee

🛡️ Your data never leaves your device

Privacy Feature Status Description
📊 Data Collection NONE Zero telemetry or analytics
🌐 Internet Required NO Works in airplane mode
📍 Location Tracking NEVER No GPS or location access
🏢 Cloud Processing NONE 100% on-device AI, model included
👤 Account Required NONE Install and use it
🔐 Data Encryption Built-in OS secure enclave protection

🔐 Privacy is non-negotiable. Everything happens locally.


📸 Screenshots

🌎 Translation 🐶 Detection 🏠 Home Screen 📱 App Info 📏 LiDAR Distance
Offline Spanish→English 601 object classes Clean, native UI Lightweight install Pro model depth sensing

📦 Both platforms, one repo

📱 iOS — ios/

SwiftUI, CoreML, Metal and the Neural Engine. Full source, the Xcode project, and the YOLOv8 CoreML model.

Status:Live on the App Store, free.

🤖 Android — android/

The Android port: TensorFlow Lite YOLOv8 across the same 601 classes, with the model and the conversion tooling included.

Status:Live on Google Play, free.


🚀 Getting started

📋 Requirements

  • Device: iPhone with iOS 17+ — the download is around 700 MB because the narrator model is inside the app
  • Optional: a LiDAR-equipped iPhone for distance measurement
  • Development: macOS with Xcode 16+

⚙️ Quick setup

# 1. Clone the repository
git clone https://github.com/nicedreamzapp/RealTimeAICam.git

# 2. Navigate to the iOS project
cd RealTimeAICam/ios

# 3. Open in Xcode
open "RealTime Ai Cam.xcodeproj"

# 4. Connect your iPhone and build!

🔑 Required permissions

  • 📷 Camera — required, it's a camera
  • 🖼️ Photo library — optional, to describe pictures you already have
  • 📐 Motion / Depth — optional, for LiDAR distance

🔧 Advanced customization

🤖 Swap the YOLOv8 model (click to expand)
  1. Replace the model file

    /Models/YOLOv8.mlpackage  →  YourCustomModel.mlpackage
    
  2. Update the processor

    • Modify YOLOv8Processor.swift if input/output shapes differ
    • Adjust the class labels in class_names.txt
    • If you change the class list, update the indoor/outdoor sets in YOLOv8Processor.swift too, or the filters will drop classes that no longer exist
  3. Large models

    • Use Git LFS for models over 100 MB
    • Consider quantization for better performance

Performance tuning

  • Adjust inference frequency in the camera pipeline
  • Modify confidence thresholds for different use cases
  • Enable or disable features based on device capability

🤝 Contributing

🌟 Contributions welcome 🌟

📝 Before submitting a PR, please include:

  • 📱 Device model + OS version tested
  • 🔄 Steps to reproduce any issue
  • 📋 Crash logs or error messages, if any
  • 📸 Screenshots or a short video
  • 🧪 Results on more than one device if you can

🎯 Areas where help is especially welcome:

  • Accessibility testing with a real screen reader — the most valuable thing anyone can send
  • 🌍 Additional languages for translation and for the interface
  • 🎨 UI and UX improvements
  • ⚡ Performance optimization
  • 🐛 Bug fixes and stability

📞 Support & contact

💬 Need help?

Email Support Website


📄 License & credits

⚖️ License

The code is licensed under AGPL-3.0, the same license as the YOLOv8 detector it is built on. You can use, study, change and share it, as long as you share your changes under the same terms. The "RealTime AI Cam" name and app icon are not licensed, so a build you publish needs its own name and icon.

See LICENSE for the full text and NOTICE.md for the name, icon and third-party notices.

🙏 Acknowledgments

Component Creator License
🤖 YOLOv8 © Ultralytics AGPL-3.0
📊 Open Images V7 © Google CC BY 4.0
🍎 CoreML, Metal, SwiftUI, ARKit © Apple Inc. Apple Developer Agreement
🤖 TensorFlow Lite, Jetpack Compose © Google Apache 2.0
Feature requests & testing The AppleVis community with thanks
🎨 App design & development © NiceDreamzApps AGPL-3.0

🌟 Show your support 🌟

If this project helped you, please give it a star ⭐

Download on App Store Get it on Google Play GitHub Stars GitHub Forks

🚀 Made with ❤️ by NiceDreamzApps


© 2026 RealTime AI Camera • Open Source • Privacy-First • Built to be heard