Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: mit
|
|
5 |
# Zero Scratches
|
6 |
## Old Photo Restoration
|
7 |
|
8 |
-
This is a
|
9 |
|
10 |
|
11 |
### Install
|
@@ -27,4 +27,17 @@ new_img = eraser.erase(image)
|
|
27 |
|
28 |
new_img = PIL.Image.fromarray(new_img)
|
29 |
new_img.show()
|
30 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# Zero Scratches
|
6 |
## Old Photo Restoration
|
7 |
|
8 |
+
This is a lightweight implementation of [Microsoft Bringing Old Photos Back to Life](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life)
|
9 |
|
10 |
|
11 |
### Install
|
|
|
27 |
|
28 |
new_img = PIL.Image.fromarray(new_img)
|
29 |
new_img.show()
|
30 |
+
```
|
31 |
+
|
32 |
+
Get the pretrained models at [Hugging Face Zero Scratches](https://huggingface.co/leonelhs/zeroscratches)
|
33 |
+
|
34 |
+
## Some Apps using the library:
|
35 |
+
|
36 |
+
### [Face Shine](https://github.com/leonelhs/face-shine)
|
37 |
+
Face Shine Is a backend server for photo enhancement and restoration.
|
38 |
+
|
39 |
+
### [Super Face](https://github.com/leonelhs/SuperFace/)
|
40 |
+
Super Face is a Python QT frontend for Face Shine server.
|
41 |
+
|
42 |
+
<img src="https://drive.google.com/uc?export=view&id=1D7hpjQSlUkzfTba-E5Ul4Rb1c8lYkFj5"/>
|
43 |
+
<img src="https://drive.google.com/uc?export=view&id=1oKpJe-Ff3SeEekhGVRP1Ap3eIFqt0c8u"/>
|