Skip to content

This project aims to develop an AI model using PyTorch to classify lung X-ray images as either healthy or having pneumonia.

Notifications You must be signed in to change notification settings

Nellypal/Is-it-a-pneumonia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is it a pneumonia ?

This project aims to develop an AI model using PyTorch to classify lung X-ray images as either healthy or having pneumonia.

Project Structure

  • data/: Contains the training, validation, and test datasets.
  • src/: Source code for data preprocessing, model definition, and training scripts.
  • my-app: front-end.
  • requirements.txt: List of dependencies.
  • start.sh: Start script.
  • README.md: Project documentation (here ^^).

How to Run

  1. Install the dependencies:
    pip install -r requirements.txt
    
  2. Run script
    sh start.sh

About

This project aims to develop an AI model using PyTorch to classify lung X-ray images as either healthy or having pneumonia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published