|
black # PEP8 formatter |
|
black[jupyter] # PEP8 formatter for Jupyter NB |
|
codecarbon>=2.3.1 |
|
datasets>=2.14.0 |
|
dill # Pickle substitute for big data sets |
|
fastapi>=0.68.0 |
|
gradio>=4.0.0 |
|
keras # DL library |
|
librosa==0.10.2.post1 |
|
mlflow # ML tracker and more |
|
notebook # all Jupyter notebook needs |
|
plotly # interactive plots (with JS) |
|
pylint # great linter |
|
pydantic>=1.10.0 |
|
pytest # unit tests |
|
pytest-cov # unit tests, cover a specific function |
|
python-dotenv # Environment variables |
|
pyyaml # YAML support |
|
requests>=2.31.0 |
|
seaborn # plots |
|
scikit-learn # ML must-have |
|
scikit-image # scikit learn images |
|
streamlit # cool Python GUI |
|
tensorboard # DL monitoring |
|
tensorflow-macos |
|
ultralytics |
|
uvicorn>=0.15.0 |
|
# tensorflow # DL, CPU only |
|
# tensorflow[and-cuda] # DL with GPU (uncomment for MacOS) |
|
# tensorflow-metal |