Skip to content

laualuoch/Klassify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Classifier App

A Kivy-based image classification application that allows users to upload and classify images using a pre-trained model.

Table of Contents

Features

  • User-friendly interface for uploading images.
  • Display of selected images.
  • Dummy classification functionality (replace with a real model).
  • Cross-platform support (desktop and Android).

Screenshots

![Screenshot of the App]

Installation

Prerequisites

  • Python 3.6 or higher
  • Kivy
  • Pillow
  • NumPy
  • Buildozer (for Android)

Steps

  1. Clone the repository:

    git clone https://github.com/aluoch-dev/Klassify.git
    cd Klassify
    
  2. Setup the environment:

    python -m venv .venv
    source .venv/bin/activate  # On Windows use: .venv\Scripts\activate
    
  3. Install required dependencies:

  4. Run the application:

  5. To build for Android:

About

Python, Keras, Validate Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published