Skip to content

Dockerfile for doing deep computer vision with OpenCV, Tensorflow and Keras

License

Notifications You must be signed in to change notification settings

aurlien/deep-cv-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Deep Learning and computer vision

This is a setup made to make it fast and simple to setup a new environment for deep learning development. Enabling GPU-support is as simple as seting a single variable (USE_GPU) to True, which makes it easy to use this setup on both your local environment, and on a remote workstation or cloud environment.

Packages included:

  • Python 3.5
  • Tensorflow
  • Keras
  • Opencv 3
  • Numpy
  • Matplotlib
  • Seaborn

Usage:

  1. Start jupyter notebook instance: make jupyter
  2. Start bash shell: make jupyter

Prerequesites:

  • docker

If you want to run with GPU-support:

  • nvidia-docker

About

Dockerfile for doing deep computer vision with OpenCV, Tensorflow and Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published