The Future is Now: Integrating AI in Software Development
Aug 22 2023 · Article (20 mins)
Generative AI is making a huge difference in software development. Find out how you can use AI to improve your apps and the pitfalls to avoid while coding.
The Future is Now: Integrating AI in Software Development
Generative AI is making a huge difference in software development. Find out how you can use AI to improve your apps and the pitfalls to avoid while coding.
Multiple Domains
How Google Is Addressing Ethical Questions in AI — Google I/O 2023
May 10 2023 · Article (10 mins)
AI is powerful and risky. It can spread misinformation, violate privacy and create deep fakes. Learn how Google is being responsible and ethical with their AI offerings.
How Google Is Addressing Ethical Questions in AI — Google I/O 2023
AI is powerful and risky. It can spread misinformation, violate privacy and create deep fakes. Learn how Google is being responsible and ethical with their AI offerings.
Flutter & Dart
TensorFlow Lite Tutorial for Flutter: Image Classification
Jan 31 2023 · Article (30 mins)
Learn how to use TensorFlow Lite in Flutter. Train your machine learning model with Teachable Machine and integrate the result into your Flutter mobile app.
TensorFlow Lite Tutorial for Flutter: Image Classification
Learn how to use TensorFlow Lite in Flutter. Train your machine learning model with Teachable Machine and integrate the result into your Flutter mobile app.
iOS & Swift
Building a Recommendation App With Create ML in SwiftUI
Oct 14 2022 · Article (25 mins)
Learn how to train a model and how to give it prediction capability using Core ML and Create ML in SwiftUI.
Building a Recommendation App With Create ML in SwiftUI
Learn how to train a model and how to give it prediction capability using Core ML and Create ML in SwiftUI.
iOS & Swift
CreateML Tutorial for iOS: Creating a Customized Image Filter using Style Transfer
Jul 27 2022 · Article (20 mins)
Style Transfer is a machine learning technique. Through this, you can transform any given image stylized as another! In this tutorial, you’ll learn how to leverage Apple’s ML Frameworks to achieve this on your iOS device.
CreateML Tutorial for iOS: Creating a Customized Image Filter using Style Transfer
Style Transfer is a machine learning technique. Through this, you can transform any given image stylized as another! In this tutorial, you’ll learn how to leverage Apple’s ML Frameworks to achieve this on your iOS device.
iOS & Swift
Person Segmentation in the Vision Framework
Feb 21 2022 · Article (20 mins)
Learn how to use person segmentation via the Vision framework.
Person Segmentation in the Vision Framework
Learn how to use person segmentation via the Vision framework.
iOS & Swift
Detect Hand & Body Poses with Vision in iOS
Jun 1 2021 · Video Course (37 mins)
Learn how to detect hand and body landmarks in live video with help from the Vision framework. Explore the kind of data Vision can provide, and use it to evaluate hand and body poses for simple gestures.
Detect Hand & Body Poses with Vision in iOS
Learn how to detect hand and body landmarks in live video with help from the Vision framework. Explore the kind of data Vision can provide, and use it to evaluate hand and body poses for simple gestures.
iOS & Swift
Vision Tutorial for iOS: Detect Body and Hand Pose
Mar 1 2021 · Article (25 mins)
Learn how to detect the number of fingers shown to the camera with help from the Vision framework.
Vision Tutorial for iOS: Detect Body and Hand Pose
Learn how to detect the number of fingers shown to the camera with help from the Vision framework.
iOS & Swift
Machine Learning in iOS
Jul 16 2019 · Video Course (1 hr, 17 mins)
With Core ML, it's now possible to use machine learning in real-time on iOS devices. In this course, you'll learn to train models on a Mac and use them for data analysis.
Machine Learning in iOS
With Core ML, it's now possible to use machine learning in real-time on iOS devices. In this course, you'll learn to train models on a Mac and use them for data analysis.
iOS & Swift
Face Detection Tutorial Using the Vision Framework for iOS
Mar 11 2019 · Article (20 mins)
In this tutorial, you’ll learn how to use Vision for face detection of facial features and overlay the results on the camera feed in real time.
Face Detection Tutorial Using the Vision Framework for iOS
In this tutorial, you’ll learn how to use Vision for face detection of facial features and overlay the results on the camera feed in real time.
iOS & Swift
ML Kit Tutorial for iOS: Recognizing Text in Images
Jan 28 2019 · Article (25 mins)
In this ML Kit tutorial, you’ll learn how to leverage Google’s ML Kit to detect and recognize text.
ML Kit Tutorial for iOS: Recognizing Text in Images
In this ML Kit tutorial, you’ll learn how to leverage Google’s ML Kit to detect and recognize text.
Android & Kotlin
Text Recognition with ML Kit
Sep 13 2018 · Screencast (14 mins)
In this video tutorial, you'll see how to use the ML Kit library from Google to recognize text in images, both on-device and in the cloud.
Text Recognition with ML Kit
In this video tutorial, you'll see how to use the ML Kit library from Google to recognize text in images, both on-device and in the cloud.
Android & Kotlin
Image Recognition With ML Kit
Sep 5 2018 · Article (25 mins)
See how to use the new ML Kit library from Google to easily enable machine learning capabilities in your Android app and perform image recognition.
Image Recognition With ML Kit
See how to use the new ML Kit library from Google to easily enable machine learning capabilities in your Android app and perform image recognition.
In machine learning, classification is the task of predicting the class of an object out of a finite number of classes, given some input labeled dataset. In this tutorial, you’ll learn how to pre-process your training data, evaluate your classifier, and optimize it.
Machine Learning: End-to-end Classification
In machine learning, classification is the task of predicting the class of an object out of a finite number of classes, given some input labeled dataset. In this tutorial, you’ll learn how to pre-process your training data, evaluate your classifier, and optimize it.
Android & Kotlin
Text Recognition with ML Kit
Jun 20 2018 · Article (20 mins)
See how to use the new ML Kit library from Google to use machine learning and computer vision to perform text recognition in an image.
Text Recognition with ML Kit
See how to use the new ML Kit library from Google to use machine learning and computer vision to perform text recognition in an image.
iOS & Swift
Create ML Tutorial: Getting Started
Jun 13 2018 · Article (40 mins)
In this Create ML tutorial, you’ll learn how to transfer your learning to Turi Create, and gain familiarity with machine learning toolsets and terminology. No math needed!
Create ML Tutorial: Getting Started
In this Create ML tutorial, you’ll learn how to transfer your learning to Turi Create, and gain familiarity with machine learning toolsets and terminology. No math needed!
iOS & Swift
Natural Language Processing on iOS with Turi Create
May 14 2018 · Article (30 mins)
In this Natural Language Processing tutorial, you’ll learn how to train a Core ML model from scratch, then use that model within an iOS Application
Natural Language Processing on iOS with Turi Create
In this Natural Language Processing tutorial, you’ll learn how to train a Core ML model from scratch, then use that model within an iOS Application
iOS & Swift
IBM Watson Services for Core ML Tutorial
Apr 4 2018 · Article (25 mins)
In this tutorial, you’ll set up an IBM Watson account, then train a custom visual recognition Watson service model, and set up an iOS app to use the exported Core ML model.
IBM Watson Services for Core ML Tutorial
In this tutorial, you’ll set up an IBM Watson account, then train a custom visual recognition Watson service model, and set up an iOS app to use the exported Core ML model.
Android & Kotlin
Getting Started with TensorFlow on Android
Mar 29 2018 · Screencast (7 mins)
See how to make use of the TensorFlow Lite library to perform image classification on photos taken with your device camera.
Getting Started with TensorFlow on Android
See how to make use of the TensorFlow Lite library to perform image classification on photos taken with your device camera.
iOS & Swift
Beginning Machine Learning with scikit-learn
Feb 12 2018 · Article (15 mins)
In this Beginning Machine Learning with scikit-learn tutorial, you’ll learn how to create your own CoreML model and integrate it into your iOS app.
Beginning Machine Learning with scikit-learn
In this Beginning Machine Learning with scikit-learn tutorial, you’ll learn how to create your own CoreML model and integrate it into your iOS app.
iOS & Swift
Beginning Machine Learning with Keras & Core ML
Feb 5 2018 · Article (50 mins)
In this Keras machine learning tutorial, you’ll learn how to train a convolutional neural network model, convert it to Core ML, and integrate it into an iOS app.
Beginning Machine Learning with Keras & Core ML
In this Keras machine learning tutorial, you’ll learn how to train a convolutional neural network model, convert it to Core ML, and integrate it into an iOS app.
In this Unreal Engine 4 tutorial, you will learn how to use behavior trees and AI Perception to create a simple AI character that roams and attacks enemies.
Unreal Engine 4 Tutorial: Artificial Intelligence
In this Unreal Engine 4 tutorial, you will learn how to use behavior trees and AI Perception to create a simple AI character that roams and attacks enemies.
iOS & Swift
iOS 11: NLP with Core ML
Nov 30 2017 · Screencast (10 mins)
Natural Language Processing (NLP) has benefited greatly over recent years through the development of machine learning techniques. Discover how the introduction of Core ML in iOS 11 makes NLP highly accessible with this screencast, in which you'll learn how to automatically classify movie reviews as positive or negative.
iOS 11: NLP with Core ML
Natural Language Processing (NLP) has benefited greatly over recent years through the development of machine learning techniques. Discover how the introduction of Core ML in iOS 11 makes NLP highly accessible with this screencast, in which you'll learn how to automatically classify movie reviews as positive or negative.
iOS & Swift
iOS 11: NLP with NSLinguisticTagger
Nov 21 2017 · Screencast (8 mins)
Natural Language Processing (NLP) describes the process through which computers attempt to understand human languages. iOS has supported complex NLP routines since iOS 5, but these have been reimplemented on top of Core ML in iOS 11. Discover some of the functionality built into iOS via the NSLinguisticTagger class in this iOS 11 screencast.
iOS 11: NLP with NSLinguisticTagger
Natural Language Processing (NLP) describes the process through which computers attempt to understand human languages. iOS has supported complex NLP routines since iOS 5, but these have been reimplemented on top of Core ML in iOS 11. Discover some of the functionality built into iOS via the NSLinguisticTagger class in this iOS 11 screencast.