Welcome to Remix My Face, an engaging web app that invites you to discover your selfies in a new light. Transform your photos into a variety of captivating styles such as anime, cartoon, or sketch with just a few clicks. Built on Next.js 13 and Chakra UI, Remix My Face harnesses the power of the Leap Remix API to deliver a delightful, user-friendly experience.
Curious to see how it works? Explore the full potential of Remix My Face with our live demo at remixmyface.com.
At the core of Remix My Face lies the Leap platform, an extensive suite of AI APIs that provide the creative fuel for our transformative tool. The Leap Remix API empowers users to reimagine their photos in playful, artistic ways. Ready to dive in? Grab your API key by signing up at Leap and embark on a journey of endless possibilities.
Dive deeper into the Leap Remix API by browsing the Leap Remix API reference.
Remix My Face serves as an excellent example of how you can build powerful, real-world AI applications by leveraging state-of-the-art models, techniques and methods like Stable Diffusion, ControlNet. The app utilizes various diffusion models and provides an alternative to Dreambooth to create seamless and captivating transformations. As a developer, this project offers you the perfect opportunity to explore and learn from the code, modify it to suit your needs, or even draw inspiration to develop something entirely new.
With Remix My Face, your selfies become a canvas for imagination. Tap into our innovative image generation technology to craft a one-of-a-kind snapshot that reflects your unique personality and style.
To create your own selfie playground, follow these easy steps:
- Clone the repository:
git clone https://github.com/leap-api/remix-my-face.git
- Enter the
remix-my-face
directory:
cd remix-my-face
-
Install dependencies:
For npm:
npm install
For yarn:
yarn
-
Create a
.env
file in the root directory and fill inyour_api_key
with your Leap API key:
LEAP_API_KEY=your_api_key
-
Start the development server:
For npm:
npm run dev
For yarn:
yarn dev
-
Visit
http://localhost:3000
in your browser to see the running app.
Need a helping hand? Check out our comprehensive guide: Remix My Face Setup and Tutorial.
We welcome collaboration and appreciate your contribution to Remix My Face. If you have suggestions for improvement or significant changes in mind, feel free to open an issue and let's discuss!
- Discord Community: Leap Discord
- Help Email: help@tryleap.ai
Remix My Face is released under the MIT License.