mdable2 / beer-recommendation-app

Take a picture of the beer menu at restaurants and get back the top choice based on your preferences!
MIT License
0 stars 0 forks source link

FEATURE: Display beer name results from captured from image #18

Open mdable2 opened 5 years ago

mdable2 commented 5 years ago

After picture is taken, connect the text doc store with untappd api. The given output from untappd api (use a similar function that you already did (compare_output_and_dataset.py) and just simply print out the "print statements" to the beer summary tab.

Now you need to figure out how to store the untappd api call and beer summary print out in a cloud function (?) and get the output back to the front end so you can display results.