Spaces:
Sleeping
Sleeping
Commit
·
01ae07e
1
Parent(s):
af8c1fd
Update README
Browse files
README.md
CHANGED
|
@@ -10,4 +10,27 @@ pinned: false
|
|
| 10 |
short_description: 'A tool to generate authentic autochrome images from text.'
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
short_description: 'A tool to generate authentic autochrome images from text.'
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
+
# Digitized autochrome restoration using synthetic data only
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
*Given a green-tinted autochrome image, the algorithm identifies the damaged areas and fixes them while preserving the underlying image features.*
|
| 19 |
+
|
| 20 |
+
## Setup
|
| 21 |
+
* Tested with Windows 11 -> WSL2 -> Docker
|
| 22 |
+
* Host: GPU 4090 RTX | Driver Version: 566.24| CUDA Version: 12.7
|
| 23 |
+
* Docker version 27.2.1, build 9e34c9b
|
| 24 |
+
## Getting Started
|
| 25 |
+
|
| 26 |
+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
|
| 27 |
+
This will start the interactive Hugging Face demo but in a container.
|
| 28 |
+
|
| 29 |
+
### How to install and run
|
| 30 |
+
|
| 31 |
+
1. Build the docker image with `sh build_docker.sh`
|
| 32 |
+
2. Start the container by `sh start_docker.sh`
|
| 33 |
+
3. To test the demo connect to the container
|
| 34 |
+
4. Go to `cd /workspace`
|
| 35 |
+
5. Run the interactive demo `python3 demo.py`
|
| 36 |
+
|