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

cocoa-ai / Flowersvisiondemo

Licence: mit
🌸 iOS11 demo application for flower classification.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Flowersvisiondemo

CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+37.78%)
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 (-83.33%)
Mutual labels:  vision, coreml
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 (-72.22%)
Mutual labels:  vision, coreml
Cocoaai
πŸ€– The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+48.89%)
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 (-87.78%)
Mutual labels:  coreml, vision
Coreml Vision
Stars: ✭ 50 (-44.44%)
Mutual labels:  coreml, vision
SentimentVisionDemo
πŸŒ… iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (-62.22%)
Mutual labels:  vision, coreml
Facesvisiondemo
πŸ‘€ iOS11 demo application for age and gender classification of facial images.
Stars: ✭ 273 (+203.33%)
Mutual labels:  coreml, vision
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+454.44%)
Mutual labels:  coreml, vision
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+3596.67%)
Mutual labels:  coreml, vision
Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+1027.78%)
Mutual labels:  coreml, vision
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-86.67%)
Mutual labels:  coreml, vision
Inceptionvisiondemo
πŸŽ₯ iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (-46.67%)
Mutual labels:  coreml, vision
Coreml Training
Source code for my blog post series "On-device training with Core ML"
Stars: ✭ 77 (-14.44%)
Mutual labels:  coreml
Testcoreml
A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
Stars: ✭ 60 (-33.33%)
Mutual labels:  coreml
Nlpswift
NSLinguisticTagger provides a uniform interface to a variety of natural language processing functionality with support for many different languages and scripts. One can use this class to segment natural language text into paragraphs , sentences, or words and tag information about those segments such as parts of speech, lexical class, lemma!
Stars: ✭ 50 (-44.44%)
Mutual labels:  coreml
Fastai
R interface to fast.ai
Stars: ✭ 85 (-5.56%)
Mutual labels:  vision
Ios Coreml Mnist
Real-time Number Recognition using Apple's CoreML 2.0 and MNIST -
Stars: ✭ 74 (-17.78%)
Mutual labels:  coreml
Carposedemo
Real-time Mobile Car Pose Estimation with CoreML
Stars: ✭ 49 (-45.56%)
Mutual labels:  coreml
Face Marks
Detect facial landmarks with TensorFlow and CoreML on iPhone.
Stars: ✭ 69 (-23.33%)
Mutual labels:  coreml

Flowers Vision Demo

iOS11 demo application for flower classification using Vision and CoreML frameworks.

FlowersVisionDemo

Model

This demo is based on Caffe CNNs for the Oxford 102 flower dataset, which was converted to CoreML model using coremltools python package.

Requirements

  • Xcode 9
  • iOS 11

Installation

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

Download the CoreMl model and add the file to "Resources" folder in the project's directory.

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

Conversion

cd Convert
./download.sh
python convert.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].