-
Notifications
You must be signed in to change notification settings - Fork 0
/
IAM_2.html
99 lines (71 loc) · 3.12 KB
/
IAM_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>B-schoen.GitHub.io by b-schoen</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Bronson Schoen</h1>
<p></p>
<p class="view"><a href="experience.html">Experience</a></p>
<p class="view"><a href="index.html">Projects</a></p>
<!--<p class="view"><a href="Bronson_Schoen_Resume.pdf">Resume</a></p>-->
<p class="view">Experiments, experience, etc.</p>
<p class="view"><i><font size="-1">[email protected]</font></i></p>
</header>
<section>
<h1>IAM: Round Two</h1>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Connecting everything I can find</h3>
<p>Integrated some gadgets I had lying around, databases, and some SMS based interaction. Console based interaction on desktop.</p>
<h3>SMS Features</h3>
<p>
<ul>
<li>Constantly checking for SMS (via Python and Textmagic) and will insert/delete from database.</li>
<li>Will reply with SMS via Python and email/phone carrier client, sending all tasks or all tasks of a certain priority.</li>
</ul>
</p>
<h3>Alarm Features</h3>
<p>
<ul>
<li>Includes alarm classes, which can use both fitbit and chromecast APIs to activate those devices to wake user.</li>
<li>Includes pomodoro class, which will set varying intervals of alarms</li>
</ul>
</p>
<img src="images/sql_table.png" alt="SQL Table" style="width:600px;height:228px;">
<br></br>
<h3>Interaction</h3>
<p>
<ul>
<li>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</li>
<li>Interfaces with SQLite Database for easy database transfer (program originally ran on USB of Elementary OS install)</li>
<li>Runs on a dedicated raspberry pi (allows text functionality regardless of what device is current off/on).</li>
</ul>
</p>
<img src="images/Ras_pi.png" alt="Raspberry pi" style="width:600px;height:228px;">
<br></br>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72792175-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>