Skip to content

dibs06/Pneumonia_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Pneumonia_Classification

Pneumonia detection from the Chest X-ray data

This project has been develeoped in Google Colab

  1. Open .ipynb file in Colab

  2. Download dataset from Kaggle in Goggle Colab

Go to Your Account and click on Create New API Token

A file named kaggle.json will get downloaded containing your username and token key

Create a folder named Kaggle where we will be storing our Kaggle datasets

Upload your kaggle.json file into Kaggle folder

Run the following code to provide the config path to kaggle.json

     import os
 os.environ['KAGGLE_CONFIG_DIR'] = "/content/gdrive/My Drive/Kaggle"# /content/gdrive/My Drive/Kaggle is the path where kaggle.json is present in the Google Drive 
  1. Go to kaggle and copy the API Command to download the dataset

  1. Just paste it in the colab shell and your download will start soon

About

Pneumonia detection from the Chest X-ray data

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors