vesper-wizard 2.0.7 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -222,6 +222,28 @@ export_dataset(
222
222
 
223
223
  ---
224
224
 
225
+ #### `vesper_download_assets`
226
+ Download image/media assets to a user-controlled local directory.
227
+
228
+ **Parameters:**
229
+ - `dataset_id` (string): Dataset identifier
230
+ - `source` (string): `huggingface`, `kaggle`, or `url`
231
+ - `target_dir` (string, optional): Exact local directory where assets should be written
232
+ - `output_dir` (string, optional): Alias for `target_dir`
233
+ - `output_format` (string, optional): `webdataset`, `imagefolder`, or `parquet`
234
+
235
+ **Example:**
236
+ ```
237
+ vesper_download_assets(
238
+ dataset_id="cats_vs_dogs",
239
+ source="kaggle",
240
+ target_dir="./datasets/cats_dogs_100",
241
+ output_format="imagefolder"
242
+ )
243
+ ```
244
+
245
+ ---
246
+
225
247
  ### Quality Analysis
226
248
 
227
249
  #### `analyze_image_quality`