###### WELCOME TO THE README PAGE of # IRIS # ######
# WELCOME TO THE README PAGE of # IRIS
Iris 0.5 is a smart machine that interacts with you via audio, camera and visual effects. It aims to be installed in a workplace environment. Iris has 3 characters: guru, pirate and announcer. The files follow this nomination.
Iris is a smart machine that interacts with you via audio, camera and visual effects. It aims to be installed in a workplace environment. Iris has 3 characters: guru, pirate and announcer. The files follow this nomination.
### THE FILES ###
## THE FILES
* The .json files (“guru.json”, “rebel.json” and “announcer.json”) are the files where all the sentences the characters say are stored.
* The script “guru-pirate.py” is the script that combines content of guru and pirate (from json files) to play their messages. It also integrates LEDs when the characters speak. When characters speak the LEDs light up and perform effects. This script runs when the camera detects motion.
@ -14,7 +14,7 @@ Iris 0.5 is a smart machine that interacts with you via audio, camera and visual
### INSTALL INDEPENDENCIES ###
## INSTALL DEPENDENCIES
* 2018-12-12
* Performed in linux Debian
@ -53,7 +53,7 @@ Iris 0.5 is a smart machine that interacts with you via audio, camera and visual
— Install sox (to play the colophon)
sudo apt-get install sox
### RUN THE PROGRAM ON RASPBERRY PI AT STARTUP ###
## RUN THE PROGRAM ON RASPBERRY PI AT STARTUP
Tutorial on how to run a program on yourRaspberry Piat startup: