Skip to content

This contains the flask api and the front end of our big data project. Front end is created using Jinja2 and the dataset used is of Yelp and loaded in MySQL.

atlas1408/YELP-Review-Analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YELP Review Analyzer

In this project, we demonstrated understanding of database normalizing using YELP dataset. Restructured the database to enable faster access and avoid the expensive join operations. A Flask application is built uisng this new dataset to handle more complex queries.

Table of Contents

  1. Pre-requisite
  2. Implementation
  3. Technologies Used

Pre-requisite

Install requirements.txt using pip install -r requirements.txt.

Implementation

  • Clone this respository.

  • Move into current Project directory.

  • Create a MySQL database with new table structure and corresponding column names.

  • Run command: export FLASK_APP=app

  • Run command: flask run

Technologies Used

  • Flask
  • Python
  • Bootstrap

Technologies Used

  • Flask
  • MySQL

About

This contains the flask api and the front end of our big data project. Front end is created using Jinja2 and the dataset used is of Yelp and loaded in MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.1%
  • Python 42.9%