Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 3.07 KB

README.md

File metadata and controls

67 lines (40 loc) · 3.07 KB

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 [email protected]: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