Skip to content

MatthewGrant/ColonyCounter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.2%
  • JavaScript 23.8%
  • HTML 11.3%
  • CSS 0.7%