Skip to content

Recipe recommendation system based on available ingredients

License

Notifications You must be signed in to change notification settings

ptanmay143/recipe-net

Repository files navigation

Recipe Net

This is a website that will recommend the closest recipe that a user can make using the ingredients that are available. It provides a way for the user to select the ingredients that are available.

It uses Node.js to serve the website and uses Python for the backend.

Requirements

  • Python
  • Node.js

Usage

  • Preprocess the dataset.

    python py-data-preprocess.py
  • Calculate the term frequency and inverse document frequency scores.

    python py-calculate-tf-idf.py
  • Start the webserver.

    node server.js
  • Access the website on port 9876.

About

Recipe recommendation system based on available ingredients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published