resnet_pneumonia / README.md
reese416's picture
Upload README.md
c9edbe6
---
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.