Skip to content
/ hackeye Public

Hackeye is a project done during Hacking Health 1-3 December 2017 at Berlin, Germany. This apps has a purpose to ensure there is no equipment left inside a patient body during a surgery. This is done by tracking the process of taking and giving back of tools using camera.

License

Notifications You must be signed in to change notification settings

asajim/hackeye

Repository files navigation

based on https://github.com/MaxHalford/flask-boilerplate

Setup

  • Install conda for package management and virtual environment

  • Install ffmpeg

    conda install -c conda-forge ffmpeg

  • Install OpenCV

    conda install -c conda-forge opencv

  • Install Flask

    conda install -c anaconda flask

  • Install the requirements and setup the development environment.

    make install && make dev

  • Create the database.

    python manage.py initdb

  • Run the application.

    python manage.py runserver

  • If error, install missing dependencies using conda or pip

  • Navigate to localhost:5000.

Presentation for the demo

Collaborator

About

Hackeye is a project done during Hacking Health 1-3 December 2017 at Berlin, Germany. This apps has a purpose to ensure there is no equipment left inside a patient body during a surgery. This is done by tracking the process of taking and giving back of tools using camera.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages