datasets package
download_dataset
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
list_datasets
List the available datasets on the Edge Impulse CDN.
Return
List[dict]
load_timeseries
Load the timeseries dataset.
Last updated