TensorflowJS - Online star craft unit race classification



This is an example of a StarCraft 2 image classification. Precisely, classify the race of a unit. I am using tensorflow.js, a javascript library to load a trained model with Keras. You can see all the steps in my github repo: https://github.com/bsaldivaremc2/keras_tutorials 

The images were trained with a 64 by 64 size, so all images will be resized to this shape.



Click on Choose File, then click on Classify image and see the message below. The first time it will take some seconds loading the model.



Classify image
Empty

Comentarios

Entradas populares de este blog

Deep neural networks visualization

Google Chart Sankey Diagram online for non software developers

Tensorflow Batch norm not working