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 5354bc2 commit 0218e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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:

The user runs ‘screenshot-desktop.py’ whenever they want to start recording their screens
Expand All @@ -27,12 +28,14 @@ This approach ensures that all data processing and storage remain under the user

## Setup Guide
* Clone the repository (data-max-hq/open-memory)

```
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 0218e96

Please sign in to comment.