Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
|
|
4 |
---
|
5 |
|
6 |
-
# Model
|
7 |
|
8 |
-
This model is a DETR-based object detection model trained for medical image analysis,
|
|
|
9 |
|
10 |
-
|
11 |
Model Architecture: DEtection TRansformers (DETR)
|
12 |
Training Data: Trained on a custom dataset of annotated medical images
|
13 |
Intended Use: Designed for analyzing chest X-ray images to detect the presence and type of pneumonia, or classify as normal..
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
4 |
+
base_model: microsoft/conditional-detr-resnet-50
|
5 |
---
|
6 |
|
7 |
+
# Model Overview
|
8 |
|
9 |
+
This model is a DETR-based object detection model trained for medical image analysis,
|
10 |
+
4 classes : 0:Pneumonia, 1:Normal, 2:Pneumonia_bacteria, and 3:Pneumonia_virus
|
11 |
|
12 |
+
## Model Description
|
13 |
Model Architecture: DEtection TRansformers (DETR)
|
14 |
Training Data: Trained on a custom dataset of annotated medical images
|
15 |
Intended Use: Designed for analyzing chest X-ray images to detect the presence and type of pneumonia, or classify as normal..
|