Giter Club home page Giter Club logo

grocerystore_path_simulation's Introduction

Grocery Store Customer Path Simulation

Before a grocery store opens key operational decisions must be made with no historical data. One important decision is how to optimally lay out the store to maximize consumer spending. This work reviews existing literature on simulation to optimize grocery store layout, uses computer vision techniques to transform a store diagram into a digital representation, and applies simulation methods to approximate which of the layouts proposed by a store designer would result in the highest amount of impulse purchasing. Output analysis methods are used to compare these results to determine whether one design outperforms the others.

Installation

Navigate to this repository in the command line. Use
pip install .
to install the grocerypathsim package. Installing jupyter is recommended as well in order to view the Usage notebook.
Additionally, tesseract must be installed for OCR.
Mac
brew install tesseract

Linux
sudo apt update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev

Getting Started

See Usage.ipynb for examples and directions on how to use this package.
In order to use the 2017 Instacart Grocery Shopping Dataset the necessary files must first be downloaded and placed in the same directory with the filenames "departments.csv", "products.csv", and "order_products__train.csv". Otherwise, create a different dataset and generator for grocery lists in shopping_lists.py.

grocerystore_path_simulation's People

Contributors

kimholmgren avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.