1 # Face Privacy Example Example
2 This web page sample allows the user to submit an image to
3 an face detect and process task.
5 **Image Copyrights May Apply** - the included sample videos may carry
6 additional copyrights and are not meant for public resale or consumption.
8 ## Example mood classification demo
9 To utilize this demo...
11 * confirm that your local instance is configured and running
12 * download this directory to your local machine
13 * confirm the host port and analysis service URL in the file `face-privacy.js`
15 classificationServer: "http://localhost:8884/transform",
17 * alternatively, the parameter can be set from a url argument `url-image`
18 * view the page `face-privacy.html` in a Chrome or Firefox browser
19 * results will come back from detect and processing steps
20 * you can switch between a few sample images or upload your own by clicking on the buttons below the main image window
22 Example web application with face detection and blurring.
24 * 