Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuka86 committed Jul 11, 2024
1 parent ff4bb9c commit 5354bc2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Open-Memory

## Introduction:

In response to growing privacy concerns and Microsoft's "Windows Recall" feature, which records and analyzes screen activities by transmitting data to the cloud, we have developed an open-source pilot that offers similar functionality without compromising user privacy.

## Usage Flow:

Expand All @@ -24,10 +27,12 @@ This approach ensures that all data processing and storage remain under the user

## Setup Guide
* Clone the repository (data-max-hq/open-memory)
* cd into /open-memory
* pip install pyautogui
* In the terminal run ‘make build’
* In the terminal run ‘make run’
```
cd /open-memory
pip install pyautogui
make build
make run
```
* After a couple of minutes then head over to "localhost:8080"
* In "ADD LLM" type out the LLM you want to use (we recomend qwen2:1.5b or qwen2:0.5b) and press "Add LLM"

Expand Down

0 comments on commit 5354bc2

Please sign in to comment.