project_ratatouille

An automatic random recipe generator made with a custom trained hugging-face's distilGPT2 transformer. Check out their other models as well, pretty cool stuff Link

I've used Eight Portions Recipe Data set which you can get here Link

Model

you can directly use this model from the huggingface/transformers library

tokenizer = AutoTokenizer.from_pretrained("kalki7/distilgpt2-ratatouille")
model = AutoModel.from_pretrained("kalki7/distilgpt2-ratatouille")