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.