Demo

ledsa.demo.demo_setup.setup_demo(destination_path: str, image_data_url: str) None[source]

Set up the demo environment.

Parameters:
  • destination_path (str) – Path where the demo should be set up.

  • image_data_url (str) – URL to the image data.

ledsa.demo.demo_run.run_demo(num_cores=1)[source]

Run the demo with the provided number of cores.

Parameters:

num_cores (int, optional) – Number of cores to be used in the demo.