Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 438 Bytes

keras

Use keras for deep learning.

Instruction:

  1. Install tensorflow with Virtualenv.

  2. Install keras

sudo pip install keras
  1. Before running keras, start the tensorflow virtualenv 'source ~/bin/tensorflow/bin/activate'.

  2. Run

python main.py --image African_Bush_Elephant.jpg
  1. Exit tensorflow virtualenv with 'deactivate'.