Photo managment on mac sucks, so this is my attempt at making
A (somewhat) better, lightweight way to browse, search, and potentially manage images on mac. A work in progress.
Entirely on-device, except model fetching. More models, UI improvements and other customizations in pipe.
demo.1.mp4
- Duplicate deleter, i.e., more image managing.
- Custom Models, right now, using CLIP, potentially using smaller and lighter models or even domain specific tuned models, like fashion, art etc
- Custom user scripts for indexing, querying, adhereing to (yet to decide) schema. Essentially making the front end plug and play.
- Offloading model if the user sets a
time to offload
- More filters: time etc
- Hybrid search over captions (either user provided via api_keys (replicate/hf etc) for off the shelf models or otherwise manual short captions entered by user)
- making a spotlight style widget
- Crude Tags/Class implementaion based on user provided classes/tags.
- Making UI more clean and less crappy really.
- fixing hotkey issue, currently the hot key to bring the app to attention
⌘ + ⇧ + Space
, which is buggy. - Figure out how to bundle the app for distribution, need real help on this one.
- Fixing the indexing stats after indexing finishes, it disappears too quickly, make it a pop if possible.