Rediscover the Past, Sharpen Your Memories!
Revive faded memories. This web app restores faces from old blurry images, preserving authenticity and reviving hidden details.
This project uses the GFPGAN AI model to restore faces from blurry / old images.
- AWS credentials and S3 bucket
- Replicate API Token (replicate.com)
- Clone the repo
- Run
npm install
to install all the dependencies - Create a
.env.local
fromenv-example
file:cp env-example .env.local
- Update the Keys/Tokens in the
.env.local
file - Run
npm run dev
to start the project
- NextJS
- TailwindCSS
- AWS S3 for storing images
- GFPGAN AI model hosted at replicate.com