Tag

avatar

1 views collected around this technical thread.

DataFunSummit
DataFunSummit
Oct 26, 2022 · Artificial Intelligence

Digital Human Technology on the Soul Platform: Architecture, Key Techniques, and Application Scenarios

This article introduces Soul's digital‑human solution, covering the platform’s social metaverse concept, the self‑developed N⋀W⋀ rendering engine, its AI‑driven head, half‑body and full‑body capture pipelines, rendering capabilities, design resources, practical use cases, and future research directions.

AIAR/VRDigital Human
0 likes · 10 min read
Digital Human Technology on the Soul Platform: Architecture, Key Techniques, and Application Scenarios
php中文网 Courses
php中文网 Courses
Sep 23, 2021 · Backend Development

Generating Random Avatars with Multiavatar API in PHP

The article explains how to discover the Multiavatar service, use browser developer tools to modify the MD5 hash in the URL to obtain different avatars, and provides a concise PHP function that returns a random avatar URL based on an email address.

APIMultiavatarPHP
0 likes · 2 min read
Generating Random Avatars with Multiavatar API in PHP
Python Programming Learning Circle
Python Programming Learning Circle
Aug 30, 2018 · Backend Development

How to Generate Circular Avatars in PHP Using Layered Image Design

This tutorial explains how to create circular user avatars in PHP by stacking three image layers—a base layer, the uploaded user photo, and a transparent circular mask—detailing the design concept and showing the essential avatar.class.php implementation.

PHPavatarimage processing
0 likes · 2 min read
How to Generate Circular Avatars in PHP Using Layered Image Design