aydinnyunus/FaceRecognitionSecurity — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python desktop security tool that uses my webcam to recognize my face and watch for strangers. I want it to compare the live camera feed against a saved photo of me, and if it sees someone else trying to use the computer, it should automatically trigger my Android phone to ring through Google Find My Device and lock the computer screen. If it sees me, it should just keep running without alerting.
Please also include a small helper script that lets me take my reference photo with the webcam by pressing space, in case I do not already have one. Keep setup straightforward and make the main script easy to configure with my Gmail login, password, Chrome driver path, and photo path. It should run on macOS or Linux first.
Make it feel like a usable little project, with clear instructions in the README for install, setup, and how to run both scripts. If anything is unclear, look up current docs online and make the implementation work end to end.
Want more depth? Deep Reverse