Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

Transform educational images, infographics, and data visualizations into comprehensive, interactive blog posts automatically published to WordPress.

Quick Start

praisonai recipe run image-to-blog-generator \
  --var image_path="/path/to/infographic.png"

Pipeline Stages

1

Image Analysis

Uses GPT-4o vision to extract:
  • Main topic and context
  • All components and labels
  • Data, statistics, percentages
  • Relationships between elements
  • Color coding meanings
2

Research

Tavily search finds 10 related sources:
  • Additional context
  • Expert quotes
  • Recent developments
  • Practical applications
3

Image Description

Creates a simplified infographic prompt:
  • Clean, modern design
  • Blue/teal colour scheme
  • Key data points highlighted
4

Blog Writing

Generates Gutenberg-formatted post:
  • Tables for data
  • Lists for key points
  • Quotes from research
  • British English
5

WordPress Publish

Publishes to WordPress:
  • Category: AI
  • Author: praison
  • Status: publish

Agents

Image Analyzer

Model: GPT-4o (vision)Extracts every detail from educational images

Researcher

Tool: tavily_searchFinds 10 related sources

Image Generator

Model: GPT-4o-miniCreates infographic descriptions

Blog Writer

Model: GPT-4o-miniWrites Gutenberg-formatted posts

Requirements

export OPENAI_API_KEY="sk-..."
export TAVILY_API_KEY="tvly-..."
Requires praisonaiwp CLI configured:
pip install praisonaiwp
praisonaiwp config --site mer.vin --user praison

Example Output

MetricValue
Judge Score7.07/10
Agents5
Steps5
Tokens~3000
For best results, use high-resolution educational images with clear labels and data points.

URL to Blog

Generate blogs from web URLs

WordPress Publisher

Standalone publishing module