All Projects → PyTorchLightning → Lightning Covid19

PyTorchLightning / Lightning Covid19

Licence: mit
Classification for covid-19 chest X-ray images using Lightning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lightning Covid19

Kaggle Rsna
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
Stars: ✭ 74 (+51.02%)
Mutual labels:  classification, medical-imaging
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (+14.29%)
Mutual labels:  medical-imaging, classification
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (+69.39%)
Mutual labels:  classification, medical-imaging
Breast cancer classifier
Deep Neural Networks Improve Radiologists' Performance in Breast Cancer Screening
Stars: ✭ 614 (+1153.06%)
Mutual labels:  classification, medical-imaging
Iciar2018
Two-Stage Convolutional Neural Network for Breast Cancer Histology Image Classification. ICIAR 2018 Grand Challenge on BreAst Cancer Histology images (BACH)
Stars: ✭ 149 (+204.08%)
Mutual labels:  classification, medical-imaging
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (+1185.71%)
Mutual labels:  classification, medical-imaging
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+1904.08%)
Mutual labels:  classification
Chemometricstools.jl
A collection of tools for chemometrics and machine learning written in Julia.
Stars: ✭ 39 (-20.41%)
Mutual labels:  classification
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-26.53%)
Mutual labels:  classification
Segment Open
Segment Source Distribution
Stars: ✭ 34 (-30.61%)
Mutual labels:  medical-imaging
Five Video Classification Methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
Stars: ✭ 1,041 (+2024.49%)
Mutual labels:  classification
Yolo tensorflow
🚖 Object Detection (YOLOv1) implentation in tensorflow, with training, testing and video features.
Stars: ✭ 45 (-8.16%)
Mutual labels:  classification
Itkexamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 38 (-22.45%)
Mutual labels:  medical-imaging
Extensionsindex
Slicer extensions index
Stars: ✭ 36 (-26.53%)
Mutual labels:  medical-imaging
Small norb
Python wrapper to small NORB dataset
Stars: ✭ 40 (-18.37%)
Mutual labels:  classification
Ml Classification Algorithms Poverty
A comparative assessment of machine learning classification algorithms applied to poverty prediction
Stars: ✭ 36 (-26.53%)
Mutual labels:  classification
Street View House Numbers Svhn Detection And Classification Using Cnn
A 2-CNN pipeline to do both detection (using bounding box regression) and classification of numbers on SVHN dataset.
Stars: ✭ 46 (-6.12%)
Mutual labels:  classification
Satellite imagery analysis
Implementation of different techniques to find insights from the satellite data using Python.
Stars: ✭ 31 (-36.73%)
Mutual labels:  classification
Timbl
TiMBL implements several memory-based learning algorithms.
Stars: ✭ 38 (-22.45%)
Mutual labels:  classification
Predicting Myers Briggs Type Indicator With Recurrent Neural Networks
Stars: ✭ 43 (-12.24%)
Mutual labels:  classification

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:

  • when mering PR, do "Squash & merge" so in master is only one commit and does not overlap with other commits from different PRs in parallel
  • for writing particular result or how to launch anything, lets ise Wiki for now as it much more flexible

References

TBD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].