File size: 504 Bytes
5efb122
 
 
0b618ca
 
9f5ef31
 
bd46cca
 
 
 
 
 
 
 
 
 
 
 
 
fed08c0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
metrics:
- accuracy
language:
- en
license: other
pipeline_tag: image-classification
---
# 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
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("yashpat85/ResNet01")