• Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Car Recognition Framework for CoreML

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