An Interactive query tool for Yelp data.
A credibility metric makes sure a 5-star establishment with 1000 reviews gets more weight than a 5-star establishment with 20 reviews.
To run:
- Clone and download repository.
- Update
query.py
to include your API KEY. - Start Bokeh server:
bokeh serve --show main.py
The application should open in your browser as http://localhost:5006/main
.
Below is an example of what running the program looks like.