Skip to content

Commit

Permalink
mod readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andypavia committed Apr 1, 2016
1 parent 94a92ac commit 6f52179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##Overview

The Magic Mirror project is a great weekend IoT project. It leverages a Windows 10 Universal Windows Platform (UWP) hosted web application powered by Azure website services. Since a mirror device doesn't generally recieve input from a keyboard and mouse, our website will provide a screen that will run great on a laptop or phone device to setup a users profile. The login experience will be driven by the [Project Oxford APIs](https://www.projectoxford.ai/). We will be using a client side Windows API ([mediaCapture](https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.capture.aspx)) to detect faces from the devices camera, and the [Oxford Face API](https://www.projectoxford.ai/face) service to do the actually match Faces to profiles.
The Magic Mirror is a great weekend IoT project. It leverages a Windows 10 Universal Windows Platform (UWP) hosted web application powered by Azure website services. Since a mirror device doesn't generally recieve input from a keyboard and mouse, our website will provide a screen that will run great on a laptop or phone device to setup a users profile. The login experience will be driven by the [Project Oxford APIs](https://www.projectoxford.ai/). We will be using a client side Windows API ([mediaCapture](https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.capture.aspx)) to detect faces from the devices camera, and the [Oxford Face API](https://www.projectoxford.ai/face) service to do the actually match Faces to profiles.

##Building Materials

Expand Down

0 comments on commit 6f52179

Please sign in to comment.