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.
- Host: GitHub
- URL: https://github.com/shreydan/khaanagpt
- Owner: shreydan
- Archived: true
- Created: 2023-02-17T16:45:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:52:11.000Z (over 1 year ago)
- Last Synced: 2025-05-15T13:11:58.824Z (5 months ago)
- Topics: finetune, gpt2, huggingface-spaces, language-model, transformers
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/shreydan/khaanaGPT
- Size: 1.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```