Skip to content

Demo of the training model for Apple's CoreML written in Python

Notifications You must be signed in to change notification settings

ruchernchong/cars-coreml-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cars CoreML Model

Introduction

Cars CoreML Model is a training model used to predict valuation of cars for trade in. The data in the datasheet are not actual data, and is for learning and demo purposes only.

Requirements

  • python

Installation

To build the .mlmodel CoreML file for use in your project, run the following commands.

$ git clone https://github.com/ruchern/cars-coreml-demo
$ python convert_cars.py

After the command is being run, a file named Cars.mlmodel should be generated in the same folder for your usage.

Disclaimer

This set of data in this project is for educational and demonstration purposes only. Any resemblance to actual events are purely coincidental.

About

Demo of the training model for Apple's CoreML written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages