Introduction: Computer vision is an innovative new technology that has many uses. One such use is recognizing the motions of a hand in order to input an action on the computer, which is something this project utilizes. This project uses code on Python in conjunction with a computer's web camera in order to track a hand's movements through its fingers. When the code sees that there is a hand on screen with no fingers showing, such as when a fist is clenched, the code inputs an action on the keyboard; which in this case is the space bar. To demonstrate this functionality, we show how this code is used when playing the offline Google dinosaur game as a basic example.
Driving Question: How can computer vision be used to interact with websites online?