Dominating Human Benchmark | Sequence Memory Bot
Tech Tribe
I write a Python program to take the Human Benchmark Sequence Memory test. Can we score in the 100th percentile? This is another human benchmark exploit in my series.
The Python program identifies the 3x3 grid that the sequence memory test uses. Then, it uses computer vision (pyautogui) to record the sequence by analyzing the colors of the pixels of each square. Then, at a lightning fast speed, it plays back the sequence, automatically clicking the mouse. This allows us to get inhuman scores, potentially getting the sequence memory world record (among humans). Although, of course, we cheat just a little bit :)
I encourage you to subscribe if you want to see me tackle every other Human Benchmark test using Python and computer vision!
Human benchmark link: https://humanbenchmark.com/ My code: https://github.com/techtribeyt/human_benchmark/blob/main/sequence
#humanbenchmark #bot #coding #programming ... https://www.youtube.com/watch?v=HHM0bigOysk
28817893 Bytes