Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

why-social/blundr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

273 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blundr

GitLab Wiki Badge Frontend Deployment Badge

Blundr Screenshot

Blundr is an AI-driven dating-coach system designed to help users improve their communication and interpersonal skills through simulated dating interactions. Users are matched randomly and engage in live video calls that the system performs emotion, speech, and transcription analysis on. After each session, a Large Language Model evaluates key conversational moments, rated with a chess.com style scale and provides targeted feedback.

Detailed project documentation, including Requirements and Architecture Design, can be found on our Project Wiki.

Live Access

The project is deployed and accessible at: blundr.razvanalbu.com

System Architecture

Blundr is built as a distributed microservices ecosystem to handle concurrent, real-time data streams. The main workflows are:

  • Data Acquisition: NextJS Proxy and Chatroom Service manage live WebRTC streams and WebSocket signaling between clients.
  • Inference: Parallel services (FER and VER) process video and audio frames to detect emotional states.
  • Transcription: Audio is processed via Whisper Large v3 to generate timestamped text.
  • Aggregation & Evaluation: The Aggregator Service syncs transcripts with emotional data, which is then evaluated by an LLM (via Ollama).

Detailed component diagram is available in the Architecture section of the Wiki.

Project Structure & Components

Each component of the system is located in the src directory. Click the links below to view specific documentation regarding setup, compilation, and execution:

  • Admin API: Backend service for administrative and model controls.
  • Admin CLI: Administrative Command Line Interface for system management.
  • FER Service: ML service specialized in facial expression recognition.
  • VER Service: ML service for voice-based emotion detection.
  • Ollama: Local LLM orchestration for session summarization.
  • Aggregator: Consolidates emotional data and transcripts for LLM analysis.
  • Chatroom: Manages live WebRTC/WebSocket connections for the video dating sessions.
  • Frontend: The NextJS web application for users.

Project Members

About

AI-driven dating coach [repository migrated from GitLab]

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors