apanitzke / dressr

0 stars 0 forks source link

POC 3: Coordinating color combination #1

Open apanitzke opened 7 years ago

apanitzke commented 7 years ago

Find the outfits with the best-scoring color combinations from a randomly generated list.

  1. Compare the HSV values present in each randomly generated outfit. It is not necessary to compare HSVs within the same item, only across items.
  2. Score each outfit based on the following rules:

Points:

  1. Rank the outfits according to the total score.
SomethingSexy commented 7 years ago

This one is to prototype the recommendation engine right?

apanitzke commented 7 years ago

@SomethingSexy This is just one part of the recommendation engine, probably the most important part. I'm thinking we will want to start with this since it is so key and also quite experimental. Once we get this working well, then we can layer in the other factors having to do with recommendations- composition factors such as multicolored items, patterns, fit, followed by appropriateness factors such as comfort, fit, warmth, and modesty. If you agree with this approach, I'll open tickets for each of these pieces.