markolofsen / remix-my-face

Home Page:https://remixmyface.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remix My Face - AI-powered Selfie Transformations

Remix My Face App Banner Remix My Face App Interface Deploy with Vercel License: MIT ESLint Next.js TypeScript

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.

Try It Live

Curious to see how it works? Explore the full potential of Remix My Face with our live demo at remixmyface.com.

Leap API: The Brain Behind the Magic

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.

Learn, Modify, and Innovate with AI

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.

Unleash Your Creativity

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.

Getting Started

To create your own selfie playground, follow these easy steps:

  1. Clone the repository:
git clone https://github.com/leap-api/remix-my-face.git
  1. Enter the remix-my-face directory:
cd remix-my-face
  1. Install dependencies:

    For npm:

    npm install
    

    For yarn:

    yarn
    
  2. Create a .env file in the root directory and fill in your_api_key with your Leap API key:

LEAP_API_KEY=your_api_key
  1. Start the development server:

    For npm:

    npm run dev
    

    For yarn:

    yarn dev
    
  2. 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.

Contributing

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!

Resources and Support

License

Remix My Face is released under the MIT License.

About

https://remixmyface.com


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%