Skip to content

Instantly share code, notes, and snippets.

View ForestJay's full-sized avatar
👩‍💻

Forest Handford ForestJay

👩‍💻
View GitHub Profile
@pjturcot
pjturcot / eaas.py
Created July 29, 2016 14:21
Python class for sending data to Affectiva's Emotion as a Service platform
import requests
import os
class EmotionAsAServiceAPI:
"""Class to handle interfacing with Affectiva's Emotion as a Service API.
Example usage:
api = EmotionAsAServiceAPI( 'username', 'password' )