Upload README.md
Browse files
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.
|