Skip to content

p1nox/learning_ai_with_art

Repository files navigation

learning_ai_with_art

A tiny, and easy to use, implementation + collection of resources about AI&Art.

Usage

Install Docker.

docker run -it \
	-v INPUT_PATH:assets/inputs -v OUTPUT_PATH:assets/outputs \
	p1nox/learning_ai_with_art bash

# add input images in assets/inputs (as content and style),
# and output results will be created in assets/outputs
python -m neural_art -c assets/inputs/landscape.jpg -s assets/inputs/vgogh.jpg
  • Repo as source:
git clone git@github.com:p1nox/learning_ai_with_art.git

cd learning_ai_with_art
sh build_image.sh
sh start_container.sh

# add input images in assets/inputs (as content and style),
# and output results will be created in assets/outputs
python -m neural_art -c assets/inputs/landscape.jpg -s assets/inputs/vgogh.jpg

AI & Art sources and resources

About

ScaleConf Colombia 2018: Learning AI with Van Gogh, Botero, and Cruz-Diez

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published