Skip to content

acid9reen/heartbeat_detector

Repository files navigation

Heartbeat detection

Set of scripts to detect heartbeat

Preparing to launch

Install package

pip install -e .[dev,notebook]
  • dev - optional dependencies for development

  • notebook - optional dependencies for ability to run project notebooks

If you're using windows do not forget to add extra argument for pip for gpu support:

pip install -e .[dev,notebook] --extra-index-url https://download.pytorch.org/whl/cu116

NOTE: numbers in "cu116" may vary from time to time or system to system, if this does not work go to pytorch official site to get correct link for prebuilt binaries