jonnyroutley / gpt-recipe

Use GPT3 to flesh out the skeleton of a recipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT3 Recipe Writer

Use GPT3 to turn the skeleton of a recipe into a nicely readable one.

Read text in from input.md and write to input.md.

to run:

python -m venv env
source env/Scripts/activate
pip install -r requirements.txt
python main.py

About

Use GPT3 to flesh out the skeleton of a recipe


Languages

Language:Python 100.0%