I’ve been working on an image processing pipeline which requires an image threshold that will work well on RGB and HSV images, so I created a Streamlit app to make the process easier!
The app allows me to upload multiple images and test different thresholds, easily swapping back and forth between images while adjusting thresholds!
The source code is on Github for anyone wanting to modify it for their own purposes or run it locally