/gpt-recipe

Use GPT3 to flesh out the skeleton of a recipe

Primary LanguagePython

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