Skip to content

davnords/ai-matchmaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

AI matchmaking for Antler

This is an AI matchmaking app currently using cosine similarity for openai embeddings to answers in an Excel sheet to match founders in the Antler cohort together. The project runs in Next.js where the matching algorithm is written in Node.js.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Upload your track-out sheet (an Excel file with important questions for founders.)

Collaborate

Feel free to make pull requests, any contributions are welcome. On the horizon are the following features:

  • Algorithm speed up by using parallelism
  • Extension to non-Antler founders
  • Increased scope with not only founder matching
  • Improved questions running right in the browser for ultimate founder pairing

About

Founder matchmaking based on vector embeddings and cosine similarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages