/BWColorization

An article made for O'Reilley on the neural colorization paper by http://richzhang.github.io/colorization/

Primary LanguageJupyter NotebookMIT LicenseMIT

Colorful Image Colorization Article

Example

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.

Quick Start

  1. To get started, install the requirements below and make sure they are at the latest version.
  2. Clone the repository and enter the main directory.
git clone https://github.com/MadcowD/BWColorization.git
cd BWColorization
  1. Launch the jupyter notebook server.
jupyter notebook
  1. Visit http://localhost:8888 and click article.ipynb to begin.

Requirements