CSV File Preparation Instructions for Image Dataset Upload
This document provides guidance on preparing a CSV file for bulk image dataset uploads.
CSV Format Requirements
The CSV file must include the following columns:
- uuid - Unique identifier for each image
- image_url - URL to the publicly accessible image
- attributes - JSON object containing garment metadata
Example CSV Format
uuid,image_url,attributes
001,https://example.com/images/garment1.jpg,{"Brand":"Stone Island","Category":"Clothing","Gender":"Women's"}
002,https://example.com/images/garment2.jpg,{"Brand":"Nike","Category":"Sportswear","Gender":"Men's"}
Upload Process
- Prepare your CSV according to the format above
- Upload the CSV file through the API or dashboard
- Monitor processing status through the dashboard or API
Best Practices
- Ensure all image URLs are publicly accessible
- Include as many attribute fields as possible for better tagging accuracy
- Use consistent attribute naming conventions