Skip to content

Swifter-AI/NamesCoreMLDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Names CoreML Demo

A Demo application using CoreML framework for predicting gender from first names.

NamesCoreMLDemo

Model

This demo is based on An introduction to Machine Learning tutorial, which describes how to build a classifier able to distinguish between boy and girl names using datasets with the popularity of baby names over the years from The US Social Security Administration.

CoreML model was converted from Scikit-learn Pipeline using coremltools python package.

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/cocoa-ai/NamesCoreMLDemo.git
cd NamesCoreMLDemo
open Names.xcodeproj/

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

Conversion

cd Convert
python names.py

Author

Vadym Markov, markov.vadym@gmail.com

Credits

References

About

利用神经网络判定输入名字的性别

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 75.8%
  • Python 24.2%