Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 944 Bytes

ColonyCounter

ColonyCounter is a web application that uses OpenCV to count the number of yeast colonies in a petri dish.

Check out the latest release: http://54.164.59.69/

Back-End Setup

  1. Install python 3.6 (make sure pip is also installed and python is in your system path)
  2. Install virtualenv (optional)
  3. Create new virtualenv using python 3.6 (optional)
  4. Activate the new virtualenv (optional)
  5. Install git
  6. run git clone https://github.com/abarganier/ColonyCounter.git
  7. from the command line navigate to the Back-End folder within the git repo
  8. run pip install -r requirements.txt
  9. run python manage.py runserver
  10. In a web browser navigate to http://localhost:8000/admin to verify. If a login screen appears, your backend is running!

Front-End Setup

The README.md for the front-end can be found in the Front-End directory of this repository, containing instructions for installing and running.