A tiny, and easy to use, implementation + collection of resources about AI&Art.
Install Docker.
- Directly from Dockerhub:
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