/joy-detection-renderer

Python script for the AIY Vision Kit, to display detected smiles in an OLED screen

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

JOY DETECTION DEMO

Install Adafruit Python SSD1306 library on the AIY Vision Kit to use this demo.

Installing Adafruit SSD1306 Library

sudo python -m pip install --upgrade pip setuptools wheel
git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
cd Adafruit_Python_SSD1306
sudo python setup.py install

Connect an I2C OLED display 128x64 or 128x32 pixel to the available I2C bus on the AIY Vision Kit:

Read more about this hack here

Copying

Written by Oscar Merlos adapted from the examples contained in Google's AIY Vision kit.