Skip to content

Latest commit

 

History

History
 
 

photo-restoration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flask app to restore photos

Simple Flask app to restore old photos with AI. It uses the GFPGAN model on Replicate.

Screenshot

Setup

pip install flask replicate python-dotenv

You need a Replicate API Token (You can get started for free). Put the token in the .env file.

Then start the app, upload a photo, and have fun!

python main.py

Resources