nycofox / avatar

An avatar generator for demo purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avatar Retrieval System

The Avatar Retrieval System is a Laravel-based web application that allows users to request AI-generated avatars by specifying their size, a unique identifier, and the preferred sex. These avatars are intended for demonstration purposes and are generated based on user-provided inputs.

You will need to upload your own images, go to /avatar to organize images.

Features

  • Serve AI-generated avatars.
  • Request avatars with customizable size, identifier, and sex.
  • Ensure consistent avatars for the same identifier.
  • Store and retrieve avatars from a collection of many unique images.

Usage

Requesting Avatars

To request an avatar, use the following URL format:

https://localhost/a?d={size}&s={sex}&h={identifier}

Where:

  • {size}: The desired size of the avatar in pixels (e.g., 300).
  • {sex}: The sex of the avatar, which can be 'm' for male, 'f' for female, or blank for random
  • {identifier}: A unique string that consistently maps to the same avatar. If not provided, a random avatar will be returned.

Examples

Contributing

If you would like to contribute to the Avatar Generation and Retrieval System, please open an issue or submit a pull request on the GitHub repository.

About

An avatar generator for demo purposes


Languages

Language:PHP 93.9%Language:Blade 5.8%Language:JavaScript 0.3%