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

cocoa-ai / Inceptionvisiondemo

Licence: mit
πŸŽ₯ iOS11 demo application for dominant objects detection.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Inceptionvisiondemo

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 (-47.92%)
Mutual labels:  vision, coreml
Facesvisiondemo
πŸ‘€ iOS11 demo application for age and gender classification of facial images.
Stars: ✭ 273 (+468.75%)
Mutual labels:  coreml, vision
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+158.33%)
Mutual labels:  vision, coreml
Fastai
R interface to fast.ai
Stars: ✭ 85 (+77.08%)
Mutual labels:  object-detection, 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 (-77.08%)
Mutual labels:  coreml, vision
Yolov5
YOLOv5 πŸš€ in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+41387.5%)
Mutual labels:  object-detection, 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 (-68.75%)
Mutual labels:  vision, coreml
SentimentVisionDemo
πŸŒ… iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (-29.17%)
Mutual labels:  vision, coreml
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (+939.58%)
Mutual labels:  coreml, vision
Myvision
Computer vision based ML training data generation tool πŸš€
Stars: ✭ 453 (+843.75%)
Mutual labels:  object-detection, vision
Cocoaai
πŸ€– The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+179.17%)
Mutual labels:  coreml, vision
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+16897.92%)
Mutual labels:  object-detection, coreml
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (+87.5%)
Mutual labels:  coreml, vision
Ios Coreml Yolo
Almost Real-time Object Detection using Apple's CoreML and YOLO v1 -
Stars: ✭ 153 (+218.75%)
Mutual labels:  object-detection, coreml
Coreml Vision
Stars: ✭ 50 (+4.17%)
Mutual labels:  coreml, vision
Ios 11 By Examples
πŸ‘¨πŸ»β€πŸ’» Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+6831.25%)
Mutual labels:  coreml, vision
Objectclassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Stars: ✭ 12 (-75%)
Mutual labels:  coreml, vision
Chineseidcardocr
[Deprecated] πŸ‡¨πŸ‡³δΈ­ε›½δΊŒδ»£θΊ«δ»½θ―ε…‰ε­¦θ―†εˆ«
Stars: ✭ 1,015 (+2014.58%)
Mutual labels:  coreml, vision
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+1945.83%)
Mutual labels:  object-detection
Realtime Detectron
Real-time Detectron using webcam.
Stars: ✭ 42 (-12.5%)
Mutual labels:  object-detection

Inception Vision Demo

A Demo application using Vision and CoreML frameworks to detect the dominant objects presented in a live video feed from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.

InceptionVisionDemo

Model

This demo uses "Inception v3" CoreML model.

Requirements

  • Xcode 9
  • iOS 11

Installation

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

Download the CoreMl model from https://developer.apple.com/machine-learning/ 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.

Author

Vadym Markov, [email protected]

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