Skip to content

deftwork/tf-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV + Tensorflow

A Docker file to build images for AMD & ARM devices over a base image based with a minimal installation of Tensorflow an open source software library for numerical computation using data flow graphs. Over this base will be installed OpenCV a library of programming functions mainly aimed at real-time computer vision.

Be aware! You should read carefully the usage documentation of every tool!

Details

Docker Hub Docker Pulls Docker Stars Docker Build Size/Layers
tf-opencv

Build Instructions

Build for amd64 or arm32v7 architecture (thanks to its Multi-Arch base image)

docker build -t elswork/tf-opencv:latest .

My Real Usage Example

In order everyone could take full advantages of the usage of this docker container, I'll describe my own real usage setup.

docker run -it elswork/tf-opencv:latest

Releases

No releases published

Packages

No packages published