This is a recommender system that will recommend the top ingredients of a group of cuisines based on specific values for support and confidence. The input is a .json file that contains several recipes and their ingredients classified by cuisine.
The Apriori algorithm is used to generate the association rules necessary for recommending the top ingredients, frequently found together, based on the cuisine.