Avatar Remix Bot

screenshot of Avatar Remix Bot

This project contains code for a Discord bot that will edit friends' profile pictures in fun and sometimes unexpected ways.

Overview

The Avatar Remix project consists of a Discord bot that can creatively edit profile pictures of users' friends in a fun and unexpected manner. By leveraging models like instruct-pix2pix and Real-ESRGAN, this bot provides an entertaining twist to regular profile picture edits. It operates as a Cloudflare Worker and makes use of the Replicate API for serverless processing.

Features

  • Image Editing: The bot uses instruct-pix2pix and Real-ESRGAN to manipulate profile images in unique ways.
  • Cloudflare Integration: Operates as a Cloudflare Worker for efficient processing.
  • Replicate API: Utilizes the Replicate API for serverless functionality.
  • Scalability: Can be replicated and hosted independently for customized usage.
  • Envar Setup: Provides guidance on setting up necessary environmental variables for configuration.
typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.