Skip to content

Imagenet classification web demo. Using Flask & TensorFlow

License

Notifications You must be signed in to change notification settings

medtune/inception-web

Repository files navigation

Inception Demo

Usage

Clone repository

git clone https://github.com/iallabs/inception-web & cd inception-web

Run demo (with virtualenv)

# Install requirements
# Set up virtualenv & project environement
make init
# Run demo
make demo