"What would you say if I told you there is a app on the market that tell you if you have a hotdog or not a hotdog?" -Jian-Yang
This is a TensorFlow Image Classifier that can be used to classify whether an image is hotdog or nothotdog. Inspired by Mr. Jian-Yang from HBO's Silicon Valley. Watch Demo here! :)
Used Google CodeLabs' TensorFlow For Poets as a guide.
- Docker
- Clone the repo and start tensorflow docker image
docker run -it --publish 6006:6006 --volume ${HOME}/tf_files:/tf_files --workdir /tf_files tensorflow/tensorflow:latest-devel
- Run the label_hotnot script to label the image.
python /tf_files/label_hotnot.py /tf_files/testImages/hotdog.jpg