Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 27, 2020 19:59
Show Gist options
  • Save sukanyabag/ee701d4414c8bc891049085babfed973 to your computer and use it in GitHub Desktop.
Save sukanyabag/ee701d4414c8bc891049085babfed973 to your computer and use it in GitHub Desktop.
import pandas as pd
import os
import shutil
# create a data for the covid +ve samples (ieee real world dataset)
FILE_PATH = "covid-chestxray-dataset-master/metadata.csv"
IMAGES_PATH = "covid-chestxray-dataset-master/images"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment