wilder / tf-clouds-classifier

TensorFlow Image Classifier to classify Clouds (Cumulus, Cumulonimbus, Cirrocumulos) :cloud:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) :cloud:


Languages

Language:Python 76.5%Language:HTML 16.9%Language:JavaScript 3.6%Language:CSS 3.0%