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

https://github.com/shreydan/khaanagpt

Fine-tuned GPT2 to generate Indian recipes based on few listed ingredients.
https://github.com/shreydan/khaanagpt

finetune gpt2 huggingface-spaces language-model transformers

Last synced: about 2 months ago
JSON representation

Fine-tuned GPT2 to generate Indian recipes based on few listed ingredients.

Awesome Lists containing this project

README

          

# 🍲️ खानाGPT

### Try it out at [HuggingFace Spaces](https://huggingface.co/spaces/shreydan/khaanaGPT)

Just a basic app to generate Indian recipes from listed ingredients. It's good, not great, it might add more ingredients or ignore some existing ingredients.

This was my first attempt at fine-tuning causalLM models. I used `GPT-2 Small` for this and it was fun, learnt a lot and the outputs are as expected.

HuggingFace Spaces Config:

```YAML
title: khaanaGPT
emoji: 🍲️
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 3.18.0
app_file: app.py
pinned: false
```