Image Prediction (Legacy Version)ΒΆ

For classifying images based on their content, AutoGluon provides a simple fit() function that automatically produces high quality image classification models. A single call to fit() will train highly accurate neural networks on your provided image dataset, automatically leveraging accuracy-boosting techniques such as transfer learning and hyperparameter optimization on your behalf.

Note: AutoGluon ImagePredictor will be deprecated in v0.7. Please try our AutoGluon Multimodal for more functionalities and better support for your image classification need.

Prepare Dataset for Image Predictiondataset.html

Dataset preparation for Image Prediction

Quick Start Using FITbeginner.html

Quick start tutorial for image classification.