Use keras for deep learning.
-
Install tensorflow with Virtualenv.
-
Install keras
sudo pip install keras
-
Before running keras, start the tensorflow virtualenv 'source ~/bin/tensorflow/bin/activate'.
-
Run
python main.py --image African_Bush_Elephant.jpg
- Exit tensorflow virtualenv with 'deactivate'.