Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pneumonia detection model added #343

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions Computer Vision/Pneumonia-detection-using-CNN/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Pneumonia-detection-using-CNN

Pneumonia infection is a serious disease of the lungs with a range of possible causes. Bacteria, viruses or fungi can cause Pneumonia infection. Pneumonia is ranked as eighth leading for causing more no. of deaths in the US, It causes death in children younger than five years of age worldwide. To save precious lives of many people, humans and technology should interact.

---

Chest X-rays are used for detecting the Pneumonia infection and to locate the infected area in the lungs. So, To detect the the pneumonia radiologist have to observe the chest xray and he/she has to update the doctor correctly. The main objective of this model is to identify if the person has Pneumonia or not with high accuracy so that the person can get treatment as soon as possible. Deep Learning models which are trained correctly by using good datasets can be helpful for doctors. To train the model for detecting whether the person has pneumonia or not, A Convolutional Neural Network(CNN) is used. The CNN can train the images of chest xrays and then it can predict with high accuracy.

---

Here you can download the [saved model.](https://github.com/Yashwanth-23/Pneumonia-detection-using-CNN/raw/main/trained.h5)

You can use the saved model for predicting. Refer the [colab notebook.](https://colab.research.google.com/drive/1fmcryIWDjmUZKOm04yMIbxgph5SQFdF0#scrollTo=6sL6nUMvqBWQ)

Dataset used : [here.](https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia)

Dataset with usability 8.8 : [here.](https://www.kaggle.com/paulti/chest-xray-images)

All the required libraries, dataset link are also mentioned in the [Colab notebook.](https://colab.research.google.com/drive/1fmcryIWDjmUZKOm04yMIbxgph5SQFdF0#scrollTo=qsUBmg6OqfCF)

👉 [<button>Reference</button>](https://link.springer.com/article/10.1007/s12652-021-03075-2)

Hope this helps🙂.

Thank you..
Binary file not shown.
Loading