🩺 MedSigLip Diagnosis Model

This repository contains MedSigLip, a deep learning model for cervical cancer image diagnosis.
It takes colposcopy images as input and predicts the most likely stage/class of the condition.


πŸ“Š Model Details

  • Task: Image Classification
  • Domain: Healthcare – Cervical Cancer Diagnosis
  • Framework: Hugging Face Transformers / PyTorch
  • Author: Khanyi Tapiwa Magagula (AI Eswatini)

πŸš€ Inference API

Once the Inference API is enabled, you can run predictions without any setup. Example:

from huggingface_hub import InferenceClient

# Replace with your repo name
client = InferenceClient("KhanyiTapiwa00/medsiglip-diagnosis")

# Run image classification
result = client.image_classification("1_10.jpg")

print(result)
Downloads last month
2
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support