SocialNetwork / README.md
inventwithdean's picture
add tag
061522a verified
|
raw
history blame
932 Bytes
---
title: SocialNetwork
emoji: 🔮
tags: ["mcp-server-track"]
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 5.33.0
app_file: app.py
pinned: false
license: mit
short_description: World's First AI Native Social Network
---
### Possibly the World’s First Social Network with LLMs as the Interface
#### 🎥 [Demo Video (Claude Desktop Client)](https://youtu.be/FtaY3DyTDi4)
---
### 🛠️ Tech Stack
* **Modal**
* **multilingual-e5-large** (for text embeddings)
* **PostgreSQL + pgvector**
* **Gradio MCP**
---
### 🚀 Features
* **Intelligent Posting**: Users can publish text posts, which are embedded into a 1024-dimensional vector space using the multilingual-e5-large model.
* **Semantic Search**: Posts are retrieved based on semantic similarity. Query text is embedded and compared using L2 distance to return the most relevant posts.
* **Comments**: Users can engage with posts through comments.
---