Skip to content

angela-goncalves/different_decade

 
 

Repository files navigation

diferent_decade - generate a photo in 80s decade with AI

Deploy with Vercel

Demo-diferent_decade.mov

How it works

Create a photo of yourself dressed like in the 80s!!

It uses an SDXL model called stability-ai/sdxl trained with images from the 80s decade and then, it uses a faceswap to give you a photo of yourself dressed like in the 80s. This application gives you the ability to upload a photo of you, which will send it through this ML Model using a Next.js API route, and generated your image. The ML Model is hosted on Replicate and Bytescale is used for image storage.

Running Locally

Cloning the repository the local machine.

git clone (https://github.com/angela-goncalves/diferent_decade.git)

Creating a account on Replicate to get an API key.

  1. Go to Replicate to make an account.
  2. Click on your profile picture in the top left corner, and click on "API Tokens".
  3. Here you can find your API token. Copy it.

Storing the API keys in .env

Create a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.

If you'd also like to do rate limiting, create an account on UpStash, create a Redis database, and populate the two environment variables in .env as well. If you don't want to do rate limiting, you don't need to make any changes.

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

License

This repo is MIT licensed.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • CSS 6.7%
  • JavaScript 6.3%