Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
project_name = ('second-project')
jovian.commit(project = project_name)
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/jwwilli7309/second-project

Pneumonia Classification

For this project, I am utilizing the chest-xray-pneumonia dataset from Kaggle. The goal of this project is to train a model using the images and labels of this dataset in order to classify or diagnosis cases of pneumonia based on a patient's chest x-ray.