YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Medical Image Classification (VGG16)

This model classifies medical chest X-rays into: normal, pneumonia, tuberculosis, unknown

Usage

from transformers import AutoImageProcessor, TFAutoModelForImageClassification
model = TFAutoModelForImageClassification.from_pretrained('paavasamy/pneumoniamodels-vgg16')
processor = AutoImageProcessor.from_pretrained('paavasamy/pneumoniamodels-vgg16')
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support