AthelaPerk commited on
Commit
c06fddd
·
verified ·
1 Parent(s): 906a0d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,10 +1,28 @@
1
  ---
2
  title: Mnemo
3
- emoji: 📚
4
- colorFrom: indigo
5
  colorTo: blue
6
  sdk: docker
 
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Mnemo
3
+ emoji: 🧠
4
+ colorFrom: purple
5
  colorTo: blue
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
+ license: mit
10
+ short_description: 21x faster than mem0
11
  ---
12
 
13
+ # 🧠 Mnemo: Semantic-Loop Memory
14
+
15
+ *21x faster than mem0 • No API keys • Learns from feedback*
16
+
17
+ ## Benchmarks vs mem0
18
+
19
+ | Metric | mem0 | Mnemo |
20
+ |--------|------|-------|
21
+ | Search Latency | 5.73ms | **0.27ms** (21x faster) |
22
+ | Ingestion | 31.1ms | **0.8ms** (39x faster) |
23
+ | API Required | Yes | **No** |
24
+ | Feedback Learning | No | **Yes** |
25
+
26
+ ## Get the Code
27
+
28
+ 📦 [mnemo-memory](https://huggingface.co/AthelaPerk/mnemo-memory)