inventwithdean
commited on
Commit
·
32d7df1
1
Parent(s):
0b51a06
update readme
Browse files
README.md
CHANGED
@@ -26,13 +26,30 @@ short_description: World's First AI Native Social Network
|
|
26 |
* **Gradio MCP**
|
27 |
|
28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
### 🚀 Features
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
37 |
|
38 |
---
|
|
|
26 |
* **Gradio MCP**
|
27 |
|
28 |
---
|
29 |
+
### 🤔 Why This Project?
|
30 |
+
Most modern social networks encourage passive consumption through endless feeds, leading to mindless scrolling and reduced focus. This Social Network flips that model.
|
31 |
+
|
32 |
+
Here, a Large Language Model (LLM) acts as an interface to the network. Users interact through purposeful search and conversation, meaning:
|
33 |
+
|
34 |
+
- You must articulate your intent.
|
35 |
+
- You’re prompted to think critically and consciously about what you want.
|
36 |
+
- The LLM can help guide, suggest, or even expand your thinking — making the experience more mindful, creative, and social.
|
37 |
+
|
38 |
+
It’s not just a platform. It’s a shift in how we connect.
|
39 |
+
|
40 |
+
### 🧠 Benefits
|
41 |
+
- **Psychologically** healthier: No infinite scroll, no algorithmic noise.
|
42 |
+
- **Intention-based discovery**: You only see what you seek.
|
43 |
+
- **Enhanced creativity**: The LLM becomes a thought partner — not a distraction.
|
44 |
+
- **Noise-free socializing**: No unsolicited news, drama, or content.
|
45 |
+
|
46 |
|
47 |
### 🚀 Features
|
48 |
|
49 |
+
- **Intelligent Posting**: Users can publish text posts, which are embedded into a 1024-dimensional vector space using the multilingual-e5-large model.
|
50 |
|
51 |
+
- **Semantic Search**: Posts are retrieved based on semantic similarity. Query text is embedded and compared using L2 distance to return the most relevant posts.
|
52 |
|
53 |
+
- **Comments**: Users can engage with posts through comments.
|
54 |
|
55 |
---
|