Skip to content

CamFinnie/image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image Classification Project

This project is a Python-based image classification program using ImageAI with a MobileNetV2 model. It demonstrates a simple machine learning workflow for classifying images, designed as a fun and educational project for practicing Python and ML concepts.

Features

  • Classifies images using a pre-trained MobileNetV2 model.
  • Outputs the top predictions and their probabilities.
  • Lightweight and easy to experiment with on custom images.

Usage

  1. Clone this repository.
  2. Ensure you have a compatible Python environment (see Disclaimer).
  3. Place an image in the project folder.
  4. Run the Python file:
python image_classification.py

View the predicted classes and probabilities.
Due to compatibility issues with ImageAI and the latest Python versions, this project must be run in a VM or environment using Python 3.8-3.11.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages