Recently I have been exploring data science projects involving computer vision. I am reading two books to guide my exploration.
- Deep Learning for Vision Systems by Mohamed Elgendy
- Learning OpenCV 4 Computer Vision with Python by Joseph Howse and Joe Minichino
After some reading, I came to understand the various tools that would be required. I didn’t want to pollute my MacBook Pro with the various tools, knowing that most likely this is a temporary exploration. To that end, I built a Docker Image that contains the various Data Science tools like Anaconda, Python3, Keras, Tensorflow, etc.
Creating the Docker image was not easy, but I have been successful. You can check it out at Data Science Tools and Github. If you are interested in Data Science exploration, perhaps you can use this tool.
3 comments on “Data Science Exploration”