0.2.0 • Published 6 years ago

demba-ba-net v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

demba-ba-net

js-standard-style Build Status

Demba-Ba-Net is a CNN to check whether a given image contains the ShangHai ShenHua FC football star Demba Ba, which is based on MobileNet, using transfer learning.

Some Examples

example1.jpg

// output:
// { possibility: '97.33%' }

example2.jpg

// output:
// { possibility: '89.90%' }

example3.jpg

// output:
// { possibility: '0.37%' }

example4.jpg

// output:
// { possibility: '34.54%' }

Installation

npm i -g demba-ba-net

How To Use It

demba-ba-net-js infer -i <InputImagePath> [--gpu]