Files
Machine-Learning-Collection/requirements.txt
2023-12-08 15:59:55 +01:00

42 lines
467 B
Plaintext

# requirements.txt file with basic libraries to install for a machine learning workflow
numpy
pandas
scikit-learn
matplotlib
seaborn
scipy
# deep learning
torchvision
torchaudio
transformers
lightning
# all you need is xgboost
xgboost
lightgbm
# nlp libraries
nltk
spacy
# image processing
opencv-python-headless
Pillow
# data loading
pyarrow
# model optimization/experiment tracking
tensorboard
wandb
mlflow
# utilities
tqdm
# notebooks
jupyter
ipywidgets