/trackpy

Determines if a person is walking or running, using computer vision! 🏃

Primary LanguagePython

Trackpy

This project is written for python3. This link will help you setup up for macOS

This is for ubuntu systems. Here are some steps to help you get the project started!

  1. git clone https://github.com/miguelsaldivar/trackpy.git
  2. cd trackpy
  3. virtualenv -p python3 .env -> creates a .env folder in the trackpy directory
  4. source .env/bin/activate -> activates the virtualenv script
  5. pip install -r requirements.txt -> downloads the required python libraries
  6. deactivate -> deactivates the virtualenv script