CoolFace
Apppublic

Agents-MCP-Hackathon/SocialNetwork

sourceHugging Facemitupdated 1y agoView on Hugging Face
19likes
App README

Possibly the World’s First Social Network with LLMs as the Interface

πŸŽ₯ Demo Video (Claude Desktop Client)

πŸ› οΈ Tech Stack

  • β€”Modal
  • β€”multilingual-e5-large (for text embeddings)
  • β€”PostgreSQL + pgvector
  • β€”Gradio MCP

πŸ€” Why This Project?

Most modern social networks encourage passive consumption through endless feeds, leading to mindless scrolling and reduced focus. This Social Network flips that model.

Here, a Large Language Model (LLM) acts as an interface to the network. Users interact through purposeful search and conversation, meaning:

  • β€”You must articulate your intent.
  • β€”You’re prompted to think critically and consciously about what you want.
  • β€”The LLM can help guide, suggest, or even expand your thinking β€” making the experience more mindful, creative, and social.

It’s not just a platform. It’s a shift in how we connect.

🧠 Benefits

  • β€”Psychologically healthier: No infinite scroll, no algorithmic noise.
  • β€”Intention-based discovery: You only see what you seek.
  • β€”Enhanced creativity: The LLM becomes a thought partner β€” not a distraction.
  • β€”Noise-free socializing: No unsolicited news, drama, or content.

πŸš€ 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.