# Building Intelligent Apps with Apple AI Models

DevFeed: [Building Intelligent Apps with Apple AI Models](<https://devfeed.tech/articles/building-intelligent-apps-with-apple-ai-models-11523.md>)

Original publisher: [Read original article](<https://www.kodeco.com/ios/paths/apple-ai-models>)

Published: 2024-09-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more](<https://devfeed.tech/sources/kodeco-high-quality-programming-tutorials-ios-android-swift-kotlin-unity-and-more.md>)

Topics: [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [object-detection](<https://devfeed.tech/topics/object-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [apple](<https://devfeed.tech/tags/apple.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [course](<https://devfeed.tech/tags/course.md>), [face-recognition](<https://devfeed.tech/tags/face-recognition.md>), [framework](<https://devfeed.tech/tags/framework.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [object-detection](<https://devfeed.tech/tags/object-detection.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [use-cases](<https://devfeed.tech/tags/use-cases.md>)

## AI overview

A learning path about building intelligent apps with Apple AI Models. It covers on-device machine learning, computer vision with the Vision framework, real-time translation with the Translation framework, and customizing pre-built models with Create ML.

## Source excerpt

This course explores on-device machine learning using Apple's powerful tools. See how simple the Vision framework makes complex computer vision tasks, enabling your app to understand the real world, through tasks like object detection and face recognition. Learn to leverage the Translation framework for on-device, real-time language translation, breaking down language barriers for your users. Before finally looking at how to develop your own machine learning models, by customizing Apple's pre-built models for specific use cases within your apps.