Wendy is a home security assistant with face recognition. It's a chatbot app that tells you when someone's at the door and remembers them in the future, along with running face detection against the Netherlands' Police wanted/missing persons database.
To build the app, first install dependencies in the app
folder:
npm install
Run the frontend on http://localhost:3000:
npm run dev
To generate for deployment:
npm run generate
For the backend, simply run the hello.py
file using Python from the backend
folder.