An open API service indexing awesome lists of open source software.

https://github.com/itzcrazykns/dataset-converter

A Python script for converting URL-based datasets into image datasets.
https://github.com/itzcrazykns/dataset-converter

ai artificial-intelligence dataset-converter datasets huggingface huggingface-datasets machine-learning ml python url-to-image

Last synced: about 1 month ago
JSON representation

A Python script for converting URL-based datasets into image datasets.

Awesome Lists containing this project

README

        

# 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
```bash
git clone https://github.com/ItzCrazyKns/dataset-converter.git
```

2. Install required packages
```bash
pip install -r requirements.txt
```

3. Run the script
```bash
python main.py
```

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