Skip to content

sundai-club/pyramid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Cotton Pyramid 👁️‍🗨️

This is a custom pipe for https://github.com/mediar-ai/screenpipe which monitors your social messagers activity 👁️👁️👁️

Hacked on Sundai, Nov 17, 2024 as Cotton Project.

Getting Started

  1. Build screenpipe CLI as described in https://docs.screenpi.pe/docs/getting-started:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path
brew install pkg-config ffmpeg jq cmake wget
curl -fsSL https://bun.sh/install | bash
git clone https://github.com/mediar-ai/screenpipe
cd screenpipe
cargo build --release --features metal
./target/release/screenpipe # <-- this runs fresh screenpipe
  1. [OPTIONAL] Build screenpipe FRONTEND as described in https://docs.screenpi.pe/docs/getting-started:
cd screenpipe-app-tauri
bun install
bun scripts/pre_build.js # <- this is important to copy the CLI into the app
bun tauri build
  1. Install ollama https://ollama.com/download.

  2. Download this particular llama3.2 model: ollama run llama3.2:3b-instruct-q4_K_M
    https://ollama.com/library/llama3.2:3b-instruct-q4_K_M

  3. Set OPENAI_API_KEY envoronment variable:

export OPENAI_API_KEY=...
  1. Install pipe to screenpipe:
# git clone git@github.com:sundai-club/pyramid.git # <-- no need to do this
# screenpipe pipe download pyramid # <-- no need to do this
screenpipe pipe download https://github.com/sundai-club/pyramid/tree/main/pyramid
screenpipe pipe enable pyramid
  1. Run screenpipe:
screenpipe --disable-audio

(ignore pyramid errors about "http://localhost:11435/inbox")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •