Get all information about the recipes which you search.
- Recipe Search: Easily search for recipes based on a specific dish name.
- Cooking Instructions: Follow step-by-step cooking instructions to prepare your dishes with ease.
- Python 3.7 or higher.
- Get Spoonacular API key from Spoonacular
- Clone the repository to your local machine:
git clone https://github.com/swapnilsparsh/RecipeInfo.git
cd RecipeInfo
- Install the required dependencies:
pip install -r requirements.txt
- Create a folder with name ".streamlit" inside of that create a file with name "secrets.toml"
[spoonacular]
apiKey = "your_api_key"
- Run the Streamlit app locally:
streamlit run app.py
This project follows the MIT License.