A little helper I made while taking AP Biology. It uses OpenCV to detect and count E. coli bacteria colonies. The default settings are optimized for counting pGLO colonies under UV light.
Disclaimer: The supplied image, test.jpg
, has been modified using image editing software to remove names written on the agar plate.
I'm currently self hosting Colony Counter for anyone to use here: colony-counter.server.sigmondkukla.dev.
Don't have an image available yet but still want to see how it works? Select Use Sample Image
on the landing page!
- Ensure that a relatively recent version of Python 3 is installed
- Run
pip install -r requirements.txt
- Run
streamlit run app.py
and your browser should open to the application