Memento
Memento copied to clipboard
Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
I ran `pip install -e .` within the directory of the cloned repo, and [here](https://app.warp.dev/block/EvDtIiVe0w2IaK7PeEeDBk) is the output. Any ideas on how to fix it? I'm using Python 3.12 on...
Allows for basic Mac compatibility through: 1) Reorganizing the background object to prevent serializing complex objects into the `process_images` workers (by initializing the objects within the run function) 2) Commenting...
As the title states. I've had to make some modifications to work with my Hyprland environment in the `memento/background.py` file and now `memento-bg` is working for me and taking the...
os: monterey device:macbook pro M1 python:3.10 ------------------------------ error log: Traceback (most recent call last): File "/Users/zhoulingfeng/miniconda3/envs/memnto/bin/memento-bg", line 33, in sys.exit(load_entry_point('memento', 'console_scripts', 'memento-bg')()) File "/Users/zhoulingfeng/Desktop/code/Memento/memento/__init__.py", line 6, in bg backgound =...
Windows
Is there even a chance for it to work on Windows? Currently, `tesserocr` wheels doesn't compile on Windows and installed [binary](https://tesseract-ocr.github.io/tessdoc/Downloads.html) is not found. Also, `OPENAI_API_KEY` cannot be found no...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...
- [x] Show latest match first, iterate backwards - [ ] Search buffer ? -> faster search - [ ] filter by apps / time period
Is this connected to the accessibility API to retrieve context information (like url, app name, etc) yet?