Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuka86 committed Jul 2, 2024
1 parent e8d3b45 commit fa08c50
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Our implementation leverages several open-source tools to replicate the function
* ChromaDB: A database used to store embeddings for efficient retrieval.

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

## Functionality
Run "screenshot-desktop.py" to start capturin the screen
Expand Down

0 comments on commit fa08c50

Please sign in to comment.