Create custom smoothie recipes with the Smoothie Mixer App! This Python-based web application, built using Streamlit, fetches nutritional data from the FruityVice API. Whether you're a smoothie enthusiast or just want to explore healthy and delicious fruit combinations, this app makes it easy.
- Fruit Selection: Choose your favorite fruits for your smoothie.
- Nutritional Information: Visualize nutritional data with an interactive bar chart.
- Recipe Generation: Generate simple smoothie recipes based on your selected fruits.
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
Contributions are welcome! If you have suggestions, bug reports, or feature requests, please open an issue.