IMperiumX / Aura

API Gateway of an online therapy platform that connects users with licensed therapists for virtual counseling and mental health support.
Apache License 2.0
0 stars 0 forks source link

Implement Recommendation System with similarity-based approach with e… #24

Closed IMperiumX closed 3 weeks ago

IMperiumX commented 1 month ago

workerB

  1. Updated HealthAssessment and Therapist models to include embedding fields.
  2. Added automatic embedding generation using Sentence-BERT when saving assessments and therapist profiles.
  3. Implemented a similarity matching function using cosine similarity to find the best therapist match for an assessment.
  4. Created RESTAPI to get a match with a licensed therapist POST /api/assessments/{id}/recommend_therapist/

image