All Projects β†’ cocoa-ai β†’ Facesvisiondemo

cocoa-ai / Facesvisiondemo

Licence: mit
πŸ‘€ iOS11 demo application for age and gender classification of facial images.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Facesvisiondemo

Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+82.78%)
Mutual labels:  coreml, vision
Inceptionvisiondemo
πŸŽ₯ iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-82.42%)
Mutual labels:  coreml, vision
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 (-95.97%)
Mutual labels:  coreml, vision
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+1118.68%)
Mutual labels:  coreml, vision
CustomVisionMicrosoftToCoreMLDemoApp
This app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
Stars: ✭ 25 (-90.84%)
Mutual labels:  vision, coreml
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-95.6%)
Mutual labels:  coreml, vision
Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+271.79%)
Mutual labels:  coreml, vision
Coreml Vision
Stars: ✭ 50 (-81.68%)
Mutual labels:  coreml, vision
Cocoaai
πŸ€– The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (-50.92%)
Mutual labels:  coreml, vision
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (-67.03%)
Mutual labels:  coreml, vision
SentimentVisionDemo
πŸŒ… iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (-87.55%)
Mutual labels:  vision, coreml
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (-54.58%)
Mutual labels:  vision, coreml
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (-94.51%)
Mutual labels:  vision, coreml
Spatial-Transformer-Networks-with-Keras
This repository provides a Colab Notebook that shows how to use Spatial Transformer Networks inside CNNs in Keras.
Stars: ✭ 23 (-91.58%)
Mutual labels:  vision
sparse-scene-flow
This repo contains C++ code for sparse scene flow method.
Stars: ✭ 23 (-91.58%)
Mutual labels:  vision
craft-text-detector
Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector
Stars: ✭ 151 (-44.69%)
Mutual labels:  vision
mnist-coreml
Simple convolutional neural network to predict handwritten digits using Keras + CoreML for WWDC '18 scholarship [Accepted]
Stars: ✭ 45 (-83.52%)
Mutual labels:  coreml
SimpleInceptionV3-ObjC
A simple image classification test using Core ML and Inception V3 model in Objective-C
Stars: ✭ 22 (-91.94%)
Mutual labels:  coreml
ClassifierKit
πŸ€– A suite of tools and examples for training Core ML models with Create ML.
Stars: ✭ 23 (-91.58%)
Mutual labels:  coreml
Route-Direction-in-AR
Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction. Also added "Reachability" for finding path in Google map. -- Also added .mlmodel for car-detection. Initially trained the model using Convo…
Stars: ✭ 32 (-88.28%)
Mutual labels:  coreml

Faces Vision Demo

iOS11 demo application for age and gender classification of facial images using Vision and CoreML.

FacesVisionDemo

Model

This demo is based on the age, gender and emotion neural network classifiers, which were converted from Caffe models to CoreML models using coremltools python package.

Age classification

Gender classification

Emotion Recognition

Requirements

  • Xcode 9
  • iOS 11

Installation

git clone https://github.com/cocoa-ai/FacesVisionDemo.git
cd FacesVisionDemo
pod install
open Faces.xcworkspace/

Conversion

Download Caffe model and deploy.prototxt. Links can also be found here. Move downloaded files to Covert/EmotionClassification folder.

cd Convert
./download.sh
python age.py
python gender.py
python emotion.py

Download the Age, Gender and Emotion CoreML models and add the files to "Resources" folder in the project's directory.

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

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].