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.
- Host: GitHub
- URL: https://github.com/itzcrazykns/dataset-converter
- Owner: ItzCrazyKns
- Created: 2024-01-08T10:04:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T10:04:42.000Z (over 1 year ago)
- Last Synced: 2024-04-18T04:48:29.316Z (about 1 year ago)
- Topics: ai, artificial-intelligence, dataset-converter, datasets, huggingface, huggingface-datasets, machine-learning, ml, python, url-to-image
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.