SwastikBiswas26/Smart_Study_Monitor ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app that acts like a smart study monitor. I want it to use my webcam to watch whether I’m actually studying and gently alert me when I get distracted, look away too much, leave the desk, or stop paying attention.
It should feel like a small desktop tool I can run easily, with live camera feedback and clear status messages like focused, distracted, or no person detected. If possible, use the face and hand detection models already in the folder, and play the included sound files when it notices a problem. Also use the object detection model if it helps tell whether a phone or other distracting object is nearby.
Please make it practical and easy to start from the main Python file, and keep it stable if the camera briefly loses track of me. If you need to check current library docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit