Skip to content

In this repository, you can find some samples and experiments about machine and deep learning, specially about image processing and objects recognition.

License

Notifications You must be signed in to change notification settings

sergioalberto/DeepLearningLab

Repository files navigation

DeepLearningLab

In this repository, you can find some samples and experiments about machine and deep learning, specially about image processing and objects recognition.

Build the docker lab

docker build -t sergiogq/deeplearninglab .

Use Docker to run the project:

docker pull sergiogq/deeplearninglab
docker run -it -p 8888:8888 -p 6006:6006 -v ~/:/host sergiogq/deeplearninglab jupyter notebook --allow-root /host
or
docker run -it -p 8888:8888 -p 6006:6006 -v ~/:/host sergiogq/deeplearninglab

Go to http://127.0.0.1:8888

Installation

  1. Install dependencies
pip3 install -r requirements.txt

About

In this repository, you can find some samples and experiments about machine and deep learning, specially about image processing and objects recognition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •