Skip to content

nicedreamzapp/RealTimeAICam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✨ RealTime AI Camera ✨

πŸš€ YOLOv8 with all 601 object classes on iPhone β€” runs at average 10 FPS

RealTime AI Camera Banner

πŸ”₯ Real-time Object Detection β€’ OCR β€’ Offline Translation β€’ LiDAR Distance πŸ”₯
Built specifically for iPhone β€’ Works 100% offline β€’ Privacy-first design


πŸŽ‰ NOW AVAILABLE ON APP STORE - FREE DOWNLOAD! πŸŽ‰

Download on App Store Try it Live Model on HuggingFace


Brought to you by NiceDreamzApps


πŸ† Project Status & Performance

πŸ“± Platform & Compatibility

Built for iPhone iOS Version iPhone Compatibility Optimized for iPhone 12+

⚑ Performance & Features

Frame Rate YOLOv8 Classes LiDAR Support 100% Free

πŸ› οΈ Technology Stack

SwiftUI CoreML Metal Neural Engine

πŸ” Privacy & Licensing

Works Offline Privacy Focused GPL-3.0 License On App Store Now


✨ Core Features

🎯 AI Computer Vision

  • 🐢 Object Detection β€” YOLOv8 with 601 classes from Open Images V7
  • πŸ“ English OCR β€” On-device printed text recognition
  • 🌎 Spanish β†’ English Translation β€” Offline, rule-based + dictionary
  • πŸ“ LiDAR Distance β€” Per-object depth measurement on Pro models

⚑ Performance & Privacy

  • πŸš€ Average 10 FPS β€” Real-time processing across iPhone models
  • πŸ’ 100% Free β€” No ads, no in-app purchases, no subscriptions
  • πŸ”’ Privacy-First β€” No tracking, no servers, airplane-mode ready
  • 🍎 iPhone Optimized β€” CoreML + Metal + Neural Engine acceleration

⚑ Performance Details

🏎️ Real-time Performance: Average 10 FPS across supported iPhone models

Actual performance may vary based on scene complexity, device temperature, and background app activity

πŸš€ Optimization Features:

  • CoreML framework with Metal acceleration
  • Neural Engine utilization on A12+ chips
  • Smart thermal and battery management
  • Adaptive frame rate based on device capabilities

πŸ› οΈ Technology Stack

graph TB
    A[πŸ“± iPhone Camera] --> B[🎯 YOLOv8 CoreML Model]
    B --> C[⚑ Metal Performance Shaders]
    C --> D[🧠 Neural Engine]
    D --> E[πŸ“Š SwiftUI Interface]
    
    F[πŸ“ Vision Framework] --> G[🌎 Offline Translation]
    H[πŸ“ ARKit LiDAR] --> I[πŸ“ Distance Calculation]
    
    B --> J[πŸ”’ 100% On-Device Processing]
Loading
Component Technology Purpose
πŸ€– AI Model YOLOv8 (Ultralytics) 601-class object detection
πŸ—οΈ UI Framework SwiftUI Native iOS interface
⚑ Acceleration CoreML + Metal + Neural Engine Hardware-optimized inference
πŸ“Š Dataset Open Images V7 Comprehensive training data
🍎 Platform iOS 15+ Native APIs Deep system integration
πŸ”‹ Optimization Smart resource management Battery & thermal aware

πŸ“± Device Compatibility

βœ… Supported iPhone Models

  • iPhone X and newer (iOS 15+ required)
  • Optimized for all compatible devices
  • LiDAR features available on Pro models with depth sensor

πŸ’‘ Note: iPhone 12+ models may offer enhanced performance due to improved Neural Engine and thermal design, but the app runs well across all supported devices.


πŸ”’ 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
πŸ” Data Encryption βœ… Built-in iOS secure enclave protection

πŸ” Your privacy is non-negotiable. Everything happens locally on your iPhone.


πŸ“Έ Live Screenshots

πŸ–ΌοΈ See RealTime AI Camera in Action

🌎 Translation 🐢 Detection 🏠 Home Screen πŸ“± App Info πŸ“ LiDAR Distance
Offline Spanish→English 601 object classes Clean, native UI Lightweight install Pro model depth sensing

πŸš€ Getting Started

πŸ“‹ Requirements

  • Development: macOS with Xcode 16+
  • Device: iPhone X+ with iOS 15+ (iPhone 12+ recommended for optimal performance)
  • Optional: LiDAR-enabled iPhone for distance measurement features

βš™οΈ Quick Setup

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

# 2. Navigate to project
cd nicedreamzapp

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

# 4. Connect your iPhone and build!

πŸ”‘ Required Permissions

  • πŸ“· Camera (required for object detection)
  • 🎀 Microphone (optional, for voice features)
  • πŸ“ Motion/Depth (optional, for LiDAR distance measurement)

πŸ”§ Advanced Customization

πŸ€– Custom Model Replacement (Click to expand)

πŸ“¦ Replace YOLOv8 Model

Advanced users can swap the included YOLOv8 model with a custom CoreML model:

  1. Replace Model File

    /Models/YOLOv8.mlpackage  β†’  YourCustomModel.mlpackage
    
  2. Update Processor

    • Modify YOLOv8Processor.swift if input/output shapes differ
    • Adjust class labels in the configuration
  3. Large Models

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

⚑ Performance Tuning

  • Adjust inference frequency in CameraViewController.swift
  • Modify confidence thresholds for different use cases
  • Enable/disable features based on device capabilities

🀝 Contributing

🌟 We Welcome Contributions! 🌟

πŸ“ Before submitting a PR, please include:

  • πŸ“± Device model + iOS version tested
  • πŸ”„ Steps to reproduce any issues
  • πŸ“‹ Crash logs or error messages (if applicable)
  • πŸ“Έ Screenshots or video demonstration
  • πŸ§ͺ Test results on different device configurations

🎯 Areas where we'd love help:

  • 🌍 Additional language support for translation
  • 🎨 UI/UX improvements
  • ⚑ Performance optimizations
  • πŸ› Bug fixes and stability improvements
  • πŸ“š Documentation enhancements

πŸ“ž Support & Contact

πŸ’¬ Need Help?

Email Support Website


πŸ“„ License & Credits

βš–οΈ Dual License

  • πŸ”“ GPL-3.0 β€” For open source development and learning
  • πŸ’Ό Commercial License β€” Required for App Store, TestFlight, or commercial distribution

πŸ“§ Commercial licensing: info@nicedreamzwholesale.com

πŸ™ Acknowledgments

Component Creator License
πŸ€– YOLOv8 Β© Ultralytics GPL-3.0
πŸ“Š Open Images V7 Β© Google CC BY 4.0
🍎 CoreML, Metal, SwiftUI © Apple Inc. Apple Developer Agreement
🎨 App Design & Development © NiceDreamzApps GPL-3.0

🌟 Show Your Support 🌟

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

Download on App Store GitHub Stars GitHub Forks

πŸš€ Made with ❀️ by NiceDreamzApps


Β© 2025 RealTime AI Camera β€’ Open Source β€’ Privacy-First β€’ iPhone Optimized

About

Just the largest with 601 objects detection app on a iphone & it's free

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors