Description
In this course, you will learn :
- How to inspect and understand APIs and third party libraries to be used with Python 3.
- How to apply the Python imaging library (pillow) to open, view, and manipulate images, including cropping, resizing, recoloring, and overlaying text.
- How to apply the python tesseract (py-tesseract) library with Python 3 in order to detect text in images through optical character recognition (OCR).
- How to apply the open source computer vision library (opencv) to detect faces in images, & how to crop and manipulate these faces into contact sheets.
Syllabus :
- The Python Imaging Library
- Tesseract and Optical Character Recognition
- Computer Vision with OpenCV