Start the demo with bokeh serve myapp
.
- make the feature finding of the face local (see stsievert#1)
- use webcam instead of file upload (see stsievert#2)
This will mean that
-
make the feature finding of the face local
- Images will not have to uploaded to dropbox
- Face++ API will not be used
- embedding new images will be much quicker (no upload)
-
use webcam instead of file upload
- can have live updates, not discrete updates
- might change threat model?