- Install Python 3.x (Note: Not 3.9.x because tensorflow does not support 3.9 yet)
- Install Package Installer for Python - pip : https://pip.pypa.io/en/stable/installing/
- Install Image Processing Library - OpenCV :
pip install opencv-python - Install AI Library - TensorFlow :
pip install tensorflow(Note: on windows, you have to enablewindows long path enable)
- Set up Python 3.x envs using
- PyCharm https://www.jetbrains.com/pycharm/
- VS Code https://code.visualstudio.com/docs/languages/python
- Or any Python IDE you like
- Install OpenCV and TensorFlow
- https://code.visualstudio.com/docs/python/python-tutorial
- https://code.visualstudio.com/docs/languages/python
- https://code.visualstudio.com/docs/python/settings-reference
- https://code.visualstudio.com/docs/python/environments
- https://code.visualstudio.com/docs/python/tutorial-flask
- https://code.visualstudio.com/docs/editor/userdefinedsnippets
The folder contains trained Haar Cascades classifiers for detecting objects of a particular type, e.g. faces (frontal, profile), pedestrians etc.