Skip to content

Memoria v1.0.0-Beta

Choose a tag to compare

@raslenabb12 raslenabb12 released this 16 Aug 20:32
· 12 commits to master since this release

What's new

Fixed #2 : search was returning random, unrelated photos. Root cause was an image preprocessing bug (wrong pixel normalization) that broke the alignment between the image and text encoders. Search results should now actually match what you type.

New: full-screen photo viewer — tap a photo to open it, swipe between results.
Reworked App

app_pic_1 app_pic_2 app_pic_3

⚠️ Important: uninstall the old version first

This release changes the local database format, and old cached search data was computed with the broken normalization from the alpha — so it needs to be cleared either way. Uninstall v1.0.0-alpha before installing this version, then let indexing run again from scratch.

Note on APK size (~280MB):

Same as before — the AI models (MobileCLIP image encoder, text transformer, tokenizer embeddings) are bundled directly in the app so search works fully offline.