Skip to content

harrison8989/recolorizer

Repository files navigation

AI Image Recolorizer

Research Paper

Setup

First, install dependencies via pip:

pip install -r requirements.txt

We provide a script to automatically scrape images from Flickr. Run the script to acquire a dataset:

python flickr_scrape.py

Generate the SVR model by running

python train_svr.py

Finally, test the SVR model on a single photo by running

python test_svr.py <file name>

About

Put color back into monochromatic photos of nature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published