vinaykatikireddy/FRAS — reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called FRAS. I want it to work like a face recognition attendance system: an admin can add a person with basic details and an image, then later use the camera or upload an image to recognize the person and mark attendance. Keep the interface clean and easy, with pages for registering faces, taking attendance, and viewing saved attendance records.
Use a Python backend with a basic database and a plain HTML, CSS, and JavaScript frontend. Put the image handling in the backend, store the people and attendance entries, and show helpful messages when a face is not found or the image is bad. Make it runnable locally with clear setup instructions and make sure it is ready to deploy on a simple hosting service. If you need current docs for the camera or deployment parts, look them up online.
Want more depth? Deep Reverse