Stitching in the browser
multiview-stitcher can run without installation in your browser.
Try it out
- open JupyterLite in a private browser window
 - upload this notebook into the jupyter lab window: notebooks/stitching_in_the_browser.ipynb
 - upload files to stitch into a 'data' folder in the jupyter lab window
 - follow the notebook
 
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