Authors: William H. Guss, Utkarsh Singhal
An article made for O'Reilley on the neural colorization paper by Richard Zhang, Phillip Isola, and Alexei A. Efros. To preview the iPython notebook version of the article open article.ipynb. The following are necessary requirements to run the notebook on your machine.
- To get started, install the requirements below and make sure they are at the latest version.
- Clone the repository and enter the main directory.
git clone https://github.com/MadcowD/BWColorization.git
cd BWColorization
- Launch the jupyter notebook server.
jupyter notebook
- Visit http://localhost:8888 and click
article.ipynb
to begin.