dash-canvas is a package for image processing with Dash. It provides a Dash component for annotating images, as well as utility functions for using such annotations for various image processing tasks.
Try out the demo app for object segmentation or the demo app for manual correction of segmentation.
Get started with:
- Install
dash_canvas
:pip install dash-canvas
(you will also needdash-core-components
to run the apps). - Run
python app_seg.py
(for interactive segmentation) orpython correct_segmentation.py
(for correcting a pre-existing segmentation) - Visit http://localhost:8050 in your web browser