- Create a brief demo with Teachable Machine
- Go to https://teachablemachine.withgoogle.com/
- Follow the instrcutions for an Image Project (standard image model)
- Train a model to recognize something from your webcam
- Export your model, upload it!
- Work off off this base code: https://editor.p5js.org/kongsally/sketches/QlyiZmMNp
- Copy the base code into this web editor for p5.js
- Replace the trained model link in the base code with a link to your trained model.
- Code some kind of visual that reacts to the output of your classifier! See https://p5js.org/reference/ for reference
- Create a program that uses gesture recognition
- Create a pull request against this repo
- push your code and/or a link to a gif or video of your work