Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 636 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 636 Bytes

Pneumonia_Classification

Example of using transfer learning in Keras to diagnosis pneumonia in X-ray images.

Setup

Either clone or download the repo then run the following command inside the directory where the project is located:

pip install requirements.txt

This will ensure that you have the correct packages installed in order to run the notebook

Note: If you do not have Jupyter installed, run the following command:

pip install jupyter

Running Notebook

Once you have the appropriate packages installed, navigate to the project directory and run the following command:

jupyter notebook