We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1ef62 commit db82962Copy full SHA for db82962
README.md
@@ -6,7 +6,27 @@ Models are allready trained
6
7
## Instalation
8
9
-
+1. Install all requirements for [Tensorflow](https://www.tensorflow.org/install/ "Tensorflow")
10
+ without installing Tensorflow itself.
11
+
12
+2. Create virtual environment
13
14
+ virtualenv -p python3 colorization_venv
15
16
+3. Activate virtual environment
17
18
+ source colorization_venv/bin/activate
19
20
+4. Clone **Image and video colorization** package and move in it
21
22
+ git clone https://github.com/PrimozGodec/ImageColorization.git
23
+ cd ImageColorization
24
25
+5. Install requirements
26
27
+ pip install -r requirements.txt
28
29
+6. You are done :)
30
31
## Image colorization
32
0 commit comments