Skip to content

An implementation of apriori algorithm, shows a steps by step demo.

Notifications You must be signed in to change notification settings

amjadfqs/apriori_algorithm

Repository files navigation

Apriori Algorithm

A Step by step demo implementation of Apriori Algorithm.

This project was for Data Mining Project - C.S Department

Documentation

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.

Usage/Examples

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

Screenshots

input section

Screenshot from 2023-05-01 19-41-35

Step by step demo for filtering & Joining & Pruning

Screenshot from 2023-05-01 19-42-37

Table for Association Rules

Screenshot from 2023-05-01 19-42-47

About

An implementation of apriori algorithm, shows a steps by step demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published