/CameraML

Using a trained model from Apple to recognise objects from the Camera photos

Primary LanguageSwift

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