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/
- Install python 3.6 (make sure pip is also installed and python is in your system path)
- Install virtualenv (optional)
- Create new virtualenv using python 3.6 (optional)
- Activate the new virtualenv (optional)
- Install git
- run
git clone https://github.com/abarganier/ColonyCounter.git
- from the command line navigate to the Back-End folder within the git repo
- run
pip install -r requirements.txt
- run
python manage.py runserver
- In a web browser navigate to http://localhost:8000/admin to verify. If a login screen appears, your backend is running!
The README.md for the front-end can be found in the Front-End
directory of this repository, containing instructions for installing and running.