Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 806 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 806 Bytes

tensorflow-scripts (WIP)

This repository contains Tensorflow Programs to perform Label Extraction using the ImageNet Library
Follow instructions here to install the required libraries:

Tensorflow :

https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html The recommended way is to do pip install. If you already have an old installed version of tensorflow or protobuf, please do a clean uninstall and install the latest 0.10.x version. Older versions seem to have compatibility issues with the ImageNet Library. After installation, please run the "hello-world" example to check if tensorflow is imported properly.

Pillow :

If Pillow is not installed, use "pip install pillow". This is Python's Imaging Library which we use for image manipulation.

numpy :

pip install numpy