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
- Host: GitHub
- URL: https://github.com/mafin/tensorflow-go
- Owner: mafin
- Created: 2020-11-16T21:13:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T21:14:23.000Z (over 5 years ago)
- Last Synced: 2025-10-05T12:58:53.840Z (9 months ago)
- Topics: go, tensorflow, tensorflow-go
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```