Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- photo
|
| 5 |
+
- photo-restoration
|
| 6 |
+
- photo-enhancement
|
| 7 |
+
- colorize-black-and-white
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
## Face Shine Server
|
| 11 |
+
|
| 12 |
+
### This project is an AI Photo Enhancer running over Pytorch
|
| 13 |
+
|
| 14 |
+
## Features
|
| 15 |
+
|
| 16 |
+
- [x] Face enhancement
|
| 17 |
+
- [x] Super Resolution
|
| 18 |
+
- [x] Erase Scratches
|
| 19 |
+
- [x] Colorize Photo
|
| 20 |
+
- [x] Enhance lights
|
| 21 |
+
- [x] Clear background
|
| 22 |
+
|
| 23 |
+
### Install
|
| 24 |
+
|
| 25 |
+
```console
|
| 26 |
+
foo@bar:~$ pip install faceshine
|
| 27 |
+
foo@bar:~$ faceshine
|
| 28 |
+
```
|