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.
- Clone repository
git clone https://github.com/ItzCrazyKns/dataset-converter.git
- Install required packages
pip install -r requirements.txt
- Run the script
python main.py
Follow the on-screen prompts to input the necessary details for dataset conversion.