5aeedkhan/skin_cancer_detection_app — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Flutter mobile app for skin cancer detection. I want a user to open the app, pick or upload a photo of a skin lesion, then have the app run a TensorFlow Lite model on the image and show an easy to understand result about whether it looks likely to be cancerous or not.
Keep the design clean and friendly for normal people, with a clear home screen, image preview, loading state while it checks the photo, and a results screen that explains the prediction in plain words. Please include a clear note that this is only an assistive tool and not a real medical diagnosis.
If Firebase is already set up or easy to connect, use it for basic storage or auth, but don’t overcomplicate it. Make sure the project runs locally with Flutter, works on mobile, and has any needed assets wired up properly. Look up current docs online if you need to.
Want more depth? Deep Reverse