Vision Scoring the aesthetics of an image with the Vision framework Learn how to calculate the overall aesthetic score of an image with the Vision framework in a SwiftUI app.
Speech Transcribing audio from a file using the Speech framework Learn how to transcribe text from an audio file using the Speech framework in a SwiftUI application.
Natural Language Lexical classification with the Natural Language framework Learn how to identify nouns, adjectives, and more with the Natural Language framework in a SwiftUI app.
Vision Removing image background using the Vision framework Learn how to use the Vision framework to easily remove the background of images in a SwiftUI application.
Vision Classifying image content with the Vision framework Learn how to use the Vision framework to classify images in a SwiftUI application.
Vision Detecting the contour of the edges of an image with the Vision framework Learn how to detect and draw the edges of an image using the Vision framework in a SwiftUI app.
Core ML Translating text in your SwiftUI app with the Translation framework Discover how to use the Translation framework to provide text translation features within a SwiftUI app.
Machine Learning Using server-side Swift for machine learning processing In this tutorial learn how to use a machine learning model in a Vapor server using Swift.
SwiftUI Creating a SwiftUI App to generate Text Completions with GPT-3.5 through the OpenAI API Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate text completions within your SwiftUI app.
SwiftUI Creating a SwiftUI App to generate images with Dall-E through the OpenAI API Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate images within your SwiftUI app.
Machine Learning Generating Images with Stable Diffusion on Apple Silicon with Core ML Understand how to use Apple's Core ML Stable Diffusion Package to generate images with Stable Diffusion on Apple Silicon using Swift.
ChatGPT Prototyping SwiftUI interfaces with OpenAI's ChatGPT Understand how to use OpenAI's ChatGPT conversational machine learning model to create working code for SwitfUI apps within a few minutes.
Natural Language Identifying the Language in a Text using the Natural Language Framework By the end of this article, you will be able to identify the dominant language in a piece of text using the Natural Language framework.
Machine Learning Using an Object Detection Machine Learning Model in an iOS App By the of of this tutorial you will be able to use an object detection Core ML model in an iOS App with the Vision framework
Machine Learning Using an Image Classification Machine Learning Model in an iOS App with SwiftUI By the of of this tutorial you will be able to use an image classification Core ML model in an iOS App with SwiftUI
Machine Learning Using an Image Classification Machine Learning Model in Swift Playgrounds By the end of this tutorial you will be able to use an image classification Core ML model in Swift Playgrounds.
Machine Learning Using an Object Detection Machine Learning Model in Swift Playgrounds By the end of this tutorial you will be able to use an object detection Core ML model in Swift Playgrounds with the Vision framework.
Machine Learning Creating an Object Detection Machine Learning Model with Create ML By the end of this tutorial, you will be able to build and train an object detection machine learning model with Create ML
Machine Learning UIImage+CVPixelBuffer: Converting an UIImage to a Core Video Pixel Buffer With this UIImage extension you will be able to convert an UIImage to a CVPixelBuffer. The Core Video pixel buffer is an image buffer that holds pixels in main memory.
Machine Learning Create ML Explained: Apple's Toolchain to Build and Train Machine Learning Models This articles will help you to understand the main features of Create ML and how you can create your own custom machine learning models.
Machine Learning Core ML Explained: Apple's Machine Learning Framework This articles will help you to assess and judge the main features of More ML and how you can leverage machine learning in your apps.