You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An attempt at having an ML model discover my favorite colors. The Angular site shows a random color and I like or dislike it, producing data something like
{
color: {
r: 242,
g: 90,
b: 56
},
like: true
}[]