IAM: Round Two
Connecting everything I can find
Integrated some gadgets I had lying around, databases, and some SMS based interaction. Console based interaction on desktop.
SMS Features
- Constantly checking for SMS (via Python and Textmagic) and will insert/delete from database.
- Will reply with SMS via Python and email/phone carrier client, sending all tasks or all tasks of a certain priority.
Alarm Features
- Includes alarm classes, which can use both fitbit and chromecast APIs to activate those devices to wake user.
- Includes pomodoro class, which will set varying intervals of alarms
Interaction
- Can question and respond to user using clips from the AI from the movie "Her", as well as speaking arbitrary text using Google Text To Speech
- Interfaces with SQLite Database for easy database transfer (program originally ran on USB of Elementary OS install)
- Runs on a dedicated raspberry pi (allows text functionality regardless of what device is current off/on).