File size: 648 Bytes
c9edbe6
 
 
 
 
 
 
 
 
 
 
63105f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
language: 
  - en
tags:
- cnn
- image_classification
- resnet
license: unlicense
library_name: tf
---

# Pneumonia Detection Model using Resnet34

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.

## Dataset Information

- **Name**: CoronaHack -Chest X-Ray-Dataset
- **Volume**: Over 5,000 images
- **Content**: Chest X-rays from patients, annotated with the presence or absence of pneumonia.

## Model Details

- **Architecture**: Resnet34
- **Framework**: TensorFlow
- **Purpose**: Predicting the presence of pneumonia in chest X-rays.