Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Nir Barazida 753a7a5871
Merge branch 'task-5-streamlit' of nirbarazida/Pneumonia-Classification into master
2 years ago
471f4b6e1c
update dvc remote
2 years ago
src
369a98b73d
Remove changes from general const
2 years ago
aca3ff1a75
Enlarge data set
2 years ago
9ef6c97a00
Create a DVC pipeline
2 years ago
f62402b548
Update task 4 const dirctory place and update requirements.txt for the project
2 years ago
f62402b548
Update task 4 const dirctory place and update requirements.txt for the project
2 years ago
5fa8d9fa38
Update requirements.txt, todo list, and const
2 years ago
0929a309c5
Update DVC remote
2 years ago
1340659c48
Updates based on PR #6
2 years ago
bce95ec156
init Git and DVC
2 years ago
e813c9a1b3
Initial readme
2 years ago
f62402b548
Update task 4 const dirctory place and update requirements.txt for the project
2 years ago
f62402b548
Update task 4 const dirctory place and update requirements.txt for the project
2 years ago
4460636e3c
Update requirements.txt
2 years ago
891b90ab8b
sidebar expanded
2 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Pneumonia-Classification

This is a Python3 (TensorFlow) implementation of Pneumonia Detection using chest X-ray image.

The Dataset

The dataset comprises 5,863 frontal-view chest X-ray images organized into three folders - train, test, val. The folders are divided into sub-folders for each image category - Pneumonia and Normal. The dataset is available on the Kaggle platform.

Acknowledgements

Prerequisites

  • Python 3.8+
  • TensorFlow 2.5+
  • All the specified requirements in the text file

Usage

  1. Clone this repository.
  2. Install requirements.txt using pip install -r requirements.txt.
  3. Use DVC to pull the files that are stored on the DAGsHub remote storage by running dvc pull
  4. Modify the code as you wish.
  5. Run dvc repro to run the pipeline and train the model.

Note: If you are adding/removing/moving files to different directories, it can affect the DVC pipeline, and therefore the dvc repro command might not run properly.

Tip!

Press p or to see the previous file or, n or to see the next file

About

Classifying chest X-Ray images for Pneumonia

Collaborators 1

Comments

Loading...