-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.linux.arm64.txt
29 lines (21 loc) · 1.54 KB
/
requirements.linux.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
25
26
27
28
29
#! Python3.8
numpy<2.0 # Installing NumPy, a package for scientific computing
# 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 Torch, for Tensor computation and Deep neural networks
# TorchVision # Installing TorchVision, for Computer Vision based AI
# We'll lock down to Torch 1.X, CPU-only to play it safe
--extra-index-url https://download.pytorch.org/whl/cpu
torch==1.13.1 # Installing Torch, for Tensor computation and Deep neural networks
--extra-index-url https://download.pytorch.org/whl/cpu
torchvision==0.14.1 # Installing TorchVision, for Computer Vision based AI
# Specific version because we have a patch
ultralytics==8.1.2 # Installing Ultralytics package for object detection in images
# We need this, but we don't need this.
# Seaborn # Installing Seaborn, a data visualization library based on matplotlib
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line empty.