elhamuddinmayar/Ai_powerd_smart_serviellance_system — reverse-engineered prompt
Reverse engineered prompt
Build me a smart surveillance web app called Butterfly. I want it to feel like a real security dashboard where I can connect one or more cameras, watch live feeds, and have the system automatically detect people, body poses, falls, hand waving, and match faces against saved target people. When something important happens, it should send live alerts right away, save a snapshot, and log the event.
Please include different user roles like admin, supervisor, and operator, so not everyone can do the same things. I also want a review flow where detections can be approved or rejected before they show up in official PDF reports. Make it support multiple languages too.
Use Django for the app, with real time updates over WebSockets, and wire in the AI vision pieces for pose detection and face matching. It should run locally first with the usual setup, and if Redis is needed for live alerts, set that up too. If anything is unclear, look up the current docs online and make reasonable choices that fit this project.
Want more depth? Deep Reverse