This contains the source code for Baker. A tool that allows you to find recipes based on a list of ingredients and a serving size and hopefully helps you avoid food waste.
I wrote an article that explain the backstory of the project here.
In the article, I explain the motivation for the project, the challenges, the development process and the future of the project.
In order to reuse the code or to reproduce the results, you need to install the required libraries. You can install the required libraries by running the following command:
pip install -r requirements.txt
or using docker:
docker build -t baker .
docker run -p 8000:8000 baker
You can raise issues or pull requests on the GitHub repo if you have any suggestions or improvements, you can also comment the article on Towards Data Science.
This project is licensed under the MIT License - see the LICENSE