All Projects → artemnovichkov → Ios 11 By Examples

artemnovichkov / Ios 11 By Examples

Licence: mit
👨🏻‍💻 Examples of new iOS 11 APIs

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ios 11 By Examples

Visionfacedetection
An example of use a Vision framework for face landmarks detection in iOS 11
Stars: ✭ 258 (-92.25%)
Mutual labels:  xcode9, vision, ios11
Arkit Sampler
Code examples for ARKit.
Stars: ✭ 1,334 (-59.9%)
Mutual labels:  coreml, ios11, arkit
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (-85%)
Mutual labels:  coreml, vision, arkit
ARKitPhysics
ARKit Demo for Physics
Stars: ✭ 21 (-99.37%)
Mutual labels:  xcode9, ios11, arkit
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 (-99.61%)
Mutual labels:  xcode9, ios11, coreml
Measure
Using ARKit to make calculate the distance of real-world objects
Stars: ✭ 357 (-89.27%)
Mutual labels:  xcode9, ios11, arkit
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (-69.49%)
Mutual labels:  coreml, vision, ios11
iOS-ARKit
Basic Concepts and Projects using ARKit on iOS.
Stars: ✭ 18 (-99.46%)
Mutual labels:  xcode9, ios11, arkit
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 (-99.25%)
Mutual labels:  vision, ios11, coreml
Measurearkit
An example of measuring app with ARKit in iOS 11
Stars: ✭ 220 (-93.39%)
Mutual labels:  xcode9, ios11, arkit
CarLens-iOS
CarLens - Recognize and Collect Cars
Stars: ✭ 124 (-96.27%)
Mutual labels:  vision, arkit, coreml
iOS11-Demos
Collection of samples and demos of features introduced in iOS 11
Stars: ✭ 16 (-99.52%)
Mutual labels:  xcode9, ios11, coreml
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-91.07%)
Mutual labels:  ios11, arkit
Argithubcommits
Show your GitHub commit records in 3D with ARKit and SceneKit. 用 ARKit 展示你的 GitHub 提交图
Stars: ✭ 280 (-91.58%)
Mutual labels:  ios11, arkit
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-99.28%)
Mutual labels:  ios11, arkit
Gesture Recognition 101 Coreml Arkit
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Stars: ✭ 278 (-91.64%)
Mutual labels:  coreml, arkit
Arbottlejump
An ARKit version of WeChat Bottle Jump game. ARKit 版微信跳一跳游戏
Stars: ✭ 259 (-92.22%)
Mutual labels:  ios11, arkit
titanium-arkit
Use the iOS 11 ARKit API in Axway Titanium
Stars: ✭ 28 (-99.16%)
Mutual labels:  ios11, arkit
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (-97.87%)
Mutual labels:  ios11, arkit
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 (-99.55%)
Mutual labels:  vision, coreml

iOS 11 by Examples Tweet

Xcode 9.3 Swift 4.1 iOS 11 GM seed

Code examples for new APIs of iOS 11.

Note: The project requires Xcode 9, Swift 4 and iOS 11.

Table of contents

Core ML

Image classification demo using Core ML framework. Show description of an object on selected photo.

Thanks @hollance for his useful CoreMLHelpers.

Vision

  • Face detection. Detects all faces on selected photo.

  • Face landmarks. An image analysis that finds facial features (such as the eyes and mouth) in an image.

  • Object tracking. Track any object using camera.

ARKit

Augmented reality experiences in your app or game.

Drag and Drop

Easy way to move content.

Core NFC

Reading of NFC tag payloads. Don't forget to enable NFC Tag Reading for App ID in the Apple Developer site.

Note: select CoreNFC-Example scheme and run.

MapKit

New map type, new anotation views and clustering!

IdentityLookup

SMS and MMS filtering using IdentityLookup framework. Don't forget to turn on an extension in Messages > Unknown & Spam > SMS filtering.

DeviceCheck

Identifying devices that have already taken advantage of a promotional offer that you provide, or flagging a device that you have determined to be fraudulent.

Note: select DeviceChecking scheme and run.

SpriteKit by mkowalski87

Attributed text for SKLabelNode and SKTransformNode.

Blogs/Newsletter

List of online sources which have mentioned iOS 11 by Examples:

Author

Artem Novichkov, https://www.artemnovichkov.com/about

License

The project is available under the MIT license. See the LICENSE file for more info.

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