All Projects → sayaleepote → Vision_CoreML-App

sayaleepote / Vision_CoreML-App

Licence: other
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.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Vision CoreML-App

Aravis
A vision library for genicam based cameras
Stars: ✭ 397 (+2546.67%)
Mutual labels:  camera, vision
Testcoreml
A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
Stars: ✭ 60 (+300%)
Mutual labels:  camera, coreml
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (+2853.33%)
Mutual labels:  camera, vision
QuickRawPicker
📷 QuickRawPicker is a free and open source program that lets you cull, pick or rate raw photos captured by your camera. It is also compatible with the XMP sidecar file used by Adobe Bridge/Lightroom/Darktable or PP3 sidecar file used by Rawtherapee.
Stars: ✭ 26 (+73.33%)
Mutual labels:  camera, photo-gallery
CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model
This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several di…
Stars: ✭ 16 (+6.67%)
Mutual labels:  coreml, coreml-framework
Grip
Program for rapidly developing computer vision applications
Stars: ✭ 314 (+1993.33%)
Mutual labels:  camera, vision
Lumina
A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features
Stars: ✭ 784 (+5126.67%)
Mutual labels:  camera, coreml
Flowersvisiondemo
🌸 iOS11 demo application for flower classification.
Stars: ✭ 90 (+500%)
Mutual labels:  vision, coreml
MNIST-CoreML
Predict handwritten digits with CoreML
Stars: ✭ 63 (+320%)
Mutual labels:  coreml, coreml-framework
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+12833.33%)
Mutual labels:  camera, vision
VisionLab
📺 A framework with common source code for demo projects that use Vision Framework
Stars: ✭ 32 (+113.33%)
Mutual labels:  camera, vision
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+726.67%)
Mutual labels:  vision, coreml
vision-camera-image-labeler
VisionCamera Frame Processor Plugin to label images using MLKit Vision
Stars: ✭ 62 (+313.33%)
Mutual labels:  camera, vision
Multi sensor fusion
Multi-Sensor Fusion (GNSS, IMU, Camera) 多源多传感器融合定位 GPS/INS组合导航 PPP/INS紧组合
Stars: ✭ 357 (+2280%)
Mutual labels:  camera, vision
Cocoaai
🤖 The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (+793.33%)
Mutual labels:  vision, coreml
Sppermissions
Ask permissions with ready-use interface. You can check status permission and if it has been requested before. Support SwiftUI.
Stars: ✭ 4,701 (+31240%)
Mutual labels:  camera, photo-gallery
Inceptionvisiondemo
🎥 iOS11 demo application for dominant objects detection.
Stars: ✭ 48 (+220%)
Mutual labels:  vision, coreml
Coreml Vision
Stars: ✭ 50 (+233.33%)
Mutual labels:  vision, coreml
Picker
Picker - A CameraX based WhatsApp Style Image-Video Picker
Stars: ✭ 69 (+360%)
Mutual labels:  camera, photo-gallery
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 (+66.67%)
Mutual labels:  vision, coreml

Vision_CoreML-App

This app predicts the age of a person from the picture input using camera or photos gallery.
For this, the app uses Core ML framework of iOS. The Vision library of CoreML is also used here as the trained model takes image input.

Find a complete tutorial here.

The trained model fed to the system is AgeNet, which is a Age Classification model using Convolutional Neural Networks. This model takes a 277x277 image as input and predicts the age of the person and outputs the same.

Here is how the application would look like:

Demo


System Requirements:
1. MacOS (Sierra 10.12 or above)
2. Xcode 9 or above
3. Device with iOS 11 or above. Good news - The app can run on a simulator as well!
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].