Skip to content

Data Mining show frequently bought related Item - For forecasting shelf item to continue retail growth

Notifications You must be signed in to change notification settings

RitreshGirdhar/Apriori-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Apriori Algorithm - To Decide What Customers like

Purpose of this demo application is to showcase how Apriori Algorithm works and And how using Data mining retail companies decide which Items to scrap and which item to keep based on the knowledge and associated rules based on customer purchasing pattern.

Steps to build python based docker image

  • Checkout codebase
git clone https://github.com/RitreshGirdhar/Apriori-Algorithm.git
cd apriori/
  • Let's build object-detection docker image
docker build -t apriori
  • Run application
docker run -d -p8501:8501 apriori

Let's test the application

$ pip install streamlit
$ streamlit run apriori_main.py

Home image

To run directly, use below command

python apriori.py

About

Data Mining show frequently bought related Item - For forecasting shelf item to continue retail growth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published