Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 12, 2021
1 parent 507c7e4 commit c9347cd
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ recursive-include kaggle_covid *.md
# Include the license file
include LICENSE

recursive-include assets *.jpg *.png

exclude *.sh
exclude *.toml
exclude *.svg
Expand Down
39 changes: 29 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,36 @@
[![codecov](https://codecov.io/gh/Borda/kaggle_COVID-detection/branch/main/graph/badge.svg)](https://codecov.io/gh/Borda/kaggle_COVID-detection)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Borda/kaggle_COVID-detection/main.svg)](https://results.pre-commit.ci/latest/github/Borda/kaggle_COVID-detection/main)

This is a simple template project to Kaggle participation...
In this competition, you’ll identify and localize COVID-19 abnormalities on chest radiographs.
In particular, you'll categorize the radiographs as negative for pneumonia or typical, indeterminate, or atypical for COVID-19.
Organizers provided dataset - imaging data and annotations from a group of radiologists.

### Expected content:
![Sample images](./assets/image-class-samples.jpg)

- a core package with functionalities used across scripts and notebooks
- tutorial/experiment notebooks (in _notebook_ folder if needed)
- \[optional\] some functionality testing aka unittests or doctests
In other words the task to solve is image classification accompanied by attention

### What to write here:
- user shall classify patient COVID19 situation and also tell why think so, what are the regions in the scan that makes him think this case is positive.

- simple completion description + link
- shortly what task it is to solve
- list/link online sources
- link kernels/submissions
![Label distribution](./assets/labels-pie.png)

## Experimentation

### install this tooling

A simple way how to use this basic functions:

```bash
! pip install https://github.com/Borda/kaggle_COVID-detection/archive/main.zip
```

### run notebooks in Kaggle

- [COVID199 detection with Flash ⚡](https://www.kaggle.com/jirkaborovec/covid-detection-with-lightning-flash)
- [COVID199 detection - predictions](https://www.kaggle.com/jirkaborovec/covid-detection-with-lightning-flash-predictions)

### some results

Training progress with ResNet50 with training for 50 epochs:

![Training process](./assets/logging-loss.png)
![Training process](./assets/logging-metric.png)
Binary file added assets/image-class-samples.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/labels-pie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logging-loss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logging-metric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9347cd

Please sign in to comment.