A Step by step demo implementation of Apriori Algorithm.
This project was for Data Mining Project - C.S Department
This project was build with Next JS 12 for the frontend, and Tauri to make the app executable on desktop.
So, this project can be as a website or as a desktop application.
First, Install Requierd Packages
pnpm install
Then, If you want to run it as website, run the Next server
pnpm run dev
Or, as desktop application
pnpm tauri dev
To Export the app as a release (Executable app ready to run)
pnpm tauri build
input section
Step by step demo for filtering & Joining & Pruning
Table for Association Rules