AyeshaMalikAyesha/DeepfakeDetectionApp — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Flutter app called Fake Vision that helps someone check whether a video might be a deepfake. The app should feel clean and beginner friendly, with a main screen where the user can pick or upload a video, see the selected video name or preview if possible, then tap a button to run detection.

There is an existing Python API file in the project, so connect the Flutter app to a local backend endpoint if that’s what it’s meant for. Show a loading state while the video is being checked, then show a clear result like real or fake, with a confidence score if the API returns one. Also handle errors nicely, like no video selected, server not running, or unsupported file.

Please keep the design simple, mobile first, and make sure it runs on Android and iOS. If anything in the current project is just the default Flutter starter code, replace it with the actual app flow. Look up current Flutter docs online if you need to.

Want more depth? Deep Reverse