kendricktan / drawlikebobross

Draw like Bob Ross using the power of Neural Networks (With PyTorch)!

Home Page:https://kendricktan.github.io/draw-like-bob-ross-with-pytorch.html#draw-like-bob-ross-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Draw like Bob Ross using the power of Neural Networks! (+ Pytorch)

Sample

Learning Process Visualization

webm

Getting started

Install dependecies

Requires python3.x

pip install -r requirements.txt
pip install http://download.pytorch.org/whl/cu75/torch-0.1.11.post5-cp36-cp36m-linux_x86_64.whl 
pip install torchvision

Run server (using pretrained model)

python app.py --resume pretrained_models/450epoch_aae.tar

Navigate to 127.0.0.1:5000

Run server (from scatch)

1. Scrapping data

./scrapper.sh

2. Preprocess data (should take around 5-10 mins)

python preprocess.py

3. Train data

cd aae
python train.py

4. Run server

cd PROJECT_ROOT
python app.py --resume TRAINEDMODEL.path.tar

Navigate to 127.0.0.1:5000

About

Draw like Bob Ross using the power of Neural Networks (With PyTorch)!

https://kendricktan.github.io/draw-like-bob-ross-with-pytorch.html#draw-like-bob-ross-with-pytorch

License:MIT License


Languages

Language:Python 76.2%Language:HTML 21.6%Language:Shell 2.2%