Skip to content

Embedding space of names clustered based on their interests using the sentence-transformers all-MiniLM-L6-v2 model

Notifications You must be signed in to change notification settings

ansonyuu/matchmaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Embedding Matchmaking

"Words can't describe how unique your interests are... but coordinates can" - Sean Ashley, circa 2023

A flattened embedding space of names clustered based on their interests using the sentence-transformers all-MiniLM-L6-v2 model. Created for the UW Startups S23 Kickoff event with guidance from Jacky Zhao and Sean Ashley.

Sample output of script

Instructions for use

  1. Collect or format your data in the following format
Name What are your interests? (or varying permutations of this question)
Alice I love being the universal placeholder for every CS joke ever
Bob I too love being the universal placeholder for every CS joke
  1. Clone the repository
  2. Install all required packages:
  • umap-learn
  • scikit-learn
  • scipy
  • sentence-transformers
  • matplotlib
  1. Replace attendees.csv in visualizer.ipynb with the path to your downloaded data
  2. Run all cells
  3. Bask in the glory of having an awesome new poster

About

Embedding space of names clustered based on their interests using the sentence-transformers all-MiniLM-L6-v2 model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published