This project implements a market basket analysis using the Apriori algorithm in Python. The goal is to find associations between items frequently purchased together.
Before running the code, ensure you have the required libraries installed. You can install them using the following command:
pip install numpy pandas matplotlib apyori