An open API service indexing awesome lists of open source software.

https://github.com/mafin/tensorflow-go

Simple Image Recognition with TensorFlow and Go
https://github.com/mafin/tensorflow-go

go tensorflow tensorflow-go

Last synced: about 2 months ago
JSON representation

Simple Image Recognition with TensorFlow and Go

Awesome Lists containing this project

README

          

# TensorFlaw + Go simple image recognition

Inspired by https://github.com/plutov/packagemain

How to run:
```
docker build -t imgerecognition .
docker run imgerecognition https://www.thestatesman.com/wp-content/uploads/2017/08/1493458748-beauty-face-517.jpg
```