#! Python3.7

# Looking for more info on M1 chips? https://developer.apple.com/forums/thread/695963

Pandas                          # Installing Pandas, a data analysis / data manipulation tool
CoreMLTools                     # Installing CoreMLTools, for working with .mlmodel format models
OpenCV-Python                   # Installing OpenCV, the Open source Computer Vision library
Pillow<10.0.0                   # Installing Pillow, a Python Image Library
SciPy                           # Installing SciPy, a library for mathematics, science, and engineering
PyYAML                          # Installing PyYAML, a library for reading configuration files

torch                           # Installing PyTorch, for Tensor computation and Deep neural networks
torchvision                     # Installing TorchVision, for Computer Vision based AI

yolov5==6.2.3                   # Installing Ultralytics YoloV5 package for object detection in images

# We need this, but we don't need this. // matplotlib may be needed for macOS because of utils.py
Seaborn                         # Installing Seaborn, a data visualization library based on matplotlib
# matplotlib                    # Installing matplotlib, the python plotting package

CodeProject-AI-SDK              # Installing the CodeProject.AI SDK

# last line empty.