Download and extract a dataset from the Edge Impulse CDN for tutorials, and quick prototyping.
Saves the dataset in the datasets/<name>
folder. Use list_datasets
to show available datasets for download.
Parameters
name: str
force_redownload: bool = False
overwrite_existing: bool = False
show_progress: bool = False
extract_dir: str | None = None
List the available datasets on the Edge Impulse CDN.
Return
List[dict]