AI Photo Restore
Type: Code
Framework: Next.js
CSS: Tailwind
Database: Upstash, Vercel KV
RestorePhotos.io is a project that utilizes AI to restore old face photos. It leverages the GFPGAN model from the Applied Research Center, hosted on Replicate, to restore face photos. Below are the steps to run this project locally and some additional information:
How it works:
- It uses the GFPGAN model from the Applied Research Center, hosted on Replicate, to restore old face photos.
- Users can upload their old photos, which are then processed through this AI model using a Next.js API route.
- The restored photos are returned to the users