Enter Affective Cloud SDK For PC is provided by Enter Technology, designed to work with Enter Technology's Bluetooth chip and the Affective Cloud platform. This SDK is developed in Python and can run on macOS, Linux, and Windows.
pip install affectivecloud
- Access Bluetooth data (enterble)
- Connect to the Affective Cloud server
- Call the Affective Computing service
- Receive data from the Affective Computing service
See examples
Each type of device has a different name. When using the demo, please use the corresponding name or do not specify a name. If no name is specified, all devices under the same UUID will be enumerated.
The SDK by default supports Python runtime environments of version >= 3.6 and < 3.10; if you need to use versions above 3.10, please upgrade the websockets dependency package to version >= 10.0.
When using the demo, you need to set the environment variables:
APP_KEY
APP_SECRET
CLIENT_ID
For details, refer to: Authenticate and create a session