Coder Social home page Coder Social logo

dontizi / remind Goto Github PK

View Code? Open in Web Editor NEW
208.0 7.0 14.0 5.37 MB

Your Local Artificial Memory on your Device.

Home Page: https://www.recallmemory.io/

License: Apache License 2.0

Python 67.07% JavaScript 18.07% CSS 12.22% HTML 2.63%
ai artificial memory chromadb electronjs embeddings javascript langchain llama ocr

remind's People

Contributors

343max avatar dontizi avatar mearman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

remind's Issues

Doesn't seem to work

Hey there! Excited to see this come to life, but right now it doesn't seem to work.

CleanShot 2024-05-23 at 09 26 52@2x

New Discord Server!

Announcement: Join our new Discord Server!

Hello everyone,

We've just created a Discord Server where you can join to get updates, ask questions, and discuss the project. We'd love to see you there!

Join our Discord Server

Issues to start ReMind

Hey, friend. Congrats on the project.

I'm not sure if I'm doing something wrong, but I'm getting the following errors when trying to start. Could you help me, please?

โ†’ ollama run nomic-embed-text
Error: embedding models do not support chat
โ†’ ollama create recallAI
Error: open /Users/edson/ReMind/Modelfile: no such file or directory

PyAutoGUI issues: Only works for x11 on Linux systems

First off I want to say I'm loving the idea behind this and its great to see a local and open source alternative to RewindAI. I'm a big fan.

The issue I'm facing right now is regarding with how screenshots are handled. I'm running an Arch linux system, on a wayland display server. Hence, the conflict here is that PyAutoGUI is just not compatible and as it stand only systems running x11 are supported. I'm also interested in what are the future plans for linux support?

Potential Solutions:

  1. Provide a fallback mechanism to use alternative libraries or approaches for Wayland environments, such as python-evdev, pynput, or D-Bus.

Error Stack:

Traceback (most recent call last):
  File "/home/kikis/Workplace/reMind/memory_capture/record_photo.py", line 8, in <module>
    import pyautogui
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/pyautogui/__init__.py", line 246, in <module>
    import mouseinfo
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/mouseinfo/__init__.py", line 223, in <module>
    _display = Display(os.environ['DISPLAY'])
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/display.py", line 80, in __init__
    self.display = _BaseDisplay(display)
                   ^^^^^^^^^^^^^^^^^^^^^
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/display.py", line 62, in __init__
    display.Display.__init__(*(self, ) + args, **keys)
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/protocol/display.py", line 60, in __init__
    auth_name, auth_data = connect.get_auth(self.socket,
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/support/connect.py", line 91, in get_auth
    return mod.get_auth(sock, dname, h
ost, dno)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/support/unix_connect.py", line 103, in new_get_auth
    au = xauth.Xauthority()
         ^^^^^^^^^^^^^^^^^^
  File "/home/kikis/Workplace/reMind/venv/lib/python3.12/site-packages/Xlib/xauth.py", line 45, in __init__
    raise error.XauthError('~/.Xauthority: %s' % err)
Xlib.error.XauthError: ~/.Xauthority: [Errno 2] No such file or directory: '/root/.Xauthority'

Getting it working on Mac

Hi there,

I tried it today to make it runnable on a M2 Macbook. The requirements installation already failed when it came to pyaudio (Python 3.11.4)

ERROR: Failed building wheel for pyaudio
Failed to build pyaudio
ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects

How ever it worked with

brew install pyaudio

When it comes to ollama, the last command doesn't work.

ollama create reacllAI

just leads to "/Useres/blabla/.../Modelfile: no such file or directory"

Where was it supposed to appear? Did I miss something with Ollama?

I really feel lost :-) But I am really interested in this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.