this is a simple python PWA webapp that uses opencv to…
- cut out single wells from a cell culture plate's image like this using opencv's hough transform methods
- segment cell pixels (by a very simple threshold mechanism)
- displays the segmented area for each detected well
- Link to deployed app: https://antielektron.github.io/cell_colony_detector/
NOTE: this app is built using https://github.com/antielektron/pyscript_bootstrap_templates