API for generating customizable SVG avatars with consistent seeds.
This project provides an API service that generates customizable SVG avatars based on consistent seed values. It is designed for developers who need avatar generation capabilities with control over styles and repeatability.
A Docker image for this API service is available on Docker Hub.
To run the service locally using Docker:
docker run -p 8000:80 goquibble/avatars:latestThis will start the API server on port 8000.
This project is licensed under the Apache-2.0 License.
Contributions are welcome!
Please open issues or submit pull requests to improve the project.