Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Matching profile history issues #4

Open
VityaSchel opened this issue Oct 31, 2022 · 0 comments
Open

Matching profile history issues #4

VityaSchel opened this issue Oct 31, 2022 · 0 comments

Comments

@VityaSchel
Copy link
Owner

VityaSchel commented Oct 31, 2022

Summary

Currently profiles are matched against full text, including name, age and place. However, there are several issues with that:

  1. Place might change it's format (📍100м distance or exact name)
  2. Age might increment over a long period of time
  3. Text might be empty
  4. Text might be non-unique, some examples of that are single emojies, common phrases, which leads to connecting profiles from different people
  5. Text may change slightly over a long period of time: for example, user may correct grammar mistake and the app would never be able to connect new profile to older one

Solution

Maybe it makes sense to calculate image-specific type of hash on profile's photos and store them with profile's info. Then we can add matching weights, calculate text uniqueness and based on all these parameters make a decision whether this specific profile is connected to another one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

1 participant