Skip to content

A graphical image classification application built using Taipy GUI, TensorFlow Keras, and Python.

Notifications You must be signed in to change notification settings

ghost-sakura/ml-GUI-app

Repository files navigation

Taipy Image Classifier

A graphical image classification application built with Taipy GUI and TensorFlow Keras, trained on CIFAR-10. Users can upload an image and get real-time predictions and probability for categories like airplane, cat, dog, truck, automobile, bird, deer, frog, horse, ship.


Features

  • Simple and intuitive GUI using Taipy
  • Classifies images into 10 CIFAR-10 categories
  • Displays predicted class and probability
  • Works with standard image formats (.png, .jpg)

Demo

Screenshot 2025-12-21 151725

Installation

  • Create a virtual environment

    python -m venv env

  • Install dependencies

    pip install -r requirements.txt

NOTE

The trained TensorFlow model can be found here:
baseline_mariya.keras

About

A graphical image classification application built using Taipy GUI, TensorFlow Keras, and Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages