Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Image Classification Example

Demonstrates basic image classification with InferFlow.

Features

  • Pretrained ResNet18 model
  • Automatic model download
  • Image preprocessing
  • Confidence scoring
  • Result visualization

Usage

python classify.py

Output

  • output/classified.jpg - Image with classification result overlaid

Model

  • Architecture: ResNet18
  • Source: PyTorch Hub
  • Classes: ImageNet subset (10 classes)