top of page
Writer's pictureJenny Wang

Human Alphabet Log In Password

For this week's homework, I wanted to explore Teachable Machine's pose project to train human alphabet so that users can use posed letter "YMCA" to log in. My plan was to divide the code into two parts. One part is to the code the login screen. Another part is to import the trained pose project from Teachable Machine into p5.js, and make sure users can only input four poses, which are poses for YMCA and the letters get to input in the text box on screen.


The hardest part is to think through how to make the input into one letter at a time, let letters show up in the text box one letter at a time and not too fast, and don't show poses that have confident score lower than 0.9.






Code

❓Problem: I didn't figure out how to get the input into the input box. You could see in the video that YMCA is logged in the console.




9 views0 comments

Recent Posts

See All

Doodle Coloring App

Sketch link https://80u1v.csb.app/ Description It’s a web app that allows users to pick whatever doodle sketch they’d like to color....

Comments


bottom of page