All Projects β†’ G2Jose β†’ Liooon Not A Liooon Classifier

G2Jose / 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

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Liooon Not A Liooon Classifier

Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+9127.27%)
Mutual labels:  coreml, vision
Cocoaai
πŸ€– The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+1118.18%)
Mutual labels:  coreml, vision
Inceptionvisiondemo
πŸŽ₯ iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (+336.36%)
Mutual labels:  coreml, vision
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (+9.09%)
Mutual labels:  coreml, vision
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 (+36.36%)
Mutual labels:  vision, coreml
Coreml Vision
Stars: ✭ 50 (+354.55%)
Mutual labels:  coreml, vision
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (+718.18%)
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 (+127.27%)
Mutual labels:  vision, coreml
SentimentVisionDemo
πŸŒ… iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (+209.09%)
Mutual labels:  vision, coreml
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+1027.27%)
Mutual labels:  vision, coreml
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+30145.45%)
Mutual labels:  coreml, vision
Facesvisiondemo
πŸ‘€ iOS11 demo application for age and gender classification of facial images.
Stars: ✭ 273 (+2381.82%)
Mutual labels:  coreml, vision
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+4436.36%)
Mutual labels:  coreml, vision
Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+47100%)
Mutual labels:  coreml
Awesome Machine Learning
🎰 A curated list of machine learning resources, preferably CoreML
Stars: ✭ 716 (+6409.09%)
Mutual labels:  vision
Cudasift
A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
Stars: ✭ 555 (+4945.45%)
Mutual labels:  vision
Keras Openface
Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
Stars: ✭ 538 (+4790.91%)
Mutual labels:  coreml
Coremlhelpers
Types and functions that make it a little easier to work with Core ML in Swift.
Stars: ✭ 823 (+7381.82%)
Mutual labels:  coreml
Windows Machine Learning
Samples and Tools for Windows ML.
Stars: ✭ 663 (+5927.27%)
Mutual labels:  coreml
Paddlehub
Awesome pre-trained models toolkit based on PaddlePaddle.(300+ models including Image, Text, Audio and Video with Easy Inference & Serving deployment)
Stars: ✭ 7,284 (+66118.18%)
Mutual labels:  vision

Liooon / not a liooon classifier

An iOS app that tells you whether your camera is pointed at a lion, using apple's CoreML and Vision APIs.

Screenshots

How to use

Make sure you have iOS 11 installed (currently in beta). beta.applebetas.co hosts provisioning profiles for the latest betas for folks that are not signed up for the Apple Developer Program. Build and run the app using Xcode 9 (also currently in beta).

How it works

The app uses CoreML and the inception v3 pre-trained neural network model to make predictions on a stream of images from your device's camera. A liooon is found when the model predicts it with a confidence of >= 30%.

The Vision API is used in order to process images efficiently (scale & crop to input specs of the model).

WTF is the liooon reference?

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