FaceMatch is an Augmented Reality (AR) app for business events. Just point your smartphone's camera around the room to find information about people, like their name, position, and LinkedIn profile.
🥇 Award: Overall winner with a €1,000 award + VIP tickets to StartupFest Europe
To build the app, first install dependencies in the app
folder:
npm install
Then, serve the index.html
file.
For the backend, simply run the app.py
file using Python from the backend
folder.