How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Linov1991/linov-ocr-breastcancer-finetune",
	filename="LINOV-OCR_K_M.gguf",
)
llm.create_chat_completion(
	messages = "\"cats.jpg\""
)

Breast Cancer Ultrasound Image Classification Model

AI Prediction: benign Confidence: 82%

This result is generated by an AI model for research and educational purposes only. It is not a medical diagnosis. Please consult a qualified healthcare professional for clinical interpretation. A breast ultrasound image classification model fine-tuned to classify ultrasound images into three categories:

  • Benign
  • Malignant
  • Normal

This model was trained using the breastcancer-ultrasound-images dataset and is intended for medical imaging research, education, prototyping, and local/offline AI experimentation.

This model can also be explored for mobile and on-device AI workflows, where ultrasound images are processed directly on a laptop, edge device, or supported mobile phone without relying on a cloud API.

Important: This model is not a medical diagnostic tool. It is intended for research, education, and prototype development only.


Model Overview

Item Description
Model task Breast ultrasound image classification
Input Breast ultrasound image
Output Benign, malignant, or normal prediction
Modality Medical image / ultrasound image
Dataset emre570/breastcancer-ultrasound-images
Main use case Medical imaging AI research and prototype development
Local usage Supported through compatible local inference runtime
Mobile usage Possible after conversion or integration into mobile runtime
Offline usage Possible after model and runtime are installed locally
Clinical use Not intended for clinical diagnosis

What This Model Is For

This model is designed to classify breast ultrasound images into one of three categories:

benign
malignant
normal
Downloads last month
65
GGUF
Model size
0.9B params
Architecture
glm4
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Linov1991/linov-ocr-breastcancer-finetune