Lightning-Universe / lightning-Covid19

Classification for covid-19 chest X-ray images using Lightning
https://pytorchlightning.github.io/lightning-Covid19
MIT License
56 stars 18 forks source link
classification covid-19 medical-imaging pytorch xray

Lightning-Covid19

Build Status

A detector for covid-19 chest X-ray images using PyTorch Lightning (for educational purposes)

Overview

This project came with actual global situation and reciently release X-ray dataset.

Data

The baseline models uses only covid-chestxray-dataset which is rather small (79 images at the time of writing).

They are also accessible with following python packages:

Installation

  1. Download the project: git clone https://github.com/PyTorchLightning/lightning-Covid19.git

  2. Setup your development environment:

From Python Virtual Environments

python3.6 -m venv venv  # from repo root, use python3.6+
source venv/bin/activate
pip install -r requirements

From conda

To install all the needed dependencies, or update the conda environment: ./setup_dev_env.sh

Then to activate the conda environment: source path.bash.inc

  1. You are good to go to run your experiments -> See section Experiments.

Experiments

See the Experiments on Wiki.

Contribution

Anyone is welcome to contribute and use this project!

The project's features, bugs, and questions are discussed and planned in the project's Github issue's.

For informal, longer discussion we use PyTorch-Lightning (PL) Slack Workspace. See how to join it - See point 4 in Section "Asking for Help" in PL README.

For easier combination and coordination we are using separate channel in PL Slack. Join our open-source community!

Notes on contributing code and results:

References

TBD