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_interface()

Build and return the Gradio Blocks interface.

get_parser()

main()

run_checks(dataset_path, config_path[, ...])

Validate and beamform frame(s) from a zea dataset; yields (html, image) pairs.

zea.data.app.build_interface()[source]¶

Build and return the Gradio Blocks interface.

Return type:

Blocks

zea.data.app.get_parser()[source]¶
Return type:

ArgumentParser

zea.data.app.main()[source]¶
Return type:

None

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.