Demo of enabling a user to make a selection from a menu projected onto a table using hand gestures
- Install the dependencies
pnpm install
- Create a
.env.local
file with the following values
VITE_FLIPPED_VIDEO=false
- Run the project
pnpm run dev
This webapp has two different routes you can visit (after running pnpm run dev
):
- '/': This is the main path which shows the menu and cart on top of a black background. This was thought as the real life scenario where the demo gets projected on a dummy table with the goal of converting it into a smart table.
- '/webcam': This is the path which shows the menu and cart on top of a webcam preview. We added this route in order to develop and test the demo functionality in a easier way.
Category | Technology |
---|---|
Object detection | Tensorflow |
Model | Handpose |
Fingerpose | Fingerpose |
Cart | Cart |
Webcam | react-webcam |