Python Packages - AshokBhat/ml GitHub Wiki

Generic packages

Package Arm64 whl Description
cython :x: Cython compiler for writing C extensions for the Python language
future NA Missing compatibility layer between Python 2 and Python 3
hypothesis NA Advanced testing library
numpy Yes, with some issue Array computing
pyyaml No wheel for any platform YAML parser and emitter
pillow Yes Imaging Library
pip NA Package manager
protobuf :x: Google's mechanism for serializing structured data
pybind11 NA Seamless operability between C++11 and Python
scipy :x: Scientific Library
setuptools NA Easily download, build, install, upgrade, and uninstall packages
wheel NA A built-package format

ML specific

Package Arm64 whl Description
onnxruntime Yes ONNX Runtime Python bindings
onnx :x: Open Neural Network Exchange
opencv-python-headless :x: Wrapper package for OpenCV python bindings
pycocotools NA Official APIs for the MS-COCO dataset
tensorflow :x: TensorFlow
torch :x: PyTorch
torchvision :x: PyTorch