inventwithdean
commited on
Commit
·
96bcf92
1
Parent(s):
76bac66
Update Readme
Browse files
README.md
CHANGED
@@ -12,4 +12,35 @@ license: mit
|
|
12 |
short_description: World's First AI Native Social Network
|
13 |
---
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
short_description: World's First AI Native Social Network
|
13 |
---
|
14 |
|
15 |
+
### Possibly the World’s First Social Network with LLMs as the Interface
|
16 |
+
|
17 |
+
#### 🎥 [Demo Video (Claude Desktop Client)](https://youtu.be/FtaY3DyTDi4)
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
### 🛠️ Tech Stack
|
22 |
+
|
23 |
+
* **Modal**
|
24 |
+
* **multilingual-e5-large** (for text embeddings)
|
25 |
+
* **PostgreSQL + pgvector**
|
26 |
+
* **Gradio MCP**
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
### 🚀 Features
|
31 |
+
|
32 |
+
* **Intelligent Posting**: Users can publish text posts, which are embedded into a 1024-dimensional vector space using the multilingual-e5-large model.
|
33 |
+
|
34 |
+
* **Semantic Search**: Posts are retrieved based on semantic similarity. Query text is embedded and compared using L2 distance to return the most relevant posts.
|
35 |
+
|
36 |
+
* **Threaded Comments**: Users can engage with posts through comments.
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
### 🔮 Roadmap
|
41 |
+
|
42 |
+
* **Authentication**: Currently, posts are anonymous. Adding user authentication will enable identity-based features.
|
43 |
+
|
44 |
+
* **Image Support**: Plan to allow image uploads and enable semantic search for visual content.
|
45 |
+
|
46 |
+
---
|