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.
- 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
-
OR Run directly
$ pip install streamlit
$ streamlit run apriori_main.py
python apriori.py