https://github.com/markylaredo/yelpreviewdataextractor
This API endpoint allows you to retrieve reviews. For each review, the API endpoint also processes the reviewer's avatar image using the Google Vision API to extract emotions
https://github.com/markylaredo/yelpreviewdataextractor
api-reviews-api google-vision google-vision-api yelp yelp-api
Last synced: 24 days ago
JSON representation
This API endpoint allows you to retrieve reviews. For each review, the API endpoint also processes the reviewer's avatar image using the Google Vision API to extract emotions
- Host: GitHub
- URL: https://github.com/markylaredo/yelpreviewdataextractor
- Owner: markylaredo
- Created: 2022-12-28T02:18:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T04:52:54.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:07:30.460Z (over 1 year ago)
- Topics: api-reviews-api, google-vision, google-vision-api, yelp, yelp-api
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelp Reviews API Endpoint
This API endpoint allows you to retrieve reviews for a specific restaurant on Yelp and process the review data using the Yelp API. The endpoint takes a parameter that specifies the ID of the restaurant, and returns a list of reviews in JSON format.
For each review, the API endpoint also processes the reviewer's avatar image using the Google Vision API to extract emotions data such as ``joyLikelihood`` and ``sorrowLikelihood``. This data is included in the JSON output along with the review information.