cbandrow-zz / personal-project

Find out the make/model of the car you're looking at.
0 stars 0 forks source link

Iterate data #18

Closed cbandrow-zz closed 7 years ago

cbandrow-zz commented 7 years ago

added stubbed data for both a dummy json response from Google Vision, and entire make/model library from Edmunds API. Reduced over the Edmunds dummy data to have exact data needed. Hopefully this data will allow me to find a match from the data set, to the stubbed data, so that I can display accurately what google thinks the vehicle is.

But solid work so far today!

cbandrow-zz commented 7 years ago

Keep it up, Chris! Let's see how we can use the reduced data to get a sweet comparable data set. May not need a backend, but lets keep doing this on Express until we figure out otherwise.