Fine-tuned on 50k recipes for the AI Collaborative Pantry App.
Given a list of pantry ingredients, generates a complete recipe using only those ingredients.
Usage
python
1from transformers import pipeline
2pipe = pipeline("text-generation", model="htyagi22/pantryft-ai-3b")3pipe("Generate a recipe using only these ingredients: chicken, garlic, lemon")