from datasets import load_dataset | |
# Load your dataset (make sure this path is correct and the dataset loads successfully) | |
dataset = load_dataset("imagefolder", data_dir="C:/Users/nave1/Desktop/Final-project/Urban-Climate/data") | |
# Push the dataset to the Hugging Face Hub | |
dataset.push_to_hub("nave1616/urban_climate_dataset") | |