paulangton / mitConnectedCare

Augmented-reality HUD simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mitConnectedCare

Setup

  1. Clone the repository: git clone https://github.com/drewtu2/mitConnectedCare.git
  2. Initialize Submodule Dependencies (requires github SSH keys)
git submodule update --init --recursive  
cd kairos-face-sdk-python
pip install .  
  1. Install the rest of the pip requirements from requirements.txt
cd ..  
pip install -r requirements.txt  
  1. Set up the flask app variable
export FLASK_APP=app.py
  1. To turn on facial recognition
export PROD=True

Running Server

  1. Run flask run
  2. Go to: [http://127.0.0.1:5000/index.html]

About

Augmented-reality HUD simulation


Languages

Language:JavaScript 44.9%Language:Python 24.2%Language:HTML 23.1%Language:CSS 7.8%