All Projects → cocoa-ai → Namescoremldemo

cocoa-ai / Namescoremldemo

Licence: mit
🏷 iOS11 demo application for predicting gender from first names.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Namescoremldemo

Har Keras Coreml
Human Activity Recognition (HAR) with Keras and CoreML
Stars: ✭ 23 (-25.81%)
Mutual labels:  coreml
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-61.29%)
Mutual labels:  coreml
Bmw Classification Inference Gpu Cpu
This is a repository for an image classification inference API using the Gluoncv framework. The inference REST API works on CPU/GPU. It's supported on Windows and Linux Operating systems. Models trained using our Gluoncv Classification training repository can be deployed in this API. Several models can be loaded and used at the same time.
Stars: ✭ 27 (-12.9%)
Mutual labels:  classification
Shapedetector keras coreml
Deep learning installed Shape Detector using Keras and CoreML 📱
Stars: ✭ 25 (-19.35%)
Mutual labels:  coreml
Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+23058.06%)
Mutual labels:  classification
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+26219.35%)
Mutual labels:  coreml
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+2809.68%)
Mutual labels:  classification
Coremlstyletransfer
A simple demo for Core ML and Style Transfer
Stars: ✭ 30 (-3.23%)
Mutual labels:  coreml
Liooon Not A Liooon Classifier
A troll app to check if an object seen by your camera is a lion. Uses iOS CoreML, Vision APIs
Stars: ✭ 11 (-64.52%)
Mutual labels:  coreml
Mnistkit
The better way to deal with MNIST model and Core ML in iOS
Stars: ✭ 21 (-32.26%)
Mutual labels:  coreml
Metacache
memory efficient, fast & precise taxnomomic classification system for metagenomic read mapping
Stars: ✭ 26 (-16.13%)
Mutual labels:  classification
Awesome Fraud Detection Papers
A curated list of data mining papers about fraud detection.
Stars: ✭ 843 (+2619.35%)
Mutual labels:  classification
Tribuo
Tribuo - A Java machine learning library
Stars: ✭ 882 (+2745.16%)
Mutual labels:  classification
Deep Music Genre Classification
🎵 Using Deep Learning to Categorize Music as Time Progresses Through Spectrogram Analysis
Stars: ✭ 23 (-25.81%)
Mutual labels:  classification
Cnn Question Classification Keras
Chinese Question Classifier (Keras Implementation) on BQuLD
Stars: ✭ 28 (-9.68%)
Mutual labels:  classification
Jsmlt
🏭 JavaScript Machine Learning Toolkit
Stars: ✭ 22 (-29.03%)
Mutual labels:  classification
Coremlimage
A demo of creating your own CoreML model
Stars: ✭ 13 (-58.06%)
Mutual labels:  coreml
Instapy Gender Classification
🔎 Classification helper for sex classification feature of InstaPy
Stars: ✭ 30 (-3.23%)
Mutual labels:  classification
Randwire tensorflow
tensorflow implementation of Exploring Randomly Wired Neural Networks for Image Recognition
Stars: ✭ 29 (-6.45%)
Mutual labels:  classification
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-32.26%)
Mutual labels:  classification

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, [email protected]

Credits

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].