Skip to content

Merge Yelp data with food inspection data from City of Irving, TX

Notifications You must be signed in to change notification settings

reifying/food.fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Health Inspection Ratings via Alexa

This project is the result of a 8-hour hackathon.

Enable Alexa voice lookup of restaurant health inspection ratings for the city of Irving, TX based on public data.

The project includes

  1. a Clojure script that
    1. loads the health inspection data
    2. merges inspection data with Yelp API data
    3. cleans data
    4. saves in json format
  2. Python scripts for AWS Lambda to support Alexa
    1. grabs user-requested facility and finds it in the json
    2. returns a string containing that facility's health inspection rating in Irving, TX, with the worst location of franchises having multiple locations in Irving having precedence.

Remaining

  1. Eliminate false matches from Yelp data
  2. Answer question from Alexa user based on user's location

Preview of Alexa interaction

About

Merge Yelp data with food inspection data from City of Irving, TX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published