A Kivy-based image classification application that allows users to upload and classify images using a pre-trained model.
- User-friendly interface for uploading images.
- Display of selected images.
- Dummy classification functionality (replace with a real model).
- Cross-platform support (desktop and Android).
![Screenshot of the App]
- Python 3.6 or higher
- Kivy
- Pillow
- NumPy
- Buildozer (for Android)
-
Clone the repository:
git clone https://github.com/aluoch-dev/Klassify.git cd Klassify
-
Setup the environment:
python -m venv .venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate
-
Install required dependencies:
-
Run the application:
-
To build for Android: