Image Classification in SwiftUI App Using Core ML and Pre-trained Model

preview_player
Показать описание
In this video, Mohammad Azam will demonstrate how to perform image classification using Core ML in a SwiftUI app.

If you want to support my work then please consider buying one of my courses below. The links below already have coupons attached which will give you the best deal possible. Thank you for your support!

Machine Learning and Artificial Intelligence Using Swift

SwiftUI - Declarative Interfaces for any Apple Device

Flutter and Dart - Build Apps Using MVVM Design Pattern

Mastering RxSwift in iOS

MVVM Design Pattern Using Swift in iOS

Mastering ARKit for iOS

Intermediate and Advanced iOS - Build Real World Apps

The Complete Guide to JSON Parsing in Swift

Data Structures and Algorithms in Swift

Design Patterns in iOS Using Swift

Mastering MapKit for iOS

Machine Learning in iOS Using Swift

Mastering Firebase for iOS Using Swift

Mastering Server Side Swift Using Vapor 3

NodeJS - The Complete Developer Bootcamp

The Complete Guide to Lean Controllers in iOS
Рекомендации по теме
Комментарии
Автор

This is an amazing video and I feel like I have learned a lot. Thank you for your effort, you are an excellent teacher.

imatleast
Автор

Thank you so much for this!!! You're saving lives!!

SanusiAdewale
Автор

You say at 12:26 to open the xcode project which is in the resources : 'Image-classification/start' where can we get these resources?

abbyh
Автор

Great video! Just wondering, how can I integrate the functionalities of this app with the photo gallery app that you created as well?

lizardon
Автор

Why am I getting back nil for the prediction when I print out the output:

let output = try? model.prediction(image: buffer)
if let output = output {
self.classificationLabel = output.classLabel
//print("success")
}
The image pixel criteria were also the same, so it shouldn't be that problem...

kelvinjou
Автор

Sorry I see u are using as model a Neural Network Classifier. If I want to use a simple Image classifier how should I?

sidusproxy
Автор

Hello I was going to purchase your course (the second course on the list) but the price changed a lot from a few days ago? It went up 400% or so... I wonder if you had some sort of coupon earlier? Thank you!

TarotPolitics
Автор

Hi. In your Udemy course, you teach us how to present the results (classLabelProbs) in UI? Not just key : value strings.

LaurentiuSzabo
Автор

so much code for just converting an image to cvpixelbuffer?It must be shown how to code it. Most people won't have that ready made available so without knowing that, this project cannot be completed

adityahpatel
Автор

Give me the source code of the tutorial

devsang
visit shbcf.ru