Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.54 KB

File metadata and controls

36 lines (28 loc) · 1.54 KB

Env Installation:

From Linux or MacOS Terminal:

  1. Install Python 3.x (Note: Not 3.9.x because tensorflow does not support 3.9 yet)
  2. Install Package Installer for Python - pip : https://pip.pypa.io/en/stable/installing/
  3. Install Image Processing Library - OpenCV : pip install opencv-python
  4. Install AI Library - TensorFlow : pip install tensorflow (Note: on windows, you have to enable windows long path enable)

From Windows / Mac:

Resources:

Python Programming in VS Code

Python Programming in PyCharm

Object Detection thru Image Processing - OpenCV

The folder contains trained Haar Cascades classifiers for detecting objects of a particular type, e.g. faces (frontal, profile), pedestrians etc.

Face Detection thru AI Neural Network