Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 527 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 527 Bytes

Camera App Using CoreML

  • Using AVFoundation Library to capture image from the Camera
  • Using Apple's CoreML (Machine Learning) trained model, called MobileNet to recognise the object using image from the device's camera

Getting Started

To make this work you need to download the trained model from here and add it to resources folder inside the project!

Authors