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
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# work

# 1. brief demo
training the model to recognize glasses wearing glasses vs not wearing glasses

model sharable link: https://teachablemachine.withgoogle.com/models/SbbYTuWnK/

(ignore the text under "Teachable Machine". I forgot to edit the index.html)

![06b94589e48b81d5ea9d91cf61ea2979](https://user-images.githubusercontent.com/60904107/214723545-88582ccf-0853-4aaa-b771-01d762db204f.gif)


# 2. gesture recognition
middle finger

as the middle finger extends the footage becomes colored. when it is closed it is gray.

![a1d109db309d00128a549c2fa454c918](https://user-images.githubusercontent.com/60904107/214728961-722b0d39-320d-4695-a251-977def48c6e5.gif)

As you can see on line 39, the distance bwtween the middle finger mcp and middle finger tip is taken.

then on line 50 we apply a filter if a threshold is met
![Screenshot 2023-01-25 at 7 47 54 PM](https://user-images.githubusercontent.com/60904107/214729194-7e106eae-2fc9-4465-ad7d-8e44bb937f90.png)


---
# lab07-machine-learning

1. Create a brief demo with Teachable Machine
Expand Down