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.
- Python
- Node.js
-
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
.