Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 566 Bytes

File metadata and controls

26 lines (17 loc) · 566 Bytes

Colony Counter Application (Cocoa)

This is a simple application to count colonies in a picture.

Setup

  1. Ensure you have Python installed and the virtual environment activated

  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the application:

    flask run --app main

How to use

  1. Open the application in your browser text http://localhost:8000.
  2. Click on the "Examinar" button.
  3. Select the image you want to count colonies in.
  4. Click on the "Contar Colonies" button.