shaonkabir8/injector_detection — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python security app for CCTV or webcam monitoring. I want it to watch a live camera feed, detect motion, and use AI vision to recognize important things in the scene like people and vehicles. When something unusual happens, it should flag the event, save a snapshot or short clip if possible, and create an audit log I can review later.
Please make it feel like a usable product, not just a script. A simple web API and a basic page to see camera status, recent detections, and alert history would be great. I also want an emergency alert flow so suspicious activity can trigger a notification or at least be recorded clearly as a high priority event.
Use the included model and sample data if they fit. Add sensible config with environment variables, make it runnable locally and in Docker, and keep the code organized so I can extend it later. If anything in the repo is incomplete, fill in the missing pieces and look up current docs online if you need to.
Want more depth? Deep Reverse