1. Install Python 3.6.9 or greater by downloading or installing via your favorite package manager, e.g.

    brew install python
    
  2. Install Python dependencies

    # Install OpenCV
    pip install opencv-python>=4.5.5.64
    
    # Install the Pillow library
    pip install Pillow>=8.3.2
    
    # Install the Numpy library
    pip install numpy>=1.22.4
    
    # Install the Imutils library
    pip install imutils>=0.5.4
    
    # Install the DarcyAI Engine
    pip install darcyai
    
    # Install TensorFlow
    pip install tensorflow