As the title suggests, I’m looking for a how-to on how to build a matching algorithm that would match one user with another user from a pre-defined pool of users (for example, matching a user/client with an architect amongst a pool of architects) based on said user’s profile data (metadata like spoken languages, location, preferences, has this or that certification, etc) and the other users’ attributes. I’d need the algorithm to be able to able to match them together in real time and have set outcomes that I can pre-define.
If anyone has a tutorial video that they can link to or any steps that they can provide, I’d greatly appreciate it!