These javascript files can be used to
- Find a top recommended items for a specific user based on MAUT.
- Generate a most favorite critique via Apriori algorithms and corresponding items
What modules you need to install and how to install them
- frequent-itemset
- csv-parser
- lodash
npm install frequent-itemset
npm install csv-parser
npm install lodash
node test.js
MIT License