MatthewGree / VoiceAuthenticator

0 stars 0 forks source link

Create basic verification by using already computed embeddings #5

Open MatthewGree opened 2 months ago

MatthewGree commented 2 months ago

Develop basic verification based on embeddings.

Given data:

The verification should produce True if the user verification succeeded and False otherwise.

It should base on simple methods, like using cosine similarity and threshold.