/machine-learning

Primary LanguagePythonApache License 2.0Apache-2.0

machine-learning

Create virtual env

pacman -S python-tensorflow-opt-cuda python-pygame

cd ~/projects/venv
virtualenv --system-site-packages machine-learning
source machine-learning/bin/activate
pip3 install -r ~/projects/home/machine-learning/requirements.txt
deactivate