Compare the price of a product in terms of products you already know using the Amazon Echo
Visualize the price of a product in terms of products you already know using the Amazon Echo
When I say that I pay ~$50,000/year for college, what does that actually mean? To some, that’s just a really big number, but to me, that number is equivalent to 7,692 Chipotle bowls.
We realized that in a world that is rapidly moving away from physical currency and even physically shopping, the worth of goods and products is becoming harder to quantify.
We understand the food, technology, and entertainment that we purchase in terms of dollar signs, but what do they actually mean to us? We developed Worth It to define value in terms of something familiar to us all: other goods and products.
Worth It allows the user to compare the worth of one product in terms of another more familiar product. With the Alexa and just a simple voice command, we can describe how much a Nintendo Switch costs in terms of Chipotle bowls, or how much a new laptop costs in ramen noodle packages. Worth It can respond instantaneously via Alexa voice response, show what is being said via a slick web interface, and even create cards on the Amazon Alexa app for both Android and iOS.
We developed Worth It by using the Flask-Ask framework to integrate Alexa skills in Python and create the cards. Each product is identified by comparing it to the entire Amazon product database using the Amazon Product Advertising API. Also, we created a backend MongoDB server which contains unique items not found on Amazon, such as a Vanderbilt tuition or Chipotle bowl. The web interface was made using Flask, Socket.io, HTML, AJAX, JQuery, and Python.
We learned how to create an Alexa Skill, use Flask to create a web interface, and store information on a MongoDB database. All of these technologies were fairly new to us, so it was great being exposed to new skills.