Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.06 KB

File metadata and controls

34 lines (20 loc) · 1.06 KB

OpenAI Blog Writing Tool in Python

OpenAI GPT-3 Blog Writing Tool in Python using Flask

The OpenAI blog writing tool will allow you to enter a blog topic and keywords --- and get in return a full blog that you can use anywhere. The tool initially provides a list of topic ideas to choose from, once you select a topic, you can go ahead and generate a full content AI blog.

Generate Topics:

image

Generate Topic Sections:

image

Generate Content for Sections:

image

Write Complate AI Content Article/Blog Post

image

Installation:

Install the required modules:

pip install -r requirements.txt

Run your app:

python app.py