π₯ Real-time Object Detection β’ OCR β’ Offline Translation β’ LiDAR Distance π₯
Built specifically for iPhone β’ Works 100% offline β’ Privacy-first design
Brought to you by NiceDreamzApps
|
|
ποΈ 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
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]
| 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 |
- 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 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.
| π Translation | πΆ Detection | π Home Screen | π± App Info | π LiDAR Distance |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
| Offline SpanishβEnglish | 601 object classes | Clean, native UI | Lightweight install | Pro model depth sensing |
- 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
# 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!- π· Camera (required for object detection)
- π€ Microphone (optional, for voice features)
- π Motion/Depth (optional, for LiDAR distance measurement)
π€ Custom Model Replacement (Click to expand)
Advanced users can swap the included YOLOv8 model with a custom CoreML model:
-
Replace Model File
/Models/YOLOv8.mlpackage β YourCustomModel.mlpackage -
Update Processor
- Modify
YOLOv8Processor.swiftif input/output shapes differ - Adjust class labels in the configuration
- Modify
-
Large Models
- Use Git LFS for models >100MB
- Consider model quantization for better performance
- Adjust inference frequency in
CameraViewController.swift - Modify confidence thresholds for different use cases
- Enable/disable features based on device capabilities
π 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
- π GPL-3.0 β For open source development and learning
- πΌ Commercial License β Required for App Store, TestFlight, or commercial distribution
π§ Commercial licensing: info@nicedreamzwholesale.com
| 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 |




