Skip to content

This is a TensorFlow Image Classifier that can be used to classify whether an image is hotdog or nothotdog.

License

Notifications You must be signed in to change notification settings

jramasani/HotDog_NotHotDog

Repository files navigation

hotdog-nothotdog

"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.

Requirements:

  1. Docker

Usage:

  1. 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
  1. Run the label_hotnot script to label the image.
python /tf_files/label_hotnot.py /tf_files/testImages/hotdog.jpg

Tests:

  1. hotdog
    result_hotdog

  2. Something else
    result_rose

About

This is a TensorFlow Image Classifier that can be used to classify whether an image is hotdog or nothotdog.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages