Acknowledgements
This project would not have been possible without the people developing, maintaining and releasing open source projects online. Therefore, I would like to thank the people that developed the packages this project directly depends on, those that developed the packages those projects depend on, and so on:
pandas: Powerful data structures for data analysis, time series, and statisticsnumpy– Travis E. Oliphant et al.: Fundamental package for array computing in Pythontorch– PyTorch Team: Tensors and Dynamic neural networks in Python with strong GPU accelerationtorchvision– PyTorch Core Team: image and video datasets and models for torch deep learningmatplotlib– John D. Hunter, Michael Droettboom: Python plotting packagepytorch-ignite– PyTorch-Ignite Team: A lightweight library to help with training neural networks in PyTorch.tqdm: Fast, Extensible Progress Metersympy– SymPy development team: Computer algebra system (CAS) in Pythonscikit-learn: A set of python modules for machine learning and data miningseaborn: Statistical data visualizationConfigArgParse: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.torch-optimizer– Nikolay Novik: pytorch-optimizeradabelief-pytorch– Juntang Zhuang: PyTorch implementation of AdaBelief Optimizeraislib– Arnor Sigurdsson:colorama: Cross-platform colored terminal text.transformers– The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors): State-of-the-art Machine Learning for JAX, PyTorch and TensorFlowipython– The IPython Development Team: IPython: Productive Interactive Computingtimm: PyTorch Image Modelscaptum– PyTorch Team: Model interpretability for PyTorchdeeplake– activeloop.ai: Data Lake for Multi-Modal AI Searchaioboto3– Terry Cain: Async boto3 wrappertermcolor: ANSI color formatting for output in terminaltokenizers– Anthony MOI <m.anthony.moi@gmail.com>:pyarrow: Python library for Apache Arroweinops– Alex Rogozhnikov: A new flavour of deep learning operationsfastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for productionuvicorn: The lightning-fast ASGI server.pydantic: Data validation using Python type hintslifelines– Cameron Davidson-Pilon: Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regressionwebsocket-client– liris: WebSocket client for Python with low level API optionspillow: Python Imaging Library (Fork)pyyaml– Kirill Simonov: YAML parser and emitter for Pythonstarlette: The little ASGI library that shines.websockets: An implementation of the WebSocket Protocol (RFC 6455 & 7692)polars: Blazingly fast DataFrame librarymemory-profiler– Fabian Pedregosa: A module for monitoring memory usage of a python programpytest– Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS): pytest: simple powerful testing with Pythontox: tox is a generic virtualenv management and test command line toolflake8– Tarek Ziade: the modular source code checker: pep8 pyflakes and cojupyter– Jupyter Development Team: Jupyter metapackage. Install all the Jupyter components in one go.ipykernel: IPython Kernel for Jupytercoverage– Ned Batchelder and 235 others: Code coverage measurement for Pythonsnakeviz: A web-based viewer for Python profiler outputpytest-cov– Marc Schlaich: Pytest plugin for measuring coverage.pynvim– Neovim Authors: Python client for Neovimpre-commit– Anthony Sottile: A framework for managing and maintaining multi-language pre-commit hooks.gpustat– Jongwook Choi: An utility to monitor NVIDIA GPU status and usageblack: The uncompromising code formatter.Sphinx: Python documentation generatorsphinx-rtd-theme– Dave Snider, Read the Docs, Inc. & contributors: Read the Docs theme for Sphinxsphinx-copybutton– Executable Book Project: Add a copy button to each of your code cells.tomlkit– Sébastien Eustace: Style preserving TOML librarygdown: Google Drive Public File/Folder Downloaderhypothesis– David R. MacIver and Zac Hatfield-Dodds: A library for property-based testingpdf2image– Edouard Belval: A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.vulture– Jendrik Seipp: Find dead codemypy: Optional static typing for Pythontypes-pyyaml: Typing stubs for PyYAMLisort: A Python utility / library to sort Python imports.pytest-split– Jerry Pussinen: Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.deptry: A command line utility to check for unused, missing and transitive dependencies in a Python project.