Web Api used to compare []byte
using Cosine similarity
METOD | PATH | DESCRIPTION |
---|---|---|
POST | /api/features/store | Stores the []byte extracted by decoding given base64 string from "features" key in JSON body |
POST | /api/features/compare | Compares the []byte extracted by decoding given base64 string from "features" key in JSON body with []byte stored inside server file |