-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.macos.arm64.txt
24 lines (19 loc) · 1.18 KB
/
requirements.macos.arm64.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! Python3.7
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
# Specific versions that match the models we're using.
# Torch==1.10.2 # Installing Torch, for Tensor computation and Deep neural networks
# TorchVision==0.11.3 # Installing TorchVision, for Computer Vision based AI
## Bleeding edge versions of torch for Apple Silicon.
#--pre
#--extra-index-url https://download.pytorch.org/whl/nightly/cpu
torch # Installing PyTorch, for Tensor computation and Deep neural networks
#--pre
#--extra-index-url https://download.pytorch.org/whl/nightly/cpu
torchvision # Installing TorchVision, for Computer Vision based AI
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty.