-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpip_install.sh
More file actions
executable file
·30 lines (28 loc) · 870 Bytes
/
Copy pathpip_install.sh
File metadata and controls
executable file
·30 lines (28 loc) · 870 Bytes
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
#!/bin/sh
# installed
pip3 install matplotlib
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip3 install tensorflow
pip3 install tensorflow_text
pip3 install tensorflow_datasets
pip3 install tensorflow_recommenders
pip3 install tensorflow_decision_forests
pip3 install tf-models-official
pip3 install python-ffmpeg
pip3 install ffmpeg
pip3 install ffmpeg-python
pip3 install scikit-learn
pip3 install scikit-neuralnetwork
pip3 install tk
pip3 install librosa
pip3 install onnx onnxruntime seaborn
pip3 install tf2onnx # conflict with latest flatbuffer from tensorflow
pip3 install resampy
pip3 install pycocotools
pip3 install nltk
pip3 install opencv-python
pip3 install keras_cv
pip3 install git+https://github.com/tensorflow/examples.git
pip3 install pydot
pip3 install huggingface_hub[hf_xet]
pip3 install transformers