0llheaven commited on
Commit
a47a916
1 Parent(s): 0adb3b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
2
  library_name: transformers
3
  tags: []
 
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
- This model is a DETR-based object detection model trained for medical image analysis, specifically focused on detecting different classes of pneumonia in chest X-rays. The model can identify four categories: Pneumonia, Normal, Pneumonia_bacteria, and Pneumonia_virus. It is well-suited for diagnostic support tasks where automated detection of pneumonia and its types is needed.
 
9
 
10
- # Model Description
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..