mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-20 13:50:41 +00:00
43 lines
487 B
Plaintext
43 lines
487 B
Plaintext
# requirements.txt file with basic libraries to install for a machine learning workflow
|
|
# HELLO
|
|
numpy
|
|
pandas
|
|
scikit-learn
|
|
matplotlib
|
|
seaborn
|
|
scipy
|
|
|
|
# deep learning
|
|
torchvision
|
|
torchaudio
|
|
transformers
|
|
lightning
|
|
torchmetrics
|
|
|
|
# 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
|