There was an error while loading. Please reload this page.
1 parent 399f6a7 commit 4379b72Copy full SHA for 4379b72
1 file changed
README.md
@@ -1,22 +1,24 @@
1
-# Supermemory x Pipecat
+
2
+<img width="590" height="98" alt="Screenshot 2026-01-15 at 5 49 27 PM" src="https://github.com/user-attachments/assets/87e590e3-d372-4d0a-ad27-5b76b4cfeccf" />
3
4
5
Voice assistant with persistent memory powered by [Supermemory](https://supermemory.ai) and [Pipecat](https://pipecat.ai).
6
7
## Quick Start
8
9
```bash
-bun install && cd backend && pip install -r requirements.txt
10
+bun i && bun run setup:backend
11
```
12
13
14
# backend/.env
-OPENAI_API_KEY=sk-...
-SUPERMEMORY_API_KEY=sm-...
15
+OPENAI_API_KEY=
16
+SUPERMEMORY_API_KEY=
17
18
19
-bun run start:backend # Terminal 1
-bun run dev # Terminal 2
20
+bun run dev:backend
21
+bun run dev
22
23
24
## Pipecat Memory Integration
0 commit comments