/neural_art_bots

software for a collection of Tensor flow-based visual art creation bots =)

Primary LanguageJupyter Notebook

neural_art_bots

software for a collection of Tensor flow-based visual art creation bots =)

I did have to run this at some point

$sudo xcodebuild -license

virtual env has been created following these steps:

created venv using the following prompt while inside the same folder as this file:

$python3 venv -m venv

activated the venv using the following command

$source venv/bin/activate

proceeded to install the required python libraries listed in python_deps.txt using pip