- Clone the repository:
git clone https://github.com/drewtu2/mitConnectedCare.git
- Initialize Submodule Dependencies (requires github SSH keys)
git submodule update --init --recursive
cd kairos-face-sdk-python
pip install .
- Install the rest of the pip requirements from requirements.txt
cd ..
pip install -r requirements.txt
- Set up the flask app variable
export FLASK_APP=app.py
- Run
flask run
- Go to: [http://127.0.0.1:5000/index.html]