GithubHelp home page GithubHelp logo

xiaomingcom-cs / restorephotos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nutlope/restorephotos

0.0 0.0 0.0 7.19 MB

Restoring old and blurry face photos with AI.

Home Page: https://www.restorephotos.io/

Shell 0.39% JavaScript 1.68% TypeScript 94.11% CSS 3.82%

restorephotos's Introduction

This project restores old face photos using AI. Watch the 15 second demo.

Face Photo Restorer

How it works

It uses an ML model from the Applied Research Center called GFPGAN on Replicate to restore face photos. This application gives you the ability to upload any photo, which will send it through this ML Model using a Next.js API route, and return your restored photo.

Running Locally

After cloning the repo, go to Replicate to make an account and put your API key in a file called .env. 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.

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

Future Tasks

  • Implement a dynamic share page
    • Create a hash and store it in redis along with links to the old and new photos
    • With this new hash, create a new sharable dynamic page that has the photos side by side
    • Use Vercel OG to dynamically generate an OG card that contains the old and new pics side by side
  • Add toggle to be able to restore both face photos or just old blurry photos using swinr model
  • Improve the generation of the photo to extend beyond faces; maybe run it through a general model before
  • Add a carousel of good examples to the index page

restorephotos's People

Contributors

issaminu avatar nutlope avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.