Skip to content

Stitching in the browser

multiview-stitcher can run without installation in your browser.

Try it out

Limitations

  • stitching will run with a single thread
  • while the code runs locally, your local file system is not directly accessible from within the browser environment

This cool functionality is possible thanks to

  • JupyterLite, a JupyterLab distribution that runs in the browser
  • pyodide, a Python runtime for the browser