Skip to content

Full-stack web application and research project at MIT Sloan that uses NLP to synthesize consumer reviews.

Notifications You must be signed in to change notification settings

peyton-a-wang/yelp-nlp-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating a Yelp Profile

The purpose of our project is to develop a web application that scrapes consumer reviews on Yelp to build profiles that showcase their knowledge and expertise. Additionally, the research will utilize natural language processing to analyze data and build user profiles. As a result, Yelp users will be able to share their profiles over social media, which will further incentivize them to continue reviewing and contributing quality content.

Authors

About

Set-up

Flask

  1. Install dependencies:

    pip3 install -r requirements.txt
    
  2. Get Google API credentials:

    export GOOGLE_APPLICATION_CREDENTIALS="../name-xxxxxxxxxxxx.json"
    
  3. Run app.py from the app directory.

    python3 app.py
    
  4. Visit http://0.0.0.0:5000/ in your browser.

About

Full-stack web application and research project at MIT Sloan that uses NLP to synthesize consumer reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages