Skip to content

Commit

Permalink
Pushed images into README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenBurrito authored Jan 6, 2022
1 parent d436882 commit 4995f8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ We were then tasked with building a Convolutional Neural Network to classify the
We were given three different folders, a Train, Test, and Validation folder. Each section contained a different amount of photos, each labeled 'NORMAL' (0) and 'PNEUMONIA' (1). After viewing what the images looked like, to the naked untrained eye you are unable to tell the difference between effected lungs and healthy lungs, however computers look at images much differently. Assigning values to individual pixels instead of looking at the image as a whole. That being said using a CNN model we were able to identify the difference between them 91% of the time.


![Normal_lungs](Images/Normal_lungs.png)

![Pneumonia_lungs](Images/Pneumonia_lungs.png)


# Data Preperation & Analysis

After loading in the dataset, we labeled the two different types of images as Normal and Pneumonia, and then signed a binary classification for them (1,0).
Expand Down

0 comments on commit 4995f8a

Please sign in to comment.