Skip to content

TensorFlow Image Classifier to classify Clouds (Cumulus, Cumulonimbus, Cirrocumulos) ☁️

Notifications You must be signed in to change notification settings

wilder/tf-clouds-classifier

Repository files navigation

Tensorflow Cloud Images Classifier

This is a project developed using 'Build a TensorFlow Image Classifier in 5 Min' Youtube video, and this Google CodeLab as a guide.

Anyone can use this classifier to classify a cloud in Cumulus, Cumulonimbus or Cirrocumulos.

Requirements

Usage

Clone this repo to ${HOME}/tf_files/

Start the docker image

docker run -it \
  --publish 6006:6006 \
  --volume ${HOME}/tf_files:/tf_files \
  --workdir /tf_files \
  tensorflow/tensorflow:1.1.0 bash

Then, run the classifier.py script to classify the image. python classifier.py <path_to_file>

It will display a list of the trained clouds labels with their matching score accuracy.

About

TensorFlow Image Classifier to classify Clouds (Cumulus, Cumulonimbus, Cirrocumulos) ☁️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published