mdable2/beer-recommendation-app

FEATURE: Display beer name results from captured from image

Opened this issue · 0 comments

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.