maskey-ashmi/Final_Year_Project ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple web app called SenseSkin that lets a user upload a face photo, detects acne in the image, and then tells them how severe it looks and what skincare routine to follow.
I want the app to feel easy to use and responsive, with a clean page for uploading an image, showing the acne detection result, and displaying a clear recommendation based on the severity and skin type. Use the acne detection flow with face detection first, then YOLOv8 to find acne, then classify the severity, and finally show a personalized routine.
The backend should be in Python and Flask, and the frontend should be basic HTML, CSS, and JavaScript. If you need to check current docs or install details online, go ahead. Also make sure the whole upload to prediction flow works end to end, with a simple result page that is understandable for someone who is not technical.
Are you gonna build this?
make sure you review the code using coderabbit