Skip to content

Releases: raslenabb12/Memoria

Memoria v1.1.0-Beta

Choose a tag to compare

@raslenabb12 raslenabb12 released this 28 Aug 17:36

What's new

Find Similar — open any photo in the viewer and tap "Find Similar" to search for other photos with a similar look/subject, using the same on-device embeddings as text search. No new indexing needed, works instantly.

Search by Photo — new camera/gallery icon in the search bar. pick one (from anywhere, not just your indexed library) and Memoria finds visually similar photos in your gallery.

Filters #3 — first pass on #3 : filter search results by date range and folder. Camera make/model filtering is still on the list for a future update.

Settings screen with:

  • Indexing status (live progress, Pause/Resume controls)
  • Storage info (embeddings DB size, app version)
  • Link to the GitHub repo

⚠️ Uninstall the old version first

The local database structure changed in this release to support the new filters. As with the last release, you'll need to uninstall the previous version before installing this one, then let indexing run again from scratch.

Note on APK size (~280MB)

Same as before — the AI models are bundled directly in the app so search, Find Similar, and Search by Photo all work fully offline.

Memoria v1.0.0-Beta

Choose a tag to compare

@raslenabb12 raslenabb12 released this 16 Aug 20:32

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.

Memoria v1.0.0-alpha

Memoria v1.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@raslenabb12 raslenabb12 released this 09 Jun 17:31
ddcec66

Note on the APK Size (~280MB)

You might notice the APK is quite large. This is because the AI models are bundled directly inside the app. Memoria ships with the MobileCLIP Image Encoder, Text Transformer, and tokenizer embeddings built-in.