bonnypanicker/Deepix — reverse-engineered prompt
Reverse engineered prompt
Build me an Android gallery app called Deepix that can search my local photos using plain English, fully offline.
I want it to scan images from the device, create and save embeddings locally, recover cleanly if the saved cache gets corrupted, and let me type things like “red car at sunset” or “dog on the couch” to find matching pictures. Use the included model and tokenizer assets so the search works on device with no internet, and make the model input handling flexible enough to work with the bundled ONNX files.
Keep the UI simple and practical for now, just a basic gallery search experience with results ranked by relevance, plus a sensible fallback when confidence is low so the app still shows the closest images. Please make sure it opens and builds in Android Studio, and look up current Android docs online if you need to.
Want more depth? Deep Reverse