Using TensorFlow.js and Three.js, this project is a prototype of an interactive digital art frame using head-tracking to create an effect of head-coupled perspective.
A famous use of this effect can be seen in Ghost Protocol.
I wanted to experiment with making interactive art pieces so this project is a PWA that can be run fullscreen on an iPad.
If you'd like to read more about it, check out the blog post!
- Clone this repo
- Run
npm install
to install the dependencies - Run
npm start
to start the local server - Your browser should automatically open a new tab to
http://localhost:3000