Skip to content

Latest commit

 

History

History
executable file
·
45 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

executable file
·
45 lines (31 loc) · 1.45 KB

Core ML Car Recognition Demo

iOS11 demo application for cars classification using Vision and CoreML frameworks. More models at Core-ML-Examples.

CarRecognition

Model

This demo is based on The Comprehensive Cars (CompCars) dataset, which was converted to CoreML model using coremltools python package.

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/likedan/Core-ML-Car-Recognition.git
cd Core-ML-Car-Recognition
pod install
open CarRecognition.xcworkspace/

Build the project and run it on a simulator or a device with iOS 11.

Author

Kedan Li, [email protected]

Credits

References