Skip to content

DeckOfPandas/cellcounter

 
 

Repository files navigation

CellCounter

Build Status

Code developed at NHSHackDay2 to count cells for haematological blood film analysis.

Running Locally

Clone the repository:

git clone ...

Create a virtual environment:

virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

(if you don't have virtualenv, then sudo pip install virtualenv) (if you don't have pip, then sudo easy_install pip)

Build the database:

python manage.py syncdb

Apply database migrations:

python manage.py migrate

Run the Django webserver, setting the DEBUG environment variable:

export DEBUG=True
python manage.py runserver

About

Cellcounter app created on NHS Hack Day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.6%
  • JavaScript 20.7%
  • CSS 4.7%