Skip to content

add-IV/pandaRec

Repository files navigation

Panda Recommender

Open In Colab

Description

This is a simple recommender system for the Pandas library. It uses different algorithms to recommend recipes.

Structure

The project is structured as follows:

  • ´pandarec´: The main package of the project.
  • ´recipes´: The recipes used for the recommender system.
  • ´tests´: The tests for the project.
  • ´docs´: The automatic documentation for the project.
  • ´process_documentation´: The documentation for the creation of the project.
  • ´examples´: Some examples of the use of the project.
  • ´guides´: Online pandas guides that were used to create snippets.