Created at DefHacks in Seattle
This project provides an API that interacts with the Microsoft Cognitive Services API. It integrates with a Webcam to tell users who can be seen, what can be seen, when the last time a person was seen, and if their package is there. It also allows user to manage known people. It utilizes the Alexa Skill as seen here: https://github.com/ihoegen/alexa-ding-dong
- Node.js
- NPM
- Java
- Clone repo via git.
- Install npm packages using
npm i
- Start server using
npm start
- Navigate to
https://localhost:8000/api/ENDPOINT
in your browser.
https://DingDong.localtunnel.me/api
Adds a person to the list of known people.
Updates the name of a known person.
Returns a list of people who were seen in one day, along with the times they were seen at.
Takes a picture and attempts to match it to known people. To match with unknown users, try What
Takes a picture and describes what it sees, along with some relevant tags.
Returns when the last time a queried person was seen.
Whether or not a package can be found.