CNN Model for Kidney Disease Classification

This is a Convolutional Neural Network (CNN) model for classifying kidney disease using medical images.

Model Architecture

  • Base architecture: ResNet / AlexNet
  • Training data: [Your Dataset Name]
  • Evaluation metric: Accuracy, F1-Score

Usage

from transformers import AutoModel
model = AutoModel.from_pretrained("yashpat85/ResNet01")
Downloads last month
4
Inference Examples
Unable to determine this model's library. Check the docs .

Space using yashpat85/ResNet01 1

Collection including yashpat85/ResNet01