/SLIC3D

Primary LanguagePython

SLIC3D

Collab: Elastic Spaces
Fall 2020
Parsons School of Design x UC Boulder

Installation

Libraries used -

  • opencv-python
  • dlib
  • imutils
  • cmake^
  • imagezmq

Note: It has only been tested on python 3.7.4

^ For mac users you need to brew cmake library and not pip install it. cmake is required for running dlib library necessary for face detection and face landmark detection.

Running Server

python server.py

Running Client

python client.py

Note: Edit server <ip-address> in client.py before running it.

Contributors