Click here to Skip to main content
15,880,796 members
Articles / Artificial Intelligence / Machine Learning

AI Image Classification on iOS with ResNet

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
28 Aug 2020CPOL5 min read 7.7K   4  
Having converted a ResNet model to the Core ML format in the previous article, in this article we’ll now use it in a simple iOS application.
Here we'll set up your sample application, set up the model, figure out how to handle classification requests in your application, and add our converted ResNet model to the project.

Views

Daily Counts

This article is part of the series 'Mobile Neural Networks on iOS with Core ML View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Poland Poland
Jarek has two decades of professional experience in software architecture and development, machine learning, business and system analysis, logistics, and business process optimization.
He is passionate about creating software solutions with complex logic, especially with the application of AI.

Comments and Discussions