Pinned Project:
Face Detection
In this personal project, I learned about the basics of OpenCV, a library for computer vision. Using the Haarcascade algorithm trained on facial data, I combined the two technologies to use a camera to detect faces. A square is drawn around the face on the screen. Additional functionality can be added depending on the use case. As an example, one could save a certain face to a database everytime it presents itself, which could be a valuable security tool.
