- Based on Google's Image Recognition Tutorial
- Detailed Example: KerasInception
- A Web based Node.js API
- Python Example on Heroku
- Class Labels ImageNet
In a Terminal:
git clone https://github.com/EN10/SimpleInception.git
cd SimpleInception
bash install.sh
!wget https://raw.githubusercontent.com/tensorflow/models/master/tutorials/image/imagenet/classify_image.py
!wget https://raw.githubusercontent.com/EN10/SimpleInception/master/5918348-image.jpg
!python classify_image.py --image_file 5918348-image.jpg
"Go To Your Dashboard"
Click: "+ Create a new workspace"
Give a "Workspace name" e.g. inception
"Clone from Git URL":
https://github.com/EN10/SimpleInception.git
"Choose a template": Blank
Click "Create workspace" (~35s)
then "+ New Terminal" type:
bash install.sh
wget https://raw.githubusercontent.com/tensorflow/models/master/tutorials/image/imagenet/classify_image.py
wget https://raw.githubusercontent.com/EN10/SimpleInception/master/5918348-image.jpg
sudo pip install -U pip
sudo pip install tensorflow
sudo python classify_image.py --image_file 5918348-image.jpg
Runs in < 14s First Time!
Disable Error Messages:
export TF_CPP_MIN_LOG_LEVEL=2