Skip to content

Commit 0489269

Browse files
authored
Update README.md
added Requirements section
1 parent ff7f96e commit 0489269

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# NIH-Chest-X-rays-Multi-Label-Image-Classification-In-Pytorch
22
Multi-Label Image Classification of the Chest X-Rays In Pytorch
33

4+
# Requirements
5+
* torch >= 0.4
6+
* torchvision >= 0.2.2
7+
* opencv-python
8+
* numpy >= 1.7.3
9+
* matplotlib
10+
* tqdm
11+
412
# Dataset
513
[NIH Chest X-ray Dataset](https://www.kaggle.com/nih-chest-xrays/data#Data_Entry_2017.csv) is used for Multi-Label Disease Classification of of the Chest X-Rays.
614
There are a total of 15 classes (14 diseases, and one for 'No findings')

0 commit comments

Comments
 (0)