Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
redis-server conf/redis/redis.conf
run-face-detection

You may need to install the face detection service beforehand:

Code Block
pip install social-interaction-cloud[face-detection]

Walkthrough

  1. Import necessary libraries

...