Skip to content

This is an Image Classification App developed in Android Studio using Kotlin language. It uses a pre-trained TensorFlow Lite model to classify different images.

Notifications You must be signed in to change notification settings

rid17pawar/ImageClassificationApp

Repository files navigation

ImageClassificationApp_first

What is Image Classification ?

The task of identifying what an image represents is called Image Classification. An image classification model is trained to recognize various classes of images.

About This App

This is an Image Classification App developed in Android Studio using Kotlin language. It uses pre-trained TensorFlow Lite model to classify different images. This model accepts an input of 224x224 pixel images. It can classify an image correctly on an average of 60% of the time.
The model that I have used in this app is available here mobilenet_v1_1.0_224_quant_and_labels.

Screenshots

Main Activity:

ImageClassificationApp_1

Predictions:

ImageClassificationApp_2

ImageClassificationApp_3

About

This is an Image Classification App developed in Android Studio using Kotlin language. It uses a pre-trained TensorFlow Lite model to classify different images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages