Skip to content

Baker is an AI powered app that helps you find recipes and avoid food waste

License

Notifications You must be signed in to change notification settings

VianneyMI/baker

Repository files navigation

🥘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

About

Baker is an AI powered app that helps you find recipes and avoid food waste

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published