Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

File metadata and controls

27 lines (17 loc) · 581 Bytes

Streaming Image Recognition

In app streaming image recognition using CoreML.

Experimenting image live recognition using SqueezeNet on a streaming AVPlayer.

🔨 Technologies: UIKit, AVFoundation, CoreML, Vision, No Third Party libraries.

🚀Platform: 📱iOS

Requirements

  • iOS 12.0+
  • Xcode 11.0+

Getting Started

  1. Clone the repository:
git clone https://github.com/HolyBuz/LocalStreamingVideoObjectRecognition.git
  1. Open the project in Xcode.

  2. Build and run the app.

Thanks for stopping by!