Skip to content

jbinkleyj/Hands-On-Computer-Vision-with-TensorFlow-2

 
 

Repository files navigation

Hands On Computer Vision with TensorFlow 2

Leverage deep learning to create powerful computer vision apps with TensorFlow 2 and Keras.

This repository contains the code for the book Hands On Computer Vision with TensorFlow 2 by Eliot Andres and Benjamin Planche, published by Packt.

More precisely, this repository offers several notebooks to illustrate each of the chapters and their notions, as well as the complete sources for the advanced projects used as examples along the book. Note that this repository is meant to complement the book. Therefore, we suggest to check out its content for more detailed explanations and advanced tips.

🔎 About the Book

Computer vision is achieving a new frontier of capabilities in artificial intelligence including medical screening, self-driving cars and expression detection. TensorFlow is one of the most widely used AI frameworks that leverages deep convolutional neural networks to process complex data. This book explores Google's open source TensorFlow 2 framework along its Keras API, and teaches how to apply them to solving advanced computer vision tasks. It will help you acquire the skills and understand vital concepts to be a part of the extraordinary advances in this domain.

🔧 Technical Requirements

The code is in the form of Jupyter notebooks. Unless specified otherwise, it is running using Python 3.5 (or higher) and TensorFlow 1.10. Installation instructions are presented in the book (we recommend Anaconda to manage the dependencies like numpy, matplotlib, etc.).

📚 Table of Content

📜 Citing

If you use the code samples in your study/work or want to cite the book, please use:

@book{Andres_Planche_HandsOnCVWithTF2,
 author = {Andres, Eliot and Planche, Benjamin},
 title = {Hands-On Computer Vision with TensorFlow 2},
 year = {2019},
 isbn = {TBD},
 publisher = {Packt Publishing},
}
Other Formats: (Click to View)
MLA Andres, Eliot and Planche Benjamin. Hands-On Computer Vision with TensorFlow 2. Packt Publishing Ltd, 2019.
APA Andres, E., & Planche B. (2019). Hands-On Computer Vision with TensorFlow 2. Packt Publishing Ltd.
Chicago Andres, Eliot, and Planche, Benjamin. Hands-On Computer Vision with TensorFlow 2. Packt Publishing Ltd, 2019.
Harvard Andres, E. and Planche B., 2019. Hands-On Computer Vision with TensorFlow 2. Packt Publishing Ltd.
Vancouver Andres E, Planche B. Hands-On Computer Vision with TensorFlow 2. Packt Publishing Ltd; 2019.

EndNote RefMan RefWorks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 0.6%
  • Java 0.2%
  • Swift 0.2%
  • JavaScript 0.0%
  • Shell 0.0%