Vision Detecting hand pose with the Vision framework Learn how to use the camera to detect hand pose within a SwiftUI app.
Vision Recognizing text with the Vision framework Learn how to recognize text using the camera with the Vision framework capabilities in a SwiftUI app.
Natural Language Tokenizing text with the Natural Language framework Learn how to split text into manageable parts using the tokenization capabilities of the Natural Language framework.
Vision Reading QR codes and barcodes with the Vision framework Learn how to read information from QR codes and barcodes using the Vision framework in a SwiftUI app.
Sound Analysis Identify individual sounds in a live audio buffer Learn how to create a SwiftUI app that uses the Sound Analysis framework to identify sounds with an audio buffer.
Natural Language Applying sentiment analysis using the Natural Language framework Use the Natural Language framework from Apple to apply sentiment analysis to text.
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.