All Projects → appcoda → Coremldemo

appcoda / Coremldemo

A simple demo for Core ML

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Coremldemo

ChatbotHotel
A Chatbot demo for DialogFlow (Formerly called API.AI)
Stars: ✭ 34 (-62.22%)
Mutual labels:  ios-app, tutorial-code, xcode9
Coremlstyletransfer
A simple demo for Core ML and Style Transfer
Stars: ✭ 30 (-66.67%)
Mutual labels:  xcode, xcode9, coreml
ARKitImageRecognition
ARKit 1.5 - Image Recognition Demo
Stars: ✭ 34 (-62.22%)
Mutual labels:  image-recognition, tutorial-code, xcode9
Textdetection
Vision Framework Demo on Text Detection
Stars: ✭ 173 (+92.22%)
Mutual labels:  xcode9, tutorial-code, image-recognition
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (+37.78%)
Mutual labels:  ios-app, image-recognition, coreml
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! 👀
Stars: ✭ 13 (-85.56%)
Mutual labels:  xcode9, coreml
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+3596.67%)
Mutual labels:  xcode9, coreml
Unsplashexplorer Coreml
Core ML demo app with Unsplash API
Stars: ✭ 358 (+297.78%)
Mutual labels:  xcode9, coreml
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+412.22%)
Mutual labels:  ios-app, xcode
OnboardingSample
Beginners - A demo of an onboarding screen in iOS using Swift
Stars: ✭ 95 (+5.56%)
Mutual labels:  ios-app, xcode9
Seefood
Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes
Stars: ✭ 445 (+394.44%)
Mutual labels:  xcode9, coreml
Icepa
iOS system-wide VPN based Tor client
Stars: ✭ 519 (+476.67%)
Mutual labels:  ios-app, xcode
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+70%)
Mutual labels:  ios-app, tutorial-code
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-76.67%)
Mutual labels:  tutorial-code, xcode9
Ios Open Gpx Tracker
GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
Stars: ✭ 344 (+282.22%)
Mutual labels:  ios-app, xcode
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 (-82.22%)
Mutual labels:  image-recognition, coreml
React Native Mixpanel
A React Native wrapper for Mixpanel tracking
Stars: ✭ 451 (+401.11%)
Mutual labels:  ios-app, xcode
Quiver
Validation, searching and filtering made easy for swift.
Stars: ✭ 27 (-70%)
Mutual labels:  xcode, xcode9
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+1027.78%)
Mutual labels:  xcode, coreml
Eventkit
A template conference app, featuring real-time schedule and data changes & running on Realm 🚀
Stars: ✭ 59 (-34.44%)
Mutual labels:  ios-app, xcode

A simple demo for Core ML in Swift

At WWDC 2017, Apple released a lot of exciting frameworks and APIs for us developer to use. Among these releases, the most popular one was Core ML. Core ML is a framework that can be harnessed to integrate machine learning models into your app. The best part about Core ML is that you don’t require extensive knowledge about neural networks or machine learning. Another bonus feature about Core ML is that you can use pre-trained data models as long as you convert it into a Core ML model. For the purpose of this tutorial, we will be using a Core ML model that is available on Apple’s Developer Website. Without further ado, let’s start to learn Core ML.

For the full tutorial, please check it out at:

http://www.appcoda.com/coreml-introduction

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