Skip to content

ItzCrazyKns/Dataset-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

URL Dataset To Image Converter

A Python script for converting URL-based datasets into image datasets. It downloads images from provided URLs, saves them locally, and allows for optional upload to the Hugging Face hub.

Usage

  1. Clone repository
git clone https://github.com/ItzCrazyKns/dataset-converter.git
  1. Install required packages
pip install -r requirements.txt
  1. Run the script
python main.py

Follow the on-screen prompts to input the necessary details for dataset conversion.