-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 866 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mark Plutowski</title>
<body>
<h1>Mark Plutowski</h1>
<p>I am a software developer living in Los Altos, California and occasionally surfing in Capitola Beach.
I am a volunteer adult mentor for <a href="http://valkyrierobotics.com/">Valkyrie Robotics</a>, a 501c3
educational nonprofit organization, where I wrote a
<a href="https://github.com/pluteski/first2017mp/wiki">geometric motion planner</a> for their car-like robot.
I am also working on a python program for
<a href="https://github.com/pluteski/speech-to-text/wiki/Background">converting speech to text</a>
using the Google and IBM Watson speech-to-text cloud APIs.
This project is ongoing and is very much a
<a href="https://pluteski.github.io/speech-to-text">labor of love</a>.
</p>
</body>
</html>