Coding exercise:

Screen Recording 2022-10-21 at 4.50.35 PM.mov

Code OR Fullscreen view

I made a little game using color names dataset. The idea is to try and find the “target” color using how close the model says the user’s clicked color is. Sliders at the bottom can adjust the colors on screen to choose from.

The original idea was for users to have fun with/be frustrated with how arbitrarily named colors are (what even is miracle elixir?) and try to find the color based on the name, but it doesn’t really come through here—it the user clicks on a color too close to a different one in the database, the target changes.

Also I had to decrease the .csv file by a lot of names, because otherwise the accuracy was just too low.