Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 256 Bytes

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