An open API service indexing awesome lists of open source software.

https://github.com/lucianoscarpaci/preneumonia-classification

EfficientNet-Based Deep Learning Model for Early Preneumonia Detection. This project uses Pytorch and EfficientNet to perform classification on X-ray images whether it is Preneumonia or Normal.
https://github.com/lucianoscarpaci/preneumonia-classification

convolutional-neural-networks data-preprocessing deep-learning early-prediction efficientnet image-classification medical-imaging model-training-and-evaluation performance-metrics pytorch transfer-learning x-ray-images

Last synced: 7 months ago
JSON representation

EfficientNet-Based Deep Learning Model for Early Preneumonia Detection. This project uses Pytorch and EfficientNet to perform classification on X-ray images whether it is Preneumonia or Normal.

Awesome Lists containing this project

README

          

# Preneumonia-Classification

EfficientNet-Based Deep Learning Model for Early Preneumonia Detection

## Overview
This project leverages PyTorch and EfficientNet to classify X-ray images as either Preneumonia or Normal. The model aims to assist in the early detection of preneumonia by analyzing medical imaging data.

## Features
- Utilizes EfficientNet for robust image classification
- Implements PyTorch for model training and evaluation
- Detects the presence of preneumonia with high training accuracy

## Results
While the model demonstrates high training accuracy, it exhibits lower test accuracy. This indicates potential overfitting, but it successfully detects the presence of preneumonia in the training data.

## Installation
To get started, clone the repository and install the required dependencies:

In Docker and JupyterLab

```bash
git clone https://github.com/lucianoscarpaci/Preneumonia-Classification.git

```
## License
This project is licensed under the MIT License.