Install Python 3.6.9 or greater by downloading or installing via your favorite package manager, e.g.
brew install python
If you have older Python versions on your computer, you may need to usepython3
andpip3
commands. You can change the default behavior .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