Python script for image classification using the ImageAI library
Image Classification with ImageAI This repository contains a Python script for image classification using the ImageAI library. The script uses the DenseNet121 model to classify images and output the top predictions with their probabilities.
Features Utilizes the ImageAI library for image classification. Uses the DenseNet121 model for high accuracy. Outputs the top 5 predictions with their corresponding probabilities.
Acknowledgments ImageAI library by Moses Olafenwa and John Olafenwa. DenseNet121 model file from the ImageAI model zoo.