Python connector

Requirements

  1. The Python-SIC connector requires Python 3 (with tkinter enabled).

    1. Make sure Python can compile native extensions (e.g. for Windows see https://www.scivision.dev/python-windows-visual-c-14-required).

    2. You can use a Python editor of your choice (Pycharm for example).

Installation

pip install social_interaction_cloud

Resources

API Documentation Python Connector API

Documented examples https://bitbucket.org/socialroboticshub/examples/src/main/

Background information Python Connector Background Information