Documentation Index
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
download_dataset
edgeimpulse.datasets.download_dataset(
name: str,
force_redownload: bool = False,
overwrite_existing: bool = False,
show_progress: bool = False,
extract_dir: str | None = None
)
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_datasets
edgeimpulse.datasets.list_datasets(
) ‑> List[dict]
List the available datasets on the Edge Impulse CDN.
Return
List[dict]