Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.37 KB

🥘Baker

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.

Installation

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

Application Architecture

Application Architecture

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE