Skip to content

Web app that tells you what people are feeling about food. Sometimes, what people give as a rating may be deceiving. This app is able to clear ambiguity of ratings vs reviews on Yelp.

Notifications You must be signed in to change notification settings

membriux/food-sentiments

Repository files navigation

Food-Sentiment

Web app that tells you what people are feeling about certain food items from the YelpAPI.

While reading reviews from the business, you might notice that the ratings don't match with the sentiment analysis. That's because an rating number tells one side of the story, but the sentiments of users tell another.

How it works

Type inputs for the food item and location you want to search and the app will return a table showing the information about each business (specially the sentiment analysis). User can click on the name of the business and it will take them to a page showing the analyzed reviews with the sentiment score of each.

Video Walkthrough/Example

Walkthrough

Built With

Authors

  • Guillermo Sanchez - Membriux
    • Initial deign/planning/prototyping
    • MVC Architecture design + implementation
    • Flask framework implementation
    • Data Analysis + Charting with Pygal
    • TextBlob implementation
  • Josh Tavassolikhah - JoshTavasso
    • Initial design/planning/prototyping
    • Yelp API Implementation
    • Created Data Models: Business and Reviews class

License

Copyright 2019 Guillermo Sanchez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Web app that tells you what people are feeling about food. Sometimes, what people give as a rating may be deceiving. This app is able to clear ambiguity of ratings vs reviews on Yelp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages