Find the right clothes, in the right size, fast
We’ve developed the first simplified sizing matchmaker that uses the shopper’s height and weight to
determine their body shape and what clothes will fit them.
Our technology
For higher accuracy, we use two sets of kalman filters to clean the measurements from possible outlier
errors:
— Using 17k previous measurements and their real-life errors.
— Using a Multigaussian Variate
distribution, trained with a neural network feed with over 80k body measurements.
We generate a unique set of products for each user, managing millions of database entries.
We developed
an algorithm for finding user match in an O(log(n)) time complexity.