zea.data.app¶
Gradio visualiser for zea datasets.
- Usage:
python -m zea.data.app python -m zea.data.app –share python -m zea.data.app –server-port 7861
Functions
Build and return the Gradio Blocks interface. |
|
|
|
|
Validate and beamform frame(s) from a zea dataset; yields |
- zea.data.app.build_interface()[source]¶
Build and return the Gradio Blocks interface.
- Return type:
Blocks
- zea.data.app.run_checks(dataset_path, config_path, dataset_revision=None, config_revision=None, key='data/raw_data', file_index=0, start_frame=0, n_frames=1, keep_keys=('maxval',), stop_check=None, track_index=0)[source]¶
Validate and beamform frame(s) from a zea dataset; yields
(html, image)pairs.