Files
Machine-Learning-Collection/requirements.txt
2023-12-08 14:12:21 +01:00

28 lines
364 B
Plaintext

numpy
pandas
scikit-learn
matplotlib
seaborn
scipy
# Deep Learning
torchvision
torchaudio
transformers
tensorboard
# For gradient boosting machines (GBMs)
xgboost
lightgbm
# For working with text data
nltk
spacy
# For image processing tasks
opencv-python-headless
Pillow
# Jupyter Notebook (remove if you do not use it within the container)
jupyter
ipywidgets