Skip to content

Russellwzr/image-inpainting-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Inpainting Back-End

This repository is modified from Xyfuture/hpc_backbone for easier and faster deployment and test:

  • Change the backend framework to Flask
  • Delete Redis Message Queue

Note: "Using Flask in this way is by far the easiest way to start serving your PyTorch models, but it will not work for a use case with high performance requirements." DEPLOYING PYTORCH IN PYTHON VIA A REST API WITH FLASK

Related Deep Learning Models:

How to run this project

Step 1

Download model weight to models/big_lama/weight/ and models/deblur_gan/weight/

Step 2

Install dependencies:

pip install -r requirements.txt

Step 3

Start server

python app.py

About

Image inpainting system backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages