Skip to content

Commit

Permalink
adding workflow badge
Browse files Browse the repository at this point in the history
  • Loading branch information
viraatdas committed Mar 24, 2024
1 parent 8721bd7 commit ce21281
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Count colonies from petri dish images.

[![Netlify Status](https://api.netlify.com/api/v1/badges/ca54de96-4808-4b92-a98d-32b860f6bbfe/deploy-status)](https://app.netlify.com/sites/colonycounter/deploys)
![Deploy to Heroku](https://github.com/viraatdas/ColonyCounter/actions/workflows/deploy-to-heroku.yml/badge.svg)

## Sample outputs

Expand Down Expand Up @@ -37,17 +38,19 @@ To use the Colony Counter, first, make sure you have Python installed on your sy

This will process the input image, count the colonies, and generate an output image displaying the detected colonies along with the colony count in a window.


## Image parsing logic
*fill this more*

_fill this more_

Canny edge detection

## Backend

- Deployed as a docker image to Heroku
- Flask API
- Flask API

## Frontend

- React
- Deployed on netlify

Expand Down

0 comments on commit ce21281

Please sign in to comment.