Review Analyzer & Image Generator - AI Powered avatar

Review Analyzer & Image Generator - AI Powered

Under maintenance

Pricing

from $15.75 / 1,000 review analyzeds

Go to Apify Store
Review Analyzer & Image Generator - AI Powered

Review Analyzer & Image Generator - AI Powered

Under maintenance

Collect reviews, analyze sentiment with AI, and generate social proof images.

Pricing

from $15.75 / 1,000 review analyzeds

Rating

5.0

(3)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

AI Media Enhancer ⭐ 4K Upscale — Real-ESRGAN + Face Restore — $0.20/image

View on Apify Store | English | Portugues

Upscale any image to 4K with Real-ESRGAN x4 AI super-resolution and GFPGAN face restoration. Get both landscape (16:9) and portrait (9:16) versions from a single image — zero quality loss. Batch process up to 20 images per run.

2-8x cheaper than Topaz AI ($0.10-0.50/image) and Let's Enhance ($0.20+/image). Same Real-ESRGAN model, cloud-powered.


Features

FeatureDescription
Real-ESRGAN 4xState-of-the-art AI upscaling. 720p to 4K, 1080p to 8K-quality
GFPGAN Face RestoreAI face restoration — fixes blurry, low-res, or damaged faces
Dual Aspect OutputGet 16:9 (landscape) + 9:16 (portrait) from one image, zero quality loss
4K or 1080pChoose 3840x2160 or 1920x1080 output resolution
Batch ProcessingEnhance up to 20 images per run
Cloud GPURuns on NVIDIA A100 via ZeroGPU — no setup needed

Pricing

UsageCostvs Topaz AIvs Let's Enhance
1 image (dual output)$0.20$0.10-0.50 (2-8x more)$0.20+ (3x more)
10 images$0.60$1.00-5.00$2.00+
100 images$6.00$10-50$20+

1 free image on first run — try before you buy. Pay-per-event: you only pay for successfully enhanced images. Each image counts as 1 event regardless of single or dual output.

Input Parameters

ParameterTypeDefaultDescription
imageUrlstringSingle image URL (PNG, JPEG, WebP)
imageUrlsarrayMultiple URLs for batch processing (max 20)
upscalebooleantrueApply Real-ESRGAN 4x upscaling
faceEnhancebooleantrueApply GFPGAN face restoration
outputAspectselect"both"both (16:9 + 9:16), 16:9, 9:16, or 1:1
outputResolutionselect"4K"4K (3840x2160) or 1080p (1920x1080)
huggingfaceTokenstringOptional HuggingFace token for faster queue

Input Examples

Single Image to 4K (Dual Output)

{
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/640px-Camponotus_flavomarginatus_ant.jpg",
"upscale": true,
"faceEnhance": true,
"outputAspect": "both",
"outputResolution": "4K"
}

Batch Enhancement (Landscape Only)

{
"imageUrls": [
"https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=640",
"https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=640"
],
"outputAspect": "16:9",
"outputResolution": "1080p"
}

Portrait Only (Stories/Reels)

{
"imageUrl": "https://images.unsplash.com/photo-1560343090-f0409e92791a?w=640",
"outputAspect": "9:16",
"faceEnhance": false
}

Output

FieldDescription
sourceUrlOriginal image URL
landscapeUrlPublic URL to 16:9 enhanced image
portraitUrlPublic URL to 9:16 enhanced image
landscapeSizeKBLandscape file size in KB
portraitSizeKBPortrait file size in KB
outputResolution4K or 1080p
modelReal-ESRGAN x4 + GFPGAN
ppeChargedWhether PPE was charged
ppeReasonowner, trial, or paid

Pipeline: Image → Video → 4K

Combine with other ViralAnalyzer actors for a complete pipeline:

1. [Image Generator](https://apify.com/viralanalyzer/social-media-content-generator)FLUX.1 Dev image ($0.15)
2. [Video Generator](https://apify.com/viralanalyzer/ai-video-generator) → Wan2.2 animation ($0.15)
3. AI Media Enhancer → 4K upscale + dual aspect ($0.20)
─────────────────────────────────────
Total: $0.75 for a 4K AI video from text prompt

API Usage

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_TOKEN' });
const run = await client.actor('viralanalyzer/review-analyzer-image-generator').call({
imageUrl: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/640px-Camponotus_flavomarginatus_ant.jpg',
upscale: true,
faceEnhance: true,
outputAspect: 'both',
outputResolution: '4K',
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items[0].landscapeUrl); // → 4K landscape PNG URL
console.log(items[0].portraitUrl); // → 4K portrait PNG URL
from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('viralanalyzer/review-analyzer-image-generator').call(run_input={
'imageUrl': 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/640px-Camponotus_flavomarginatus_ant.jpg',
'upscale': True,
'faceEnhance': True,
'outputAspect': 'both',
'outputResolution': '4K',
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items[0]['landscapeUrl']) # → 4K landscape PNG URL
print(items[0]['portraitUrl']) # → 4K portrait PNG URL

Portugues

Aumente qualquer imagem para 4K com Real-ESRGAN x4 super-resolucao IA e GFPGAN restauracao facial. Receba versoes paisagem (16:9) e retrato (9:16) de uma unica imagem — sem perda de qualidade. Processe ate 20 imagens por execucao.

2-8x mais barato que Topaz AI ($0.10-0.50) e Let's Enhance ($0.20+).

Precos

UsoCusto
1 imagem (saida dual)$0.20
10 imagens$0.60
100 imagens$6.00

1 imagem gratis na primeira execucao.

Parametros

ParametroTipoPadraoDescricao
imageUrlstringURL de uma imagem (PNG, JPEG, WebP)
imageUrlsarrayMultiplas URLs para lote (max 20)
upscalebooleantrueAplicar upscale 4x Real-ESRGAN
faceEnhancebooleantrueAplicar restauracao facial GFPGAN
outputAspectselect"both"both (16:9 + 9:16), 16:9, 9:16, ou 1:1
outputResolutionselect"4K"4K (3840x2160) ou 1080p (1920x1080)

Pipeline Completo

Imagem (FLUX.1)Video (Wan2.2)4K (Real-ESRGAN + GFPGAN)
$0.05 $0.15 $0.20
────────────────────────────────────────────
Total: $0.75 por video 4K gerado por IA a partir de texto

Exemplo

{
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/640px-Camponotus_flavomarginatus_ant.jpg",
"outputAspect": "both",
"outputResolution": "4K"
}