reese416 commited on
Commit
c9edbe6
1 Parent(s): 63105f6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Pneumonia Detection Model using Resnet34
2
 
3
  This model is trained on the CoronaHack -Chest X-Ray-Dataset and utilizes the Resnet34 architecture to predict the presence of pneumonia in chest X-rays.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - cnn
6
+ - image_classification
7
+ - resnet
8
+ license: unlicense
9
+ library_name: tf
10
+ ---
11
+
12
  # Pneumonia Detection Model using Resnet34
13
 
14
  This model is trained on the CoronaHack -Chest X-Ray-Dataset and utilizes the Resnet34 architecture to predict the presence of pneumonia in chest X-rays.