Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 482 Bytes

File metadata and controls

24 lines (13 loc) · 482 Bytes

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>