rock-paper-scissors
rock-paper-scissors copied to clipboard
Rock, Paper, Scissors game implemented with TensorFlow.js and FingerPose
Rock ✊ Paper 🤚 Scissors ✌ Game
A fun game based on the Fingerpose gesture detection library. Check out my in-depth tutorial how to create the gesture recognizer
Installation
- Clone this repo
- Install dependencies with
npm install
Usage
- Run the development version using
npm run start
. This will automatically start a development server athttp://localhost:8080/
- Build the single page version with
npm run build
. The final package will be placed inside thedist
folder
Author
License
This project is open source and available under the MIT License.
Credits
- MediaPipe Hands
- Tania Rascia for her awesome WebPack boilerplate