Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# lab07-machine-learning

1. 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](https://editor.p5js.org/)
- 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
Open vs. closed hand recognition to drive different primitives.

2. Create a program that uses gesture recognition
https://user-images.githubusercontent.com/77313916/202234935-43b1fe39-3dd4-431a-bbb5-d3f70b41061c.mov

## Submission Instructions
- Create a pull request against this repo
- push your code and/or a link to a gif or video of your work