Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 858 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 858 Bytes

block-image-classifier

A ZetaForge block for general image classification.

This block can be used in ZetaForge, an open-source platform enabling developers to design, build, and deploy AI pipelines quickly. Check out ZetaForge on GitHub: https://github.com/zetane/zetaforge.

The image classifier block takes in an input image file and classifies that image using a Vision Transformer model pre-trained on ImageNet-21k and fine-tuned on ImageNet 2012. The model card can be found here: https://huggingface.co/google/vit-base-patch16-224.

You can connect the image classifier block to an "image viewer with captions" block to see each image with the predicted caption:

image-classifier-example