/plushcap/analysis/vonage/vonage-image-classifier-in-tensorflow-dr

Building an Image Classifier in Tensorflow

What's this blog post about?

This article guides on building a basic image classification model using Python and TensorFlow for processing images sent by members of an iOS app integrated with Nexmo In-App Messaging. The model is trained on the CIFAR-10 dataset, which contains 10 classes with 6000 images per class. After training the model, it is converted into Core ML format to facilitate its use in the iOS app. The article provides a step-by-step guide on building and deploying the model, including importing it into an Xcode project and integrating it into a Stitch Demo Application. The final accuracy of the model is 81%, with a loss of 0.7, indicating that it can classify images accurately but may have some errors in certain cases.

Company
Vonage

Date published
May 3, 2021

Author(s)
Tony Hung

Word count
2112

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.