An open API service indexing awesome lists of open source software.

https://github.com/jordantete/masterchef

Inspire your culinary journey with a collection of simple and delicious recipes
https://github.com/jordantete/masterchef

Last synced: about 1 month ago
JSON representation

Inspire your culinary journey with a collection of simple and delicious recipes

Awesome Lists containing this project

README

        

# MasterChef: Discover Simple and Delicious Recipes 🍳

[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[MasterChef](https://masterchef.streamlit.app/) is a Streamlit application designed to inspire your culinary journey with a collection of simple and delicious recipes.

Whether you're looking for quick meals that can be prepared in under 30 minutes or seeking to incorporate specific ingredients into your dishes, MasterChef is your go-to guide for culinary inspiration.

## Features

- **Ingredient-Based Recipe Search**: Find recipes by selecting specific ingredients. Perfect for using what you already have in the pantry.
- **Ingredient Repartition Visualization**: Discover the most used ingredients across all recipes with an interactive bar chart.
- **Minimal Ingredient Recipes**: Explore recipes that use the least number of ingredients for simplicity and ease.
- **Fish & Meat Recipe Distributions**: See the breakdown of recipes featuring fish vs. meat with a simple pie chart.
- **Random Recipe Suggestions**: Get inspired with random recipe suggestions from either the fish or meat category.
- **Find Similar Recipes**: Select a "central" recipe to find others that share the most ingredients in common, perfect for exploring variations.

## Technologies Used

- Streamlit
- Pandas for data manipulation
- Plotly for interactive visualizations
- Python standard libraries: `re` and `collections`

## Usage

You can acces the app [here](https://masterchef.streamlit.app/), navigate through its sections using the sidebar and main interface to explore recipes, visualize ingredient distributions, and find recipe inspiration based on your preferences.

## Contributing

Contributions are welcome! If you have suggestions or want to improve the app, feel free to fork the repository and submit a pull request.

## License

This project is licensed under the MIT License.