This is a work in progress. Details after the instructions -------------------------- Press scan to scan your face. Try to center your head on the screen. There is a box provided for you. Then, copy the resulting code. This is the save code for your face. Next, if you want to compare your face to other's, restart the project and press load. Paste your code there. Then, scan your face. You should be given a similarity number. A number of 0 means a perfect match. -------------------------- The idea is to use the new Face Recognition capabilities of scratch to match faces and to measure similarity. Currently, I store the ratios between the different lengths in a list, and then export this. I can then compare this with an uploaded save code. Unfortunately, since Scratch's model is relatively basic, slight turns of the head can drastically change the result. Additionally, face tilt does not measure how much someone rotates their head from left to right or up and down, only from side to side. I will continue trying to improve it, but in the mean time, have fun with it!
1.0 - Initial Release