Skip to content

Python¤

My FOSS

I finally escaped from the telemetry secret agents :)

Thank you, FOSS!

As a way to give back to the FOSS community, I have created and maintained a Fedora Copr repository, coprs/thangckt, to keep up-to-date builds of various cutting-edge packages for the latest RedHat based distros.

The repository includes even essential daily-use packages, such as mail client, office stuff, to critical scientific applications like Ovito, Zotero, VScodium, SSH client, and many others.

To install the packages, simply enable the Copr repository:

sudo dnf copr enable thangckt/thang_foss
sudo dnf install ovito zotero  # or other packages

Or add repo file:

sudo dnf config-manager addrepo --overwrite --from-repofile=https://copr.fedorainfracloud.org/coprs/thangckt/thang_foss/repo/fedora-42/thangckt-thang_foss-fedora-42.repo
sudo dnf install ovito

Best-of Machine Learning with Python

Best-of Machine Learning with Python

🏆  A ranked list of awesome machine learning Python libraries. Updated weekly.

This curated list contains 920 awesome open-source projects with a total of 5M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Tensorflow related project
  •   Sklearn related project
  •   PyTorch related project
  •   MxNet related project
  •   Apache Spark related project
  •   Jupyter related project
  •   PaddlePaddle related project
  •   Pandas related project
  •   Jax related project


Machine Learning Frameworks

Back to top

General-purpose machine learning and deep learning frameworks.

Tensorflow (🥇56 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2 - [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.9K · 🔀 75K · 📦 520K · 📋 41K - 3% open · ⏱️ 22.05.2025):
git clone https://github.com/tensorflow/tensorflow
- [PyPi](https://pypi.org/project/tensorflow) (📥 22M / month · 📦 8.9K · ⏱️ 12.03.2025):
pip install tensorflow
- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 5.5M · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow
- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 80M · ⭐ 2.8K · ⏱️ 22.05.2025):
docker pull tensorflow/tensorflow
PyTorch (🥇55 · ⭐ 90K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 - [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 5.6K · 🔀 24K · 📥 88K · 📦 780K · 📋 52K - 31% open · ⏱️ 22.05.2025):
git clone https://github.com/pytorch/pytorch
- [PyPi](https://pypi.org/project/torch) (📥 49M / month · 📦 25K · ⏱️ 23.04.2025):
pip install torch
- [Conda](https://anaconda.org/pytorch/pytorch) (📥 27M · ⏱️ 25.03.2025):
conda install -c pytorch pytorch
scikit-learn (🥇53 · ⭐ 62K) - scikit-learn: machine learning in Python. BSD-3 - [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.3K · 🔀 26K · 📥 1.1K · 📦 1.3M · 📋 12K - 17% open · ⏱️ 22.05.2025):
git clone https://github.com/scikit-learn/scikit-learn
- [PyPi](https://pypi.org/project/scikit-learn) (📥 100M / month · 📦 30K · ⏱️ 09.05.2025):
pip install scikit-learn
- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 36M · ⏱️ 09.05.2025):
conda install -c conda-forge scikit-learn
Keras (🥇47 · ⭐ 63K) - Deep Learning for humans. Apache-2 - [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.4K · 🔀 20K · 📋 13K - 2% open · ⏱️ 21.05.2025):
git clone https://github.com/keras-team/keras
- [PyPi](https://pypi.org/project/keras) (📥 16M / month · 📦 1.9K · ⏱️ 19.05.2025):
pip install keras
- [Conda](https://anaconda.org/conda-forge/keras) (📥 4.1M · ⏱️ 20.05.2025):
conda install -c conda-forge keras
XGBoost (🥇46 · ⭐ 27K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 - [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 660 · 🔀 8.8K · 📥 16K · 📦 160K · 📋 5.5K - 8% open · ⏱️ 20.05.2025):
git clone https://github.com/dmlc/xgboost
- [PyPi](https://pypi.org/project/xgboost) (📥 25M / month · 📦 2.5K · ⏱️ 13.05.2025):
pip install xgboost
- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 6.1M · ⏱️ 15.05.2025):
conda install -c conda-forge xgboost
jax (🥇45 · ⭐ 32K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 - [GitHub](https://github.com/jax-ml/jax) (👨‍💻 880 · 🔀 3K · 📦 44K · 📋 6.2K - 23% open · ⏱️ 22.05.2025):
git clone https://github.com/google/jax
- [PyPi](https://pypi.org/project/jax) (📥 7.5M / month · 📦 2.5K · ⏱️ 21.05.2025):
pip install jax
- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 2.7M · ⏱️ 17.05.2025):
conda install -c conda-forge jaxlib
PaddlePaddle (🥇45 · ⭐ 23K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.4K · 🔀 5.7K · 📥 15K · 📦 8.2K · 📋 20K - 9% open · ⏱️ 22.05.2025):
git clone https://github.com/PaddlePaddle/Paddle
- [PyPi](https://pypi.org/project/paddlepaddle) (📥 390K / month · 📦 230 · ⏱️ 26.03.2025):
pip install paddlepaddle
PySpark (🥈44 · ⭐ 41K) - Apache Spark Python API. Apache-2 - [GitHub](https://github.com/apache/spark) (👨‍💻 3.2K · 🔀 29K · ⏱️ 22.05.2025):
git clone https://github.com/apache/spark
- [PyPi](https://pypi.org/project/pyspark) (📥 46M / month · 📦 1.9K · ⏱️ 27.02.2025):
pip install pyspark
- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 3.9M · ⏱️ 22.04.2025):
conda install -c conda-forge pyspark
pytorch-lightning (🥈43 · ⭐ 30K) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2 - [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 1K · 🔀 3.5K · 📥 13K · 📦 46K · 📋 7.3K - 12% open · ⏱️ 20.05.2025):
git clone https://github.com/Lightning-AI/lightning
- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 9.5M / month · 📦 1.7K · ⏱️ 25.04.2025):
pip install pytorch-lightning
- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.5M · ⏱️ 28.04.2025):
conda install -c conda-forge pytorch-lightning
StatsModels (🥈43 · ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 - [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 460 · 🔀 3.1K · 📥 35 · 📦 170K · 📋 5.7K - 50% open · ⏱️ 06.05.2025):
git clone https://github.com/statsmodels/statsmodels
- [PyPi](https://pypi.org/project/statsmodels) (📥 17M / month · 📦 4.5K · ⏱️ 03.10.2024):
pip install statsmodels
- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 19M · ⏱️ 22.04.2025):
conda install -c conda-forge statsmodels
LightGBM (🥈42 · ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT - [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 330 · 🔀 3.9K · 📥 290K · 📦 53K · 📋 3.6K - 12% open · ⏱️ 22.05.2025):
git clone https://github.com/microsoft/LightGBM
- [PyPi](https://pypi.org/project/lightgbm) (📥 11M / month · 📦 1.4K · ⏱️ 15.02.2025):
pip install lightgbm
- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 3.6M · ⏱️ 22.04.2025):
conda install -c conda-forge lightgbm
Catboost (🥈42 · ⭐ 8.4K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 - [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.3K · 🔀 1.2K · 📥 390K · 📦 18 · 📋 2.4K - 25% open · ⏱️ 22.05.2025):
git clone https://github.com/catboost/catboost
- [PyPi](https://pypi.org/project/catboost) (📥 2.6M / month · 📦 650 · ⏱️ 13.04.2025):
pip install catboost
- [Conda](https://anaconda.org/conda-forge/catboost) (📥 2M · ⏱️ 19.05.2025):
conda install -c conda-forge catboost
Fastai (🥈41 · ⭐ 27K) - The fastai deep learning library. Apache-2 - [GitHub](https://github.com/fastai/fastai) (👨‍💻 670 · 🔀 7.6K · 📦 23K · 📋 1.8K - 13% open · ⏱️ 19.04.2025):
git clone https://github.com/fastai/fastai
- [PyPi](https://pypi.org/project/fastai) (📥 610K / month · 📦 330 · ⏱️ 18.04.2025):
pip install fastai
PyFlink (🥈40 · ⭐ 25K) - Apache Flink Python API. Apache-2 - [GitHub](https://github.com/apache/flink) (👨‍💻 2K · 🔀 14K · 📦 21 · ⏱️ 22.05.2025):
git clone https://github.com/apache/flink
- [PyPi](https://pypi.org/project/apache-flink) (📥 7.2M / month · 📦 35 · ⏱️ 12.02.2025):
pip install apache-flink
einops (🥈37 · ⭐ 8.9K) - Flexible and powerful tensor operations for readable and reliable code.. MIT - [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 33 · 🔀 360 · 📦 76K · 📋 200 - 17% open · ⏱️ 25.04.2025):
git clone https://github.com/arogozhnikov/einops
- [PyPi](https://pypi.org/project/einops) (📥 9.6M / month · 📦 2.6K · ⏱️ 09.02.2025):
pip install einops
- [Conda](https://anaconda.org/conda-forge/einops) (📥 380K · ⏱️ 22.04.2025):
conda install -c conda-forge einops
Flax (🥈37 · ⭐ 6.6K) - Flax is a neural network library for JAX that is designed for.. Apache-2 - [GitHub](https://github.com/google/flax) (👨‍💻 260 · 🔀 690 · 📥 61 · 📦 14K · 📋 1.2K - 33% open · ⏱️ 21.05.2025):
git clone https://github.com/google/flax
- [PyPi](https://pypi.org/project/flax) (📥 1.5M / month · 📦 610 · ⏱️ 23.04.2025):
pip install flax
- [Conda](https://anaconda.org/conda-forge/flax) (📥 100K · ⏱️ 22.04.2025):
conda install -c conda-forge flax
Ignite (🥈37 · ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 - [GitHub](https://github.com/pytorch/ignite) (👨‍💻 860 · 🔀 650 · 📦 3.8K · 📋 1.4K - 10% open · ⏱️ 07.05.2025):
git clone https://github.com/pytorch/ignite
- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 180K / month · 📦 110 · ⏱️ 22.05.2025):
pip install pytorch-ignite
- [Conda](https://anaconda.org/pytorch/ignite) (📥 230K · ⏱️ 30.03.2025):
conda install -c pytorch ignite
Jina (🥈35 · ⭐ 22K) - Build multimodal AI applications with cloud-native stack. Apache-2 - [GitHub](https://github.com/jina-ai/serve) (👨‍💻 180 · 🔀 2.2K · 📋 1.9K - 0% open · ⏱️ 24.03.2025):
git clone https://github.com/jina-ai/jina
- [PyPi](https://pypi.org/project/jina) (📥 46K / month · 📦 29 · ⏱️ 24.03.2025):
pip install jina
- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 95K · ⏱️ 22.04.2025):
conda install -c conda-forge jina-core
- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 8 · ⏱️ 24.03.2025):
docker pull jinaai/jina
Thinc (🥈34 · ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT - [GitHub](https://github.com/explosion/thinc) (👨‍💻 67 · 🔀 280 · 📥 1.3K · 📦 68K · 📋 150 - 12% open · ⏱️ 07.03.2025):
git clone https://github.com/explosion/thinc
- [PyPi](https://pypi.org/project/thinc) (📥 18M / month · 📦 160 · ⏱️ 04.04.2025):
pip install thinc
- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.5M · ⏱️ 22.04.2025):
conda install -c conda-forge thinc
ivy (🥈33 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 - [GitHub](https://github.com/ivy-llc/ivy) (👨‍💻 1.5K · 🔀 5.7K · 📋 17K - 5% open · ⏱️ 29.04.2025):
git clone https://github.com/unifyai/ivy
- [PyPi](https://pypi.org/project/ivy) (📥 21K / month · 📦 16 · ⏱️ 21.02.2025):
pip install ivy
Vowpal Wabbit (🥈33 · ⭐ 8.6K · 💤) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 - [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 340 · 🔀 1.9K · 📦 2 · 📋 1.3K - 10% open · ⏱️ 01.08.2024):
git clone https://github.com/VowpalWabbit/vowpal_wabbit
- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 22K / month · 📦 40 · ⏱️ 08.08.2024):
pip install vowpalwabbit
- [Conda](https://anaconda.org/conda-forge/vowpalwabbit) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge vowpalwabbit
mlpack (🥈33 · ⭐ 5.4K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 - [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 330 · 🔀 1.7K · 📋 1.7K - 1% open · ⏱️ 22.05.2025):
git clone https://github.com/mlpack/mlpack
- [PyPi](https://pypi.org/project/mlpack) (📥 4.3K / month · 📦 6 · ⏱️ 15.05.2025):
pip install mlpack
- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge mlpack
Ludwig (🥉32 · ⭐ 11K · 💤) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 - [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.2K · 📦 310 · 📋 1.1K - 4% open · ⏱️ 17.10.2024):
git clone https://github.com/ludwig-ai/ludwig
- [PyPi](https://pypi.org/project/ludwig) (📥 1.4K / month · 📦 6 · ⏱️ 30.07.2024):
pip install ludwig
Sonnet (🥉32 · ⭐ 9.8K) - TensorFlow-based neural network library. Apache-2 - [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 61 · 🔀 1.3K · 📦 1.4K · 📋 190 - 16% open · ⏱️ 14.02.2025):
git clone https://github.com/deepmind/sonnet
- [PyPi](https://pypi.org/project/dm-sonnet) (📥 19K / month · 📦 19 · ⏱️ 02.01.2024):
pip install dm-sonnet
- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 43K · ⏱️ 22.04.2025):
conda install -c conda-forge sonnet
skorch (🥉32 · ⭐ 6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 - [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 67 · 🔀 390 · 📦 1.7K · 📋 540 - 12% open · ⏱️ 24.04.2025):
git clone https://github.com/skorch-dev/skorch
- [PyPi](https://pypi.org/project/skorch) (📥 110K / month · 📦 94 · ⏱️ 10.01.2025):
pip install skorch
- [Conda](https://anaconda.org/conda-forge/skorch) (📥 800K · ⏱️ 22.04.2025):
conda install -c conda-forge skorch
tensorflow-upstream (🥉32 · ⭐ 690) - TensorFlow ROCm port. Apache-2 - [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 4.9K · 🔀 99 · 📥 29 · 📋 390 - 4% open · ⏱️ 21.05.2025):
git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 12K / month · 📦 9 · ⏱️ 10.01.2024):
pip install tensorflow-rocm
Haiku (🥉31 · ⭐ 3K) - JAX-based neural network library. Apache-2 - [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 88 · 🔀 250 · 📦 2.5K · 📋 250 - 29% open · ⏱️ 01.05.2025):
git clone https://github.com/deepmind/dm-haiku
- [PyPi](https://pypi.org/project/dm-haiku) (📥 220K / month · 📦 190 · ⏱️ 22.04.2025):
pip install dm-haiku
- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 34K · ⏱️ 23.04.2025):
conda install -c conda-forge dm-haiku
Determined (🥉29 · ⭐ 3.1K) - Determined is an open-source machine learning platform.. Apache-2 - [GitHub](https://github.com/determined-ai/determined) (👨‍💻 120 · 🔀 360 · 📥 13K · 📋 450 - 22% open · ⏱️ 20.03.2025):
git clone https://github.com/determined-ai/determined
- [PyPi](https://pypi.org/project/determined) (📥 200K / month · 📦 4 · ⏱️ 19.03.2025):
pip install determined
Geomstats (🥉28 · ⭐ 1.4K) - Computations and statistics on manifolds with geometric structures. MIT - [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 95 · 🔀 250 · 📦 140 · 📋 570 - 36% open · ⏱️ 22.05.2025):
git clone https://github.com/geomstats/geomstats
- [PyPi](https://pypi.org/project/geomstats) (📥 5K / month · 📦 12 · ⏱️ 09.09.2024):
pip install geomstats
- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 6.5K · ⏱️ 22.04.2025):
conda install -c conda-forge geomstats
NuPIC (🥉27 · ⭐ 6.3K) - Numenta Platform for Intelligent Computing is an implementation of.. MIT - [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.6K · 📥 22 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024):
git clone https://github.com/numenta/nupic
- [PyPi](https://pypi.org/project/nupic) (📥 930 / month · ⏱️ 01.09.2016):
pip install nupic
pyRiemann (🥉27 · ⭐ 680) - Machine learning for multivariate data through the Riemannian.. BSD-3 - [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 37 · 🔀 170 · 📦 470 · 📋 110 - 2% open · ⏱️ 19.05.2025):
git clone https://github.com/pyRiemann/pyRiemann
- [PyPi](https://pypi.org/project/pyriemann) (📥 51K / month · 📦 28 · ⏱️ 12.02.2025):
pip install pyriemann
- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 13K · ⏱️ 22.04.2025):
conda install -c conda-forge pyriemann
Neural Network Libraries (🥉26 · ⭐ 2.7K) - Neural Network Libraries. Apache-2 - [GitHub](https://github.com/sony/nnabla) (👨‍💻 76 · 🔀 330 · 📥 1K · 📋 95 - 36% open · ⏱️ 15.11.2024):
git clone https://github.com/sony/nnabla
- [PyPi](https://pypi.org/project/nnabla) (📥 5.1K / month · 📦 44 · ⏱️ 29.05.2024):
pip install nnabla
ktrain (🥉26 · ⭐ 1.3K · 💤) - ktrain is a Python library that makes deep learning and AI.. Apache-2 - [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 17 · 🔀 270 · 📦 570 · 📋 500 - 0% open · ⏱️ 09.07.2024):
git clone https://github.com/amaiya/ktrain
- [PyPi](https://pypi.org/project/ktrain) (📥 5.4K / month · 📦 4 · ⏱️ 19.06.2024):
pip install ktrain
fklearn (🥉24 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 - [GitHub](https://github.com/nubank/fklearn) (👨‍💻 56 · 🔀 170 · 📦 16 · 📋 64 - 60% open · ⏱️ 23.04.2025):
git clone https://github.com/nubank/fklearn
- [PyPi](https://pypi.org/project/fklearn) (📥 1.4K / month · ⏱️ 26.02.2025):
pip install fklearn
Towhee (🥉23 · ⭐ 3.4K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2 - [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 38 · 🔀 260 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024):
git clone https://github.com/towhee-io/towhee
- [PyPi](https://pypi.org/project/towhee) (📥 4.5K / month · ⏱️ 04.12.2023):
pip install towhee
Runhouse (🥉22 · ⭐ 1K) - Distribute and run AI workloads magically in Python, like PyTorch for.. Apache-2 - [GitHub](https://github.com/run-house/runhouse) (👨‍💻 16 · 🔀 36 · 📥 69 · 📋 51 - 17% open · ⏱️ 03.04.2025):
git clone https://github.com/run-house/runhouse
- [PyPi](https://pypi.org/project/runhouse) (📥 19K / month · 📦 1 · ⏱️ 10.03.2025):
pip install runhouse
chefboost (🥉20 · ⭐ 480) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT - [GitHub](https://github.com/serengil/chefboost) (👨‍💻 7 · 🔀 100 · 📦 71 · ⏱️ 31.03.2025):
git clone https://github.com/serengil/chefboost
- [PyPi](https://pypi.org/project/chefboost) (📥 4.5K / month · ⏱️ 30.10.2024):
pip install chefboost
NeoML (🥉19 · ⭐ 780) - Machine learning framework for both deep learning and traditional.. Apache-2 - [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 40 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 03.05.2025):
git clone https://github.com/neoml-lib/neoml
- [PyPi](https://pypi.org/project/neoml) (📥 690 / month · ⏱️ 26.12.2023):
pip install neoml
ThunderGBM (🥉18 · ⭐ 700) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 - [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨‍💻 12 · 🔀 87 · 📦 4 · 📋 81 - 48% open · ⏱️ 19.03.2025):
git clone https://github.com/Xtra-Computing/thundergbm
- [PyPi](https://pypi.org/project/thundergbm) (📥 180 / month · ⏱️ 19.09.2022):
pip install thundergbm
Show 24 hidden projects... - dlib (🥈40 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 - MXNet (🥈39 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 - Theano (🥈38 · ⭐ 9.9K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 - Chainer (🥈34 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT - MindsDB (🥈33 · ⭐ 29K) - AIs query engine - Platform for building AI that can learn and.. ❗️ICU - tensorpack (🥈33 · ⭐ 6.3K · 💀) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 - Turi Create (🥉32 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 - TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT - dyNET (🥉31 · ⭐ 3.4K · 💀) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 - CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT - Lasagne (🥉28 · ⭐ 3.9K · 💀) - Lightweight library to build and train neural networks in Theano. MIT - SHOGUN (🥉27 · ⭐ 3K · 💀) - Unified and efficient Machine Learning. BSD-3 - EvaDB (🥉27 · ⭐ 2.7K · 💀) - Database system for AI-powered apps. Apache-2 - xLearn (🥉25 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 - NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT - neon (🥉23 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 - ThunderSVM (🥉22 · ⭐ 1.6K · 💀) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 - mace (🥉21 · ⭐ 5K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 - Neural Tangents (🥉21 · ⭐ 2.3K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2 - Torchbearer (🥉21 · ⭐ 640 · 💀) - torchbearer: A model fitting library for PyTorch. MIT - Objax (🥉19 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 - elegy (🥉19 · ⭐ 480 · 💀) - A High Level API for Deep Learning in JAX. MIT - StarSpace (🥉16 · ⭐ 4K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT - nanodl (🥉13 · ⭐ 290 · 💤) - A Jax-based library for building transformers, includes.. MIT


Data Visualization

Back to top

General-purpose and task-specific data visualization libraries.

Matplotlib (🥇49 · ⭐ 21K) - matplotlib: plotting with Python. ❗Unlicensed - [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.8K · 🔀 7.9K · 📦 1.8M · 📋 11K - 14% open · ⏱️ 21.05.2025):
git clone https://github.com/matplotlib/matplotlib
- [PyPi](https://pypi.org/project/matplotlib) (📥 87M / month · 📦 60K · ⏱️ 08.05.2025):
pip install matplotlib
- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 30M · ⏱️ 15.05.2025):
conda install -c conda-forge matplotlib
dash (🥇46 · ⭐ 22K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT - [GitHub](https://github.com/plotly/dash) (👨‍💻 180 · 🔀 2.1K · 📥 88 · 📦 86K · 📋 2K - 27% open · ⏱️ 06.05.2025):
git clone https://github.com/plotly/dash
- [PyPi](https://pypi.org/project/dash) (📥 5.1M / month · 📦 1.6K · ⏱️ 24.04.2025):
pip install dash
- [Conda](https://anaconda.org/conda-forge/dash) (📥 1.8M · ⏱️ 27.04.2025):
conda install -c conda-forge dash
Plotly (🥇46 · ⭐ 17K) - The interactive graphing library for Python. MIT - [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 290 · 🔀 2.6K · 📥 240 · 📦 430K · 📋 3.2K - 20% open · ⏱️ 20.05.2025):
git clone https://github.com/plotly/plotly.py
- [PyPi](https://pypi.org/project/plotly) (📥 24M / month · 📦 8.3K · ⏱️ 20.05.2025):
pip install plotly
- [Conda](https://anaconda.org/conda-forge/plotly) (📥 9.6M · ⏱️ 21.05.2025):
conda install -c conda-forge plotly
- [npm](https://www.npmjs.com/package/plotlywidget) (📥 44K / month · 📦 9 · ⏱️ 12.01.2021):
npm install plotlywidget
Bokeh (🥇45 · ⭐ 20K) - Interactive Data Visualization in the browser, from Python. BSD-3 - [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 710 · 🔀 4.2K · 📦 100K · 📋 8K - 10% open · ⏱️ 22.05.2025):
git clone https://github.com/bokeh/bokeh
- [PyPi](https://pypi.org/project/bokeh) (📥 3.4M / month · 📦 2K · ⏱️ 12.05.2025):
pip install bokeh
- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 17M · ⏱️ 12.05.2025):
conda install -c conda-forge bokeh
Seaborn (🥇43 · ⭐ 13K · 📈) - Statistical data visualization in Python. BSD-3 - [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 220 · 🔀 1.9K · 📥 470 · 📦 670K · 📋 2.6K - 6% open · ⏱️ 26.01.2025):
git clone https://github.com/mwaskom/seaborn
- [PyPi](https://pypi.org/project/seaborn) (📥 24M / month · 📦 11K · ⏱️ 25.01.2024):
pip install seaborn
- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 13M · ⏱️ 22.04.2025):
conda install -c conda-forge seaborn
Altair (🥇40 · ⭐ 9.8K · 📉) - Declarative visualization library for Python. BSD-3 - [GitHub](https://github.com/vega/altair) (👨‍💻 180 · 🔀 800 · 📥 230 · 📦 230K · 📋 2.1K - 6% open · ⏱️ 22.04.2025):
git clone https://github.com/altair-viz/altair
- [PyPi](https://pypi.org/project/altair) (📥 29M / month · 📦 920 · ⏱️ 23.11.2024):
pip install altair
- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.7M · ⏱️ 22.04.2025):
conda install -c conda-forge altair
FiftyOne (🥈39 · ⭐ 9.5K) - Visualize, create, and debug image and video datasets.. Apache-2 - [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 150 · 🔀 630 · 📦 980 · 📋 1.7K - 33% open · ⏱️ 21.05.2025):
git clone https://github.com/voxel51/fiftyone
- [PyPi](https://pypi.org/project/fiftyone) (📥 110K / month · 📦 27 · ⏱️ 09.05.2025):
pip install fiftyone
PyVista (🥈39 · ⭐ 3.1K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT - [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 180 · 🔀 560 · 📥 890 · 📦 4.8K · 📋 1.9K - 36% open · ⏱️ 22.05.2025):
git clone https://github.com/pyvista/pyvista
- [PyPi](https://pypi.org/project/pyvista) (📥 470K / month · 📦 710 · ⏱️ 13.05.2025):
pip install pyvista
- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 690K · ⏱️ 13.05.2025):
conda install -c conda-forge pyvista
pandas-profiling (🥈38 · ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT - [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 140 · 🔀 1.7K · 📥 320 · 📦 6.6K · 📋 840 - 30% open · ⏱️ 26.03.2025):
git clone https://github.com/ydataai/pandas-profiling
- [PyPi](https://pypi.org/project/pandas-profiling) (📥 360K / month · 📦 180 · ⏱️ 03.02.2023):
pip install pandas-profiling
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 510K · ⏱️ 22.04.2025):
conda install -c conda-forge pandas-profiling
HoloViews (🥈38 · ⭐ 2.8K · 📈) - With Holoviews, your data visualizes itself. BSD-3 - [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 150 · 🔀 410 · 📦 16K · 📋 3.4K - 31% open · ⏱️ 21.05.2025):
git clone https://github.com/holoviz/holoviews
- [PyPi](https://pypi.org/project/holoviews) (📥 500K / month · 📦 430 · ⏱️ 31.03.2025):
pip install holoviews
- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2.1M · ⏱️ 22.04.2025):
conda install -c conda-forge holoviews
- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 170 / month · 📦 5 · ⏱️ 14.01.2025):
npm install @pyviz/jupyterlab_pyviz
pyecharts (🥈37 · ⭐ 15K) - Python Echarts Plotting Library. MIT - [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 45 · 🔀 2.9K · 📥 73 · 📦 5.4K · 📋 1.9K - 0% open · ⏱️ 26.01.2025):
git clone https://github.com/pyecharts/pyecharts
- [PyPi](https://pypi.org/project/pyecharts) (📥 250K / month · 📦 220 · ⏱️ 24.01.2025):
pip install pyecharts
PyQtGraph (🥈37 · ⭐ 4.1K) - Fast data visualization and GUI tools for scientific / engineering.. MIT - [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 300 · 🔀 1.1K · 📦 12K · 📋 1.4K - 32% open · ⏱️ 08.04.2025):
git clone https://github.com/pyqtgraph/pyqtgraph
- [PyPi](https://pypi.org/project/pyqtgraph) (📥 400K / month · 📦 1K · ⏱️ 29.04.2024):
pip install pyqtgraph
- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 710K · ⏱️ 22.04.2025):
conda install -c conda-forge pyqtgraph
plotnine (🥈36 · ⭐ 4.2K) - A Grammar of Graphics for Python. MIT - [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 230 · 📦 12K · 📋 720 - 10% open · ⏱️ 22.05.2025):
git clone https://github.com/has2k1/plotnine
- [PyPi](https://pypi.org/project/plotnine) (📥 2.5M / month · 📦 380 · ⏱️ 19.05.2025):
pip install plotnine
- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 470K · ⏱️ 22.04.2025):
conda install -c conda-forge plotnine
Graphviz (🥈36 · ⭐ 1.7K · 💤) - Simple Python interface for Graphviz. MIT - [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 23 · 🔀 210 · 📦 91K · 📋 190 - 6% open · ⏱️ 13.05.2024):
git clone https://github.com/xflr6/graphviz
- [PyPi](https://pypi.org/project/graphviz) (📥 24M / month · 📦 2.9K · ⏱️ 21.03.2024):
pip install graphviz
- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 54K · ⏱️ 22.04.2025):
conda install -c anaconda python-graphviz
VisPy (🥈35 · ⭐ 3.4K) - High-performance interactive 2D/3D data visualization library. BSD-3 - [GitHub](https://github.com/vispy/vispy) (👨‍💻 200 · 🔀 620 · 📦 2K · 📋 1.5K - 25% open · ⏱️ 20.05.2025):
git clone https://github.com/vispy/vispy
- [PyPi](https://pypi.org/project/vispy) (📥 160K / month · 📦 200 · ⏱️ 19.05.2025):
pip install vispy
- [Conda](https://anaconda.org/conda-forge/vispy) (📥 810K · ⏱️ 19.05.2025):
conda install -c conda-forge vispy
- [npm](https://www.npmjs.com/package/vispy) (📥 21 / month · 📦 3 · ⏱️ 15.03.2020):
npm install vispy
Perspective (🥈34 · ⭐ 9.2K) - A data visualization and analytics component, especially.. Apache-2 - [GitHub](https://github.com/finos/perspective) (👨‍💻 100 · 🔀 1.2K · 📥 11K · 📦 180 · 📋 880 - 12% open · ⏱️ 15.05.2025):
git clone https://github.com/finos/perspective
- [PyPi](https://pypi.org/project/perspective-python) (📥 18K / month · 📦 30 · ⏱️ 01.05.2025):
pip install perspective-python
- [Conda](https://anaconda.org/conda-forge/perspective) (📥 2.1M · ⏱️ 07.05.2025):
conda install -c conda-forge perspective
- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 360 / month · 📦 6 · ⏱️ 01.05.2025):
npm install @finos/perspective-jupyterlab
cartopy (🥈34 · ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 - [GitHub](https://github.com/SciTools/cartopy) (👨‍💻 140 · 🔀 380 · 📦 7.6K · 📋 1.3K - 24% open · ⏱️ 15.05.2025):
git clone https://github.com/SciTools/cartopy
- [PyPi](https://pypi.org/project/cartopy) (📥 520K / month · 📦 720 · ⏱️ 08.10.2024):
pip install cartopy
- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 4.8M · ⏱️ 22.04.2025):
conda install -c conda-forge cartopy
UMAP (🥈33 · ⭐ 7.8K) - Uniform Manifold Approximation and Projection. BSD-3 - [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 140 · 🔀 830 · 📦 1 · 📋 850 - 59% open · ⏱️ 12.05.2025):
git clone https://github.com/lmcinnes/umap
- [PyPi](https://pypi.org/project/umap-learn) (📥 1.5M / month · 📦 1.1K · ⏱️ 28.10.2024):
pip install umap-learn
- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge umap-learn
datashader (🥈33 · ⭐ 3.4K) - Quickly and accurately render even the largest data. BSD-3 - [GitHub](https://github.com/holoviz/datashader) (👨‍💻 62 · 🔀 370 · 📦 6.1K · 📋 600 - 23% open · ⏱️ 08.05.2025):
git clone https://github.com/holoviz/datashader
- [PyPi](https://pypi.org/project/datashader) (📥 180K / month · 📦 250 · ⏱️ 08.05.2025):
pip install datashader
- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.5M · ⏱️ 08.05.2025):
conda install -c conda-forge datashader
lets-plot (🥈33 · ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT - [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 21 · 🔀 53 · 📥 3.2K · 📦 180 · 📋 690 - 23% open · ⏱️ 21.05.2025):
git clone https://github.com/JetBrains/lets-plot
- [PyPi](https://pypi.org/project/lets-plot) (📥 98K / month · 📦 15 · ⏱️ 28.03.2025):
pip install lets-plot
wordcloud (🥈32 · ⭐ 10K) - A little word cloud generator in Python. MIT - [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 73 · 🔀 2.3K · 📦 21 · 📋 560 - 24% open · ⏱️ 12.04.2025):
git clone https://github.com/amueller/word_cloud
- [PyPi](https://pypi.org/project/wordcloud) (📥 1.8M / month · 📦 550 · ⏱️ 10.11.2024):
pip install wordcloud
- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 670K · ⏱️ 22.04.2025):
conda install -c conda-forge wordcloud
hvPlot (🥈32 · ⭐ 1.2K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 - [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 51 · 🔀 110 · 📦 7.1K · 📋 900 - 42% open · ⏱️ 21.05.2025):
git clone https://github.com/holoviz/hvplot
- [PyPi](https://pypi.org/project/hvplot) (📥 210K / month · 📦 240 · ⏱️ 30.04.2025):
pip install hvplot
- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 770K · ⏱️ 01.05.2025):
conda install -c conda-forge hvplot
mpld3 (🥉31 · ⭐ 2.4K · 💤) - An interactive data visualization tool which brings matplotlib.. BSD-3 - [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 53 · 🔀 360 · 📦 7.4K · 📋 370 - 59% open · ⏱️ 30.10.2024):
git clone https://github.com/mpld3/mpld3
- [PyPi](https://pypi.org/project/mpld3) (📥 350K / month · 📦 150 · ⏱️ 23.12.2023):
pip install mpld3
- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 230K · ⏱️ 22.04.2025):
conda install -c conda-forge mpld3
- [npm](https://www.npmjs.com/package/mpld3) (📥 1.2K / month · 📦 9 · ⏱️ 23.12.2023):
npm install mpld3
D-Tale (🥉30 · ⭐ 4.9K) - Visualizer for pandas data structures. ❗️LGPL-2.1 - [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 420 · 📦 1.5K · 📋 610 - 11% open · ⏱️ 20.03.2025):
git clone https://github.com/man-group/dtale
- [PyPi](https://pypi.org/project/dtale) (📥 140K / month · 📦 53 · ⏱️ 20.03.2025):
pip install dtale
- [Conda](https://anaconda.org/conda-forge/dtale) (📥 430K · ⏱️ 22.04.2025):
conda install -c conda-forge dtale
bqplot (🥉30 · ⭐ 3.7K · 💤) - Plotting library for IPython/Jupyter notebooks. Apache-2 - [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 65 · 🔀 470 · 📦 61 · 📋 640 - 42% open · ⏱️ 22.10.2024):
git clone https://github.com/bqplot/bqplot
- [PyPi](https://pypi.org/project/bqplot) (📥 210K / month · 📦 110 · ⏱️ 21.05.2025):
pip install bqplot
- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.6M · ⏱️ 22.04.2025):
conda install -c conda-forge bqplot
- [npm](https://www.npmjs.com/package/bqplot) (📥 1.6K / month · 📦 21 · ⏱️ 24.12.2024):
npm install bqplot
HyperTools (🥉27 · ⭐ 1.8K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT - [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 23 · 🔀 160 · 📥 71 · 📦 500 · 📋 200 - 34% open · ⏱️ 24.04.2025):
git clone https://github.com/ContextLab/hypertools
- [PyPi](https://pypi.org/project/hypertools) (📥 400 / month · 📦 2 · ⏱️ 12.02.2022):
pip install hypertools
AutoViz (🥉27 · ⭐ 1.8K · 💤) - Automatically Visualize any dataset, any size with a single line.. Apache-2 - [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 17 · 🔀 200 · 📦 870 · 📋 98 - 2% open · ⏱️ 10.06.2024):
git clone https://github.com/AutoViML/AutoViz
- [PyPi](https://pypi.org/project/autoviz) (📥 15K / month · 📦 11 · ⏱️ 10.06.2024):
pip install autoviz
- [Conda](https://anaconda.org/conda-forge/autoviz) (📥 86K · ⏱️ 22.04.2025):
conda install -c conda-forge autoviz
openTSNE (🥉27 · ⭐ 1.5K · 💤) - Extensible, parallel implementations of t-SNE. BSD-3 - [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 13 · 🔀 170 · 📦 1.1K · 📋 140 - 9% open · ⏱️ 24.10.2024):
git clone https://github.com/pavlin-policar/openTSNE
- [PyPi](https://pypi.org/project/opentsne) (📥 39K / month · 📦 47 · ⏱️ 13.08.2024):
pip install opentsne
- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 440K · ⏱️ 22.04.2025):
conda install -c conda-forge opentsne
Plotly-Resampler (🥉27 · ⭐ 1.1K) - Visualize large time series data with plotly.py. MIT - [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 14 · 🔀 72 · 📦 2K · 📋 180 - 32% open · ⏱️ 07.04.2025):
git clone https://github.com/predict-idlab/plotly-resampler
- [PyPi](https://pypi.org/project/plotly-resampler) (📥 470K / month · 📦 31 · ⏱️ 07.04.2025):
pip install plotly-resampler
- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge plotly-resampler
Chartify (🥉25 · ⭐ 3.6K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2 - [GitHub](https://github.com/spotify/chartify) (👨‍💻 27 · 🔀 320 · 📦 83 · 📋 83 - 61% open · ⏱️ 16.10.2024):
git clone https://github.com/spotify/chartify
- [PyPi](https://pypi.org/project/chartify) (📥 1.2K / month · 📦 9 · ⏱️ 16.10.2024):
pip install chartify
- [Conda](https://anaconda.org/conda-forge/chartify) (📥 38K · ⏱️ 22.04.2025):
conda install -c conda-forge chartify
data-validation (🥉25 · ⭐ 770) - Library for exploring and validating machine learning.. Apache-2 - [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 27 · 🔀 180 · 📥 980 · 📋 190 - 20% open · ⏱️ 12.05.2025):
git clone https://github.com/tensorflow/data-validation
- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 140K / month · 📦 31 · ⏱️ 15.10.2024):
pip install tensorflow-data-validation
python-ternary (🥉25 · ⭐ 760 · 💤) - Ternary plotting library for python with matplotlib. MIT - [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 28 · 🔀 160 · 📥 36 · 📦 220 · 📋 140 - 24% open · ⏱️ 12.06.2024):
git clone https://github.com/marcharper/python-ternary
- [PyPi](https://pypi.org/project/python-ternary) (📥 17K / month · 📦 32 · ⏱️ 17.02.2021):
pip install python-ternary
- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 100K · ⏱️ 22.04.2025):
conda install -c conda-forge python-ternary
PyWaffle (🥉22 · ⭐ 600 · 💤) - Make Waffle Charts in Python. MIT - [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 110 · 📦 530 · 📋 22 - 27% open · ⏱️ 16.06.2024):
git clone https://github.com/gyli/PyWaffle
- [PyPi](https://pypi.org/project/pywaffle) (📥 14K / month · 📦 6 · ⏱️ 16.06.2024):
pip install pywaffle
- [Conda](https://anaconda.org/conda-forge/pywaffle) (📥 16K · ⏱️ 22.04.2025):
conda install -c conda-forge pywaffle
vega (🥉22 · ⭐ 380) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 - [GitHub](https://github.com/vega/ipyvega) (👨‍💻 15 · 🔀 65 · 📦 4 · 📋 110 - 14% open · ⏱️ 01.01.2025):
git clone https://github.com/vega/ipyvega
- [PyPi](https://pypi.org/project/vega) (📥 18K / month · 📦 17 · ⏱️ 25.09.2024):
pip install vega
- [Conda](https://anaconda.org/conda-forge/vega) (📥 740K · ⏱️ 22.04.2025):
conda install -c conda-forge vega
Popmon (🥉20 · ⭐ 500) - Monitor the stability of a Pandas or Spark dataframe. MIT - [GitHub](https://github.com/ing-bank/popmon) (👨‍💻 19 · 🔀 36 · 📥 260 · 📦 22 · 📋 57 - 28% open · ⏱️ 24.01.2025):
git clone https://github.com/ing-bank/popmon
- [PyPi](https://pypi.org/project/popmon) (📥 7.2K / month · 📦 4 · ⏱️ 24.01.2025):
pip install popmon
vegafusion (🥉20 · ⭐ 360) - Serverside scaling for Vega and Altair visualizations. BSD-3 - [GitHub](https://github.com/vega/vegafusion) (👨‍💻 6 · 🔀 20 · 📥 13K · 📋 140 - 36% open · ⏱️ 23.02.2025):
git clone https://github.com/vegafusion/vegafusion
- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 1.4K / month · 📦 2 · ⏱️ 09.05.2024):
pip install vegafusion-jupyter
- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 440K · ⏱️ 22.04.2025):
conda install -c conda-forge vegafusion-python-embed
- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 62 / month · 📦 3 · ⏱️ 09.05.2024):
npm install vegafusion-jupyter
animatplot (🥉19 · ⭐ 420 · 💤) - A python package for animating plots build on matplotlib. MIT - [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 6 · 🔀 38 · 📦 76 · 📋 37 - 45% open · ⏱️ 29.08.2024):
git clone https://github.com/t-makaro/animatplot
- [PyPi](https://pypi.org/project/animatplot) (📥 200 / month · 📦 4 · ⏱️ 29.08.2024):
pip install animatplot
- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 17K · ⏱️ 22.04.2025):
conda install -c conda-forge animatplot
ivis (🥉18 · ⭐ 330 · 💤) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 - [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 43 · 📦 38 · 📋 60 - 5% open · ⏱️ 29.09.2024):
git clone https://github.com/beringresearch/ivis
- [PyPi](https://pypi.org/project/ivis) (📥 860 / month · 📦 2 · ⏱️ 13.06.2024):
pip install ivis
Show 17 hidden projects... - missingno (🥉30 · ⭐ 4.1K · 💀) - Missing data visualization module for Python. MIT - Cufflinks (🥉28 · ⭐ 3.1K · 💀) - Productivity Tools for Plotly + Pandas. MIT - pythreejs (🥉28 · ⭐ 970 · 💀) - A Jupyter - Three.js bridge. BSD-3 - Facets Overview (🥉27 · ⭐ 7.4K · 💀) - Visualizations for machine learning datasets. Apache-2 - Sweetviz (🥉27 · ⭐ 3K · 💀) - Visualize and compare datasets, target values and associations, with.. MIT - HiPlot (🥉25 · ⭐ 2.8K · 💀) - HiPlot makes understanding high dimensional data easy. MIT - PandasGUI (🥉24 · ⭐ 3.2K · 💀) - A GUI for Pandas DataFrames. ❗️MIT-0 - Multicore-TSNE (🥉24 · ⭐ 1.9K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3 - ridgeplot (🥉24 · ⭐ 230) - Beautiful ridgeline plots in Python. MIT - Pandas-Bokeh (🥉22 · ⭐ 880 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT - pivottablejs (🥉22 · ⭐ 700 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT - joypy (🥉22 · ⭐ 590 · 💀) - Joyplots in Python with matplotlib & pandas. MIT - PDPbox (🥉21 · ⭐ 850 · 💀) - python partial dependence plot toolbox. MIT - pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT - data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2 - nx-altair (🥉15 · ⭐ 220 · 💀) - Draw interactive NetworkX graphs with Altair. MIT - nptsne (🥉13 · ⭐ 33 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2


Text Data & NLP

Back to top

Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation.

transformers (🥇54 · ⭐ 140K) - Transformers: State-of-the-art Machine Learning for.. Apache-2 - [GitHub](https://github.com/huggingface/transformers) (👨‍💻 3.3K · 🔀 29K · 📦 370K · 📋 18K - 9% open · ⏱️ 22.05.2025):
git clone https://github.com/huggingface/transformers
- [PyPi](https://pypi.org/project/transformers) (📥 62M / month · 📦 8.8K · ⏱️ 21.05.2025):
pip install transformers
- [Conda](https://anaconda.org/conda-forge/transformers) (📥 2.8M · ⏱️ 21.05.2025):
conda install -c conda-forge transformers
nltk (🥇45 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 - [GitHub](https://github.com/nltk/nltk) (👨‍💻 470 · 🔀 2.9K · 📦 390K · 📋 1.9K - 14% open · ⏱️ 02.05.2025):
git clone https://github.com/nltk/nltk
- [PyPi](https://pypi.org/project/nltk) (📥 35M / month · 📦 5.6K · ⏱️ 18.08.2024):
pip install nltk
- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3.2M · ⏱️ 22.04.2025):
conda install -c conda-forge nltk
spaCy (🥇44 · ⭐ 32K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT - [GitHub](https://github.com/explosion/spaCy) (👨‍💻 760 · 🔀 4.5K · 📥 2.7K · 📦 130K · 📋 5.8K - 3% open · ⏱️ 22.05.2025):
git clone https://github.com/explosion/spaCy
- [PyPi](https://pypi.org/project/spacy) (📥 19M / month · 📦 3.2K · ⏱️ 19.05.2025):
pip install spacy
- [Conda](https://anaconda.org/conda-forge/spacy) (📥 5.8M · ⏱️ 20.05.2025):
conda install -c conda-forge spacy
litellm (🥇44 · ⭐ 23K) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s - [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 550 · 🔀 3K · 📥 670 · 📦 13K · 📋 5.8K - 22% open · ⏱️ 22.05.2025):
git clone https://github.com/BerriAI/litellm
- [PyPi](https://pypi.org/project/litellm) (📥 8.9M / month · 📦 1.2K · ⏱️ 21.05.2025):
pip install litellm
sentence-transformers (🥇43 · ⭐ 17K) - State-of-the-Art Text Embeddings. Apache-2 - [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 220 · 🔀 2.6K · 📦 110K · 📋 2.4K - 52% open · ⏱️ 14.05.2025):
git clone https://github.com/UKPLab/sentence-transformers
- [PyPi](https://pypi.org/project/sentence-transformers) (📥 9.3M / month · 📦 2.4K · ⏱️ 15.04.2025):
pip install sentence-transformers
- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 720K · ⏱️ 22.04.2025):
conda install -c conda-forge sentence-transformers
gensim (🥇40 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 - [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 460 · 🔀 4.4K · 📥 6K · 📦 76K · 📋 1.9K - 21% open · ⏱️ 14.02.2025):
git clone https://github.com/RaRe-Technologies/gensim
- [PyPi](https://pypi.org/project/gensim) (📥 4.9M / month · 📦 1.4K · ⏱️ 19.07.2024):
pip install gensim
- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.6M · ⏱️ 22.04.2025):
conda install -c conda-forge gensim
flair (🥇40 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT - [GitHub](https://github.com/flairNLP/flair) (👨‍💻 280 · 🔀 2.1K · 📦 4K · 📋 2.4K - 3% open · ⏱️ 27.04.2025):
git clone https://github.com/flairNLP/flair
- [PyPi](https://pypi.org/project/flair) (📥 100K / month · 📦 150 · ⏱️ 05.02.2025):
pip install flair
- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 43K · ⏱️ 22.04.2025):
conda install -c conda-forge python-flair
Rasa (🥇39 · ⭐ 20K) - Open source machine learning framework to automate text- and voice-.. Apache-2 - [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.8K · 📦 5.3K · 📋 6.8K - 2% open · ⏱️ 14.01.2025):
git clone https://github.com/RasaHQ/rasa
- [PyPi](https://pypi.org/project/rasa) (📥 130K / month · 📦 60 · ⏱️ 14.01.2025):
pip install rasa
haystack (🥇38 · ⭐ 21K) - AI orchestration framework to build customizable, production-ready.. Apache-2 - [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 290 · 🔀 2.2K · 📦 1.2K · 📋 3.9K - 3% open · ⏱️ 22.05.2025):
git clone https://github.com/deepset-ai/haystack
- [PyPi](https://pypi.org/project/haystack) (📥 6.2K / month · 📦 5 · ⏱️ 15.12.2021):
pip install haystack
NeMo (🥇38 · ⭐ 15K) - A scalable generative AI framework built for researchers and.. Apache-2 - [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 420 · 🔀 2.8K · 📥 380K · 📦 21 · 📋 2.6K - 5% open · ⏱️ 21.05.2025):
git clone https://github.com/NVIDIA/NeMo
- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 180K / month · 📦 14 · ⏱️ 08.05.2025):
pip install nemo-toolkit
ChatterBot (🥇38 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 - [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 110 · 🔀 4.5K · 📦 6.4K · 📋 1.7K - 8% open · ⏱️ 20.05.2025):
git clone https://github.com/gunthercox/ChatterBot
- [PyPi](https://pypi.org/project/chatterbot) (📥 27K / month · 📦 18 · ⏱️ 05.04.2025):
pip install chatterbot
sentencepiece (🥇38 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 - [GitHub](https://github.com/google/sentencepiece) (👨‍💻 92 · 🔀 1.2K · 📥 57K · 📦 110K · 📋 780 - 6% open · ⏱️ 26.02.2025):
git clone https://github.com/google/sentencepiece
- [PyPi](https://pypi.org/project/sentencepiece) (📥 28M / month · 📦 1.7K · ⏱️ 19.02.2024):
pip install sentencepiece
- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.5M · ⏱️ 22.04.2025):
conda install -c conda-forge sentencepiece
Tokenizers (🥇38 · ⭐ 9.7K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 - [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 110 · 🔀 880 · 📥 74 · 📦 170K · 📋 1.1K - 7% open · ⏱️ 18.03.2025):
git clone https://github.com/huggingface/tokenizers
- [PyPi](https://pypi.org/project/tokenizers) (📥 56M / month · 📦 1.3K · ⏱️ 13.03.2025):
pip install tokenizers
- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge tokenizers
TextBlob (🥇38 · ⭐ 9.3K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT - [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.2K · 📥 130 · 📦 58K · 📋 280 - 25% open · ⏱️ 19.05.2025):
git clone https://github.com/sloria/TextBlob
- [PyPi](https://pypi.org/project/textblob) (📥 1.4M / month · 📦 400 · ⏱️ 13.01.2025):
pip install textblob
- [Conda](https://anaconda.org/conda-forge/textblob) (📥 290K · ⏱️ 22.04.2025):
conda install -c conda-forge textblob
fairseq (🥈37 · ⭐ 31K · 💤) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT - [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 430 · 🔀 6.5K · 📥 410 · 📦 4.3K · 📋 4.4K - 30% open · ⏱️ 18.10.2024):
git clone https://github.com/facebookresearch/fairseq
- [PyPi](https://pypi.org/project/fairseq) (📥 91K / month · 📦 120 · ⏱️ 27.06.2022):
pip install fairseq
- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge fairseq
spark-nlp (🥈36 · ⭐ 4K) - State of the Art Natural Language Processing. Apache-2 - [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 110 · 🔀 720 · 📦 600 · 📋 910 - 2% open · ⏱️ 15.05.2025):
git clone https://github.com/JohnSnowLabs/spark-nlp
- [PyPi](https://pypi.org/project/spark-nlp) (📥 4.2M / month · 📦 37 · ⏱️ 14.05.2025):
pip install spark-nlp
qdrant (🥈35 · ⭐ 24K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 - [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 130 · 🔀 1.6K · 📥 400K · 📦 120 · 📋 1.5K - 23% open · ⏱️ 16.05.2025):
git clone https://github.com/qdrant/qdrant
TensorFlow Text (🥈35 · ⭐ 1.3K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/text) (👨‍💻 180 · 🔀 350 · 📦 9.6K · 📋 370 - 52% open · ⏱️ 24.03.2025):
git clone https://github.com/tensorflow/text
- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.5M / month · 📦 230 · ⏱️ 04.04.2025):
pip install tensorflow-text
snowballstemmer (🥈34 · ⭐ 790) - Snowball compiler and stemming algorithms. BSD-3 - [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 36 · 🔀 180 · 📦 10 · 📋 100 - 15% open · ⏱️ 22.05.2025):
git clone https://github.com/snowballstem/snowball
- [PyPi](https://pypi.org/project/snowballstemmer) (📥 22M / month · 📦 550 · ⏱️ 09.05.2025):
pip install snowballstemmer
- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 9.8M · ⏱️ 20.05.2025):
conda install -c conda-forge snowballstemmer
Opik (🥈33 · ⭐ 8.6K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 - [GitHub](https://github.com/comet-ml/opik) (👨‍💻 51 · 🔀 570 · 📥 12 · 📦 9 · 📋 310 - 28% open · ⏱️ 22.05.2025):
git clone https://github.com/comet-ml/opik
- [PyPi](https://pypi.org/project/opik) (📥 230K / month · 📦 14 · ⏱️ 22.05.2025):
pip install opik
stanza (🥈33 · ⭐ 7.5K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 - [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 68 · 🔀 900 · 📦 3.9K · 📋 930 - 10% open · ⏱️ 24.12.2024):
git clone https://github.com/stanfordnlp/stanza
- [PyPi](https://pypi.org/project/stanza) (📥 390K / month · 📦 200 · ⏱️ 24.12.2024):
pip install stanza
- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 8.7K · ⏱️ 25.03.2025):
conda install -c stanfordnlp stanza
OpenNMT (🥈33 · ⭐ 6.9K · 💤) - Open Source Neural Machine Translation and (Large) Language.. MIT - [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.3K · 📦 340 · 📋 1.5K - 2% open · ⏱️ 27.06.2024):
git clone https://github.com/OpenNMT/OpenNMT-py
- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 15K / month · 📦 23 · ⏱️ 18.03.2024):
pip install OpenNMT-py
jellyfish (🥈33 · ⭐ 2.1K) - a python library for doing approximate and phonetic matching of strings. MIT - [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 35 · 🔀 160 · 📦 15K · 📋 140 - 2% open · ⏱️ 17.05.2025):
git clone https://github.com/jamesturk/jellyfish
- [PyPi](https://pypi.org/project/jellyfish) (📥 7.4M / month · 📦 300 · ⏱️ 31.03.2025):
pip install jellyfish
- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge jellyfish
ftfy (🥈32 · ⭐ 3.9K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 - [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 22 · 🔀 120 · 📥 73 · 📦 31K · 📋 150 - 6% open · ⏱️ 30.10.2024):
git clone https://github.com/rspeer/python-ftfy
- [PyPi](https://pypi.org/project/ftfy) (📥 7.1M / month · 📦 570 · ⏱️ 26.10.2024):
pip install ftfy
- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 330K · ⏱️ 22.04.2025):
conda install -c conda-forge ftfy
torchtext (🥈32 · ⭐ 3.5K) - Models, data loaders and abstractions for language processing,.. BSD-3 - [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 810 · 📋 850 - 39% open · ⏱️ 24.02.2025):
git clone https://github.com/pytorch/text
- [PyPi](https://pypi.org/project/torchtext) (📥 680K / month · 📦 280 · ⏱️ 24.04.2024):
pip install torchtext
DeepPavlov (🥈31 · ⭐ 6.9K) - An open source library for deep learning end-to-end dialog.. Apache-2 - [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 78 · 🔀 1.2K · 📦 430 · 📋 640 - 4% open · ⏱️ 26.11.2024):
git clone https://github.com/deepmipt/DeepPavlov
- [PyPi](https://pypi.org/project/deeppavlov) (📥 15K / month · 📦 4 · ⏱️ 12.08.2024):
pip install deeppavlov
rubrix (🥈31 · ⭐ 4.5K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 - [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 110 · 🔀 430 · 📦 3K · 📋 2.2K - 1% open · ⏱️ 16.05.2025):
git clone https://github.com/recognai/rubrix
- [PyPi](https://pypi.org/project/rubrix) (📥 3.1K / month · ⏱️ 24.10.2022):
pip install rubrix
- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 46K · ⏱️ 22.04.2025):
conda install -c conda-forge rubrix
Dedupe (🥈30 · ⭐ 4.3K) - A python library for accurate and scalable fuzzy matching, record.. MIT - [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 72 · 🔀 550 · 📦 360 · 📋 820 - 9% open · ⏱️ 01.11.2024):
git clone https://github.com/dedupeio/dedupe
- [PyPi](https://pypi.org/project/dedupe) (📥 66K / month · 📦 19 · ⏱️ 15.08.2024):
pip install dedupe
- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge dedupe
Sumy (🥈30 · ⭐ 3.6K · 💤) - Module for automatic summarization of text documents and HTML pages. Apache-2 - [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 32 · 🔀 530 · 📦 4.1K · 📋 120 - 18% open · ⏱️ 16.05.2024):
git clone https://github.com/miso-belica/sumy
- [PyPi](https://pypi.org/project/sumy) (📥 73K / month · 📦 31 · ⏱️ 23.10.2022):
pip install sumy
- [Conda](https://anaconda.org/conda-forge/sumy) (📥 12K · ⏱️ 22.04.2025):
conda install -c conda-forge sumy
spacy-transformers (🥈29 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy - [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 23 · 🔀 170 · 📥 170 · 📦 2.3K · ⏱️ 06.02.2025):
git clone https://github.com/explosion/spacy-transformers
- [PyPi](https://pypi.org/project/spacy-transformers) (📥 220K / month · 📦 98 · ⏱️ 06.02.2025):
pip install spacy-transformers
- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge spacy-transformers
TextDistance (🥈28 · ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT - [GitHub](https://github.com/life4/textdistance) (👨‍💻 18 · 🔀 250 · 📥 1.1K · 📦 8.6K · ⏱️ 18.04.2025):
git clone https://github.com/life4/textdistance
- [PyPi](https://pypi.org/project/textdistance) (📥 1.1M / month · 📦 99 · ⏱️ 16.07.2024):
pip install textdistance
- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 830K · ⏱️ 22.04.2025):
conda install -c conda-forge textdistance
SciSpacy (🥈28 · ⭐ 1.8K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 - [GitHub](https://github.com/allenai/scispacy) (👨‍💻 37 · 🔀 230 · 📦 1.2K · 📋 320 - 10% open · ⏱️ 23.11.2024):
git clone https://github.com/allenai/scispacy
- [PyPi](https://pypi.org/project/scispacy) (📥 38K / month · 📦 34 · ⏱️ 27.10.2024):
pip install scispacy
CLTK (🥈28 · ⭐ 850) - The Classical Language Toolkit. MIT - [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 330 · 📥 130 · 📦 300 · 📋 580 - 6% open · ⏱️ 04.05.2025):
git clone https://github.com/cltk/cltk
- [PyPi](https://pypi.org/project/cltk) (📥 3.3K / month · 📦 17 · ⏱️ 04.05.2025):
pip install cltk
PyTextRank (🥉27 · ⭐ 2.2K · 💤) - Python implementation of TextRank algorithms (textgraphs) for.. MIT - [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 19 · 🔀 340 · 📦 850 · 📋 100 - 12% open · ⏱️ 21.05.2024):
git clone https://github.com/DerwenAI/pytextrank
- [PyPi](https://pypi.org/project/pytextrank) (📥 70K / month · 📦 19 · ⏱️ 21.02.2024):
pip install pytextrank
english-words (🥉26 · ⭐ 11K) - A text file containing 479k English words for all your.. Unlicense - [GitHub](https://github.com/dwyl/english-words) (👨‍💻 34 · 🔀 1.9K · 📦 2 · 📋 160 - 74% open · ⏱️ 06.01.2025):
git clone https://github.com/dwyl/english-words
- [PyPi](https://pypi.org/project/english-words) (📥 57K / month · 📦 14 · ⏱️ 24.05.2023):
pip install english-words
DeepKE (🥉25 · ⭐ 3.9K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT - [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 32 · 🔀 710 · 📦 24 · 📋 610 - 1% open · ⏱️ 22.04.2025):
git clone https://github.com/zjunlp/deepke
- [PyPi](https://pypi.org/project/deepke) (📥 1.1K / month · ⏱️ 21.09.2023):
pip install deepke
scattertext (🥉25 · ⭐ 2.3K) - Beautiful visualizations of how language differs among document.. Apache-2 - [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 290 · 📦 670 · 📋 100 - 22% open · ⏱️ 29.04.2025):
git clone https://github.com/JasonKessler/scattertext
- [PyPi](https://pypi.org/project/scattertext) (📥 8.9K / month · 📦 5 · ⏱️ 23.09.2024):
pip install scattertext
- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge scattertext
sense2vec (🥉24 · ⭐ 1.7K) - Contextually-keyed word vectors. MIT - [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 20 · 🔀 240 · 📥 72K · 📦 470 · 📋 120 - 20% open · ⏱️ 23.04.2025):
git clone https://github.com/explosion/sense2vec
- [PyPi](https://pypi.org/project/sense2vec) (📥 2K / month · 📦 13 · ⏱️ 19.04.2021):
pip install sense2vec
- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 61K · ⏱️ 22.04.2025):
conda install -c conda-forge sense2vec
detoxify (🥉24 · ⭐ 1K) - Trained models & code to predict toxic comments on all 3 Jigsaw Toxic.. Apache-2 - [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 14 · 🔀 120 · 📥 1.2M · 📦 910 · 📋 67 - 55% open · ⏱️ 07.03.2025):
git clone https://github.com/unitaryai/detoxify
- [PyPi](https://pypi.org/project/detoxify) (📥 66K / month · 📦 30 · ⏱️ 01.02.2024):
pip install detoxify
T5 (🥉23 · ⭐ 6.4K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 - [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 61 · 🔀 760 · 📋 450 - 23% open · ⏱️ 28.04.2025):
git clone https://github.com/google-research/text-to-text-transfer-transformer
- [PyPi](https://pypi.org/project/t5) (📥 41K / month · 📦 2 · ⏱️ 18.10.2021):
pip install t5
Sockeye (🥉22 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 - [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024):
git clone https://github.com/awslabs/sockeye
- [PyPi](https://pypi.org/project/sockeye) (📥 1.3K / month · ⏱️ 03.03.2023):
pip install sockeye
happy-transformer (🥉22 · ⭐ 540) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface - [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 68 · 📦 330 · 📋 130 - 16% open · ⏱️ 22.03.2025):
git clone https://github.com/EricFillion/happy-transformer
- [PyPi](https://pypi.org/project/happytransformer) (📥 3.5K / month · 📦 5 · ⏱️ 05.08.2023):
pip install happytransformer
fast-bert (🥉21 · ⭐ 1.9K · 💤) - Super easy library for BERT based NLP models. Apache-2 - [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 37 · 🔀 340 · 📋 260 - 63% open · ⏱️ 19.08.2024):
git clone https://github.com/utterworks/fast-bert
- [PyPi](https://pypi.org/project/fast-bert) (📥 1.4K / month · ⏱️ 19.08.2024):
pip install fast-bert
finetune (🥉21 · ⭐ 710) - Scikit-learn style model finetuning for NLP. MPL-2.0 - [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 24 · 🔀 78 · 📦 15 · 📋 140 - 15% open · ⏱️ 20.05.2025):
git clone https://github.com/IndicoDataSolutions/finetune
- [PyPi](https://pypi.org/project/finetune) (📥 370 / month · 📦 2 · ⏱️ 29.09.2023):
pip install finetune
small-text (🥉21 · ⭐ 620) - Active Learning for Text Classification in Python. MIT - [GitHub](https://github.com/webis-de/small-text) (👨‍💻 9 · 🔀 70 · 📦 34 · 📋 66 - 27% open · ⏱️ 06.04.2025):
git clone https://github.com/webis-de/small-text
- [PyPi](https://pypi.org/project/small-text) (📥 720 / month · ⏱️ 06.04.2025):
pip install small-text
- [Conda](https://anaconda.org/conda-forge/small-text) (📥 15K · ⏱️ 22.04.2025):
conda install -c conda-forge small-text
UForm (🥉20 · ⭐ 1.1K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 - [GitHub](https://github.com/unum-cloud/uform) (👨‍💻 19 · 🔀 67 · 📥 610 · 📦 34 · 📋 35 - 37% open · ⏱️ 03.01.2025):
git clone https://github.com/unum-cloud/uform
- [PyPi](https://pypi.org/project/uform) (📥 640 / month · 📦 2 · ⏱️ 03.01.2025):
pip install uform
VizSeq (🥉15 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT - [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 4 · 🔀 61 · 📦 13 · 📋 16 - 43% open · ⏱️ 07.03.2025):
git clone https://github.com/facebookresearch/vizseq
- [PyPi](https://pypi.org/project/vizseq) (📥 130 / month · ⏱️ 07.08.2020):
pip install vizseq
Show 56 hidden projects... - AllenNLP (🥈37 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 - fastText (🥈35 · ⭐ 26K · 💀) - Library for fast text representation and classification. MIT - ParlAI (🥈32 · ⭐ 11K · 💀) - A framework for training and evaluating AI models on a variety of.. MIT - fuzzywuzzy (🥈32 · ⭐ 9.3K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 - nlpaug (🥈30 · ⭐ 4.6K · 💀) - Data augmentation for NLP. MIT - Ciphey (🥈28 · ⭐ 19K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT - vaderSentiment (🥈28 · ⭐ 4.7K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT - fastNLP (🥈28 · ⭐ 3.1K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 - textacy (🥈28 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed - flashtext (🥉27 · ⭐ 5.6K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT - underthesea (🥉27 · ⭐ 1.5K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 - pySBD (🥉27 · ⭐ 850 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT - neuralcoref (🥉26 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT - langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 - polyglot (🥉26 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 - PyText (🥉25 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 - GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 - textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT - OpenPrompt (🥉24 · ⭐ 4.6K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2 - Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 - MatchZoo (🥉24 · ⭐ 3.9K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 - promptsource (🥉24 · ⭐ 2.9K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2 - pytorch-nlp (🥉24 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 - FARM (🥉24 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 - whoosh (🥉24 · ⭐ 620 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause - Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 - YouTokenToMe (🥉23 · ⭐ 970 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT - gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT - NLP Architect (🥉22 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 - Texthero (🥉22 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT - Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 - jiant (🥉22 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT - stop-words (🥉22 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3 - DELTA (🥉21 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 - anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT - lightseq (🥉20 · ⭐ 3.3K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 - textpipe (🥉20 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT - DeepMatcher (🥉19 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 - numerizer (🥉19 · ⭐ 230 · 💤) - A Python module to convert natural language numerics into ints and.. MIT - pyfasttext (🥉19 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0 - NeuroNER (🥉18 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT - nboost (🥉18 · ⭐ 680 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2 - fastT5 (🥉18 · ⭐ 580 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 - textaugment (🥉18 · ⭐ 420 · 💀) - TextAugment: Text Augmentation Library. MIT - Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy - skift (🥉17 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT - OpenNRE (🥉16 · ⭐ 4.4K · 💀) - An Open-Source Package for Neural Relation Extraction (NRE). MIT - TextBox (🥉16 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT - BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT - Translate (🥉15 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 - NeuralQA (🥉15 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT - Headliner (🥉15 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT - ONNX-T5 (🥉14 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 - TransferNLP (🥉13 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT - textvec (🥉13 · ⭐ 190 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT - spacy-dbpedia-spotlight (🥉13 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy


Image Data

Back to top

Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification.

Pillow (🥇48 · ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL - [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 480 · 🔀 2.3K · 📦 2.3M · 📋 3.3K - 3% open · ⏱️ 08.05.2025):
git clone https://github.com/python-pillow/Pillow
- [PyPi](https://pypi.org/project/Pillow) (📥 150M / month · 📦 14K · ⏱️ 12.04.2025):
pip install Pillow
- [Conda](https://anaconda.org/conda-forge/pillow) (📥 54M · ⏱️ 07.05.2025):
conda install -c conda-forge pillow
torchvision (🥇42 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 - [GitHub](https://github.com/pytorch/vision) (👨‍💻 640 · 🔀 7K · 📥 41K · 📦 21 · 📋 3.7K - 29% open · ⏱️ 09.05.2025):
git clone https://github.com/pytorch/vision
- [PyPi](https://pypi.org/project/torchvision) (📥 17M / month · 📦 7K · ⏱️ 23.04.2025):
pip install torchvision
- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 2.6M · ⏱️ 22.04.2025):
conda install -c conda-forge torchvision
PyTorch Image Models (🥇41 · ⭐ 34K · 📉) - The largest collection of PyTorch image encoders /.. Apache-2 - [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 170 · 🔀 4.9K · 📥 7.8M · 📦 57K · 📋 980 - 5% open · ⏱️ 21.05.2025):
git clone https://github.com/rwightman/pytorch-image-models
- [PyPi](https://pypi.org/project/timm) (📥 7.9M / month · 📦 1.1K · ⏱️ 23.02.2025):
pip install timm
- [Conda](https://anaconda.org/conda-forge/timm) (📥 390K · ⏱️ 22.04.2025):
conda install -c conda-forge timm
Albumentations (🥇41 · ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT - [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 170 · 🔀 1.7K · 📦 38K · 📋 1.2K - 17% open · ⏱️ 21.05.2025):
git clone https://github.com/albumentations-team/albumentations
- [PyPi](https://pypi.org/project/albumentations) (📥 6.3M / month · 📦 720 · ⏱️ 16.05.2025):
pip install albumentations
- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 290K · ⏱️ 16.05.2025):
conda install -c conda-forge albumentations
MoviePy (🥇41 · ⭐ 13K · 📈) - Video editing with Python. MIT - [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 180 · 🔀 1.8K · 📦 63K · 📋 1.6K - 2% open · ⏱️ 21.05.2025):
git clone https://github.com/Zulko/moviepy
- [PyPi](https://pypi.org/project/moviepy) (📥 3.2M / month · 📦 1.2K · ⏱️ 21.05.2025):
pip install moviepy
- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 300K · ⏱️ 22.04.2025):
conda install -c conda-forge moviepy
deepface (🥇39 · ⭐ 19K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - [GitHub](https://github.com/serengil/deepface) (👨‍💻 89 · 🔀 2.6K · 📦 7.8K · 📋 1.2K - 0% open · ⏱️ 17.05.2025):
git clone https://github.com/serengil/deepface
- [PyPi](https://pypi.org/project/deepface) (📥 620K / month · 📦 44 · ⏱️ 17.08.2024):
pip install deepface
InsightFace (🥈38 · ⭐ 25K) - State-of-the-art 2D and 3D Face Analysis Project. MIT - [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 66 · 🔀 5.5K · 📥 8.1M · 📦 4.4K · 📋 2.6K - 45% open · ⏱️ 22.05.2025):
git clone https://github.com/deepinsight/insightface
- [PyPi](https://pypi.org/project/insightface) (📥 260K / month · 📦 30 · ⏱️ 17.12.2022):
pip install insightface
imageio (🥈38 · ⭐ 1.6K) - Python library for reading and writing image data. BSD-2 - [GitHub](https://github.com/imageio/imageio) (👨‍💻 120 · 🔀 310 · 📥 1.8K · 📦 180K · 📋 610 - 16% open · ⏱️ 21.02.2025):
git clone https://github.com/imageio/imageio
- [PyPi](https://pypi.org/project/imageio) (📥 26M / month · 📦 2.6K · ⏱️ 20.01.2025):
pip install imageio
- [Conda](https://anaconda.org/conda-forge/imageio) (📥 7.9M · ⏱️ 22.04.2025):
conda install -c conda-forge imageio
Kornia (🥈37 · ⭐ 10K) - Geometric Computer Vision Library for Spatial AI. Apache-2 - [GitHub](https://github.com/kornia/kornia) (👨‍💻 290 · 🔀 1K · 📥 1.9K · 📦 16K · 📋 980 - 30% open · ⏱️ 20.05.2025):
git clone https://github.com/kornia/kornia
- [PyPi](https://pypi.org/project/kornia) (📥 2.7M / month · 📦 340 · ⏱️ 08.05.2025):
pip install kornia
- [Conda](https://anaconda.org/conda-forge/kornia) (📥 230K · ⏱️ 08.05.2025):
conda install -c conda-forge kornia
opencv-python (🥈35 · ⭐ 4.8K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT - [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 54 · 🔀 900 · 📦 590K · 📋 860 - 17% open · ⏱️ 19.05.2025):
git clone https://github.com/opencv/opencv-python
- [PyPi](https://pypi.org/project/opencv-python) (📥 18M / month · 📦 13K · ⏱️ 16.01.2025):
pip install opencv-python
Wand (🥈33 · ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT - [GitHub](https://github.com/emcconville/wand) (👨‍💻 110 · 🔀 200 · 📥 52K · 📦 21K · 📋 430 - 6% open · ⏱️ 01.04.2025):
git clone https://github.com/emcconville/wand
- [PyPi](https://pypi.org/project/wand) (📥 1.1M / month · 📦 260 · ⏱️ 03.11.2023):
pip install wand
- [Conda](https://anaconda.org/conda-forge/wand) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge wand
PaddleSeg (🥈32 · ⭐ 9K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (👨‍💻 130 · 🔀 1.7K · 📦 1.4K · 📋 2.2K - 0% open · ⏱️ 25.12.2024):
git clone https://github.com/PaddlePaddle/PaddleSeg
- [PyPi](https://pypi.org/project/paddleseg) (📥 1.5K / month · 📦 7 · ⏱️ 30.11.2022):
pip install paddleseg
ImageHash (🥈32 · ⭐ 3.6K) - A Python Perceptual Image Hashing Module. BSD-2 - [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 28 · 🔀 340 · 📦 17K · 📋 150 - 15% open · ⏱️ 17.04.2025):
git clone https://github.com/JohannesBuchner/imagehash
- [PyPi](https://pypi.org/project/ImageHash) (📥 1.9M / month · 📦 270 · ⏱️ 01.02.2025):
pip install ImageHash
- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 450K · ⏱️ 22.04.2025):
conda install -c conda-forge imagehash
lightly (🥈32 · ⭐ 3.4K) - A python library for self-supervised learning on images. MIT - [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 65 · 🔀 290 · 📦 450 · 📋 600 - 12% open · ⏱️ 21.05.2025):
git clone https://github.com/lightly-ai/lightly
- [PyPi](https://pypi.org/project/lightly) (📥 62K / month · 📦 20 · ⏱️ 22.04.2025):
pip install lightly
detectron2 (🥈31 · ⭐ 32K · 📉) - Detectron2 is a platform for object detection,.. Apache-2 - [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 280 · 🔀 7.5K · 📋 3.6K - 14% open · ⏱️ 24.04.2025):
git clone https://github.com/facebookresearch/detectron2
- [PyPi](https://pypi.org/project/detectron2) (📦 13 · ⏱️ 06.02.2020):
pip install detectron2
- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 690K · ⏱️ 13.05.2025):
conda install -c conda-forge detectron2
vit-pytorch (🥈30 · ⭐ 23K) - Implementation of Vision Transformer, a simple way to achieve.. MIT - [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 23 · 🔀 3.3K · 📦 650 · 📋 280 - 49% open · ⏱️ 05.03.2025):
git clone https://github.com/lucidrains/vit-pytorch
- [PyPi](https://pypi.org/project/vit-pytorch) (📥 19K / month · 📦 17 · ⏱️ 05.03.2025):
pip install vit-pytorch
sahi (🥈30 · ⭐ 4.6K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT - [GitHub](https://github.com/obss/sahi) (👨‍💻 54 · 🔀 640 · 📥 36K · 📦 1.8K · ⏱️ 15.05.2025):
git clone https://github.com/obss/sahi
- [PyPi](https://pypi.org/project/sahi) (📥 140K / month · 📦 35 · ⏱️ 05.05.2025):
pip install sahi
- [Conda](https://anaconda.org/conda-forge/sahi) (📥 100K · ⏱️ 05.05.2025):
conda install -c conda-forge sahi
PaddleDetection (🥈29 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 190 · 🔀 2.9K · 📋 5.6K - 17% open · ⏱️ 16.04.2025):
git clone https://github.com/PaddlePaddle/PaddleDetection
- [PyPi](https://pypi.org/project/paddledet) (📥 890 / month · 📦 2 · ⏱️ 19.09.2022):
pip install paddledet
doctr (🥈29 · ⭐ 4.7K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 - [GitHub](https://github.com/mindee/doctr) (👨‍💻 62 · 🔀 500 · 📥 5.4M · 📋 410 - 6% open · ⏱️ 22.05.2025):
git clone https://github.com/mindee/doctr
- [PyPi](https://pypi.org/project/python-doctr) (📥 100K / month · 📦 14 · ⏱️ 30.01.2025):
pip install python-doctr
Face Alignment (🥉28 · ⭐ 7.3K · 💤) - 2D and 3D Face alignment library build using pytorch. BSD-3 - [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 26 · 🔀 1.4K · 📦 21 · 📋 320 - 24% open · ⏱️ 30.08.2024):
git clone https://github.com/1adrianb/face-alignment
- [PyPi](https://pypi.org/project/face-alignment) (📥 75K / month · 📦 10 · ⏱️ 17.08.2023):
pip install face-alignment
vidgear (🥉28 · ⭐ 3.5K · 💤) - A High-performance cross-platform Video Processing Python.. Apache-2 - [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 260 · 📥 2.3K · 📦 720 · 📋 300 - 2% open · ⏱️ 22.06.2024):
git clone https://github.com/abhiTronix/vidgear
- [PyPi](https://pypi.org/project/vidgear) (📥 28K / month · 📦 15 · ⏱️ 22.06.2024):
pip install vidgear
Norfair (🥉28 · ⭐ 2.5K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3 - [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 31 · 🔀 260 · 📥 350 · 📦 320 · 📋 180 - 16% open · ⏱️ 30.04.2025):
git clone https://github.com/tryolabs/norfair
- [PyPi](https://pypi.org/project/norfair) (📥 29K / month · 📦 9 · ⏱️ 30.04.2025):
pip install norfair
mtcnn (🥉28 · ⭐ 2.4K · 💤) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT - [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 16 · 🔀 530 · 📥 52 · 📦 8.8K · 📋 130 - 37% open · ⏱️ 08.10.2024):
git clone https://github.com/ipazc/mtcnn
- [PyPi](https://pypi.org/project/mtcnn) (📥 170K / month · 📦 73 · ⏱️ 08.10.2024):
pip install mtcnn
- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 15K · ⏱️ 22.04.2025):
conda install -c conda-forge mtcnn
pyvips (🥉28 · ⭐ 700) - python binding for libvips using cffi. MIT - [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 49 · 📦 1.1K · 📋 460 - 42% open · ⏱️ 17.05.2025):
git clone https://github.com/libvips/pyvips
- [PyPi](https://pypi.org/project/pyvips) (📥 120K / month · 📦 94 · ⏱️ 28.04.2025):
pip install pyvips
- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 220K · ⏱️ 29.04.2025):
conda install -c conda-forge pyvips
facenet-pytorch (🥉27 · ⭐ 4.9K · 💤) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT - [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 18 · 🔀 940 · 📥 1.8M · 📦 3.6K · 📋 190 - 41% open · ⏱️ 02.08.2024):
git clone https://github.com/timesler/facenet-pytorch
- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 130K / month · 📦 51 · ⏱️ 29.04.2024):
pip install facenet-pytorch
mahotas (🥉27 · ⭐ 870) - Computer Vision in Python. MIT - [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.5K · 📋 92 - 22% open · ⏱️ 25.02.2025):
git clone https://github.com/luispedro/mahotas
- [PyPi](https://pypi.org/project/mahotas) (📥 24K / month · 📦 63 · ⏱️ 17.07.2024):
pip install mahotas
- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 630K · ⏱️ 22.04.2025):
conda install -c conda-forge mahotas
Image Deduplicator (🥉26 · ⭐ 5.4K) - Finding duplicate images made easy!. Apache-2 - [GitHub](https://github.com/idealo/imagededup) (👨‍💻 17 · 🔀 460 · 📥 4 · 📦 190 · 📋 130 - 28% open · ⏱️ 07.05.2025):
git clone https://github.com/idealo/imagededup
- [PyPi](https://pypi.org/project/imagededup) (📥 24K / month · 📦 26 · ⏱️ 13.05.2025):
pip install imagededup
CellProfiler (🥉26 · ⭐ 980) - An open-source application for biological image analysis. BSD-3 - [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 150 · 🔀 390 · 📥 8.7K · 📦 28 · 📋 3.3K - 9% open · ⏱️ 20.05.2025):
git clone https://github.com/CellProfiler/CellProfiler
- [PyPi](https://pypi.org/project/cellprofiler) (📥 1K / month · 📦 2 · ⏱️ 16.09.2024):
pip install cellprofiler
MMF (🥉25 · ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 - [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 920 · 📦 22 · 📋 690 - 21% open · ⏱️ 24.04.2025):
git clone https://github.com/facebookresearch/mmf
- [PyPi](https://pypi.org/project/mmf) (📥 340 / month · 📦 1 · ⏱️ 12.06.2020):
pip install mmf
pytorchvideo (🥉25 · ⭐ 3.4K) - A deep learning library for video understanding research. Apache-2 - [GitHub](https://github.com/facebookresearch/pytorchvideo) (👨‍💻 58 · 🔀 410 · 📋 210 - 50% open · ⏱️ 25.01.2025):
git clone https://github.com/facebookresearch/pytorchvideo
- [PyPi](https://pypi.org/project/pytorchvideo) (📥 58K / month · 📦 24 · ⏱️ 20.01.2022):
pip install pytorchvideo
tensorflow-graphics (🥉25 · ⭐ 2.8K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 - [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025):
git clone https://github.com/tensorflow/graphics
- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 34K / month · 📦 11 · ⏱️ 03.12.2021):
pip install tensorflow-graphics
segmentation_models (🥉24 · ⭐ 4.8K · 💤) - Segmentation models with pretrained backbones. Keras.. MIT - [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 15 · 🔀 1K · 📋 540 - 50% open · ⏱️ 21.08.2024):
git clone https://github.com/qubvel/segmentation_models
- [PyPi](https://pypi.org/project/segmentation_models) (📥 28K / month · 📦 28 · ⏱️ 10.01.2020):
pip install segmentation_models
ffcv (🥉23 · ⭐ 2.9K · 💤) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 - [GitHub](https://github.com/libffcv/ffcv) (👨‍💻 31 · 🔀 180 · 📦 70 · 📋 290 - 38% open · ⏱️ 06.05.2024):
git clone https://github.com/libffcv/ffcv
- [PyPi](https://pypi.org/project/ffcv) (📥 680 / month · 📦 1 · ⏱️ 28.01.2022):
pip install ffcv
kubric (🥉22 · ⭐ 2.5K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 - [GitHub](https://github.com/google-research/kubric) (👨‍💻 32 · 🔀 240 · 📦 7 · 📋 190 - 33% open · ⏱️ 06.05.2025):
git clone https://github.com/google-research/kubric
- [PyPi](https://pypi.org/project/kubric-nightly) (📥 7.7K / month · ⏱️ 27.12.2023):
pip install kubric-nightly
icevision (🥉22 · ⭐ 860 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2 - [GitHub](https://github.com/airctic/icevision) (👨‍💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 31.10.2024):
git clone https://github.com/airctic/icevision
- [PyPi](https://pypi.org/project/icevision) (📥 3.3K / month · 📦 6 · ⏱️ 10.02.2022):
pip install icevision
PySlowFast (🥉21 · ⭐ 6.9K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 - [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 34 · 🔀 1.2K · 📦 23 · 📋 710 - 58% open · ⏱️ 26.11.2024):
git clone https://github.com/facebookresearch/SlowFast
- [PyPi](https://pypi.org/project/pyslowfast) (📥 32 / month · ⏱️ 15.01.2020):
pip install pyslowfast
Image Super-Resolution (🥉21 · ⭐ 4.7K) - Super-scale your images and run experiments with.. Apache-2 - [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 11 · 🔀 760 · 📋 220 - 48% open · ⏱️ 18.12.2024):
git clone https://github.com/idealo/image-super-resolution
- [PyPi](https://pypi.org/project/ISR) (📥 6.2K / month · 📦 5 · ⏱️ 08.01.2020):
pip install ISR
- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 280 · ⭐ 1 · ⏱️ 01.04.2019):
docker pull idealo/image-super-resolution-gpu
scenic (🥉17 · ⭐ 3.5K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 - [GitHub](https://github.com/google-research/scenic) (👨‍💻 94 · 🔀 450 · 📋 270 - 56% open · ⏱️ 05.05.2025):
git clone https://github.com/google-research/scenic
Show 26 hidden projects... - scikit-image (🥇42 · ⭐ 6.2K) - Image processing in Python. ❗Unlicensed - MMDetection (🥈37 · ⭐ 31K · 💀) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 - glfw (🥈37 · ⭐ 14K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib - Face Recognition (🥈36 · ⭐ 55K · 💀) - The worlds simplest facial recognition api for Python.. MIT - imgaug (🥈36 · ⭐ 15K · 💀) - Image augmentation for machine learning experiments. MIT - PyTorch3D (🥈32 · ⭐ 9.3K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed - imageai (🥈31 · ⭐ 8.8K · 💀) - A python library built to empower developers to build applications.. MIT - imutils (🥈31 · ⭐ 4.6K · 💀) - A series of convenience functions to make basic image processing.. MIT - GluonCV (🥉28 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 - layout-parser (🥉28 · ⭐ 5.3K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 - Augmentor (🥉27 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT - chainercv (🥉26 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT - Pillow-SIMD (🥉25 · ⭐ 2.2K · 💤) - The friendly PIL fork. ❗️PIL - Classy Vision (🥉23 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT - deep-daze (🥉22 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT - vissl (🥉22 · ⭐ 3.3K · 💀) - VISSL is FAIRs library of extensible, modular and scalable.. MIT - Luminoth (🥉22 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 - detecto (🥉22 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT - DE⫶TR (🥉21 · ⭐ 14K · 💀) - End-to-End Object Detection with Transformers. Apache-2 - solt (🥉21 · ⭐ 260) - Streaming over lightweight data transformations. MIT - image-match (🥉20 · ⭐ 3K · 💀) - Quickly search over billions of images. Apache-2 - nude.py (🥉20 · ⭐ 930 · 💀) - Nudity detection with Python. MIT - pycls (🥉18 · ⭐ 2.2K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT - Caer (🥉17 · ⭐ 790 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT - Torch Points 3D (🥉17 · ⭐ 240 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 - HugsVision (🥉14 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface


Graph Data

Back to top

Libraries for graph processing, clustering, embedding, and machine learning tasks.

networkx (🥇44 · ⭐ 16K) - Network Analysis in Python. BSD-3 - [GitHub](https://github.com/networkx/networkx) (👨‍💻 780 · 🔀 3.3K · 📥 110 · 📦 410K · 📋 3.5K - 10% open · ⏱️ 19.05.2025):
git clone https://github.com/networkx/networkx
- [PyPi](https://pypi.org/project/networkx) (📥 94M / month · 📦 11K · ⏱️ 09.05.2025):
pip install networkx
- [Conda](https://anaconda.org/conda-forge/networkx) (📥 22M · ⏱️ 22.04.2025):
conda install -c conda-forge networkx
PyTorch Geometric (🥇40 · ⭐ 22K) - Graph Neural Network Library for PyTorch. MIT - [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 540 · 🔀 3.8K · 📦 9.5K · 📋 3.9K - 30% open · ⏱️ 20.05.2025):
git clone https://github.com/pyg-team/pytorch_geometric
- [PyPi](https://pypi.org/project/torch-geometric) (📥 630K / month · 📦 360 · ⏱️ 26.09.2024):
pip install torch-geometric
- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 160K · ⏱️ 22.04.2025):
conda install -c conda-forge pytorch_geometric
dgl (🥇36 · ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 - [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 4K · 📋 2.9K - 18% open · ⏱️ 11.02.2025):
git clone https://github.com/dmlc/dgl
- [PyPi](https://pypi.org/project/dgl) (📥 100K / month · 📦 150 · ⏱️ 13.05.2024):
pip install dgl
PyKEEN (🥈31 · ⭐ 1.8K) - A Python library for learning and evaluating knowledge graph embeddings. MIT - [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 43 · 🔀 200 · 📥 240 · 📦 320 · 📋 590 - 19% open · ⏱️ 24.04.2025):
git clone https://github.com/pykeen/pykeen
- [PyPi](https://pypi.org/project/pykeen) (📥 13K / month · 📦 21 · ⏱️ 24.04.2025):
pip install pykeen
pygraphistry (🥈29 · ⭐ 2.3K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 - [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 46 · 🔀 220 · 📦 150 · 📋 360 - 53% open · ⏱️ 16.05.2025):
git clone https://github.com/graphistry/pygraphistry
- [PyPi](https://pypi.org/project/graphistry) (📥 17K / month · 📦 6 · ⏱️ 16.05.2025):
pip install graphistry
pytorch_geometric_temporal (🥈28 · ⭐ 2.8K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT - [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 37 · 🔀 390 · 📋 200 - 20% open · ⏱️ 24.03.2025):
git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 5.9K / month · 📦 7 · ⏱️ 28.03.2025):
pip install torch-geometric-temporal
ogb (🥈28 · ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT - [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 2.5K · 📋 310 - 11% open · ⏱️ 06.05.2025):
git clone https://github.com/snap-stanford/ogb
- [PyPi](https://pypi.org/project/ogb) (📥 35K / month · 📦 73 · ⏱️ 07.04.2023):
pip install ogb
- [Conda](https://anaconda.org/conda-forge/ogb) (📥 54K · ⏱️ 22.04.2025):
conda install -c conda-forge ogb
Node2Vec (🥈25 · ⭐ 1.3K · 💤) - Implementation of the node2vec algorithm. MIT - [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 16 · 🔀 250 · 📦 910 · 📋 97 - 5% open · ⏱️ 02.08.2024):
git clone https://github.com/eliorc/node2vec
- [PyPi](https://pypi.org/project/node2vec) (📥 26K / month · 📦 31 · ⏱️ 02.08.2024):
pip install node2vec
- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 35K · ⏱️ 22.04.2025):
conda install -c conda-forge node2vec
torch-cluster (🥈25 · ⭐ 870) - PyTorch Extension Library of Optimized Graph Cluster.. MIT - [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 39 · 🔀 150 · 📋 180 - 17% open · ⏱️ 20.04.2025):
git clone https://github.com/rusty1s/pytorch_cluster
- [PyPi](https://pypi.org/project/torch-cluster) (📥 20K / month · 📦 62 · ⏱️ 12.10.2023):
pip install torch-cluster
- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge pytorch_cluster
GraphVite (🥉15 · ⭐ 1.3K · 💤) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 - [GitHub](https://github.com/DeepGraphLearning/graphvite) (👨‍💻 1 · 🔀 150 · 📋 110 - 47% open · ⏱️ 14.06.2024):
git clone https://github.com/DeepGraphLearning/graphvite
- [Conda](https://anaconda.org/milagraph/graphvite) (📥 5.1K · ⏱️ 25.03.2025):
conda install -c milagraph graphvite
Show 26 hidden projects... - igraph (🥇32 · ⭐ 1.4K) - Python interface for igraph. ❗️GPL-2.0 - Spektral (🥈28 · ⭐ 2.4K · 💀) - Graph Neural Networks with Keras and Tensorflow 2. MIT - StellarGraph (🥈27 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 - pygal (🥈27 · ⭐ 2.7K · 💤) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 - Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 - AmpliGraph (🥈25 · ⭐ 2.2K · 💀) - Python library for Representation Learning on Knowledge.. Apache-2 - Karate Club (🥉24 · ⭐ 2.2K · 💤) - Karate Club: An API Oriented Open-source Python Framework.. ❗️GPL-3.0 - PyTorch-BigGraph (🥉23 · ⭐ 3.4K · 💀) - Generate embeddings from large-scale graph-structured.. BSD-3 - graph4nlp (🥉22 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 - graph-nets (🥉21 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2 - jraph (🥉21 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2 - pyRDF2Vec (🥉21 · ⭐ 260 · 💀) - Python Implementation and Extension of RDF2Vec. MIT - DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 - DIG (🥉20 · ⭐ 2K · 💀) - A library for graph deep learning research. ❗️GPL-3.0 - deepsnap (🥉20 · ⭐ 560 · 💀) - Python library assists deep learning on graphs. MIT - GraphGym (🥉19 · ⭐ 1.8K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT - DeepGraph (🥉18 · ⭐ 290) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 - Sematch (🥉17 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2 - Euler (🥉16 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 - AutoGL (🥉16 · ⭐ 1.1K · 💀) - An autoML framework & toolkit for machine learning on graphs. Apache-2 - kglib (🥉16 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 - ptgnn (🥉15 · ⭐ 380 · 💀) - A PyTorch Graph Neural Network Library. MIT - GraphEmbedding (🥉14 · ⭐ 3.8K · 💀) - Implementation and experiments of graph embedding.. MIT - GraphSAGE (🥉14 · ⭐ 3.5K · 💀) - Representation learning on large graphs using stochastic.. MIT - OpenNE (🥉14 · ⭐ 1.7K · 💀) - An Open-Source Package for Network Embedding (NE). MIT - OpenKE (🥉13 · ⭐ 3.9K · 💀) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed


Audio Data

Back to top

Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks.

speechbrain (🥇39 · ⭐ 9.8K) - A PyTorch-based Speech Toolkit. Apache-2 - [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 260 · 🔀 1.5K · 📦 3.6K · 📋 1.2K - 12% open · ⏱️ 21.05.2025):
git clone https://github.com/speechbrain/speechbrain
- [PyPi](https://pypi.org/project/speechbrain) (📥 1.1M / month · 📦 79 · ⏱️ 07.04.2025):
pip install speechbrain
espnet (🥇38 · ⭐ 9.1K) - End-to-End Speech Processing Toolkit. Apache-2 - [GitHub](https://github.com/espnet/espnet) (👨‍💻 490 · 🔀 2.2K · 📥 84 · 📦 450 · 📋 2.5K - 14% open · ⏱️ 20.05.2025):
git clone https://github.com/espnet/espnet
- [PyPi](https://pypi.org/project/espnet) (📥 18K / month · 📦 12 · ⏱️ 04.12.2024):
pip install espnet
SpeechRecognition (🥈35 · ⭐ 8.7K) - Speech recognition module for Python, supporting several.. BSD-3 - [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 54 · 🔀 2.4K · 📦 21 · 📋 670 - 48% open · ⏱️ 18.05.2025):
git clone https://github.com/Uberi/speech_recognition
- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 1.4M / month · 📦 730 · ⏱️ 12.05.2025):
pip install SpeechRecognition
- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 260K · ⏱️ 12.05.2025):
conda install -c conda-forge speechrecognition
librosa (🥈35 · ⭐ 7.6K) - Python library for audio and music analysis. ISC - [GitHub](https://github.com/librosa/librosa) (👨‍💻 130 · 🔀 980 · 📋 1.2K - 5% open · ⏱️ 19.05.2025):
git clone https://github.com/librosa/librosa
- [PyPi](https://pypi.org/project/librosa) (📥 3.6M / month · 📦 1.6K · ⏱️ 11.03.2025):
pip install librosa
- [Conda](https://anaconda.org/conda-forge/librosa) (📥 900K · ⏱️ 22.04.2025):
conda install -c conda-forge librosa
torchaudio (🥈35 · ⭐ 2.7K) - Data manipulation and transformation for audio signal.. BSD-2 - [GitHub](https://github.com/pytorch/audio) (👨‍💻 240 · 🔀 690 · 📋 1K - 28% open · ⏱️ 20.05.2025):
git clone https://github.com/pytorch/audio
- [PyPi](https://pypi.org/project/torchaudio) (📥 13M / month · 📦 1.9K · ⏱️ 23.04.2025):
pip install torchaudio
spleeter (🥈33 · ⭐ 27K) - Deezer source separation library including pretrained models. MIT - [GitHub](https://github.com/deezer/spleeter) (👨‍💻 22 · 🔀 2.9K · 📥 4M · 📦 1K · 📋 820 - 31% open · ⏱️ 02.04.2025):
git clone https://github.com/deezer/spleeter
- [PyPi](https://pypi.org/project/spleeter) (📥 34K / month · 📦 18 · ⏱️ 03.04.2025):
pip install spleeter
- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge spleeter
Magenta (🥈33 · ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 - [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 580 · 📋 1K - 41% open · ⏱️ 17.01.2025):
git clone https://github.com/magenta/magenta
- [PyPi](https://pypi.org/project/magenta) (📥 8.1K / month · 📦 5 · ⏱️ 01.08.2022):
pip install magenta
python-soundfile (🥈32 · ⭐ 770) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 - [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 38 · 🔀 110 · 📥 21K · 📦 65K · 📋 260 - 46% open · ⏱️ 28.04.2025):
git clone https://github.com/bastibe/python-soundfile
- [PyPi](https://pypi.org/project/soundfile) (📥 6.3M / month · 📦 1.1K · ⏱️ 25.01.2025):
pip install soundfile
- [Conda](https://anaconda.org/anaconda/pysoundfile):
conda install -c anaconda pysoundfile
Porcupine (🥈31 · ⭐ 4.1K) - On-device wake word detection powered by deep learning. Apache-2 - [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 42 · 🔀 520 · 📦 48 · 📋 570 - 0% open · ⏱️ 06.05.2025):
git clone https://github.com/Picovoice/Porcupine
- [PyPi](https://pypi.org/project/pvporcupine) (📥 24K / month · 📦 38 · ⏱️ 05.02.2025):
pip install pvporcupine
audiomentations (🥈31 · ⭐ 2K) - A Python library for audio data augmentation. Useful for making.. MIT - [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 33 · 🔀 200 · 📦 790 · 📋 200 - 26% open · ⏱️ 05.05.2025):
git clone https://github.com/iver56/audiomentations
- [PyPi](https://pypi.org/project/audiomentations) (📥 270K / month · 📦 28 · ⏱️ 05.05.2025):
pip install audiomentations
tinytag (🥉29 · ⭐ 760) - Python library for reading audio file metadata. MIT - [GitHub](https://github.com/tinytag/tinytag) (👨‍💻 27 · 🔀 100 · 📦 1.2K · 📋 120 - 3% open · ⏱️ 05.05.2025):
git clone https://github.com/devsnd/tinytag
- [PyPi](https://pypi.org/project/tinytag) (📥 69K / month · 📦 120 · ⏱️ 23.04.2025):
pip install tinytag
pyAudioAnalysis (🥉28 · ⭐ 6.1K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 - [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 640 · 📋 320 - 62% open · ⏱️ 28.03.2025):
git clone https://github.com/tyiannak/pyAudioAnalysis
- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 17K / month · 📦 12 · ⏱️ 07.02.2022):
pip install pyAudioAnalysis
Madmom (🥉27 · ⭐ 1.4K · 💤) - Python audio and music signal processing library. BSD-3 - [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 24 · 🔀 240 · 📦 500 · 📋 280 - 24% open · ⏱️ 25.08.2024):
git clone https://github.com/CPJKU/madmom
- [PyPi](https://pypi.org/project/madmom) (📥 3.7K / month · 📦 27 · ⏱️ 14.11.2018):
pip install madmom
DDSP (🥉25 · ⭐ 3K · 💤) - DDSP: Differentiable Digital Signal Processing. Apache-2 - [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 340 · 📦 68 · 📋 170 - 28% open · ⏱️ 23.09.2024):
git clone https://github.com/magenta/ddsp
- [PyPi](https://pypi.org/project/ddsp) (📥 3.6K / month · 📦 1 · ⏱️ 25.05.2022):
pip install ddsp
- [Conda](https://anaconda.org/conda-forge/ddsp) (📥 22K · ⏱️ 22.04.2025):
conda install -c conda-forge ddsp
nnAudio (🥉23 · ⭐ 1.1K) - Audio processing by using pytorch 1D convolution network. MIT - [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨‍💻 16 · 🔀 93 · 📦 370 · 📋 63 - 28% open · ⏱️ 16.05.2025):
git clone https://github.com/KinWaiCheuk/nnAudio
- [PyPi](https://pypi.org/project/nnAudio) (📥 54K / month · 📦 4 · ⏱️ 13.02.2024):
pip install nnAudio
Julius (🥉23 · ⭐ 440) - Fast PyTorch based DSP for audio and 1D signals. MIT - [GitHub](https://github.com/adefossez/julius) (👨‍💻 3 · 🔀 25 · 📦 2.9K · 📋 12 - 16% open · ⏱️ 17.02.2025):
git clone https://github.com/adefossez/julius
- [PyPi](https://pypi.org/project/julius) (📥 490K / month · 📦 44 · ⏱️ 20.09.2022):
pip install julius
DeepSpeech (🥉22 · ⭐ 26K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 - [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 140 · 🔀 4K):
git clone https://github.com/mozilla/DeepSpeech
- [PyPi](https://pypi.org/project/deepspeech) (📥 5.7K / month · 📦 24 · ⏱️ 19.12.2020):
pip install deepspeech
- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 3.8K · ⏱️ 22.04.2025):
conda install -c conda-forge deepspeech
Show 12 hidden projects... - Coqui TTS (🥇36 · ⭐ 40K · 💀) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 - Pydub (🥇36 · ⭐ 9.4K · 💀) - Manipulate audio with a simple and easy high level interface. MIT - audioread (🥉30 · ⭐ 510 · 💀) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT - Essentia (🥉29 · ⭐ 3.1K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 - aubio (🥉28 · ⭐ 3.4K) - a library for audio and music analysis. ❗️GPL-3.0 - TTS (🥉26 · ⭐ 9.8K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 - python_speech_features (🥉25 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT - Dejavu (🥉23 · ⭐ 6.6K · 💀) - Audio fingerprinting and recognition in Python. MIT - kapre (🥉22 · ⭐ 930 · 💀) - kapre: Keras Audio Preprocessors. MIT - TimeSide (🥉21 · ⭐ 380 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 - Muda (🥉17 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC - textlesslib (🥉10 · ⭐ 540 · 💀) - Library for Textless Spoken Language Processing. MIT


Geospatial Data

Back to top

Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding.

pydeck (🥇43 · ⭐ 13K) - WebGL2 powered visualization framework. MIT - [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 290 · 🔀 2.1K · 📦 9.1K · 📋 3.2K - 13% open · ⏱️ 21.05.2025):
git clone https://github.com/visgl/deck.gl
- [PyPi](https://pypi.org/project/pydeck) (📥 8.9M / month · 📦 160 · ⏱️ 21.03.2025):
pip install pydeck
- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 750K · ⏱️ 22.04.2025):
conda install -c conda-forge pydeck
- [npm](https://www.npmjs.com/package/deck.gl) (📥 560K / month · 📦 350 · ⏱️ 14.05.2025):
npm install deck.gl
Shapely (🥇41 · ⭐ 4.1K) - Manipulation and analysis of geometric objects. BSD-3 - [GitHub](https://github.com/shapely/shapely) (👨‍💻 170 · 🔀 590 · 📥 3.8K · 📦 110K · 📋 1.3K - 18% open · ⏱️ 19.05.2025):
git clone https://github.com/shapely/shapely
- [PyPi](https://pypi.org/project/shapely) (📥 50M / month · 📦 4.2K · ⏱️ 19.05.2025):
pip install shapely
- [Conda](https://anaconda.org/conda-forge/shapely) (📥 12M · ⏱️ 19.05.2025):
conda install -c conda-forge shapely
folium (🥇40 · ⭐ 7.1K) - Python Data. Leaflet.js Maps. MIT - [GitHub](https://github.com/python-visualization/folium) (👨‍💻 170 · 🔀 2.2K · 📦 61K · 📋 1.2K - 6% open · ⏱️ 17.05.2025):
git clone https://github.com/python-visualization/folium
- [PyPi](https://pypi.org/project/folium) (📥 2.2M / month · 📦 980 · ⏱️ 15.05.2025):
pip install folium
- [Conda](https://anaconda.org/conda-forge/folium) (📥 3.8M · ⏱️ 16.05.2025):
conda install -c conda-forge folium
GeoPandas (🥈38 · ⭐ 4.8K) - Python tools for geographic data. BSD-3 - [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 240 · 🔀 950 · 📥 3K · 📦 57K · 📋 1.7K - 25% open · ⏱️ 21.05.2025):
git clone https://github.com/geopandas/geopandas
- [PyPi](https://pypi.org/project/geopandas) (📥 7.9M / month · 📦 2.8K · ⏱️ 02.07.2024):
pip install geopandas
- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 4.7M · ⏱️ 22.04.2025):
conda install -c conda-forge geopandas
Rasterio (🥈38 · ⭐ 2.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 - [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 170 · 🔀 540 · 📥 1K · 📦 17K · 📋 1.9K - 8% open · ⏱️ 20.05.2025):
git clone https://github.com/rasterio/rasterio
- [PyPi](https://pypi.org/project/rasterio) (📥 2.3M / month · 📦 1.5K · ⏱️ 02.12.2024):
pip install rasterio
- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 4.7M · ⏱️ 22.04.2025):
conda install -c conda-forge rasterio
ArcGIS API (🥈36 · ⭐ 2K) - Documentation and samples for ArcGIS API for Python. Apache-2 - [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 97 · 🔀 1.1K · 📥 15K · 📦 960 · 📋 850 - 9% open · ⏱️ 15.05.2025):
git clone https://github.com/Esri/arcgis-python-api
- [PyPi](https://pypi.org/project/arcgis) (📥 130K / month · 📦 41 · ⏱️ 17.04.2025):
pip install arcgis
- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook):
docker pull esridocker/arcgis-api-python-notebook
pyproj (🥈36 · ⭐ 1.1K · 📉) - Python interface to PROJ (cartographic projections and coordinate.. MIT - [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 71 · 🔀 220 · 📦 44K · 📋 640 - 5% open · ⏱️ 05.05.2025):
git clone https://github.com/pyproj4/pyproj
- [PyPi](https://pypi.org/project/pyproj) (📥 11M / month · 📦 1.9K · ⏱️ 16.02.2025):
pip install pyproj
- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 10M · ⏱️ 22.04.2025):
conda install -c conda-forge pyproj
Fiona (🥈35 · ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3 - [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 78 · 🔀 210 · 📦 26K · 📋 810 - 4% open · ⏱️ 20.02.2025):
git clone https://github.com/Toblerity/Fiona
- [PyPi](https://pypi.org/project/fiona) (📥 4.4M / month · 📦 380 · ⏱️ 16.09.2024):
pip install fiona
- [Conda](https://anaconda.org/conda-forge/fiona) (📥 6.9M · ⏱️ 22.04.2025):
conda install -c conda-forge fiona
ipyleaflet (🥉33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT - [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 92 · 🔀 360 · 📦 17K · 📋 660 - 45% open · ⏱️ 05.12.2024):
git clone https://github.com/jupyter-widgets/ipyleaflet
- [PyPi](https://pypi.org/project/ipyleaflet) (📥 230K / month · 📦 280 · ⏱️ 22.07.2024):
pip install ipyleaflet
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge ipyleaflet
- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 1.8K / month · 📦 9 · ⏱️ 22.07.2024):
npm install jupyter-leaflet
geojson (🥉31 · ⭐ 960) - Python bindings and utilities for GeoJSON. BSD-3 - [GitHub](https://github.com/jazzband/geojson) (👨‍💻 58 · 🔀 120 · 📦 20K · 📋 100 - 25% open · ⏱️ 21.12.2024):
git clone https://github.com/jazzband/geojson
- [PyPi](https://pypi.org/project/geojson) (📥 2.9M / month · 📦 720 · ⏱️ 21.12.2024):
pip install geojson
- [Conda](https://anaconda.org/conda-forge/geojson) (📥 970K · ⏱️ 22.04.2025):
conda install -c conda-forge geojson
PySAL (🥉30 · ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 - [GitHub](https://github.com/pysal/pysal) (👨‍💻 79 · 🔀 300 · 📦 1.8K · 📋 660 - 3% open · ⏱️ 06.02.2025):
git clone https://github.com/pysal/pysal
- [PyPi](https://pypi.org/project/pysal) (📥 29K / month · 📦 59 · ⏱️ 06.02.2025):
pip install pysal
- [Conda](https://anaconda.org/conda-forge/pysal) (📥 630K · ⏱️ 22.04.2025):
conda install -c conda-forge pysal
EarthPy (🥉29 · ⭐ 520 · 📈) - A package built to support working with spatial data using open.. BSD-3 - [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 160 · 📥 36 · 📦 430 · 📋 250 - 16% open · ⏱️ 21.05.2025):
git clone https://github.com/earthlab/earthpy
- [PyPi](https://pypi.org/project/earthpy) (📥 12K / month · 📦 17 · ⏱️ 01.10.2021):
pip install earthpy
- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 92K · ⏱️ 22.04.2025):
conda install -c conda-forge earthpy
GeoViews (🥉28 · ⭐ 610) - Simple, concise geographical visualization in Python. BSD-3 - [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 33 · 🔀 77 · 📦 1.3K · 📋 360 - 31% open · ⏱️ 21.05.2025):
git clone https://github.com/holoviz/geoviews
- [PyPi](https://pypi.org/project/geoviews) (📥 17K / month · 📦 63 · ⏱️ 17.12.2024):
pip install geoviews
- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 300K · ⏱️ 22.04.2025):
conda install -c conda-forge geoviews
Mapbox GL (🥉24 · ⭐ 680) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT - [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 23 · 🔀 140 · 📦 240 · 📋 110 - 38% open · ⏱️ 06.02.2025):
git clone https://github.com/mapbox/mapboxgl-jupyter
- [PyPi](https://pypi.org/project/mapboxgl) (📥 10K / month · 📦 12 · ⏱️ 02.06.2019):
pip install mapboxgl
pymap3d (🥉24 · ⭐ 420) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 - [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 19 · 🔀 87 · 📦 510 · 📋 60 - 15% open · ⏱️ 08.01.2025):
git clone https://github.com/geospace-code/pymap3d
- [PyPi](https://pypi.org/project/pymap3d) (📥 350K / month · 📦 44 · ⏱️ 11.02.2024):
pip install pymap3d
- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 100K · ⏱️ 22.04.2025):
conda install -c conda-forge pymap3d
Show 7 hidden projects... - Satpy (🥈34 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 - geopy (🥉33 · ⭐ 4.6K · 💀) - Geocoding library for Python. MIT - Geocoder (🥉33 · ⭐ 1.6K · 💀) - Python Geocoder. MIT - Sentinelsat (🥉27 · ⭐ 1K · 💀) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 - prettymaps (🥉26 · ⭐ 12K) - Draw pretty maps from OpenStreetMap data! Built with osmnx.. ❗️AGPL-3.0 - gmaps (🥉23 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 - geoplotlib (🥉22 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT


Financial Data

Back to top

Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data.

yfinance (🥇43 · ⭐ 18K) - Download market data from Yahoo! Finances API. Apache-2 - [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 130 · 🔀 2.7K · 📦 79K · 📋 1.6K - 9% open · ⏱️ 14.05.2025):
git clone https://github.com/ranaroussi/yfinance
- [PyPi](https://pypi.org/project/yfinance) (📥 3.5M / month · 📦 970 · ⏱️ 12.05.2025):
pip install yfinance
- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 98K · ⏱️ 25.03.2025):
conda install -c ranaroussi yfinance
Qlib (🥇32 · ⭐ 20K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT - [GitHub](https://github.com/microsoft/qlib) (👨‍💻 140 · 🔀 3.2K · 📥 800 · 📦 21 · 📋 970 - 25% open · ⏱️ 22.05.2025):
git clone https://github.com/microsoft/qlib
- [PyPi](https://pypi.org/project/pyqlib) (📥 8.9K / month · 📦 1 · ⏱️ 23.12.2024):
pip install pyqlib
bt (🥈30 · ⭐ 2.5K) - bt - flexible backtesting for Python. MIT - [GitHub](https://github.com/pmorissette/bt) (👨‍💻 34 · 🔀 440 · 📦 1.7K · 📋 350 - 23% open · ⏱️ 08.04.2025):
git clone https://github.com/pmorissette/bt
- [PyPi](https://pypi.org/project/bt) (📥 8.4K / month · 📦 15 · ⏱️ 12.04.2025):
pip install bt
- [Conda](https://anaconda.org/conda-forge/bt) (📥 85K · ⏱️ 22.04.2025):
conda install -c conda-forge bt
TensorTrade (🥉27 · ⭐ 5.2K · 💤) - An open source reinforcement learning framework for.. Apache-2 - [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 1.1K · 📦 70 · 📋 260 - 20% open · ⏱️ 09.06.2024):
git clone https://github.com/tensortrade-org/tensortrade
- [PyPi](https://pypi.org/project/tensortrade) (📥 1.2K / month · 📦 1 · ⏱️ 10.05.2021):
pip install tensortrade
- [Conda](https://anaconda.org/conda-forge/tensortrade) (📥 4.9K · ⏱️ 22.04.2025):
conda install -c conda-forge tensortrade
Alpha Vantage (🥉27 · ⭐ 4.5K) - A python wrapper for Alpha Vantage API for financial data. MIT - [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 44 · 🔀 750 · 📋 290 - 0% open · ⏱️ 01.05.2025):
git clone https://github.com/RomelTorres/alpha_vantage
- [PyPi](https://pypi.org/project/alpha_vantage) (📥 64K / month · 📦 35 · ⏱️ 18.07.2024):
pip install alpha_vantage
- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 9.1K · ⏱️ 22.04.2025):
conda install -c conda-forge alpha_vantage
ffn (🥉27 · ⭐ 2.3K) - ffn - a financial function library for Python. MIT - [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 36 · 🔀 320 · 📦 560 · 📋 140 - 17% open · ⏱️ 01.04.2025):
git clone https://github.com/pmorissette/ffn
- [PyPi](https://pypi.org/project/ffn) (📥 24K / month · 📦 22 · ⏱️ 11.02.2025):
pip install ffn
- [Conda](https://anaconda.org/conda-forge/ffn) (📥 20K · ⏱️ 22.04.2025):
conda install -c conda-forge ffn
finmarketpy (🥉25 · ⭐ 3.6K) - Python library for backtesting trading strategies & analyzing.. Apache-2 - [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 19 · 🔀 510 · 📥 57 · 📦 16 · 📋 35 - 88% open · ⏱️ 10.03.2025):
git clone https://github.com/cuemacro/finmarketpy
- [PyPi](https://pypi.org/project/finmarketpy) (📥 370 / month · ⏱️ 10.03.2025):
pip install finmarketpy
stockstats (🥉23 · ⭐ 1.4K · 📉) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 - [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 300 · 📋 130 - 10% open · ⏱️ 18.05.2025):
git clone https://github.com/jealous/stockstats
- [PyPi](https://pypi.org/project/stockstats) (📥 14K / month · 📦 14 · ⏱️ 18.05.2025):
pip install stockstats
tf-quant-finance (🥉21 · ⭐ 4.9K) - High-performance TensorFlow library for quantitative.. Apache-2 - [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 48 · 🔀 600 · 📋 63 - 55% open · ⏱️ 21.03.2025):
git clone https://github.com/google/tf-quant-finance
- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 460 / month · 📦 3 · ⏱️ 19.08.2022):
pip install tf-quant-finance
Show 16 hidden projects... - zipline (🥇33 · ⭐ 18K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 - pyfolio (🥇32 · ⭐ 6K · 💀) - Portfolio and risk analytics in Python. Apache-2 - ta (🥈31 · ⭐ 4.6K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT - arch (🥈30 · ⭐ 1.4K) - ARCH models in Python. ❗Unlicensed - backtrader (🥈29 · ⭐ 17K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 - Alphalens (🥈28 · ⭐ 3.7K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 - IB-insync (🥈28 · ⭐ 3K · 💀) - Python sync/async framework for Interactive Brokers API. BSD-2 - empyrical (🥈28 · ⭐ 1.4K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 - Backtesting.py (🥉27 · ⭐ 6.5K) - Backtest trading strategies in Python. ❗️AGPL-3.0 - Enigma Catalyst (🥉26 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 - PyAlgoTrade (🥉24 · ⭐ 4.5K · 💀) - Python Algorithmic Trading Library. Apache-2 - FinTA (🥉24 · ⭐ 2.2K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 - Crypto Signals (🥉22 · ⭐ 5.2K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT - FinQuant (🥉22 · ⭐ 1.5K · 💀) - A program for financial portfolio management, analysis and.. MIT - surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 - pyrtfolio (🥉9 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0


Time Series Data

Back to top

Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data.

sktime (🥇40 · ⭐ 8.4K) - A unified framework for machine learning with time series. BSD-3 - [GitHub](https://github.com/sktime/sktime) (👨‍💻 460 · 🔀 1.5K · 📥 110 · 📦 4.5K · 📋 2.9K - 38% open · ⏱️ 20.05.2025):
git clone https://github.com/alan-turing-institute/sktime
- [PyPi](https://pypi.org/project/sktime) (📥 950K / month · 📦 140 · ⏱️ 12.04.2025):
pip install sktime
- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge sktime-all-extras
Prophet (🥇34 · ⭐ 19K) - Tool for producing high quality forecasts for time series data that has.. MIT - [GitHub](https://github.com/facebook/prophet) (👨‍💻 190 · 🔀 4.5K · 📥 3K · 📦 21 · 📋 2.2K - 20% open · ⏱️ 17.05.2025):
git clone https://github.com/facebook/prophet
- [PyPi](https://pypi.org/project/fbprophet) (📥 150K / month · 📦 91 · ⏱️ 05.09.2020):
pip install fbprophet
- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge prophet
Darts (🥇33 · ⭐ 8.6K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2 - [GitHub](https://github.com/unit8co/darts) (👨‍💻 130 · 🔀 920 · 📋 1.7K - 14% open · ⏱️ 16.05.2025):
git clone https://github.com/unit8co/darts
- [PyPi](https://pypi.org/project/u8darts) (📥 71K / month · 📦 10 · ⏱️ 18.04.2025):
pip install u8darts
- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 79K · ⏱️ 22.04.2025):
conda install -c conda-forge u8darts-all
- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 1.6K · ⏱️ 18.04.2025):
docker pull unit8/darts
StatsForecast (🥇33 · ⭐ 4.4K) - Lightning fast forecasting with statistical and econometric.. Apache-2 - [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 51 · 🔀 310 · 📦 1.7K · 📋 360 - 30% open · ⏱️ 29.04.2025):
git clone https://github.com/Nixtla/statsforecast
- [PyPi](https://pypi.org/project/statsforecast) (📥 840K / month · 📦 68 · ⏱️ 18.02.2025):
pip install statsforecast
- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 180K · ⏱️ 22.04.2025):
conda install -c conda-forge statsforecast
tsfresh (🥈32 · ⭐ 8.8K) - Automatic extraction of relevant features from time series:. MIT - [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 99 · 🔀 1.2K · 📦 21 · 📋 550 - 12% open · ⏱️ 16.02.2025):
git clone https://github.com/blue-yonder/tsfresh
- [PyPi](https://pypi.org/project/tsfresh) (📥 240K / month · 📦 100 · ⏱️ 16.02.2025):
pip install tsfresh
- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge tsfresh
pytorch-forecasting (🥈32 · ⭐ 4.3K) - Time series forecasting with PyTorch. MIT - [GitHub](https://github.com/sktime/pytorch-forecasting) (👨‍💻 69 · 🔀 670 · 📦 610 · 📋 850 - 61% open · ⏱️ 18.05.2025):
git clone https://github.com/jdb78/pytorch-forecasting
- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 130K / month · 📦 22 · ⏱️ 06.02.2025):
pip install pytorch-forecasting
- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 78K · ⏱️ 22.04.2025):
conda install -c conda-forge pytorch-forecasting
NeuralForecast (🥈32 · ⭐ 3.5K) - Scalable and user friendly neural forecasting algorithms. Apache-2 - [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 50 · 🔀 410 · 📦 380 · 📋 620 - 17% open · ⏱️ 16.05.2025):
git clone https://github.com/Nixtla/neuralforecast
- [PyPi](https://pypi.org/project/neuralforecast) (📥 100K / month · 📦 28 · ⏱️ 13.05.2025):
pip install neuralforecast
- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 38K · ⏱️ 22.04.2025):
conda install -c conda-forge neuralforecast
pmdarima (🥈32 · ⭐ 1.6K) - A statistical library designed to fill the void in Pythons time series.. MIT - [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 240 · 📦 12K · 📋 340 - 19% open · ⏱️ 07.11.2024):
git clone https://github.com/alkaline-ml/pmdarima
- [PyPi](https://pypi.org/project/pmdarima) (📥 2.4M / month · 📦 150 · ⏱️ 23.10.2023):
pip install pmdarima
- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge pmdarima
skforecast (🥈32 · ⭐ 1.3K) - Time series forecasting with machine learning models. BSD-3 - [GitHub](https://github.com/skforecast/skforecast) (👨‍💻 20 · 🔀 160 · 📦 470 · 📋 200 - 14% open · ⏱️ 01.05.2025):
git clone https://github.com/JoaquinAmatRodrigo/skforecast
- [PyPi](https://pypi.org/project/skforecast) (📥 77K / month · 📦 18 · ⏱️ 01.05.2025):
pip install skforecast
STUMPY (🥈31 · ⭐ 3.9K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 - [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 40 · 🔀 330 · 📦 1.3K · 📋 540 - 13% open · ⏱️ 08.04.2025):
git clone https://github.com/TDAmeritrade/stumpy
- [PyPi](https://pypi.org/project/stumpy) (📥 300K / month · 📦 30 · ⏱️ 09.07.2024):
pip install stumpy
- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge stumpy
tslearn (🥈31 · ⭐ 3K · 💤) - The machine learning toolkit for time series analysis in Python. BSD-2 - [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 340 · 📦 1.8K · 📋 340 - 41% open · ⏱️ 01.07.2024):
git clone https://github.com/tslearn-team/tslearn
- [PyPi](https://pypi.org/project/tslearn) (📥 340K / month · 📦 79 · ⏱️ 12.12.2023):
pip install tslearn
- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.6M · ⏱️ 22.04.2025):
conda install -c conda-forge tslearn
GluonTS (🥈30 · ⭐ 4.9K) - Probabilistic time series modeling in Python. Apache-2 - [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 120 · 🔀 780 · 📋 970 - 34% open · ⏱️ 08.04.2025):
git clone https://github.com/awslabs/gluon-ts
- [PyPi](https://pypi.org/project/gluonts) (📥 630K / month · 📦 36 · ⏱️ 08.04.2025):
pip install gluonts
- [Conda](https://anaconda.org/anaconda/gluonts) (📥 2K · ⏱️ 22.04.2025):
conda install -c anaconda gluonts
Streamz (🥉29 · ⭐ 1.3K) - Real-time stream processing for python. BSD-3 - [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 49 · 🔀 150 · 📦 550 · 📋 270 - 44% open · ⏱️ 22.11.2024):
git clone https://github.com/python-streamz/streamz
- [PyPi](https://pypi.org/project/streamz) (📥 27K / month · 📦 57 · ⏱️ 27.07.2022):
pip install streamz
- [Conda](https://anaconda.org/conda-forge/streamz) (📥 2.1M · ⏱️ 22.04.2025):
conda install -c conda-forge streamz
pyts (🥉27 · ⭐ 1.8K) - A Python package for time series classification. BSD-3 - [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 15 · 🔀 170 · 📦 870 · 📋 87 - 58% open · ⏱️ 27.04.2025):
git clone https://github.com/johannfaouzi/pyts
- [PyPi](https://pypi.org/project/pyts) (📥 120K / month · 📦 45 · ⏱️ 18.06.2023):
pip install pyts
- [Conda](https://anaconda.org/conda-forge/pyts) (📥 33K · ⏱️ 22.04.2025):
conda install -c conda-forge pyts
NeuralProphet (🥉26 · ⭐ 4.1K · 💤) - NeuralProphet: A simple forecasting package. MIT - [GitHub](https://github.com/ourownstory/neural_prophet) (👨‍💻 55 · 🔀 490 · 📋 560 - 11% open · ⏱️ 13.09.2024):
git clone https://github.com/ourownstory/neural_prophet
- [PyPi](https://pypi.org/project/neuralprophet) (📥 87K / month · 📦 8 · ⏱️ 26.06.2024):
pip install neuralprophet
greykite (🥉22 · ⭐ 1.8K) - A flexible, intuitive and fast forecasting library. BSD-2 - [GitHub](https://github.com/linkedin/greykite) (👨‍💻 10 · 🔀 110 · 📥 36 · 📦 44 · 📋 110 - 10% open · ⏱️ 20.02.2025):
git clone https://github.com/linkedin/greykite
- [PyPi](https://pypi.org/project/greykite) (📥 6.9K / month · ⏱️ 20.02.2025):
pip install greykite
TSFEL (🥉21 · ⭐ 1K · 💤) - An intuitive library to extract features from time series. BSD-3 - [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 20 · 🔀 140 · 📦 210 · 📋 82 - 12% open · ⏱️ 17.10.2024):
git clone https://github.com/fraunhoferportugal/tsfel
- [PyPi](https://pypi.org/project/tsfel) (📥 6.8K / month · 📦 7 · ⏱️ 12.09.2024):
pip install tsfel
pydlm (🥉21 · ⭐ 480 · 💤) - A python library for Bayesian time series modeling. BSD-3 - [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 7 · 🔀 98 · 📦 41 · 📋 51 - 70% open · ⏱️ 07.09.2024):
git clone https://github.com/wwrechard/pydlm
- [PyPi](https://pypi.org/project/pydlm) (📥 71K / month · 📦 2 · ⏱️ 13.08.2024):
pip install pydlm
tsflex (🥉20 · ⭐ 420 · 💤) - Flexible time series feature extraction & processing. MIT - [GitHub](https://github.com/predict-idlab/tsflex) (👨‍💻 6 · 🔀 26 · 📦 22 · 📋 56 - 58% open · ⏱️ 06.09.2024):
git clone https://github.com/predict-idlab/tsflex
- [PyPi](https://pypi.org/project/tsflex) (📥 1.9K / month · 📦 2 · ⏱️ 06.09.2024):
pip install tsflex
- [Conda](https://anaconda.org/conda-forge/tsflex) (📥 33K · ⏱️ 22.04.2025):
conda install -c conda-forge tsflex
Auto TS (🥉18 · ⭐ 760 · 💤) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 - [GitHub](https://github.com/AutoViML/Auto_TS) (👨‍💻 13 · 🔀 120 · 📋 90 - 2% open · ⏱️ 05.05.2024):
git clone https://github.com/AutoViML/Auto_TS
- [PyPi](https://pypi.org/project/auto-ts) (📥 2.2K / month · ⏱️ 05.05.2024):
pip install auto-ts
Show 9 hidden projects... - PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3 - ADTK (🥉23 · ⭐ 1.2K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 - luminol (🥉21 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2 - seglearn (🥉21 · ⭐ 580 · 💀) - Python module for machine learning time series:. BSD-3 - tick (🥉20 · ⭐ 510 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 - matrixprofile-ts (🥉19 · ⭐ 740 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 - atspy (🥉14 · ⭐ 520 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT - tsaug (🥉14 · ⭐ 350 · 💀) - A Python package for time series augmentation. Apache-2 - tslumen (🥉8 · ⭐ 69 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2


Medical Data

Back to top

Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats.

MNE (🥇39 · ⭐ 2.9K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 - [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 390 · 🔀 1.3K · 📦 5.9K · 📋 5K - 11% open · ⏱️ 22.05.2025):
git clone https://github.com/mne-tools/mne-python
- [PyPi](https://pypi.org/project/mne) (📥 160K / month · 📦 420 · ⏱️ 18.12.2024):
pip install mne
- [Conda](https://anaconda.org/conda-forge/mne) (📥 530K · ⏱️ 22.04.2025):
conda install -c conda-forge mne
Nilearn (🥇38 · ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 - [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 260 · 🔀 600 · 📥 300 · 📦 4.2K · 📋 2.4K - 12% open · ⏱️ 21.05.2025):
git clone https://github.com/nilearn/nilearn
- [PyPi](https://pypi.org/project/nilearn) (📥 260K / month · 📦 310 · ⏱️ 23.12.2024):
pip install nilearn
- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 330K · ⏱️ 22.04.2025):
conda install -c conda-forge nilearn
MONAI (🥈36 · ⭐ 6.4K) - AI Toolkit for Healthcare Imaging. Apache-2 - [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 220 · 🔀 1.2K · 📦 4.2K · 📋 3.3K - 13% open · ⏱️ 16.05.2025):
git clone https://github.com/Project-MONAI/MONAI
- [PyPi](https://pypi.org/project/monai) (📥 350K / month · 📦 140 · ⏱️ 10.12.2024):
pip install monai
- [Conda](https://anaconda.org/conda-forge/monai) (📥 49K · ⏱️ 22.04.2025):
conda install -c conda-forge monai
NIPYPE (🥈35 · ⭐ 780) - Workflows and interfaces for neuroimaging packages. Apache-2 - [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 530 · 📦 6.9K · 📋 1.4K - 30% open · ⏱️ 28.04.2025):
git clone https://github.com/nipy/nipype
- [PyPi](https://pypi.org/project/nipype) (📥 330K / month · 📦 150 · ⏱️ 19.03.2025):
pip install nipype
- [Conda](https://anaconda.org/conda-forge/nipype) (📥 800K · ⏱️ 05.05.2025):
conda install -c conda-forge nipype
NiBabel (🥈34 · ⭐ 700) - Python package to access a cacophony of neuro-imaging file formats. MIT - [GitHub](https://github.com/nipy/nibabel) (👨‍💻 110 · 🔀 260 · 📦 29K · 📋 550 - 23% open · ⏱️ 20.05.2025):
git clone https://github.com/nipy/nibabel
- [PyPi](https://pypi.org/project/nibabel) (📥 880K / month · 📦 1.2K · ⏱️ 23.10.2024):
pip install nibabel
- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 900K · ⏱️ 22.04.2025):
conda install -c conda-forge nibabel
Lifelines (🥈33 · ⭐ 2.4K · 💤) - Survival analysis in Python. MIT - [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 3.9K · 📋 980 - 27% open · ⏱️ 29.10.2024):
git clone https://github.com/CamDavidsonPilon/lifelines
- [PyPi](https://pypi.org/project/lifelines) (📥 2.2M / month · 📦 160 · ⏱️ 29.10.2024):
pip install lifelines
- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 430K · ⏱️ 22.04.2025):
conda install -c conda-forge lifelines
Hail (🥈32 · ⭐ 1K) - Cloud-native genomic dataframes and batch computing. MIT - [GitHub](https://github.com/hail-is/hail) (👨‍💻 97 · 🔀 250 · 📦 170 · 📋 2.5K - 10% open · ⏱️ 22.05.2025):
git clone https://github.com/hail-is/hail
- [PyPi](https://pypi.org/project/hail) (📥 18K / month · 📦 42 · ⏱️ 07.03.2025):
pip install hail
DeepVariant (🥉28 · ⭐ 3.4K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 - [GitHub](https://github.com/google/deepvariant) (👨‍💻 41 · 🔀 740 · 📥 4.8K · 📦 4 · 📋 910 - 0% open · ⏱️ 16.05.2025):
git clone https://github.com/google/deepvariant
- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 76K · ⏱️ 22.04.2025):
conda install -c bioconda deepvariant
Brainiak (🥉19 · ⭐ 350) - Brain Imaging Analysis Kit. Apache-2 - [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 140 · 📋 230 - 38% open · ⏱️ 06.01.2025):
git clone https://github.com/brainiak/brainiak
- [PyPi](https://pypi.org/project/brainiak) (📥 1.7K / month · ⏱️ 07.01.2025):
pip install brainiak
- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 1.9K · ⭐ 1 · ⏱️ 07.01.2025):
docker pull brainiak/brainiak
Show 10 hidden projects... - DIPY (🥈32 · ⭐ 760) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed - NiftyNet (🥉25 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 - NIPY (🥉24 · ⭐ 390) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed - MedPy (🥉23 · ⭐ 600 · 💤) - Medical image processing in Python. ❗️GPL-3.0 - DLTK (🥉20 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 - Glow (🥉20 · ⭐ 280) - An open-source toolkit for large-scale genomic analysis. Apache-2 - MedicalTorch (🥉15 · ⭐ 870 · 💀) - A medical imaging framework for Pytorch. Apache-2 - Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 - DeepNeuro (🥉14 · ⭐ 130 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT - MedicalNet (🥉12 · ⭐ 2K · 💀) - Many studies have shown that the performance on deep learning is.. MIT


Tabular Data

Back to top

Libraries for processing tabular and structured data.

skrub (🥇29 · ⭐ 1.4K) - Machine learning with dataframes. BSD-3 - [GitHub](https://github.com/skrub-data/skrub) (👨‍💻 59 · 🔀 120 · 📦 87 · 📋 440 - 20% open · ⏱️ 22.05.2025):
git clone https://github.com/skrub-data/skrub
- [PyPi](https://pypi.org/project/skrub) (📥 12K / month · 📦 10 · ⏱️ 03.04.2025):
pip install skrub
pytorch_tabular (🥈24 · ⭐ 1.5K) - A standard framework for modelling Deep Learning Models.. MIT - [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨‍💻 27 · 🔀 150 · 📥 54 · 📋 170 - 7% open · ⏱️ 19.04.2025):
git clone https://github.com/manujosephv/pytorch_tabular
- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 19K / month · 📦 9 · ⏱️ 28.11.2024):
pip install pytorch_tabular
miceforest (🥈24 · ⭐ 380 · 💤) - Multiple Imputation with LightGBM in Python. MIT - [GitHub](https://github.com/AnotherSamWilson/miceforest) (👨‍💻 8 · 🔀 30 · 📦 240 · 📋 90 - 11% open · ⏱️ 02.08.2024):
git clone https://github.com/AnotherSamWilson/miceforest
- [PyPi](https://pypi.org/project/miceforest) (📥 78K / month · 📦 9 · ⏱️ 02.08.2024):
pip install miceforest
- [Conda](https://anaconda.org/conda-forge/miceforest) (📥 19K · ⏱️ 22.04.2025):
conda install -c conda-forge miceforest
upgini (🥉22 · ⭐ 330) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 - [GitHub](https://github.com/upgini/upgini) (👨‍💻 13 · 🔀 25 · 📦 9 · ⏱️ 20.05.2025):
git clone https://github.com/upgini/upgini
- [PyPi](https://pypi.org/project/upgini) (📥 12K / month · ⏱️ 22.05.2025):
pip install upgini
Show 2 hidden projects... - carefree-learn (🥉17 · ⭐ 410 · 💀) - Deep Learning PyTorch. MIT - deltapy (🥉12 · ⭐ 550 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT


Optical Character Recognition

Back to top

Libraries for optical character recognition (OCR) and text extraction from images or videos.

PaddleOCR (🥇42 · ⭐ 49K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 300 · 🔀 8.2K · 📥 2M · 📦 5.7K · 📋 9.6K - 1% open · ⏱️ 22.05.2025):
git clone https://github.com/PaddlePaddle/PaddleOCR
- [PyPi](https://pypi.org/project/paddleocr) (📥 330K / month · 📦 150 · ⏱️ 20.05.2025):
pip install paddleocr
OCRmyPDF (🥇37 · ⭐ 29K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 - [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 110 · 🔀 2K · 📥 12K · 📦 1.3K · 📋 1.3K - 10% open · ⏱️ 21.04.2025):
git clone https://github.com/ocrmypdf/OCRmyPDF
- [PyPi](https://pypi.org/project/ocrmypdf) (📥 220K / month · 📦 46 · ⏱️ 24.04.2025):
pip install ocrmypdf
- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 99K · ⏱️ 22.04.2025):
conda install -c conda-forge ocrmypdf
EasyOCR (🥈34 · ⭐ 27K · 💤) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 - [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 3.3K · 📥 21M · 📦 15K · 📋 1.1K - 43% open · ⏱️ 24.09.2024):
git clone https://github.com/JaidedAI/EasyOCR
- [PyPi](https://pypi.org/project/easyocr) (📥 910K / month · 📦 250 · ⏱️ 24.09.2024):
pip install easyocr
Tesseract (🥈31 · ⭐ 6.1K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 - [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 50 · 🔀 720 · 📋 370 - 3% open · ⏱️ 17.02.2025):
git clone https://github.com/madmaze/pytesseract
- [PyPi](https://pypi.org/project/pytesseract) (📥 3M / month · 📦 970 · ⏱️ 16.08.2024):
pip install pytesseract
- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 660K · ⏱️ 22.04.2025):
conda install -c conda-forge pytesseract
tesserocr (🥈30 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT - [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 32 · 🔀 260 · 📥 960 · 📦 1.3K · 📋 280 - 17% open · ⏱️ 08.05.2025):
git clone https://github.com/sirfz/tesserocr
- [PyPi](https://pypi.org/project/tesserocr) (📥 130K / month · 📦 43 · ⏱️ 12.02.2025):
pip install tesserocr
- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge tesserocr
MMOCR (🥉27 · ⭐ 4.5K) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2 - [GitHub](https://github.com/open-mmlab/mmocr) (👨‍💻 90 · 🔀 750 · 📦 230 · 📋 930 - 20% open · ⏱️ 27.11.2024):
git clone https://github.com/open-mmlab/mmocr
- [PyPi](https://pypi.org/project/mmocr) (📥 4.2K / month · 📦 4 · ⏱️ 05.05.2022):
pip install mmocr
Show 6 hidden projects... - keras-ocr (🥉26 · ⭐ 1.5K · 💀) - A packaged and flexible version of the CRAFT text detector.. MIT - calamari (🥉22 · ⭐ 1.1K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0 - pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 - attention-ocr (🥉21 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT - doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT - Mozart (🥉10 · ⭐ 660 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2


Data Containers & Structures

Back to top

General-purpose data containers & structures as well as utilities & extensions for pandas.

🔗 best-of-python - Data Containers ( ⭐ 4K) - Collection of data-container, dataframe, and pandas-..


Data Loading & Extraction

Back to top

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

🔗 best-of-python - Data Extraction ( ⭐ 4K) - Collection of data-loading and -extraction libraries.


Web Scraping & Crawling

Back to top

Libraries for web scraping, crawling, downloading, and mining as well as libraries.

🔗 best-of-web-python - Web Scraping ( ⭐ 2.5K · 💤) - Collection of web-scraping and crawling libraries.


Data Pipelines & Streaming

Back to top

Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.

🔗 best-of-python - Data Pipelines ( ⭐ 4K) - Libraries for data batch- and stream-processing,..

Show 1 hidden projects... - pyclugen (🥇10 · ⭐ 8 · 💤) - Multidimensional cluster generation in Python. MIT


Distributed Machine Learning

Back to top

Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure.

Ray (🥇47 · ⭐ 37K) - Ray is an AI compute engine. Ray consists of a core distributed runtime.. Apache-2 - [GitHub](https://github.com/ray-project/ray) (👨‍💻 1.2K · 🔀 6.3K · 📥 260 · 📦 24K · 📋 21K - 21% open · ⏱️ 22.05.2025):
git clone https://github.com/ray-project/ray
- [PyPi](https://pypi.org/project/ray) (📥 11M / month · 📦 960 · ⏱️ 07.05.2025):
pip install ray
- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 770K · ⏱️ 12.05.2025):
conda install -c conda-forge ray-tune
dask (🥇45 · ⭐ 13K) - Parallel computing with task scheduling. BSD-3 - [GitHub](https://github.com/dask/dask) (👨‍💻 620 · 🔀 1.8K · 📦 75K · 📋 5.6K - 20% open · ⏱️ 20.05.2025):
git clone https://github.com/dask/dask
- [PyPi](https://pypi.org/project/dask) (📥 12M / month · 📦 2.9K · ⏱️ 20.05.2025):
pip install dask
- [Conda](https://anaconda.org/conda-forge/dask) (📥 13M · ⏱️ 20.05.2025):
conda install -c conda-forge dask
DeepSpeed (🥇41 · ⭐ 39K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 - [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨‍💻 380 · 🔀 4.4K · 📦 13K · 📋 3.1K - 34% open · ⏱️ 22.05.2025):
git clone https://github.com/microsoft/DeepSpeed
- [PyPi](https://pypi.org/project/deepspeed) (📥 760K / month · 📦 280 · ⏱️ 19.05.2025):
pip install deepspeed
- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 22K · ⭐ 4 · ⏱️ 02.09.2022):
docker pull deepspeed/deepspeed
dask.distributed (🥇39 · ⭐ 1.6K) - A distributed task scheduler for Dask. BSD-3 - [GitHub](https://github.com/dask/distributed) (👨‍💻 340 · 🔀 730 · 📦 41K · 📋 4K - 38% open · ⏱️ 20.05.2025):
git clone https://github.com/dask/distributed
- [PyPi](https://pypi.org/project/distributed) (📥 3.7M / month · 📦 970 · ⏱️ 20.05.2025):
pip install distributed
- [Conda](https://anaconda.org/conda-forge/distributed) (📥 18M · ⏱️ 20.05.2025):
conda install -c conda-forge distributed
horovod (🥈36 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 - [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.3K · 📦 1.4K · 📋 2.3K - 17% open · ⏱️ 01.02.2025):
git clone https://github.com/horovod/horovod
- [PyPi](https://pypi.org/project/horovod) (📥 100K / month · 📦 34 · ⏱️ 12.06.2023):
pip install horovod
metrics (🥈36 · ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 - [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 270 · 🔀 430 · 📥 6.5K · 📦 42K · 📋 950 - 7% open · ⏱️ 19.05.2025):
git clone https://github.com/Lightning-AI/metrics
- [PyPi](https://pypi.org/project/metrics) (📥 4.9K / month · 📦 4 · ⏱️ 26.02.2025):
pip install metrics
- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 2M · ⏱️ 22.04.2025):
conda install -c conda-forge torchmetrics
H2O-3 (🥈34 · ⭐ 7.2K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 - [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 280 · 🔀 2K · 📦 98 · 📋 9.6K - 30% open · ⏱️ 08.05.2025):
git clone https://github.com/h2oai/h2o-3
- [PyPi](https://pypi.org/project/h2o) (📥 200K / month · 📦 58 · ⏱️ 27.03.2025):
pip install h2o
BigDL (🥈32 · ⭐ 7.9K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 - [GitHub](https://github.com/intel/ipex-llm) (👨‍💻 120 · 🔀 1.4K · 📥 690 · 📋 2.9K - 39% open · ⏱️ 22.05.2025):
git clone https://github.com/intel-analytics/BigDL
- [PyPi](https://pypi.org/project/bigdl) (📥 13K / month · 📦 2 · ⏱️ 24.03.2024):
pip install bigdl
- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (📦 5 · ⏱️ 20.04.2021):
<dependency>
    <groupId>com.intel.analytics.bigdl</groupId>
    <artifactId>bigdl-SPARK_2.4</artifactId>
    <version>[VERSION]</version>
</dependency>
ColossalAI (🥈31 · ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2 - [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 190 · 🔀 4.5K · 📦 510 · 📋 1.8K - 27% open · ⏱️ 18.04.2025):
git clone https://github.com/hpcaitech/colossalai
FairScale (🥈31 · ⭐ 3.3K) - PyTorch extensions for high performance and large scale training. BSD-3 - [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 76 · 🔀 290 · 📦 8.4K · 📋 390 - 26% open · ⏱️ 26.04.2025):
git clone https://github.com/facebookresearch/fairscale
- [PyPi](https://pypi.org/project/fairscale) (📥 510K / month · 📦 150 · ⏱️ 11.12.2022):
pip install fairscale
- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 450K · ⏱️ 22.04.2025):
conda install -c conda-forge fairscale
Submit it (🥈31 · ⭐ 1.4K · 📈) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT - [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 26 · 🔀 140 · 📦 4.5K · 📋 130 - 39% open · ⏱️ 21.05.2025):
git clone https://github.com/facebookincubator/submitit
- [PyPi](https://pypi.org/project/submitit) (📥 480K / month · 📦 74 · ⏱️ 21.05.2025):
pip install submitit
- [Conda](https://anaconda.org/conda-forge/submitit) (📥 58K · ⏱️ 22.04.2025):
conda install -c conda-forge submitit
mpi4py (🥈31 · ⭐ 850) - Python bindings for MPI. BSD-3 - [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 27 · 🔀 120 · 📥 33K · 📋 210 - 2% open · ⏱️ 10.05.2025):
git clone https://github.com/mpi4py/mpi4py
- [PyPi](https://pypi.org/project/mpi4py) (📥 490K / month · 📦 830 · ⏱️ 13.02.2025):
pip install mpi4py
- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 3.9M · ⏱️ 09.05.2025):
conda install -c conda-forge mpi4py
SynapseML (🥈30 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT - [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 19.04.2025):
git clone https://github.com/microsoft/SynapseML
- [PyPi](https://pypi.org/project/synapseml) (📥 820K / month · 📦 7 · ⏱️ 17.04.2025):
pip install synapseml
dask-ml (🥈29 · ⭐ 940) - Scalable Machine Learning with Dask. BSD-3 - [GitHub](https://github.com/dask/dask-ml) (👨‍💻 81 · 🔀 260 · 📦 1.3K · 📋 550 - 51% open · ⏱️ 10.05.2025):
git clone https://github.com/dask/dask-ml
- [PyPi](https://pypi.org/project/dask-ml) (📥 100K / month · 📦 100 · ⏱️ 08.02.2025):
pip install dask-ml
- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 980K · ⏱️ 22.04.2025):
conda install -c conda-forge dask-ml
Hivemind (🥉27 · ⭐ 2.2K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT - [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 34 · 🔀 180 · 📦 130 · 📋 190 - 43% open · ⏱️ 06.05.2025):
git clone https://github.com/learning-at-home/hivemind
- [PyPi](https://pypi.org/project/hivemind) (📥 6.4K / month · 📦 12 · ⏱️ 20.04.2025):
pip install hivemind
Apache Singa (🥉25 · ⭐ 3.4K) - a distributed deep learning platform. Apache-2 - [GitHub](https://github.com/apache/singa) (👨‍💻 97 · 🔀 1.3K · 📦 6 · 📋 140 - 35% open · ⏱️ 26.03.2025):
git clone https://github.com/apache/singa
- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 1K · ⏱️ 25.03.2025):
conda install -c nusdbsystem singa
- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 9.1K · ⭐ 4 · ⏱️ 31.05.2022):
docker pull apache/singa
MMLSpark (🥉23 · ⭐ 5.1K) - Simple and Distributed Machine Learning. MIT - [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 840 · 📋 800 - 49% open · ⏱️ 19.04.2025):
git clone https://github.com/microsoft/SynapseML
- [PyPi](https://pypi.org/project/mmlspark) (⏱️ 18.03.2020):
pip install mmlspark
analytics-zoo (🥉22 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 - [GitHub](https://github.com/intel/analytics-zoo) (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 09.01.2025):
git clone https://github.com/intel-analytics/analytics-zoo
- [PyPi](https://pypi.org/project/analytics-zoo) (📥 2.1K / month · 📦 1 · ⏱️ 22.08.2022):
pip install analytics-zoo
Show 18 hidden projects... - DEAP (🥈34 · ⭐ 6.1K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 - ipyparallel (🥈29 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed - petastorm (🥉28 · ⭐ 1.8K · 💀) - Petastorm library enables single machine or distributed.. Apache-2 - TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 - Elephas (🥉25 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras - Mesh (🥉22 · ⭐ 1.6K · 💀) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 - BytePS (🥉21 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 - sk-dist (🥉21 · ⭐ 280 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 - somoclu (🥉21 · ⭐ 270 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT - mesh-transformer-jax (🥉18 · ⭐ 6.3K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2 - launchpad (🥉18 · ⭐ 320 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 - Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2 - parallelformers (🥉17 · ⭐ 780 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 - bluefog (🥉17 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 - TensorFrames (🥉15 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 - LazyCluster (🥉14 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2 - autodist (🥉12 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2 - moolib (🥉11 · ⭐ 370 · 💀) - A library for distributed ML training with PyTorch. MIT


Hyperparameter Optimization & AutoML

Back to top

Libraries for hyperparameter optimization, automl and neural architecture search.

Optuna (🥇43 · ⭐ 12K) - A hyperparameter optimization framework. MIT - [GitHub](https://github.com/optuna/optuna) (👨‍💻 290 · 🔀 1.1K · 📦 27K · 📋 1.7K - 3% open · ⏱️ 16.05.2025):
git clone https://github.com/optuna/optuna
- [PyPi](https://pypi.org/project/optuna) (📥 4.1M / month · 📦 1.2K · ⏱️ 14.04.2025):
pip install optuna
- [Conda](https://anaconda.org/conda-forge/optuna) (📥 2.7M · ⏱️ 22.04.2025):
conda install -c conda-forge optuna
AutoGluon (🥇36 · ⭐ 8.9K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 - [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 140 · 🔀 1K · 📦 1.1K · 📋 1.7K - 24% open · ⏱️ 21.05.2025):
git clone https://github.com/autogluon/autogluon
- [PyPi](https://pypi.org/project/autogluon) (📥 190K / month · 📦 32 · ⏱️ 22.05.2025):
pip install autogluon
- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 35K · ⏱️ 03.05.2025):
conda install -c conda-forge autogluon
- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 16K · ⭐ 19 · ⏱️ 07.03.2024):
docker pull autogluon/autogluon
Ax (🥇36 · ⭐ 2.5K) - Adaptive Experimentation Platform. MIT - [GitHub](https://github.com/facebook/Ax) (👨‍💻 180 · 🔀 320 · 📦 970 · 📋 880 - 12% open · ⏱️ 22.05.2025):
git clone https://github.com/facebook/Ax
- [PyPi](https://pypi.org/project/ax-platform) (📥 240K / month · 📦 63 · ⏱️ 08.05.2025):
pip install ax-platform
- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 39K · ⏱️ 09.05.2025):
conda install -c conda-forge ax-platform
Bayesian Optimization (🥇35 · ⭐ 8.2K) - A Python implementation of global optimization with.. MIT - [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 50 · 🔀 1.6K · 📥 180 · 📦 3.7K · 📋 380 - 1% open · ⏱️ 19.05.2025):
git clone https://github.com/fmfn/BayesianOptimization
- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 320K / month · 📦 170 · ⏱️ 12.05.2025):
pip install bayesian-optimization
Hyperopt (🥇34 · ⭐ 7.4K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 - [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 1.1K · 📦 21K · 📋 760 - 18% open · ⏱️ 27.12.2024):
git clone https://github.com/hyperopt/hyperopt
- [PyPi](https://pypi.org/project/hyperopt) (📥 2.6M / month · 📦 450 · ⏱️ 17.11.2021):
pip install hyperopt
- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 830K · ⏱️ 22.04.2025):
conda install -c conda-forge hyperopt
BoTorch (🥇34 · ⭐ 3.3K) - Bayesian optimization in PyTorch. MIT - [GitHub](https://github.com/pytorch/botorch) (👨‍💻 140 · 🔀 420 · 📦 1.5K · 📋 590 - 13% open · ⏱️ 22.05.2025):
git clone https://github.com/pytorch/botorch
- [PyPi](https://pypi.org/project/botorch) (📥 320K / month · 📦 110 · ⏱️ 06.05.2025):
pip install botorch
- [Conda](https://anaconda.org/conda-forge/botorch) (📥 150K · ⏱️ 07.05.2025):
conda install -c conda-forge botorch
nevergrad (🥈33 · ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT - [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 58 · 🔀 360 · 📦 910 · 📋 310 - 40% open · ⏱️ 23.04.2025):
git clone https://github.com/facebookresearch/nevergrad
- [PyPi](https://pypi.org/project/nevergrad) (📥 150K / month · 📦 72 · ⏱️ 23.04.2025):
pip install nevergrad
- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 62K · ⏱️ 22.04.2025):
conda install -c conda-forge nevergrad
AutoKeras (🥈32 · ⭐ 9.2K) - AutoML library for deep learning. Apache-2 - [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 20K · 📦 850 · 📋 910 - 16% open · ⏱️ 16.12.2024):
git clone https://github.com/keras-team/autokeras
- [PyPi](https://pypi.org/project/autokeras) (📥 19K / month · 📦 13 · ⏱️ 20.03.2024):
pip install autokeras
featuretools (🥈32 · ⭐ 7.4K) - An open source python library for automated feature engineering. BSD-3 - [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 74 · 🔀 880 · 📦 2.1K · 📋 1K - 15% open · ⏱️ 13.11.2024):
git clone https://github.com/alteryx/featuretools
- [PyPi](https://pypi.org/project/featuretools) (📥 79K / month · 📦 74 · ⏱️ 14.05.2024):
pip install featuretools
- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge featuretools
Keras Tuner (🥈32 · ⭐ 2.9K · 💤) - A Hyperparameter Tuning Library for Keras. Apache-2 - [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 61 · 🔀 400 · 📦 5.9K · 📋 500 - 44% open · ⏱️ 24.06.2024):
git clone https://github.com/keras-team/keras-tuner
- [PyPi](https://pypi.org/project/keras-tuner) (📥 1.6M / month · 📦 120 · ⏱️ 04.03.2024):
pip install keras-tuner
- [Conda](https://anaconda.org/conda-forge/keras-tuner) (📥 57K · ⏱️ 22.04.2025):
conda install -c conda-forge keras-tuner
lazypredict (🥈29 · ⭐ 3.1K) - Lazy Predict help build a lot of basic models without much code.. MIT - [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 19 · 🔀 360 · 📦 1.4K · 📋 160 - 64% open · ⏱️ 18.05.2025):
git clone https://github.com/shankarpandala/lazypredict
- [PyPi](https://pypi.org/project/lazypredict) (📥 21K / month · 📦 8 · ⏱️ 05.04.2025):
pip install lazypredict
- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 5K · ⏱️ 22.04.2025):
conda install -c conda-forge lazypredict
mljar-supervised (🥈28 · ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT - [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 30 · 🔀 420 · 📦 170 · 📋 670 - 20% open · ⏱️ 14.04.2025):
git clone https://github.com/mljar/mljar-supervised
- [PyPi](https://pypi.org/project/mljar-supervised) (📥 7K / month · 📦 6 · ⏱️ 01.04.2025):
pip install mljar-supervised
- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 42K · ⏱️ 22.04.2025):
conda install -c conda-forge mljar-supervised
FEDOT (🥈25 · ⭐ 670) - Automated modeling and machine learning framework FEDOT. BSD-3 - [GitHub](https://github.com/aimclub/FEDOT) (👨‍💻 38 · 🔀 88 · 📦 62 · 📋 570 - 11% open · ⏱️ 22.05.2025):
git clone https://github.com/nccr-itmo/FEDOT
- [PyPi](https://pypi.org/project/fedot) (📥 1.1K / month · 📦 7 · ⏱️ 10.03.2025):
pip install fedot
Hyperactive (🥉24 · ⭐ 520) - An optimization and data collection toolbox for convenient and fast.. MIT - [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 13 · 🔀 48 · 📥 310 · 📦 38 · 📋 82 - 19% open · ⏱️ 18.05.2025):
git clone https://github.com/SimonBlanke/Hyperactive
- [PyPi](https://pypi.org/project/hyperactive) (📥 2.4K / month · 📦 13 · ⏱️ 15.08.2024):
pip install hyperactive
AlphaPy (🥉21 · ⭐ 1.5K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 - [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 250 · 📦 10 · 📋 44 - 34% open · ⏱️ 15.12.2024):
git clone https://github.com/ScottfreeLLC/AlphaPy
- [PyPi](https://pypi.org/project/alphapy) (📥 660 / month · ⏱️ 29.08.2020):
pip install alphapy
featurewiz (🥉21 · ⭐ 650) - Use advanced feature engineering strategies and select best.. Apache-2 - [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 96 · 📦 84 · 📋 110 - 0% open · ⏱️ 19.02.2025):
git clone https://github.com/AutoViML/featurewiz
- [PyPi](https://pypi.org/project/featurewiz) (📥 7.8K / month · 📦 4 · ⏱️ 19.02.2025):
pip install featurewiz
Auto ViML (🥉21 · ⭐ 540) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 - [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025):
git clone https://github.com/AutoViML/Auto_ViML
- [PyPi](https://pypi.org/project/autoviml) (📥 3.7K / month · 📦 3 · ⏱️ 30.01.2025):
pip install autoviml
opytimizer (🥉18 · ⭐ 620 · 💤) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 - [GitHub](https://github.com/gugarosa/opytimizer) (👨‍💻 4 · 🔀 42 · 📦 21 · ⏱️ 18.08.2024):
git clone https://github.com/gugarosa/opytimizer
- [PyPi](https://pypi.org/project/opytimizer) (📥 450 / month · ⏱️ 18.08.2024):
pip install opytimizer
Show 34 hidden projects... - TPOT (🥈33 · ⭐ 9.9K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 - scikit-optimize (🥈33 · ⭐ 2.8K · 💀) - Sequential model-based optimization with a.. BSD-3 - NNI (🥈31 · ⭐ 14K · 💀) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT - auto-sklearn (🥈31 · ⭐ 7.8K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 - SMAC3 (🥈28 · ⭐ 1.2K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause - Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT - Talos (🥈25 · ⭐ 1.6K · 💀) - Hyperparameter Experiments with TensorFlow and Keras. MIT - GPyOpt (🥈25 · ⭐ 940 · 💀) - Gaussian Process Optimization using GPy. BSD-3 - AdaNet (🥉24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 - auto_ml (🥉24 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT - lightwood (🥉24 · ⭐ 470) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 - HpBandSter (🥉23 · ⭐ 620 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 - Neuraxle (🥉22 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 - Orion (🥉22 · ⭐ 290 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 - igel (🥉21 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT - MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause - Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT - sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT - optunity (🥉20 · ⭐ 420 · 💀) - optimization routines for hyperparameter tuning. BSD-3 - Dragonfly (🥉19 · ⭐ 880 · 💀) - An open source python library for scalable Bayesian optimisation. MIT - Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT - Sherpa (🥉19 · ⭐ 340 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 - Xcessiv (🥉18 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 - shap-hypetune (🥉18 · ⭐ 580 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT - Advisor (🥉17 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 - HyperparameterHunter (🥉17 · ⭐ 710 · 💀) - Easy hyperparameter optimization and automatic result.. MIT - automl-gs (🥉16 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT - Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT - ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 - Auptimizer (🥉13 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 - Hypermax (🥉12 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3 - model_search (🥉11 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2 - Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT - Hypertunity (🥉10 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2


Reinforcement Learning

Back to top

Libraries for building and evaluating reinforcement learning & agent-based systems.

FinRL (🥇32 · ⭐ 12K) - FinRL: Financial Reinforcement Learning. MIT - [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 120 · 🔀 2.7K · 📦 93 · 📋 740 - 34% open · ⏱️ 05.05.2025):
git clone https://github.com/AI4Finance-Foundation/FinRL
- [PyPi](https://pypi.org/project/finrl) (📥 2.8K / month · ⏱️ 08.01.2022):
pip install finrl
ViZDoom (🥇29 · ⭐ 1.8K) - Reinforcement Learning environments based on the 1993 game Doom. MIT - [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 55 · 🔀 400 · 📥 12K · 📦 330 · 📋 470 - 6% open · ⏱️ 12.03.2025):
git clone https://github.com/mwydmuch/ViZDoom
- [PyPi](https://pypi.org/project/vizdoom) (📥 6.8K / month · 📦 15 · ⏱️ 20.08.2024):
pip install vizdoom
Acme (🥈28 · ⭐ 3.7K) - A library of reinforcement learning components and agents. Apache-2 - [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 88 · 🔀 470 · 📦 240 · 📋 270 - 23% open · ⏱️ 03.05.2025):
git clone https://github.com/deepmind/acme
- [PyPi](https://pypi.org/project/dm-acme) (📥 1.7K / month · 📦 3 · ⏱️ 10.02.2022):
pip install dm-acme
- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 13K · ⏱️ 22.04.2025):
conda install -c conda-forge dm-acme
TF-Agents (🥈28 · ⭐ 2.9K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 - [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 720 · 📋 680 - 30% open · ⏱️ 30.04.2025):
git clone https://github.com/tensorflow/agents
- [PyPi](https://pypi.org/project/tf-agents) (📥 27K / month · 📦 14 · ⏱️ 14.12.2023):
pip install tf-agents
Dopamine (🥈26 · ⭐ 11K) - Dopamine is a research framework for fast prototyping of.. Apache-2 - [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 54% open · ⏱️ 04.11.2024):
git clone https://github.com/google/dopamine
- [PyPi](https://pypi.org/project/dopamine-rl) (📥 24K / month · 📦 10 · ⏱️ 31.10.2024):
pip install dopamine-rl
TensorForce (🥈26 · ⭐ 3.3K · 💤) - Tensorforce: a TensorFlow library for applied.. Apache-2 - [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 85 · 🔀 530 · 📦 460 · 📋 680 - 6% open · ⏱️ 31.07.2024):
git clone https://github.com/tensorforce/tensorforce
- [PyPi](https://pypi.org/project/tensorforce) (📥 520 / month · 📦 4 · ⏱️ 30.08.2021):
pip install tensorforce
RLax (🥈26 · ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2 - [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 22 · 🔀 91 · 📦 340 · 📋 27 - 29% open · ⏱️ 08.05.2025):
git clone https://github.com/deepmind/rlax
- [PyPi](https://pypi.org/project/rlax) (📥 16K / month · 📦 22 · ⏱️ 08.05.2025):
pip install rlax
PARL (🥉24 · ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 46 · 🔀 820 · 📦 140 · 📋 540 - 23% open · ⏱️ 24.01.2025):
git clone https://github.com/PaddlePaddle/PARL
- [PyPi](https://pypi.org/project/parl) (📥 790 / month · 📦 1 · ⏱️ 13.05.2022):
pip install parl
PFRL (🥉22 · ⭐ 1.2K · 💤) - PFRL: a PyTorch-based deep reinforcement learning library. MIT - [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 20 · 🔀 150 · 📦 120 · 📋 80 - 41% open · ⏱️ 04.08.2024):
git clone https://github.com/pfnet/pfrl
- [PyPi](https://pypi.org/project/pfrl) (📥 340 / month · 📦 1 · ⏱️ 16.07.2023):
pip install pfrl
ReAgent (🥉21 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 - [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 12.03.2025):
git clone https://github.com/facebookresearch/ReAgent
- [PyPi](https://pypi.org/project/reagent) (📥 31 / month · ⏱️ 27.05.2020):
pip install reagent
rliable (🥉14 · ⭐ 830 · 💤) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2 - [GitHub](https://github.com/google-research/rliable) (👨‍💻 9 · 🔀 49 · 📦 210 · 📋 20 - 15% open · ⏱️ 12.08.2024):
git clone https://github.com/google-research/rliable
- [PyPi](https://pypi.org/project/rliable`):
pip install rliable`
Show 12 hidden projects... - OpenAI Gym (🥇42 · ⭐ 36K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT - baselines (🥈28 · ⭐ 16K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT - TensorLayer (🥈27 · ⭐ 7.4K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 - keras-rl (🥈27 · ⭐ 5.6K · 💀) - Deep Reinforcement Learning for Keras. MIT - garage (🥉25 · ⭐ 2K · 💀) - A toolkit for reproducible reinforcement learning research. MIT - Stable Baselines (🥉24 · ⭐ 4.3K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT - ChainerRL (🥉24 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT - TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 - Coach (🥉20 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 - SerpentAI (🥉18 · ⭐ 6.9K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT - DeepMind Lab (🥉17 · ⭐ 7.2K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed - Maze (🥉12 · ⭐ 280 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom


Recommender Systems

Back to top

Libraries for building and evaluating recommendation systems.

Recommenders (🥇35 · ⭐ 20K) - Best Practices on Recommendation Systems. MIT - [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 140 · 🔀 3.2K · 📥 740 · 📦 170 · 📋 880 - 18% open · ⏱️ 08.05.2025):
git clone https://github.com/microsoft/recommenders
- [PyPi](https://pypi.org/project/recommenders) (📥 20K / month · 📦 4 · ⏱️ 24.12.2024):
pip install recommenders
torchrec (🥇31 · ⭐ 2.2K) - Pytorch domain library for recommendation systems. BSD-3 - [GitHub](https://github.com/pytorch/torchrec) (👨‍💻 350 · 🔀 510 · 📦 210 · 📋 480 - 70% open · ⏱️ 22.05.2025):
git clone https://github.com/pytorch/torchrec
- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 1.8K / month · ⏱️ 12.05.2022):
pip install torchrec-nightly-cpu
Cornac (🥈30 · ⭐ 960) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 - [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 24 · 🔀 150 · 📦 280 · 📋 170 - 17% open · ⏱️ 26.04.2025):
git clone https://github.com/PreferredAI/cornac
- [PyPi](https://pypi.org/project/cornac) (📥 54K / month · 📦 18 · ⏱️ 26.04.2025):
pip install cornac
- [Conda](https://anaconda.org/conda-forge/cornac) (📥 820K · ⏱️ 26.04.2025):
conda install -c conda-forge cornac
scikit-surprise (🥈28 · ⭐ 6.6K · 💤) - A Python scikit for building and analyzing recommender.. BSD-3 - [GitHub](https://github.com/NicolasHug/Surprise) (👨‍💻 46 · 🔀 1K · 📦 21 · 📋 400 - 21% open · ⏱️ 14.06.2024):
git clone https://github.com/NicolasHug/Surprise
- [PyPi](https://pypi.org/project/scikit-surprise) (📥 140K / month · 📦 37 · ⏱️ 19.05.2024):
pip install scikit-surprise
- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 480K · ⏱️ 22.04.2025):
conda install -c conda-forge scikit-surprise
RecBole (🥈28 · ⭐ 3.8K) - A unified, comprehensive and efficient recommendation library. MIT - [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 79 · 🔀 660 · 📋 1K - 30% open · ⏱️ 24.02.2025):
git clone https://github.com/RUCAIBox/RecBole
- [PyPi](https://pypi.org/project/recbole) (📥 99K / month · 📦 2 · ⏱️ 24.02.2025):
pip install recbole
- [Conda](https://anaconda.org/aibox/recbole) (📥 8.6K · ⏱️ 25.03.2025):
conda install -c aibox recbole
TF Recommenders (🥉24 · ⭐ 1.9K) - TensorFlow Recommenders is a library for building.. Apache-2 - [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 43 · 🔀 290 · 📋 450 - 59% open · ⏱️ 16.01.2025):
git clone https://github.com/tensorflow/recommenders
- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 240K / month · 📦 2 · ⏱️ 03.02.2023):
pip install tensorflow-recommenders
Show 11 hidden projects... - implicit (🥈30 · ⭐ 3.7K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT - lightfm (🥈29 · ⭐ 4.9K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 - lkpy (🥈29 · ⭐ 290) - Python recommendation toolkit. MIT - TF Ranking (🥉26 · ⭐ 2.8K · 💀) - Learning to Rank in TensorFlow. Apache-2 - tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 - fastFM (🥉21 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3 - Spotlight (🥉19 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT - recmetrics (🥉19 · ⭐ 580 · 💀) - A library of metrics for evaluating recommender systems. MIT - Case Recommender (🥉18 · ⭐ 500 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT - OpenRec (🥉16 · ⭐ 410 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 - Collie (🥉11 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3


Privacy Machine Learning

Back to top

Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy.

PySyft (🥇32 · ⭐ 9.7K) - Perform data science on data that remains in someone elses server. Apache-2 - [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 520 · 🔀 2K · 📥 2K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 13.04.2025):
git clone https://github.com/OpenMined/PySyft
- [PyPi](https://pypi.org/project/syft) (📥 7.3K / month · 📦 5 · ⏱️ 13.04.2025):
pip install syft
Opacus (🥇32 · ⭐ 1.8K) - Training PyTorch models with differential privacy. Apache-2 - [GitHub](https://github.com/pytorch/opacus) (👨‍💻 85 · 🔀 360 · 📥 140 · 📦 1.1K · 📋 330 - 20% open · ⏱️ 13.05.2025):
git clone https://github.com/pytorch/opacus
- [PyPi](https://pypi.org/project/opacus) (📥 100K / month · 📦 42 · ⏱️ 18.02.2025):
pip install opacus
- [Conda](https://anaconda.org/conda-forge/opacus) (📥 24K · ⏱️ 22.04.2025):
conda install -c conda-forge opacus
TensorFlow Privacy (🥈25 · ⭐ 2K) - Library for training machine learning models with.. Apache-2 - [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 60 · 🔀 450 · 📥 190 · 📋 210 - 55% open · ⏱️ 21.05.2025):
git clone https://github.com/tensorflow/privacy
- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 20K / month · 📦 21 · ⏱️ 14.02.2024):
pip install tensorflow-privacy
TFEncrypted (🥉24 · ⭐ 1.2K · 💤) - A Framework for Encrypted Machine Learning in.. Apache-2 - [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 29 · 🔀 210 · 📦 68 · 📋 440 - 32% open · ⏱️ 25.09.2024):
git clone https://github.com/tf-encrypted/tf-encrypted
- [PyPi](https://pypi.org/project/tf-encrypted) (📥 710 / month · 📦 9 · ⏱️ 16.11.2022):
pip install tf-encrypted
FATE (🥉23 · ⭐ 5.9K) - An Industrial Grade Federated Learning Framework. Apache-2 - [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 100 · 🔀 1.6K · 📋 2.1K - 3% open · ⏱️ 19.11.2024):
git clone https://github.com/FederatedAI/FATE
- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020):
pip install ETAF
CrypTen (🥉21 · ⭐ 1.6K) - A framework for Privacy Preserving Machine Learning. MIT - [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 39 · 🔀 290 · 📋 280 - 28% open · ⏱️ 23.11.2024):
git clone https://github.com/facebookresearch/CrypTen
- [PyPi](https://pypi.org/project/crypten) (📥 520 / month · 📦 1 · ⏱️ 08.12.2022):
pip install crypten
Show 1 hidden projects... - PipelineDP (🥉20 · ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2


Workflow & Experiment Tracking

Back to top

Libraries to organize, track, and visualize machine learning experiments.

mlflow (🥇44 · ⭐ 21K) - Open source platform for the machine learning lifecycle. Apache-2 - [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 860 · 🔀 4.5K · 📦 62K · 📋 4.7K - 39% open · ⏱️ 22.05.2025):
git clone https://github.com/mlflow/mlflow
- [PyPi](https://pypi.org/project/mlflow) (📥 17M / month · 📦 1.1K · ⏱️ 21.05.2025):
pip install mlflow
- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 3.2M · ⏱️ 26.04.2025):
conda install -c conda-forge mlflow
wandb client (🥇43 · ⭐ 9.9K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT - [GitHub](https://github.com/wandb/wandb) (👨‍💻 210 · 🔀 740 · 📥 720 · 📦 79K · 📋 3.6K - 17% open · ⏱️ 21.05.2025):
git clone https://github.com/wandb/client
- [PyPi](https://pypi.org/project/wandb) (📥 18M / month · 📦 1.9K · ⏱️ 07.05.2025):
pip install wandb
- [Conda](https://anaconda.org/conda-forge/wandb) (📥 1.1M · ⏱️ 08.05.2025):
conda install -c conda-forge wandb
Tensorboard (🥇43 · ⭐ 6.9K) - TensorFlows Visualization Toolkit. Apache-2 - [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 330 · 🔀 1.7K · 📦 320K · 📋 1.9K - 35% open · ⏱️ 09.05.2025):
git clone https://github.com/tensorflow/tensorboard
- [PyPi](https://pypi.org/project/tensorboard) (📥 27M / month · 📦 2.5K · ⏱️ 12.02.2025):
pip install tensorboard
- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 5.6M · ⏱️ 22.04.2025):
conda install -c conda-forge tensorboard
DVC (🥇41 · ⭐ 14K) - Data Versioning and ML Experiments. Apache-2 - [GitHub](https://github.com/iterative/dvc) (👨‍💻 310 · 🔀 1.2K · 📦 24K · 📋 4.8K - 5% open · ⏱️ 20.05.2025):
git clone https://github.com/iterative/dvc
- [PyPi](https://pypi.org/project/dvc) (📥 660K / month · 📦 140 · ⏱️ 06.05.2025):
pip install dvc
- [Conda](https://anaconda.org/conda-forge/dvc) (📥 2.8M · ⏱️ 06.05.2025):
conda install -c conda-forge dvc
SageMaker SDK (🥇41 · ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 - [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 480 · 🔀 1.2K · 📦 6K · 📋 1.6K - 20% open · ⏱️ 22.05.2025):
git clone https://github.com/aws/sagemaker-python-sdk
- [PyPi](https://pypi.org/project/sagemaker) (📥 25M / month · 📦 180 · ⏱️ 19.05.2025):
pip install sagemaker
- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 1.5M · ⏱️ 21.05.2025):
conda install -c conda-forge sagemaker-python-sdk
Metaflow (🥈36 · ⭐ 8.8K) - Build, Manage and Deploy AI/ML Systems. Apache-2 - [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 100 · 🔀 830 · 📦 910 · 📋 800 - 43% open · ⏱️ 21.05.2025):
git clone https://github.com/Netflix/metaflow
- [PyPi](https://pypi.org/project/metaflow) (📥 250K / month · 📦 52 · ⏱️ 21.05.2025):
pip install metaflow
- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 300K · ⏱️ 22.04.2025):
conda install -c conda-forge metaflow
PyCaret (🥈35 · ⭐ 9.3K) - An open-source, low-code machine learning library in Python. MIT - [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.8K · 📥 730 · 📦 7.7K · 📋 2.3K - 16% open · ⏱️ 06.03.2025):
git clone https://github.com/pycaret/pycaret
- [PyPi](https://pypi.org/project/pycaret) (📥 340K / month · 📦 31 · ⏱️ 28.04.2024):
pip install pycaret
- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 70K · ⏱️ 22.04.2025):
conda install -c conda-forge pycaret
ClearML (🥈34 · ⭐ 6K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 - [GitHub](https://github.com/clearml/clearml) (👨‍💻 100 · 🔀 680 · 📥 3.2K · 📦 1.8K · 📋 1.1K - 43% open · ⏱️ 22.05.2025):
git clone https://github.com/allegroai/clearml
- [PyPi](https://pypi.org/project/clearml) (📥 380K / month · 📦 58 · ⏱️ 22.05.2025):
pip install clearml
- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 31K · ⏱️ 05.10.2020):
docker pull allegroai/trains
snakemake (🥈34 · ⭐ 2.5K) - This is the development home of the workflow management system.. MIT - [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 370 · 🔀 590 · 📦 2.4K · 📋 2K - 60% open · ⏱️ 22.05.2025):
git clone https://github.com/snakemake/snakemake
- [PyPi](https://pypi.org/project/snakemake) (📥 79K / month · 📦 280 · ⏱️ 22.05.2025):
pip install snakemake
- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1.4M · ⏱️ 21.05.2025):
conda install -c bioconda snakemake
tensorboardX (🥈33 · ⭐ 7.9K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT - [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 85 · 🔀 860 · 📥 480 · 📦 58K · 📋 460 - 17% open · ⏱️ 24.04.2025):
git clone https://github.com/lanpa/tensorboardX
- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.7M / month · 📦 620 · ⏱️ 20.08.2023):
pip install tensorboardX
- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge tensorboardx
kaggle (🥈33 · ⭐ 6.6K) - Official Kaggle API. Apache-2 - [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 49 · 🔀 1.2K · 📦 21 · 📋 520 - 27% open · ⏱️ 22.05.2025):
git clone https://github.com/Kaggle/kaggle-api
- [PyPi](https://pypi.org/project/kaggle) (📥 340K / month · 📦 240 · ⏱️ 08.05.2025):
pip install kaggle
- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 230K · ⏱️ 22.04.2025):
conda install -c conda-forge kaggle
aim (🥈33 · ⭐ 5.6K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 - [GitHub](https://github.com/aimhubio/aim) (👨‍💻 82 · 🔀 340 · 📦 890 · 📋 1.1K - 36% open · ⏱️ 08.05.2025):
git clone https://github.com/aimhubio/aim
- [PyPi](https://pypi.org/project/aim) (📥 130K / month · 📦 41 · ⏱️ 21.05.2025):
pip install aim
- [Conda](https://anaconda.org/conda-forge/aim) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge aim
AzureML SDK (🥈31 · ⭐ 4.2K) - Python notebooks with ML and deep learning examples with Azure.. MIT - [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 65 · 🔀 2.5K · 📥 660 · 📋 1.5K - 26% open · ⏱️ 14.03.2025):
git clone https://github.com/Azure/MachineLearningNotebooks
- [PyPi](https://pypi.org/project/azureml-sdk) (📥 340K / month · 📦 31 · ⏱️ 11.04.2025):
pip install azureml-sdk
sacred (🥈30 · ⭐ 4.3K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT - [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 110 · 🔀 380 · 📦 3.6K · 📋 560 - 18% open · ⏱️ 26.11.2024):
git clone https://github.com/IDSIA/sacred
- [PyPi](https://pypi.org/project/sacred) (📥 29K / month · 📦 60 · ⏱️ 26.11.2024):
pip install sacred
- [Conda](https://anaconda.org/conda-forge/sacred) (📥 8.8K · ⏱️ 22.04.2025):
conda install -c conda-forge sacred
Neptune.ai (🥈29 · ⭐ 610) - The experiment tracker for foundation model training. Apache-2 - [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 55 · 🔀 65 · 📦 870 · 📋 260 - 12% open · ⏱️ 16.04.2025):
git clone https://github.com/neptune-ai/neptune-client
- [PyPi](https://pypi.org/project/neptune-client) (📥 490K / month · 📦 77 · ⏱️ 15.04.2025):
pip install neptune-client
- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 350K · ⏱️ 22.04.2025):
conda install -c conda-forge neptune-client
ml-metadata (🥈28 · ⭐ 650) - For recording and retrieving metadata associated with ML.. Apache-2 - [GitHub](https://github.com/google/ml-metadata) (👨‍💻 23 · 🔀 160 · 📥 3K · 📦 700 · 📋 120 - 39% open · ⏱️ 03.04.2025):
git clone https://github.com/google/ml-metadata
- [PyPi](https://pypi.org/project/ml-metadata) (📥 67K / month · 📦 32 · ⏱️ 07.04.2025):
pip install ml-metadata
VisualDL (🥉27 · ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2 - [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 36 · 🔀 630 · 📥 510 · 📦 2 · 📋 510 - 30% open · ⏱️ 22.01.2025):
git clone https://github.com/PaddlePaddle/VisualDL
- [PyPi](https://pypi.org/project/visualdl) (📥 130K / month · 📦 82 · ⏱️ 30.10.2024):
pip install visualdl
livelossplot (🥉27 · ⭐ 1.3K) - Live training loss plot in Jupyter Notebook for Keras,.. MIT - [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.8K · 📋 79 - 7% open · ⏱️ 03.01.2025):
git clone https://github.com/stared/livelossplot
- [PyPi](https://pypi.org/project/livelossplot) (📥 16K / month · 📦 16 · ⏱️ 03.01.2025):
pip install livelossplot
quinn (🥉26 · ⭐ 670) - pyspark methods to enhance developer productivity. Apache-2 - [GitHub](https://github.com/mrpowers-io/quinn) (👨‍💻 31 · 🔀 97 · 📥 57 · 📦 93 · 📋 130 - 27% open · ⏱️ 06.12.2024):
git clone https://github.com/MrPowers/quinn
- [PyPi](https://pypi.org/project/quinn) (📥 590K / month · 📦 7 · ⏱️ 13.02.2024):
pip install quinn
Labml (🥉25 · ⭐ 2.2K) - Monitor deep learning model training and hardware usage from your mobile.. MIT - [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 140 · 📦 220 · 📋 50 - 12% open · ⏱️ 10.04.2025):
git clone https://github.com/labmlai/labml
- [PyPi](https://pypi.org/project/labml) (📥 2.5K / month · 📦 14 · ⏱️ 15.09.2024):
pip install labml
TNT (🥉25 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 - [GitHub](https://github.com/pytorch/tnt) (👨‍💻 150 · 🔀 280 · 📋 150 - 56% open · ⏱️ 12.05.2025):
git clone https://github.com/pytorch/tnt
- [PyPi](https://pypi.org/project/torchnet) (📥 5.9K / month · 📦 24 · ⏱️ 29.07.2018):
pip install torchnet
gokart (🥉25 · ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT - [GitHub](https://github.com/m3dev/gokart) (👨‍💻 47 · 🔀 62 · 📦 85 · 📋 99 - 32% open · ⏱️ 29.04.2025):
git clone https://github.com/m3dev/gokart
- [PyPi](https://pypi.org/project/gokart) (📥 4.7K / month · 📦 8 · ⏱️ 27.02.2025):
pip install gokart
Guild AI (🥉23 · ⭐ 880) - Experiment tracking, ML developer tools. Apache-2 - [GitHub](https://github.com/guildai/guildai) (👨‍💻 30 · 🔀 88 · 📥 31 · 📦 100 · 📋 440 - 50% open · ⏱️ 29.04.2025):
git clone https://github.com/guildai/guildai
- [PyPi](https://pypi.org/project/guildai) (📥 2K / month · ⏱️ 11.05.2022):
pip install guildai
keepsake (🥉17 · ⭐ 1.7K) - Version control for machine learning. Apache-2 - [GitHub](https://github.com/replicate/keepsake) (👨‍💻 18 · 🔀 71 · 📋 190 - 66% open · ⏱️ 03.12.2024):
git clone https://github.com/replicate/keepsake
- [PyPi](https://pypi.org/project/keepsake) (📥 84 / month · 📦 1 · ⏱️ 25.01.2021):
pip install keepsake
CometML (🥉16) - Supercharging Machine Learning. MIT - [GitHub]():
git clone https://github.com/comet-ml/examples
- [PyPi](https://pypi.org/project/comet_ml) (📥 470K / month · 📦 94 · ⏱️ 14.05.2025):
pip install comet_ml
- [Conda](https://anaconda.org/anaconda/comet_ml):
conda install -c anaconda comet_ml
Show 15 hidden projects... - Catalyst (🥈28 · ⭐ 3.4K · 💀) - Accelerated deep learning R&D. Apache-2 - knockknock (🥉26 · ⭐ 2.8K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT - SKLL (🥉24 · ⭐ 560) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed - hiddenlayer (🥉22 · ⭐ 1.8K · 💀) - Neural network graphs and training metrics for.. MIT - Studio.ml (🥉22 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2 - lore (🥉21 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT - TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT - TensorWatch (🥉20 · ⭐ 3.4K · 💀) - Debugging, monitoring and visualization for Python Machine.. MIT - MXBoard (🥉20 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 - datmo (🥉18 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT - chitra (🥉17 · ⭐ 230 · 💤) - A multi-functional library for full-stack Deep Learning... Apache-2 - caliban (🥉16 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2 - steppy (🥉16 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT - ModelChimp (🥉13 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 - traintool (🥉9 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2


Model Serialization & Deployment

Back to top

Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment.

onnx (🥇43 · ⭐ 19K) - Open standard for machine learning interoperability. Apache-2 - [GitHub](https://github.com/onnx/onnx) (👨‍💻 340 · 🔀 3.7K · 📥 24K · 📦 46K · 📋 3K - 10% open · ⏱️ 22.05.2025):
git clone https://github.com/onnx/onnx
- [PyPi](https://pypi.org/project/onnx) (📥 7M / month · 📦 1.3K · ⏱️ 12.05.2025):
pip install onnx
- [Conda](https://anaconda.org/conda-forge/onnx) (📥 1.8M · ⏱️ 16.05.2025):
conda install -c conda-forge onnx
triton (🥇43 · ⭐ 16K) - Development repository for the Triton language and compiler. MIT - [GitHub](https://github.com/triton-lang/triton) (👨‍💻 400 · 🔀 1.9K · 📦 68K · 📋 1.8K - 42% open · ⏱️ 22.05.2025):
git clone https://github.com/openai/triton
- [PyPi](https://pypi.org/project/triton) (📥 24M / month · 📦 400 · ⏱️ 09.04.2025):
pip install triton
huggingface_hub (🥈38 · ⭐ 2.6K) - The official Python client for the Huggingface Hub. Apache-2 - [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 240 · 🔀 710 · 📋 1.2K - 15% open · ⏱️ 22.05.2025):
git clone https://github.com/huggingface/huggingface_hub
- [PyPi](https://pypi.org/project/huggingface_hub) (📥 88M / month · 📦 3K · ⏱️ 19.05.2025):
pip install huggingface_hub
- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 3.2M · ⏱️ 19.05.2025):
conda install -c conda-forge huggingface_hub
Core ML Tools (🥈36 · ⭐ 4.7K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 - [GitHub](https://github.com/apple/coremltools) (👨‍💻 190 · 🔀 680 · 📥 15K · 📦 4.9K · 📋 1.5K - 25% open · ⏱️ 20.05.2025):
git clone https://github.com/apple/coremltools
- [PyPi](https://pypi.org/project/coremltools) (📥 510K / month · 📦 98 · ⏱️ 28.04.2025):
pip install coremltools
- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 97K · ⏱️ 22.04.2025):
conda install -c conda-forge coremltools
BentoML (🥈35 · ⭐ 7.7K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 - [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 260 · 🔀 840 · 📥 400 · 📦 2.7K · 📋 1.1K - 11% open · ⏱️ 22.05.2025):
git clone https://github.com/bentoml/BentoML
- [PyPi](https://pypi.org/project/bentoml) (📥 110K / month · 📦 40 · ⏱️ 20.05.2025):
pip install bentoml
TorchServe (🥈33 · ⭐ 4.4K) - Serve, optimize and scale PyTorch models in production. Apache-2 - [GitHub](https://github.com/pytorch/serve) (👨‍💻 220 · 🔀 880 · 📥 7.7K · 📦 870 · 📋 1.7K - 25% open · ⏱️ 17.03.2025):
git clone https://github.com/pytorch/serve
- [PyPi](https://pypi.org/project/torchserve) (📥 92K / month · 📦 24 · ⏱️ 30.09.2024):
pip install torchserve
- [Conda](https://anaconda.org/pytorch/torchserve) (📥 500K · ⏱️ 25.03.2025):
conda install -c pytorch torchserve
- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.4M · ⭐ 32 · ⏱️ 30.09.2024):
docker pull pytorch/torchserve
hls4ml (🥈30 · ⭐ 1.5K) - Machine learning on FPGAs using HLS. Apache-2 - [GitHub](https://github.com/fastmachinelearning/hls4ml) (👨‍💻 69 · 🔀 440 · 📦 47 · 📋 480 - 42% open · ⏱️ 05.05.2025):
git clone https://github.com/fastmachinelearning/hls4ml
- [PyPi](https://pypi.org/project/hls4ml) (📥 2K / month · 📦 1 · ⏱️ 17.03.2025):
pip install hls4ml
- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 11K · ⏱️ 22.04.2025):
conda install -c conda-forge hls4ml
Hummingbird (🥉24 · ⭐ 3.4K · 💤) - Hummingbird compiles trained ML models into tensor computation.. MIT - [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 280 · 📥 850 · 📋 330 - 20% open · ⏱️ 24.10.2024):
git clone https://github.com/microsoft/hummingbird
- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 6K / month · 📦 7 · ⏱️ 25.10.2024):
pip install hummingbird-ml
- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 59K · ⏱️ 22.04.2025):
conda install -c conda-forge hummingbird-ml
nebullvm (🥉21 · ⭐ 8.4K · 💤) - A collection of libraries to optimise AI model performances. Apache-2 - [GitHub](https://github.com/nebuly-ai/optimate) (👨‍💻 40 · 🔀 630 · 📋 200 - 49% open · ⏱️ 22.07.2024):
git clone https://github.com/nebuly-ai/nebullvm
- [PyPi](https://pypi.org/project/nebullvm) (📥 950 / month · 📦 2 · ⏱️ 18.06.2023):
pip install nebullvm
tfdeploy (🥉17 · ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 - [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 04.01.2025):
git clone https://github.com/riga/tfdeploy
- [PyPi](https://pypi.org/project/tfdeploy) (📥 160 / month · ⏱️ 30.03.2017):
pip install tfdeploy
Show 10 hidden projects... - mmdnn (🥈25 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT - m2cgen (🥈25 · ⭐ 2.9K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT - sklearn-porter (🥉24 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 - cortex (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2 - OMLT (🥉21 · ⭐ 320) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed - pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT - Larq Compute Engine (🥉19 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 - modelkit (🥉18 · ⭐ 150 · 💤) - Toolkit for developing and maintaining ML models. MIT - backprop (🥉15 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 - ml-ane-transformers (🥉13 · ⭐ 2.6K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed


Model Interpretability

Back to top

Libraries to visualize, explain, debug, evaluate, and interpret machine learning models.

shap (🥇42 · ⭐ 24K) - A game theoretic approach to explain the output of any machine learning model. MIT - [GitHub](https://github.com/shap/shap) (👨‍💻 270 · 🔀 3.4K · 📦 33K · 📋 2.6K - 25% open · ⏱️ 22.05.2025):
git clone https://github.com/slundberg/shap
- [PyPi](https://pypi.org/project/shap) (📥 7.2M / month · 📦 960 · ⏱️ 17.04.2025):
pip install shap
- [Conda](https://anaconda.org/conda-forge/shap) (📥 6.1M · ⏱️ 22.04.2025):
conda install -c conda-forge shap
arviz (🥇36 · ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2 - [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 170 · 🔀 430 · 📥 180 · 📦 11K · 📋 890 - 21% open · ⏱️ 28.04.2025):
git clone https://github.com/arviz-devs/arviz
- [PyPi](https://pypi.org/project/arviz) (📥 1.7M / month · 📦 360 · ⏱️ 06.03.2025):
pip install arviz
- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.4M · ⏱️ 22.04.2025):
conda install -c conda-forge arviz
Netron (🥇35 · ⭐ 30K) - Visualizer for neural network, deep learning and machine learning.. MIT - [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 2.9K · 📥 53K · 📦 13 · 📋 1.2K - 1% open · ⏱️ 21.05.2025):
git clone https://github.com/lutzroeder/netron
- [PyPi](https://pypi.org/project/netron) (📥 39K / month · 📦 88 · ⏱️ 16.05.2025):
pip install netron
Captum (🥇35 · ⭐ 5.2K) - Model interpretability and understanding for PyTorch. BSD-3 - [GitHub](https://github.com/pytorch/captum) (👨‍💻 130 · 🔀 510 · 📦 3.3K · 📋 600 - 42% open · ⏱️ 21.05.2025):
git clone https://github.com/pytorch/captum
- [PyPi](https://pypi.org/project/captum) (📥 300K / month · 📦 170 · ⏱️ 27.03.2025):
pip install captum
- [Conda](https://anaconda.org/conda-forge/captum) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge captum
InterpretML (🥇34 · ⭐ 6.5K) - Fit interpretable models. Explain blackbox machine learning. MIT - [GitHub](https://github.com/interpretml/interpret) (👨‍💻 48 · 🔀 740 · 📦 900 · 📋 470 - 22% open · ⏱️ 17.04.2025):
git clone https://github.com/interpretml/interpret
- [PyPi](https://pypi.org/project/interpret) (📥 180K / month · 📦 53 · ⏱️ 26.03.2025):
pip install interpret
shapash (🥈31 · ⭐ 2.9K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2 - [GitHub](https://github.com/MAIF/shapash) (👨‍💻 41 · 🔀 340 · 📦 190 · 📋 240 - 18% open · ⏱️ 16.05.2025):
git clone https://github.com/MAIF/shapash
- [PyPi](https://pypi.org/project/shapash) (📥 9.9K / month · 📦 4 · ⏱️ 20.03.2025):
pip install shapash
evaluate (🥈31 · ⭐ 2.2K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 - [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 130 · 🔀 270 · 📦 22K · 📋 370 - 61% open · ⏱️ 10.01.2025):
git clone https://github.com/huggingface/evaluate
- [PyPi](https://pypi.org/project/evaluate) (📥 3M / month · 📦 400 · ⏱️ 11.09.2024):
pip install evaluate
explainerdashboard (🥈30 · ⭐ 2.4K) - Quickly build Explainable AI dashboards that show the inner.. MIT - [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 21 · 🔀 340 · 📦 630 · 📋 240 - 15% open · ⏱️ 29.12.2024):
git clone https://github.com/oegedijk/explainerdashboard
- [PyPi](https://pypi.org/project/explainerdashboard) (📥 51K / month · 📦 13 · ⏱️ 29.12.2024):
pip install explainerdashboard
- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 66K · ⏱️ 22.04.2025):
conda install -c conda-forge explainerdashboard
fairlearn (🥈30 · ⭐ 2.1K) - A Python package to assess and improve fairness of machine.. MIT - [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 100 · 🔀 450 · 📦 3 · 📋 540 - 28% open · ⏱️ 05.05.2025):
git clone https://github.com/fairlearn/fairlearn
- [PyPi](https://pypi.org/project/fairlearn) (📥 130K / month · 📦 63 · ⏱️ 11.12.2024):
pip install fairlearn
- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 46K · ⏱️ 22.04.2025):
conda install -c conda-forge fairlearn
dtreeviz (🥈28 · ⭐ 3.1K) - A python library for decision tree visualization and model interpretation. MIT - [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 27 · 🔀 340 · 📦 1.6K · 📋 210 - 34% open · ⏱️ 06.03.2025):
git clone https://github.com/parrt/dtreeviz
- [PyPi](https://pypi.org/project/dtreeviz) (📥 93K / month · 📦 53 · ⏱️ 07.07.2022):
pip install dtreeviz
- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge dtreeviz
DoWhy (🥈27 · ⭐ 7.5K) - DoWhy is a Python library for causal inference that supports explicit.. MIT - [GitHub](https://github.com/py-why/dowhy) (👨‍💻 100 · 🔀 940 · 📥 43 · 📦 610 · 📋 500 - 27% open · ⏱️ 19.05.2025):
git clone https://github.com/py-why/dowhy
- [PyPi](https://pypi.org/project/dowhy) (📥 53K / month · 📦 18 · ⏱️ 24.11.2024):
pip install dowhy
- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 44K · ⏱️ 22.04.2025):
conda install -c conda-forge dowhy
Fairness 360 (🥈27 · ⭐ 2.6K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 - [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 850 · 📦 680 · 📋 300 - 65% open · ⏱️ 10.12.2024):
git clone https://github.com/Trusted-AI/AIF360
- [PyPi](https://pypi.org/project/aif360) (📥 23K / month · 📦 32 · ⏱️ 08.04.2024):
pip install aif360
- [Conda](https://anaconda.org/conda-forge/aif360) (📥 23K · ⏱️ 22.04.2025):
conda install -c conda-forge aif360
Model Analysis (🥈26 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 59 · 🔀 280 · 📋 97 - 39% open · ⏱️ 28.04.2025):
git clone https://github.com/tensorflow/model-analysis
- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 69K / month · 📦 19 · ⏱️ 05.12.2024):
pip install tensorflow-model-analysis
LIT (🥉25 · ⭐ 3.6K · 📉) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 - [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 38 · 🔀 360 · 📋 210 - 57% open · ⏱️ 20.12.2024):
git clone https://github.com/PAIR-code/lit
- [PyPi](https://pypi.org/project/lit-nlp) (📥 4.9K / month · 📦 3 · ⏱️ 20.12.2024):
pip install lit-nlp
- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge lit-nlp
responsible-ai-widgets (🥉25 · ⭐ 1.5K) - Responsible AI Toolbox is a suite of tools providing.. MIT - [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 43 · 🔀 400 · 📋 320 - 26% open · ⏱️ 07.02.2025):
git clone https://github.com/microsoft/responsible-ai-toolbox
- [PyPi](https://pypi.org/project/raiwidgets) (📥 8.3K / month · 📦 6 · ⏱️ 08.07.2024):
pip install raiwidgets
imodels (🥉24 · ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT - [GitHub](https://github.com/csinva/imodels) (👨‍💻 25 · 🔀 120 · 📦 120 · 📋 95 - 38% open · ⏱️ 05.03.2025):
git clone https://github.com/csinva/imodels
- [PyPi](https://pypi.org/project/imodels) (📥 41K / month · 📦 9 · ⏱️ 15.10.2024):
pip install imodels
keract (🥉24 · ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT - [GitHub](https://github.com/philipperemy/keract) (👨‍💻 17 · 🔀 190 · 📦 250 · 📋 89 - 3% open · ⏱️ 07.04.2025):
git clone https://github.com/philipperemy/keract
- [PyPi](https://pypi.org/project/keract) (📥 3.8K / month · 📦 7 · ⏱️ 07.04.2025):
pip install keract
aequitas (🥉24 · ⭐ 720) - Bias Auditing & Fair ML Toolkit. MIT - [GitHub](https://github.com/dssg/aequitas) (👨‍💻 23 · 🔀 120 · 📦 190 · 📋 99 - 51% open · ⏱️ 25.03.2025):
git clone https://github.com/dssg/aequitas
- [PyPi](https://pypi.org/project/aequitas) (📥 18K / month · 📦 8 · ⏱️ 30.01.2024):
pip install aequitas
ecco (🥉22 · ⭐ 2K · 💤) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 - [GitHub](https://github.com/jalammar/ecco) (👨‍💻 12 · 🔀 170 · 📥 140 · 📦 33 · 📋 64 - 51% open · ⏱️ 15.08.2024):
git clone https://github.com/jalammar/ecco
- [PyPi](https://pypi.org/project/ecco) (📥 660 / month · 📦 1 · ⏱️ 09.01.2022):
pip install ecco
- [Conda](https://anaconda.org/conda-forge/ecco) (📥 6.8K · ⏱️ 22.04.2025):
conda install -c conda-forge ecco
Explainability 360 (🥉22 · ⭐ 1.7K) - Interpretability and explainability of data and.. Apache-2 - [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 42 · 🔀 310 · 📦 160 · 📋 86 - 62% open · ⏱️ 26.02.2025):
git clone https://github.com/Trusted-AI/AIX360
- [PyPi](https://pypi.org/project/aix360) (📥 910 / month · 📦 1 · ⏱️ 31.07.2023):
pip install aix360
random-forest-importances (🥉22 · ⭐ 610) - Code to compute permutation and drop-column.. MIT - [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 16 · 🔀 130 · 📦 180 · 📋 39 - 20% open · ⏱️ 24.03.2025):
git clone https://github.com/parrt/random-forest-importances
- [PyPi](https://pypi.org/project/rfpimp) (📥 14K / month · 📦 5 · ⏱️ 28.01.2021):
pip install rfpimp
DiCE (🥉20 · ⭐ 1.4K) - Generate Diverse Counterfactual Explanations for any machine.. MIT - [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 19 · 🔀 200 · 📋 180 - 48% open · ⏱️ 22.11.2024):
git clone https://github.com/interpretml/DiCE
- [PyPi](https://pypi.org/project/dice-ml) (📥 32K / month · 📦 6 · ⏱️ 27.10.2023):
pip install dice-ml
LOFO (🥉20 · ⭐ 840) - Leave One Feature Out Importance. MIT - [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 6 · 🔀 87 · 📦 40 · 📋 30 - 13% open · ⏱️ 14.02.2025):
git clone https://github.com/aerdem4/lofo-importance
- [PyPi](https://pypi.org/project/lofo-importance) (📥 1.9K / month · 📦 5 · ⏱️ 14.02.2025):
pip install lofo-importance
fairness-indicators (🥉20 · ⭐ 350) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 - [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 36 · 🔀 85 · 📋 39 - 74% open · ⏱️ 22.01.2025):
git clone https://github.com/tensorflow/fairness-indicators
- [PyPi](https://pypi.org/project/fairness-indicators) (📥 2.2K / month · ⏱️ 22.01.2025):
pip install fairness-indicators
ExplainX.ai (🥉15 · ⭐ 440 · 💤) - Explainable AI framework for data scientists. Explain & debug any.. MIT - [GitHub](https://github.com/explainX/explainx) (👨‍💻 5 · 🔀 55 · 📥 20 · 📋 39 - 25% open · ⏱️ 21.08.2024):
git clone https://github.com/explainX/explainx
- [PyPi](https://pypi.org/project/explainx) (📥 560 / month · ⏱️ 04.02.2021):
pip install explainx
Show 30 hidden projects... - Lime (🥇33 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 - pyLDAvis (🥈30 · ⭐ 1.8K · 💀) - Python library for interactive topic model visualization... BSD-3 - yellowbrick (🥈28 · ⭐ 4.3K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2 - Deep Checks (🥈28 · ⭐ 3.8K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0 - eli5 (🥈28 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT - scikit-plot (🥈28 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT - DALEX (🥈28 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 - Alibi (🥈26 · ⭐ 2.5K) - Algorithms for explaining machine learning models. ❗️Intel - iNNvestigate (🥈26 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 - Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 - checklist (🥉25 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT - keras-vis (🥉24 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT - CausalNex (🥉24 · ⭐ 2.3K · 💀) - A Python library that helps data scientists to infer.. Apache-2 - What-If Tool (🥉23 · ⭐ 950 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2 - TreeInterpreter (🥉23 · ⭐ 760 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 - tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT - deeplift (🥉21 · ⭐ 860 · 💀) - Public facing deeplift repo. MIT - Quantus (🥉21 · ⭐ 600) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 - tcav (🥉20 · ⭐ 640 · 💀) - Code for the TCAV ML interpretability project. Apache-2 - XAI (🥉19 · ⭐ 1.2K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT - model-card-toolkit (🥉18 · ⭐ 430 · 💀) - A toolkit that streamlines and automates the.. Apache-2 - sklearn-evaluation (🥉17 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT - FlashTorch (🥉16 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT - Skater (🥉15 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 - Anchor (🥉15 · ⭐ 800 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 - effector (🥉15 · ⭐ 110) - Effector - a Python package for global and regional effect methods. MIT - interpret-text (🥉14 · ⭐ 420 · 💀) - A library that incorporates state-of-the-art explainers.. MIT - bias-detector (🥉13 · ⭐ 43 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT - Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT - contextual-ai (🥉12 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2


Vector Similarity Search (ANN)

Back to top

Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search.

🔗 ANN Benchmarks ( ⭐ 5.3K) - Benchmarks of approximate nearest neighbor libraries in Python.

Milvus (🥇42 · ⭐ 35K · 📈) - Milvus is a high-performance, cloud-native vector database built.. Apache-2 - [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 310 · 🔀 3.2K · 📥 360K · 📋 14K - 5% open · ⏱️ 22.05.2025):
git clone https://github.com/milvus-io/milvus
- [PyPi](https://pypi.org/project/pymilvus) (📥 1.8M / month · 📦 270 · ⏱️ 19.05.2025):
pip install pymilvus
- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 69M · ⭐ 81 · ⏱️ 22.05.2025):
docker pull milvusdb/milvus
Faiss (🥇41 · ⭐ 35K) - A library for efficient similarity search and clustering of dense vectors. MIT - [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 220 · 🔀 3.8K · 📦 4.8K · 📋 2.7K - 9% open · ⏱️ 21.05.2025):
git clone https://github.com/facebookresearch/faiss
- [PyPi](https://pypi.org/project/pymilvus) (📥 1.8M / month · 📦 270 · ⏱️ 19.05.2025):
pip install pymilvus
- [Conda](https://anaconda.org/conda-forge/faiss) (📥 2.6M · ⏱️ 22.04.2025):
conda install -c conda-forge faiss
Annoy (🥈35 · ⭐ 14K · 💤) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 - [GitHub](https://github.com/spotify/annoy) (👨‍💻 88 · 🔀 1.2K · 📦 5.1K · 📋 410 - 15% open · ⏱️ 29.07.2024):
git clone https://github.com/spotify/annoy
- [PyPi](https://pypi.org/project/annoy) (📥 700K / month · 📦 200 · ⏱️ 14.06.2023):
pip install annoy
- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 690K · ⏱️ 22.04.2025):
conda install -c conda-forge python-annoy
hnswlib (🥈32 · ⭐ 4.7K · 💤) - Header-only C++/python library for fast approximate nearest.. Apache-2 - [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 680 · 📦 8.1K · 📋 420 - 60% open · ⏱️ 17.06.2024):
git clone https://github.com/nmslib/hnswlib
- [PyPi](https://pypi.org/project/hnswlib) (📥 470K / month · 📦 130 · ⏱️ 03.12.2023):
pip install hnswlib
- [Conda](https://anaconda.org/conda-forge/hnswlib) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge hnswlib
NMSLIB (🥈31 · ⭐ 3.5K · 💤) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 - [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 49 · 🔀 460 · 📦 1.4K · 📋 440 - 21% open · ⏱️ 21.09.2024):
git clone https://github.com/nmslib/nmslib
- [PyPi](https://pypi.org/project/nmslib) (📥 390K / month · 📦 63 · ⏱️ 03.02.2021):
pip install nmslib
- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 200K · ⏱️ 22.04.2025):
conda install -c conda-forge nmslib
USearch (🥈31 · ⭐ 2.7K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2 - [GitHub](https://github.com/unum-cloud/usearch) (👨‍💻 70 · 🔀 180 · 📥 69K · 📦 180 · 📋 210 - 42% open · ⏱️ 16.04.2025):
git clone https://github.com/unum-cloud/usearch
- [PyPi](https://pypi.org/project/usearch) (📥 130K / month · 📦 35 · ⏱️ 16.04.2025):
pip install usearch
- [npm](https://www.npmjs.com/package/usearch) (📥 7.1K / month · 📦 15 · ⏱️ 23.01.2025):
npm install usearch
- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 200 · ⭐ 1 · ⏱️ 16.04.2025):
docker pull unum/usearch
PyNNDescent (🥉28 · ⭐ 920) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 - [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 30 · 🔀 110 · 📦 12K · 📋 140 - 52% open · ⏱️ 10.11.2024):
git clone https://github.com/lmcinnes/pynndescent
- [PyPi](https://pypi.org/project/pynndescent) (📥 1.5M / month · 📦 160 · ⏱️ 17.06.2024):
pip install pynndescent
- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.3M · ⏱️ 22.04.2025):
conda install -c conda-forge pynndescent
NGT (🥉24 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 - [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 19 · 🔀 120 · 📋 150 - 16% open · ⏱️ 30.04.2025):
git clone https://github.com/yahoojapan/NGT
- [PyPi](https://pypi.org/project/ngt) (📥 2.2K / month · 📦 12 · ⏱️ 26.02.2025):
pip install ngt
Show 4 hidden projects... - NearPy (🥉21 · ⭐ 770 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT - N2 (🥉21 · ⭐ 580 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 - Magnitude (🥉20 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT - PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3


Probabilistics & Statistics

Back to top

Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics.

PyMC3 (🥇41 · ⭐ 9K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 - [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 520 · 🔀 2.1K · 📥 2K · 📦 7.2K · 📋 3.5K - 10% open · ⏱️ 21.05.2025):
git clone https://github.com/pymc-devs/pymc
- [PyPi](https://pypi.org/project/pymc3) (📥 270K / month · 📦 190 · ⏱️ 31.05.2024):
pip install pymc3
- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 670K · ⏱️ 22.04.2025):
conda install -c conda-forge pymc3
tensorflow-probability (🥇36 · ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2 - [GitHub](https://github.com/tensorflow/probability) (👨‍💻 500 · 🔀 1.1K · 📦 4 · 📋 1.5K - 48% open · ⏱️ 14.05.2025):
git clone https://github.com/tensorflow/probability
- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 930K / month · 📦 620 · ⏱️ 08.11.2024):
pip install tensorflow-probability
- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 180K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-probability
Pyro (🥇34 · ⭐ 8.8K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 - [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 160 · 🔀 990 · 📋 1.1K - 23% open · ⏱️ 24.04.2025):
git clone https://github.com/pyro-ppl/pyro
- [PyPi](https://pypi.org/project/pyro-ppl) (📥 460K / month · 📦 190 · ⏱️ 02.06.2024):
pip install pyro-ppl
- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 240K · ⏱️ 22.04.2025):
conda install -c conda-forge pyro-ppl
pgmpy (🥇34 · ⭐ 2.9K) - Python Library for Causal and Probabilistic Modeling using Bayesian Networks. MIT - [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 150 · 🔀 750 · 📥 610 · 📦 1.6K · 📋 1K - 29% open · ⏱️ 15.05.2025):
git clone https://github.com/pgmpy/pgmpy
- [PyPi](https://pypi.org/project/pgmpy) (📥 180K / month · 📦 72 · ⏱️ 31.03.2025):
pip install pgmpy
GPyTorch (🥈31 · ⭐ 3.7K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT - [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 140 · 🔀 560 · 📦 2.9K · 📋 1.4K - 27% open · ⏱️ 07.02.2025):
git clone https://github.com/cornellius-gp/gpytorch
- [PyPi](https://pypi.org/project/gpytorch) (📥 390K / month · 📦 190 · ⏱️ 29.01.2025):
pip install gpytorch
- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 210K · ⏱️ 22.04.2025):
conda install -c conda-forge gpytorch
patsy (🥈31 · ⭐ 970) - Describing statistical models in Python using symbolic formulas. BSD-2 - [GitHub](https://github.com/pydata/patsy) (👨‍💻 22 · 🔀 100 · 📦 120K · 📋 160 - 46% open · ⏱️ 24.02.2025):
git clone https://github.com/pydata/patsy
- [PyPi](https://pypi.org/project/patsy) (📥 16M / month · 📦 530 · ⏱️ 12.11.2024):
pip install patsy
- [Conda](https://anaconda.org/conda-forge/patsy) (📥 16M · ⏱️ 22.04.2025):
conda install -c conda-forge patsy
hmmlearn (🥈30 · ⭐ 3.2K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 - [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 49 · 🔀 740 · 📦 3.5K · 📋 450 - 15% open · ⏱️ 31.10.2024):
git clone https://github.com/hmmlearn/hmmlearn
- [PyPi](https://pypi.org/project/hmmlearn) (📥 150K / month · 📦 92 · ⏱️ 31.10.2024):
pip install hmmlearn
- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 380K · ⏱️ 22.04.2025):
conda install -c conda-forge hmmlearn
GPflow (🥈29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 - [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 440 · 📦 760 · 📋 840 - 18% open · ⏱️ 22.05.2025):
git clone https://github.com/GPflow/GPflow
- [PyPi](https://pypi.org/project/gpflow) (📥 71K / month · 📦 35 · ⏱️ 17.06.2024):
pip install gpflow
- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 45K · ⏱️ 22.04.2025):
conda install -c conda-forge gpflow
emcee (🥈29 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT - [GitHub](https://github.com/dfm/emcee) (👨‍💻 75 · 🔀 430 · 📦 3K · 📋 300 - 19% open · ⏱️ 16.03.2025):
git clone https://github.com/dfm/emcee
- [PyPi](https://pypi.org/project/emcee) (📥 150K / month · 📦 440 · ⏱️ 19.04.2024):
pip install emcee
- [Conda](https://anaconda.org/conda-forge/emcee) (📥 410K · ⏱️ 22.04.2025):
conda install -c conda-forge emcee
bambi (🥈29 · ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT - [GitHub](https://github.com/bambinos/bambi) (👨‍💻 47 · 🔀 130 · 📦 200 · 📋 440 - 20% open · ⏱️ 21.05.2025):
git clone https://github.com/bambinos/bambi
- [PyPi](https://pypi.org/project/bambi) (📥 34K / month · 📦 14 · ⏱️ 21.12.2024):
pip install bambi
- [Conda](https://anaconda.org/conda-forge/bambi) (📥 49K · ⏱️ 22.04.2025):
conda install -c conda-forge bambi
pomegranate (🥉28 · ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT - [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 75 · 🔀 590 · 📋 790 - 3% open · ⏱️ 07.02.2025):
git clone https://github.com/jmschrei/pomegranate
- [PyPi](https://pypi.org/project/pomegranate) (📥 22K / month · 📦 67 · ⏱️ 07.02.2025):
pip install pomegranate
- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 210K · ⏱️ 22.04.2025):
conda install -c conda-forge pomegranate
SALib (🥉28 · ⭐ 920) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT - [GitHub](https://github.com/SALib/SALib) (👨‍💻 51 · 🔀 240 · 📦 1.5K · 📋 340 - 15% open · ⏱️ 18.04.2025):
git clone https://github.com/SALib/SALib
- [PyPi](https://pypi.org/project/salib) (📥 250K / month · 📦 130 · ⏱️ 19.08.2024):
pip install salib
- [Conda](https://anaconda.org/conda-forge/salib) (📥 220K · ⏱️ 22.04.2025):
conda install -c conda-forge salib
PyStan (🥉28 · ⭐ 350 · 💤) - PyStan, a Python interface to Stan, a platform for statistical.. ISC - [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 14 · 🔀 61 · 📦 10K · 📋 200 - 6% open · ⏱️ 03.07.2024):
git clone https://github.com/stan-dev/pystan
- [PyPi](https://pypi.org/project/pystan) (📥 670K / month · 📦 160 · ⏱️ 03.07.2024):
pip install pystan
- [Conda](https://anaconda.org/conda-forge/pystan) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge pystan
scikit-posthocs (🥉27 · ⭐ 370) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT - [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 16 · 🔀 40 · 📥 66 · 📦 1.1K · 📋 72 - 6% open · ⏱️ 16.04.2025):
git clone https://github.com/maximtrp/scikit-posthocs
- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 94K / month · 📦 73 · ⏱️ 29.03.2025):
pip install scikit-posthocs
- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge scikit-posthocs
Orbit (🥉24 · ⭐ 2K · 💤) - A Python package for Bayesian forecasting with object-oriented.. Apache-2 - [GitHub](https://github.com/uber/orbit) (👨‍💻 20 · 🔀 140 · 📦 72 · 📋 400 - 12% open · ⏱️ 10.07.2024):
git clone https://github.com/uber/orbit
- [PyPi](https://pypi.org/project/orbit-ml) (📥 20K / month · 📦 1 · ⏱️ 01.04.2024):
pip install orbit-ml
TorchUncertainty (🥉23 · ⭐ 390) - Open-source framework for uncertainty and deep.. Apache-2 - [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨‍💻 13 · 🔀 32 · 📋 55 - 18% open · ⏱️ 21.05.2025):
git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty
- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 540 / month · 📦 4 · ⏱️ 21.05.2025):
pip install torch-uncertainty
pandas-ta (🥉22 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT - [GitHub](https://github.com/twopirllc/pandas-ta) (👨‍💻 40 · 🔀 1.1K):
git clone https://github.com/twopirllc/pandas-ta
- [PyPi](https://pypi.org/project/pandas-ta) (📥 200K / month · 📦 140 · ⏱️ 28.07.2021):
pip install pandas-ta
- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 27K · ⏱️ 22.04.2025):
conda install -c conda-forge pandas-ta
Baal (🥉22 · ⭐ 900 · 💤) - Bayesian active learning library for research and industrial usecases. Apache-2 - [GitHub](https://github.com/baal-org/baal) (👨‍💻 23 · 🔀 87 · 📦 66 · 📋 110 - 17% open · ⏱️ 27.06.2024):
git clone https://github.com/baal-org/baal
- [PyPi](https://pypi.org/project/baal) (📥 1.2K / month · 📦 2 · ⏱️ 11.06.2024):
pip install baal
- [Conda](https://anaconda.org/conda-forge/baal) (📥 13K · ⏱️ 22.04.2025):
conda install -c conda-forge baal
pyhsmm (🥉21 · ⭐ 560) - Bayesian inference in HSMMs and HMMs. MIT - [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 14 · 🔀 170 · 📦 35 · 📋 100 - 39% open · ⏱️ 25.01.2025):
git clone https://github.com/mattjj/pyhsmm
- [PyPi](https://pypi.org/project/pyhsmm) (📥 160 / month · 📦 1 · ⏱️ 10.05.2017):
pip install pyhsmm
Show 5 hidden projects... - filterpy (🥈32 · ⭐ 3.6K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT - pingouin (🥈30 · ⭐ 1.8K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 - Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 - Funsor (🥉20 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2 - ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT


Adversarial Robustness

Back to top

Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples.

ART (🥇33 · ⭐ 5.3K · 📈) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT - [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.2K · 📦 740 · 📋 910 - 2% open · ⏱️ 22.05.2025):
git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 28K / month · 📦 20 · ⏱️ 22.01.2025):
pip install adversarial-robustness-toolbox
- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 72K · ⏱️ 22.04.2025):
conda install -c conda-forge adversarial-robustness-toolbox
TextAttack (🥈28 · ⭐ 3.2K · 💤) - TextAttack is a Python framework for adversarial attacks, data.. MIT - [GitHub](https://github.com/QData/TextAttack) (👨‍💻 66 · 🔀 400 · 📦 410 · 📋 290 - 23% open · ⏱️ 25.07.2024):
git clone https://github.com/QData/TextAttack
- [PyPi](https://pypi.org/project/textattack) (📥 6.6K / month · 📦 11 · ⏱️ 11.03.2024):
pip install textattack
- [Conda](https://anaconda.org/conda-forge/textattack) (📥 10K · ⏱️ 22.04.2025):
conda install -c conda-forge textattack
Show 7 hidden projects... - CleverHans (🥈30 · ⭐ 6.3K · 💀) - An adversarial example library for constructing attacks,.. MIT - Foolbox (🥈28 · ⭐ 2.9K · 💀) - A Python toolbox to create adversarial examples that fool neural.. MIT - advertorch (🥉24 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 - robustness (🥉20 · ⭐ 940 · 💀) - A library for experimenting with, training and evaluating neural.. MIT - AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 - textflint (🥉17 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 - Adversary (🥉16 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT


GPU & Accelerator Utilities

Back to top

Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks.

cuDF (🥇35 · ⭐ 8.9K) - cuDF - GPU DataFrame Library. Apache-2 - [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 310 · 🔀 940 · 📦 62 · 📋 7K - 15% open · ⏱️ 21.05.2025):
git clone https://github.com/rapidsai/cudf
- [PyPi](https://pypi.org/project/cudf) (📥 3.3K / month · 📦 22 · ⏱️ 01.06.2020):
pip install cudf
optimum (🥇35 · ⭐ 2.9K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 - [GitHub](https://github.com/huggingface/optimum) (👨‍💻 150 · 🔀 540 · 📦 5.6K · 📋 890 - 40% open · ⏱️ 20.05.2025):
git clone https://github.com/huggingface/optimum
- [PyPi](https://pypi.org/project/optimum) (📥 1.3M / month · 📦 240 · ⏱️ 16.05.2025):
pip install optimum
- [Conda](https://anaconda.org/conda-forge/optimum) (📥 39K · ⏱️ 22.04.2025):
conda install -c conda-forge optimum
Apex (🥈32 · ⭐ 8.7K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 - [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 130 · 🔀 1.4K · 📦 3.2K · 📋 1.3K - 58% open · ⏱️ 15.05.2025):
git clone https://github.com/NVIDIA/apex
- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 500K · ⏱️ 22.04.2025):
conda install -c conda-forge nvidia-apex
cuML (🥈32 · ⭐ 4.7K) - cuML - RAPIDS Machine Learning Library. Apache-2 - [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 180 · 🔀 570 · 📋 2.8K - 35% open · ⏱️ 22.05.2025):
git clone https://github.com/rapidsai/cuml
- [PyPi](https://pypi.org/project/cuml) (📥 4.6K / month · 📦 14 · ⏱️ 01.06.2020):
pip install cuml
PyCUDA (🥈32 · ⭐ 1.9K) - CUDA integration for Python, plus shiny features. MIT - [GitHub](https://github.com/inducer/pycuda) (👨‍💻 82 · 🔀 290 · 📦 3.8K · 📋 280 - 30% open · ⏱️ 06.05.2025):
git clone https://github.com/inducer/pycuda
- [PyPi](https://pypi.org/project/pycuda) (📥 120K / month · 📦 170 · ⏱️ 07.02.2025):
pip install pycuda
- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 980K · ⏱️ 22.04.2025):
conda install -c conda-forge pycuda
gpustat (🥈29 · ⭐ 4.2K) - A simple command-line utility for querying and monitoring GPU status. MIT - [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 280 · 📦 7.4K · 📋 130 - 22% open · ⏱️ 13.04.2025):
git clone https://github.com/wookayin/gpustat
- [PyPi](https://pypi.org/project/gpustat) (📥 740K / month · 📦 150 · ⏱️ 22.08.2023):
pip install gpustat
- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 310K · ⏱️ 22.04.2025):
conda install -c conda-forge gpustat
ArrayFire (🥈28 · ⭐ 4.7K) - ArrayFire: a general purpose GPU library. BSD-3 - [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 97 · 🔀 540 · 📥 8.4K · 📋 1.8K - 19% open · ⏱️ 04.04.2025):
git clone https://github.com/arrayfire/arrayfire
- [PyPi](https://pypi.org/project/arrayfire) (📥 3.7K / month · 📦 10 · ⏱️ 22.02.2022):
pip install arrayfire
cuGraph (🥈28 · ⭐ 2K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 - [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 120 · 🔀 330 · 📋 1.8K - 9% open · ⏱️ 21.05.2025):
git clone https://github.com/rapidsai/cugraph
- [PyPi](https://pypi.org/project/cugraph) (📥 370 / month · 📦 4 · ⏱️ 01.06.2020):
pip install cugraph
- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 65K · ⏱️ 22.04.2025):
conda install -c conda-forge libcugraph
CuPy (🥉27 · ⭐ 10K) - NumPy & SciPy for GPU. MIT - [GitHub](https://github.com/cupy/cupy) (👨‍💻 340 · 🔀 900):
git clone https://github.com/cupy/cupy
- [PyPi](https://pypi.org/project/cupy) (📥 26K / month · 📦 350 · ⏱️ 04.04.2025):
pip install cupy
- [Conda](https://anaconda.org/conda-forge/cupy) (📥 6.4M · ⏱️ 22.04.2025):
conda install -c conda-forge cupy
- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 83K · ⭐ 13 · ⏱️ 04.04.2025):
docker pull cupy/cupy
DALI (🥉25 · ⭐ 5.4K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 - [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 99 · 🔀 640 · 📋 1.7K - 14% open · ⏱️ 21.05.2025):
git clone https://github.com/NVIDIA/DALI
Vulkan Kompute (🥉23 · ⭐ 2.2K) - General purpose GPU compute framework built on Vulkan to.. Apache-2 - [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 32 · 🔀 160 · 📥 640 · 📋 230 - 32% open · ⏱️ 19.03.2025):
git clone https://github.com/KomputeProject/kompute
- [PyPi](https://pypi.org/project/kp) (📥 280 / month · ⏱️ 20.01.2024):
pip install kp
Merlin (🥉20 · ⭐ 830 · 💤) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2 - [GitHub](https://github.com/NVIDIA-Merlin/Merlin) (👨‍💻 32 · 🔀 120 · 📋 460 - 46% open · ⏱️ 22.07.2024):
git clone https://github.com/NVIDIA-Merlin/Merlin
- [PyPi](https://pypi.org/project/merlin-core) (📥 18K / month · 📦 1 · ⏱️ 29.08.2023):
pip install merlin-core
Show 8 hidden projects... - GPUtil (🥉25 · ⭐ 1.2K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT - scikit-cuda (🥉24 · ⭐ 990 · 💀) - Python interface to GPU-powered libraries. BSD-3 - py3nvml (🥉23 · ⭐ 250 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 - BlazingSQL (🥉21 · ⭐ 2K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 - nvidia-ml-py3 (🥉19 · ⭐ 140 · 💤) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 - cuSignal (🥉16 · ⭐ 720 · 💀) - GPU accelerated signal processing. Apache-2 - ipyexperiments (🥉16 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 - SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT


Tensorflow Utilities

Back to top

Libraries that extend TensorFlow with additional capabilities.

TensorFlow Datasets (🥇38 · ⭐ 4.4K) - TFDS is a collection of datasets ready to use with.. Apache-2 - [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 520 · 🔀 1.6K · 📦 24K · 📋 1.5K - 47% open · ⏱️ 21.05.2025):
git clone https://github.com/tensorflow/datasets
- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.3M / month · 📦 340 · ⏱️ 12.03.2025):
pip install tensorflow-datasets
- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 46K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-datasets
tensorflow-hub (🥇33 · ⭐ 3.5K) - A library for transfer learning by reusing parts of.. Apache-2 - [GitHub](https://github.com/tensorflow/hub) (👨‍💻 110 · 🔀 1.7K · 📋 710 - 2% open · ⏱️ 17.01.2025):
git clone https://github.com/tensorflow/hub
- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 1.7M / month · 📦 300 · ⏱️ 30.01.2024):
pip install tensorflow-hub
- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-hub
TFX (🥈32 · ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 - [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 190 · 🔀 710 · 📦 1.8K · 📋 1.1K - 22% open · ⏱️ 26.03.2025):
git clone https://github.com/tensorflow/tfx
- [PyPi](https://pypi.org/project/tfx) (📥 34K / month · 📦 17 · ⏱️ 11.12.2024):
pip install tfx
TensorFlow I/O (🥈30 · ⭐ 720) - Dataset, streaming, and file system extensions.. Apache-2 - [GitHub](https://github.com/tensorflow/io) (👨‍💻 120 · 🔀 290 · 📋 660 - 44% open · ⏱️ 10.04.2025):
git clone https://github.com/tensorflow/io
- [PyPi](https://pypi.org/project/tensorflow-io) (📥 710K / month · 📦 61 · ⏱️ 01.07.2024):
pip install tensorflow-io
TF Model Optimization (🥉28 · ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2 - [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 87 · 🔀 320 · 📋 400 - 57% open · ⏱️ 10.02.2025):
git clone https://github.com/tensorflow/model-optimization
- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 1.5M / month · 📦 45 · ⏱️ 08.02.2024):
pip install tensorflow-model-optimization
TensorFlow Transform (🥉25 · ⭐ 990) - Input pipeline framework. Apache-2 - [GitHub](https://github.com/tensorflow/transform) (👨‍💻 29 · 🔀 220 · 📋 220 - 17% open · ⏱️ 30.04.2025):
git clone https://github.com/tensorflow/transform
- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 210K / month · 📦 18 · ⏱️ 28.10.2024):
pip install tensorflow-transform
Neural Structured Learning (🥉24 · ⭐ 1K) - Training neural models with structured signals. Apache-2 - [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 39 · 🔀 190 · 📦 510 · 📋 69 - 1% open · ⏱️ 29.01.2025):
git clone https://github.com/tensorflow/neural-structured-learning
- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 5.3K / month · 📦 3 · ⏱️ 29.07.2022):
pip install neural-structured-learning
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 - [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 28 · 🔀 90 · 📋 100 - 73% open · ⏱️ 29.01.2025):
git clone https://github.com/tensorflow/cloud
- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 30K / month · 📦 7 · ⏱️ 17.06.2021):
pip install tensorflow-cloud
TF Compression (🥉20 · ⭐ 890) - Data compression in TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/compression) (👨‍💻 24 · 🔀 250 · 📋 100 - 10% open · ⏱️ 29.04.2025):
git clone https://github.com/tensorflow/compression
- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 2.8K / month · 📦 2 · ⏱️ 02.02.2024):
pip install tensorflow-compression
Show 7 hidden projects... - tensor2tensor (🥈32 · ⭐ 16K · 💀) - Library of deep learning models and datasets designed.. Apache-2 - TF Addons (🥈32 · ⭐ 1.7K · 💀) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 - Keras-Preprocessing (🥈29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT - efficientnet (🥉27 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 - Saliency (🥉22 · ⭐ 970 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 - TensorNets (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT - tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT


Jax Utilities

Back to top

Libraries that extend Jax with additional capabilities.

equinox (🥇32 · ⭐ 2.4K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 - [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 68 · 🔀 160 · 📦 1.2K · 📋 560 - 34% open · ⏱️ 16.05.2025):
git clone https://github.com/patrick-kidger/equinox
- [PyPi](https://pypi.org/project/equinox) (📥 300K / month · 📦 250 · ⏱️ 14.05.2025):
pip install equinox
evojax (🥉20 · ⭐ 900 · 💤) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 - [GitHub](https://github.com/google/evojax) (👨‍💻 14 · 🔀 100 · 📦 31 · 📋 37 - 54% open · ⏱️ 27.06.2024):
git clone https://github.com/google/evojax
- [PyPi](https://pypi.org/project/evojax) (📥 930 / month · 📦 6 · ⏱️ 18.06.2024):
pip install evojax
- [Conda](https://anaconda.org/conda-forge/evojax) (📥 39K · ⏱️ 22.04.2025):
conda install -c conda-forge evojax
Show 1 hidden projects... - jaxdf (🥉12 · ⭐ 130 · 💤) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0


Sklearn Utilities

Back to top

Libraries that extend scikit-learn with additional capabilities.

MLxtend (🥇35 · ⭐ 5K) - A library of extension and helper modules for Pythons data analysis.. BSD-3 - [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 880 · 📦 20K · 📋 500 - 29% open · ⏱️ 26.01.2025):
git clone https://github.com/rasbt/mlxtend
- [PyPi](https://pypi.org/project/mlxtend) (📥 740K / month · 📦 200 · ⏱️ 26.01.2025):
pip install mlxtend
- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge mlxtend
scikit-learn-intelex (🥇35 · ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 - [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨‍💻 85 · 🔀 180 · 📦 14K · 📋 250 - 19% open · ⏱️ 21.05.2025):
git clone https://github.com/intel/scikit-learn-intelex
- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 97K / month · 📦 65 · ⏱️ 22.04.2025):
pip install scikit-learn-intelex
- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 540K · ⏱️ 05.05.2025):
conda install -c conda-forge scikit-learn-intelex
imbalanced-learn (🥈33 · ⭐ 7K) - A Python Package to Tackle the Curse of Imbalanced.. MIT - [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 87 · 🔀 1.3K · 📋 620 - 7% open · ⏱️ 11.05.2025):
git clone https://github.com/scikit-learn-contrib/imbalanced-learn
- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 15M / month · 📦 480 · ⏱️ 20.12.2024):
pip install imbalanced-learn
- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 700K · ⏱️ 22.04.2025):
conda install -c conda-forge imbalanced-learn
category_encoders (🥈33 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 - [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 71 · 🔀 400 · 📦 3.8K · 📋 300 - 14% open · ⏱️ 24.03.2025):
git clone https://github.com/scikit-learn-contrib/category_encoders
- [PyPi](https://pypi.org/project/category_encoders) (📥 1.8M / month · 📦 310 · ⏱️ 15.03.2025):
pip install category_encoders
- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 320K · ⏱️ 22.04.2025):
conda install -c conda-forge category_encoders
scikit-lego (🥈27 · ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT - [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 68 · 🔀 120 · 📦 180 · 📋 340 - 10% open · ⏱️ 30.04.2025):
git clone https://github.com/koaning/scikit-lego
- [PyPi](https://pypi.org/project/scikit-lego) (📥 30K / month · 📦 13 · ⏱️ 30.04.2025):
pip install scikit-lego
- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 68K · ⏱️ 22.04.2025):
conda install -c conda-forge scikit-lego
scikit-opt (🥉25 · ⭐ 5.5K · 💤) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT - [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 24 · 🔀 990 · 📦 270 · 📋 180 - 37% open · ⏱️ 23.06.2024):
git clone https://github.com/guofei9987/scikit-opt
- [PyPi](https://pypi.org/project/scikit-opt) (📥 6.5K / month · 📦 15 · ⏱️ 14.01.2022):
pip install scikit-opt
iterative-stratification (🥉21 · ⭐ 860 · 💤) - scikit-learn cross validators for iterative.. BSD-3 - [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 75 · 📦 590 · 📋 27 - 7% open · ⏱️ 12.10.2024):
git clone https://github.com/trent-b/iterative-stratification
- [PyPi](https://pypi.org/project/iterative-stratification) (📥 54K / month · 📦 15 · ⏱️ 12.10.2024):
pip install iterative-stratification
dabl (🥉19 · ⭐ 730 · 💤) - Data Analysis Baseline Library. BSD-3 - [GitHub](https://github.com/amueller/dabl) (👨‍💻 24 · 🔀 100 · ⏱️ 07.08.2024):
git clone https://github.com/amueller/dabl
- [PyPi](https://pypi.org/project/dabl) (📥 4.1K / month · 📦 3 · ⏱️ 16.12.2024):
pip install dabl
scikit-tda (🥉18 · ⭐ 550 · 💤) - Topological Data Analysis for Python. MIT - [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 6 · 🔀 54 · 📦 87 · 📋 22 - 18% open · ⏱️ 19.07.2024):
git clone https://github.com/scikit-tda/scikit-tda
- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.5K / month · ⏱️ 19.07.2024):
pip install scikit-tda
Show 10 hidden projects... - scikit-survival (🥈32 · ⭐ 1.2K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 - fancyimpute (🥈27 · ⭐ 1.3K · 💀) - Multivariate imputation and matrix completion.. Apache-2 - scikit-multilearn (🥈27 · ⭐ 930 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 - sklearn-crfsuite (🥈27 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT - sklearn-contrib-lightning (🥉24 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3 - skope-rules (🥉22 · ⭐ 640 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause - celer (🥉22 · ⭐ 230) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 - combo (🥉21 · ⭐ 660 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost - DESlib (🥉18 · ⭐ 490 · 💀) - A Python library for dynamic classifier and ensemble selection. BSD-3 - skggm (🥉17 · ⭐ 250 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT


Pytorch Utilities

Back to top

Libraries that extend Pytorch with additional capabilities.

accelerate (🥇43 · ⭐ 8.7K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 - [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 350 · 🔀 1.1K · 📦 95K · 📋 1.8K - 5% open · ⏱️ 22.05.2025):
git clone https://github.com/huggingface/accelerate
- [PyPi](https://pypi.org/project/accelerate) (📥 12M / month · 📦 2.2K · ⏱️ 15.05.2025):
pip install accelerate
- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 400K · ⏱️ 15.05.2025):
conda install -c conda-forge accelerate
tinygrad (🥇35 · ⭐ 29K) - You like pytorch? You like micrograd? You love tinygrad!. MIT - [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 400 · 🔀 3.3K · 📦 220 · 📋 920 - 14% open · ⏱️ 22.05.2025):
git clone https://github.com/geohot/tinygrad
PML (🥇33 · ⭐ 6.1K) - The easiest way to use deep metric learning in your application. Modular,.. MIT - [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 46 · 🔀 660 · 📦 2.7K · 📋 530 - 14% open · ⏱️ 11.12.2024):
git clone https://github.com/KevinMusgrave/pytorch-metric-learning
- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 820K / month · 📦 55 · ⏱️ 11.12.2024):
pip install pytorch-metric-learning
- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 13K · ⏱️ 25.03.2025):
conda install -c metric-learning pytorch-metric-learning
torchdiffeq (🥇32 · ⭐ 6K) - Differentiable ODE solvers with full GPU support and O(1)-memory.. MIT - [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 22 · 🔀 930 · 📦 5.2K · 📋 220 - 33% open · ⏱️ 04.04.2025):
git clone https://github.com/rtqichen/torchdiffeq
- [PyPi](https://pypi.org/project/torchdiffeq) (📥 1.2M / month · 📦 120 · ⏱️ 21.11.2024):
pip install torchdiffeq
- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 22K · ⏱️ 22.04.2025):
conda install -c conda-forge torchdiffeq
torchsde (🥈30 · ⭐ 1.6K) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 - [GitHub](https://github.com/google-research/torchsde) (👨‍💻 9 · 🔀 200 · 📦 5.2K · 📋 82 - 35% open · ⏱️ 30.12.2024):
git clone https://github.com/google-research/torchsde
- [PyPi](https://pypi.org/project/torchsde) (📥 2.7M / month · 📦 37 · ⏱️ 26.09.2023):
pip install torchsde
- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 39K · ⏱️ 22.04.2025):
conda install -c conda-forge torchsde
torch-scatter (🥈27 · ⭐ 1.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT - [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 33 · 🔀 190 · 📋 410 - 6% open · ⏱️ 20.04.2025):
git clone https://github.com/rusty1s/pytorch_scatter
- [PyPi](https://pypi.org/project/torch-scatter) (📥 52K / month · 📦 150 · ⏱️ 06.10.2023):
pip install torch-scatter
- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 850K · ⏱️ 22.04.2025):
conda install -c conda-forge pytorch_scatter
EfficientNets (🥈25 · ⭐ 1.6K · 💤) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 - [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 210 · 📦 300 · 📋 55 - 7% open · ⏱️ 13.06.2024):
git clone https://github.com/rwightman/gen-efficientnet-pytorch
- [PyPi](https://pypi.org/project/geffnet) (📥 190K / month · 📦 4 · ⏱️ 08.07.2021):
pip install geffnet
PyTorch Sparse (🥈25 · ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT - [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 47 · 🔀 150 · 📋 290 - 10% open · ⏱️ 10.04.2025):
git clone https://github.com/rusty1s/pytorch_sparse
- [PyPi](https://pypi.org/project/torch-sparse) (📥 35K / month · 📦 120 · ⏱️ 06.10.2023):
pip install torch-sparse
- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 800K · ⏱️ 22.04.2025):
conda install -c conda-forge pytorch_sparse
Pytorch Toolbelt (🥉24 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT - [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 8 · 🔀 120 · 📥 160 · 📋 33 - 12% open · ⏱️ 01.03.2025):
git clone https://github.com/BloodAxe/pytorch-toolbelt
- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 14K / month · 📦 12 · ⏱️ 21.11.2024):
pip install pytorch_toolbelt
madgrad (🥉17 · ⭐ 800) - MADGRAD Optimization Method. MIT - [GitHub](https://github.com/facebookresearch/madgrad) (👨‍💻 3 · 🔀 57 · 📦 100 · ⏱️ 27.01.2025):
git clone https://github.com/facebookresearch/madgrad
- [PyPi](https://pypi.org/project/madgrad) (📥 3K / month · 📦 1 · ⏱️ 08.03.2022):
pip install madgrad
pytorchviz (🥉14 · ⭐ 3.4K) - A small package to create visualizations of PyTorch execution graphs. MIT - [GitHub](https://github.com/szagoruyko/pytorchviz) (👨‍💻 6 · 🔀 280 · 📋 72 - 47% open · ⏱️ 30.12.2024):
git clone https://github.com/szagoruyko/pytorchviz
Show 21 hidden projects... - pretrainedmodels (🥈30 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 - EfficientNet-PyTorch (🥈28 · ⭐ 8.1K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 - lightning-flash (🥈28 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 - pytorch-optimizer (🥈27 · ⭐ 3.1K · 💀) - torch-optimizer -- collection of optimizers for.. Apache-2 - TabNet (🥈26 · ⭐ 2.8K · 💀) - PyTorch implementation of TabNet paper :.. MIT - pytorch-summary (🥉24 · ⭐ 4K · 💀) - Model summary in PyTorch similar to `model.summary()` in.. MIT - Torchmeta (🥉24 · ⭐ 2K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT - Higher (🥉24 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 - micrograd (🥉22 · ⭐ 12K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT - SRU (🥉22 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT - Antialiased CNNs (🥉22 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 - AdaBound (🥉21 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 - reformer-pytorch (🥉21 · ⭐ 2.2K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT - Performer Pytorch (🥉21 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT - Poutyne (🥉21 · ⭐ 570) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 - Lambda Networks (🥉19 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT - Torch-Struct (🥉19 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT - Tensor Sensor (🥉18 · ⭐ 810 · 💀) - The goal of this library is to generate more helpful.. MIT - Tez (🥉17 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 - Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT - TorchDrift (🥉15 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2


Database Clients

Back to top

Libraries for connecting to, operating, and querying databases.

🔗 best-of-python - DB Clients ( ⭐ 4K) - Collection of database clients for python.


Others

Back to top

scipy (🥇50 · ⭐ 14K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 - [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.8K · 🔀 5.4K · 📥 490K · 📦 1.4M · 📋 11K - 15% open · ⏱️ 21.05.2025):
git clone https://github.com/scipy/scipy
- [PyPi](https://pypi.org/project/scipy) (📥 150M / month · 📦 55K · ⏱️ 21.05.2025):
pip install scipy
- [Conda](https://anaconda.org/conda-forge/scipy) (📥 63M · ⏱️ 22.04.2025):
conda install -c conda-forge scipy
SymPy (🥇50 · ⭐ 14K) - A computer algebra system written in pure Python. BSD-3 - [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.4K · 🔀 4.7K · 📥 560K · 📦 270K · 📋 14K - 36% open · ⏱️ 21.05.2025):
git clone https://github.com/sympy/sympy
- [PyPi](https://pypi.org/project/sympy) (📥 56M / month · 📦 4.3K · ⏱️ 27.04.2025):
pip install sympy
- [Conda](https://anaconda.org/conda-forge/sympy) (📥 8.9M · ⏱️ 29.04.2025):
conda install -c conda-forge sympy
Streamlit (🥇46 · ⭐ 39K) - Streamlit A faster way to build and share data apps. Apache-2 - [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 410 · 🔀 3.5K · 📦 940K · 📋 5.3K - 22% open · ⏱️ 21.05.2025):
git clone https://github.com/streamlit/streamlit
- [PyPi](https://pypi.org/project/streamlit) (📥 12M / month · 📦 3.8K · ⏱️ 12.05.2025):
pip install streamlit
Gradio (🥇45 · ⭐ 38K · 📈) - Wrap UIs around any model, share with anyone. Apache-2 - [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 590 · 🔀 2.9K · 📦 76K · 📋 5.7K - 8% open · ⏱️ 22.05.2025):
git clone https://github.com/gradio-app/gradio
- [PyPi](https://pypi.org/project/gradio) (📥 8.5M / month · 📦 1.2K · ⏱️ 19.05.2025):
pip install gradio
carla (🥇37 · ⭐ 12K) - Open-source simulator for autonomous driving research. MIT - [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 180 · 🔀 3.9K · 📦 1.1K · 📋 5.9K - 18% open · ⏱️ 06.05.2025):
git clone https://github.com/carla-simulator/carla
- [PyPi](https://pypi.org/project/carla) (📥 43K / month · 📦 11 · ⏱️ 14.11.2023):
pip install carla
Autograd (🥇37 · ⭐ 7.3K) - Efficiently computes derivatives of NumPy code. MIT - [GitHub](https://github.com/HIPS/autograd) (👨‍💻 61 · 🔀 910 · 📦 13K · 📋 440 - 42% open · ⏱️ 19.05.2025):
git clone https://github.com/HIPS/autograd
- [PyPi](https://pypi.org/project/autograd) (📥 3.4M / month · 📦 310 · ⏱️ 05.05.2025):
pip install autograd
- [Conda](https://anaconda.org/conda-forge/autograd) (📥 540K · ⏱️ 05.05.2025):
conda install -c conda-forge autograd
PennyLane (🥇37 · ⭐ 2.6K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 - [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 200 · 🔀 660 · 📥 100 · 📦 1.7K · 📋 1.6K - 25% open · ⏱️ 22.05.2025):
git clone https://github.com/PennyLaneAI/PennyLane
- [PyPi](https://pypi.org/project/pennylane) (📥 90K / month · 📦 150 · ⏱️ 02.05.2025):
pip install pennylane
- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 270K · ⏱️ 22.04.2025):
conda install -c conda-forge pennylane
PyOD (🥈36 · ⭐ 9.2K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 - [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 65 · 🔀 1.4K · 📦 5.3K · 📋 380 - 60% open · ⏱️ 29.04.2025):
git clone https://github.com/yzhao062/pyod
- [PyPi](https://pypi.org/project/pyod) (📥 640K / month · 📦 130 · ⏱️ 29.04.2025):
pip install pyod
- [Conda](https://anaconda.org/conda-forge/pyod) (📥 150K · ⏱️ 30.04.2025):
conda install -c conda-forge pyod
Datasette (🥈34 · ⭐ 10K) - An open source multi-tool for exploring and publishing data. Apache-2 - [GitHub](https://github.com/simonw/datasette) (👨‍💻 82 · 🔀 740 · 📥 72 · 📦 1.5K · 📋 1.9K - 32% open · ⏱️ 22.04.2025):
git clone https://github.com/simonw/datasette
- [PyPi](https://pypi.org/project/datasette) (📥 190K / month · 📦 460 · ⏱️ 22.04.2025):
pip install datasette
- [Conda](https://anaconda.org/conda-forge/datasette) (📥 62K · ⏱️ 22.04.2025):
conda install -c conda-forge datasette
DeepChem (🥈34 · ⭐ 6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT - [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 1.9K · 📦 610 · 📋 2K - 38% open · ⏱️ 21.05.2025):
git clone https://github.com/deepchem/deepchem
- [PyPi](https://pypi.org/project/deepchem) (📥 39K / month · 📦 17 · ⏱️ 21.05.2025):
pip install deepchem
- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge deepchem
agate (🥈34 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT - [GitHub](https://github.com/wireservice/agate) (👨‍💻 53 · 🔀 150 · 📦 5K · 📋 650 - 0% open · ⏱️ 27.02.2025):
git clone https://github.com/wireservice/agate
- [PyPi](https://pypi.org/project/agate) (📥 18M / month · 📦 54 · ⏱️ 29.01.2025):
pip install agate
- [Conda](https://anaconda.org/conda-forge/agate) (📥 320K · ⏱️ 22.04.2025):
conda install -c conda-forge agate
Pythran (🥈33 · ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3 - [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 74 · 🔀 200 · 📦 3.4K · 📋 890 - 14% open · ⏱️ 10.05.2025):
git clone https://github.com/serge-sans-paille/pythran
- [PyPi](https://pypi.org/project/pythran) (📥 310K / month · 📦 21 · ⏱️ 31.10.2024):
pip install pythran
- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge pythran
hdbscan (🥈32 · ⭐ 2.9K) - A high performance implementation of HDBSCAN clustering. BSD-3 - [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 96 · 🔀 500 · 📦 6.8K · 📋 530 - 67% open · ⏱️ 13.05.2025):
git clone https://github.com/scikit-learn-contrib/hdbscan
- [PyPi](https://pypi.org/project/hdbscan) (📥 740K / month · 📦 350 · ⏱️ 18.11.2024):
pip install hdbscan
- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.5M · ⏱️ 22.04.2025):
conda install -c conda-forge hdbscan
tensorly (🥈32 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2 - [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 74 · 🔀 290 · 📦 1K · 📋 280 - 23% open · ⏱️ 05.05.2025):
git clone https://github.com/tensorly/tensorly
- [PyPi](https://pypi.org/project/tensorly) (📥 76K / month · 📦 99 · ⏱️ 12.11.2024):
pip install tensorly
- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 380K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorly
pyjanitor (🥈32 · ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT - [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 940 · 📋 580 - 19% open · ⏱️ 14.05.2025):
git clone https://github.com/pyjanitor-devs/pyjanitor
- [PyPi](https://pypi.org/project/pyjanitor) (📥 90K / month · 📦 42 · ⏱️ 07.03.2025):
pip install pyjanitor
- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 260K · ⏱️ 22.04.2025):
conda install -c conda-forge pyjanitor
PaddleHub (🥈31 · ⭐ 13K · 💤) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 69 · 🔀 2.1K · 📥 840 · 📦 1.9K · 📋 1.3K - 44% open · ⏱️ 07.08.2024):
git clone https://github.com/PaddlePaddle/PaddleHub
- [PyPi](https://pypi.org/project/paddlehub) (📥 5.8K / month · 📦 7 · ⏱️ 20.09.2023):
pip install paddlehub
pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT - [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 98 · 🔀 240 · 📦 2.3K · 📋 360 - 21% open · ⏱️ 07.05.2025):
git clone https://github.com/inducer/pyopencl
- [PyPi](https://pypi.org/project/pyopencl) (📥 91K / month · 📦 180 · ⏱️ 22.01.2025):
pip install pyopencl
- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 1.8M · ⏱️ 22.04.2025):
conda install -c conda-forge pyopencl
datalad (🥈31 · ⭐ 580) - Keep code, data, containers under control with git and git-annex. MIT - [GitHub](https://github.com/datalad/datalad) (👨‍💻 57 · 🔀 110 · 📦 520 · 📋 4K - 13% open · ⏱️ 21.05.2025):
git clone https://github.com/datalad/datalad
- [PyPi](https://pypi.org/project/datalad) (📥 21K / month · 📦 100 · ⏱️ 21.05.2025):
pip install datalad
- [Conda](https://anaconda.org/conda-forge/datalad) (📥 870K · ⏱️ 22.04.2025):
conda install -c conda-forge datalad
River (🥈30 · ⭐ 5.3K) - Online machine learning in Python. BSD-3 - [GitHub](https://github.com/online-ml/river) (👨‍💻 130 · 🔀 570 · 📦 740 · 📋 620 - 19% open · ⏱️ 15.05.2025):
git clone https://github.com/online-ml/river
- [PyPi](https://pypi.org/project/river) (📥 62K / month · 📦 64 · ⏱️ 25.11.2024):
pip install river
- [Conda](https://anaconda.org/conda-forge/river) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge river
anomalib (🥈30 · ⭐ 4.3K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2 - [GitHub](https://github.com/open-edge-platform/anomalib) (👨‍💻 86 · 🔀 740 · 📥 26K · 📦 190 · 📋 1K - 15% open · ⏱️ 22.05.2025):
git clone https://github.com/openvinotoolkit/anomalib
- [PyPi](https://pypi.org/project/anomalib) (📥 59K / month · 📦 5 · ⏱️ 19.03.2025):
pip install anomalib
dstack (🥈30 · ⭐ 1.8K) - dstack is an open-source alternative to Kubernetes and Slurm, designed.. MPL-2.0 - [GitHub](https://github.com/dstackai/dstack) (👨‍💻 53 · 🔀 180 · 📦 18 · 📋 1.3K - 9% open · ⏱️ 22.05.2025):
git clone https://github.com/dstackai/dstack
- [PyPi](https://pypi.org/project/dstack) (📥 5.9K / month · ⏱️ 21.05.2025):
pip install dstack
causalml (🥈29 · ⭐ 5.4K) - Uplift modeling and causal inference with machine learning.. Apache-2 - [GitHub](https://github.com/uber/causalml) (👨‍💻 66 · 🔀 810 · 📦 290 · 📋 410 - 10% open · ⏱️ 19.05.2025):
git clone https://github.com/uber/causalml
- [PyPi](https://pypi.org/project/causalml) (📥 42K / month · 📦 10 · ⏱️ 15.05.2025):
pip install causalml
adapter-transformers (🥉28 · ⭐ 2.7K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface - [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 15 · 🔀 360 · 📦 230 · 📋 400 - 10% open · ⏱️ 20.05.2025):
git clone https://github.com/Adapter-Hub/adapter-transformers
- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.6K / month · 📦 12 · ⏱️ 07.07.2024):
pip install adapter-transformers
Prince (🥉28 · ⭐ 1.4K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT - [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 180 · 📦 740 · ⏱️ 09.03.2025):
git clone https://github.com/MaxHalford/prince
- [PyPi](https://pypi.org/project/prince) (📥 150K / month · 📦 20 · ⏱️ 09.03.2025):
pip install prince
- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 25K · ⏱️ 22.04.2025):
conda install -c conda-forge prince-factor-analysis
Trax (🥉27 · ⭐ 8.2K) - Trax Deep Learning with Clear Code and Speed. Apache-2 - [GitHub](https://github.com/google/trax) (👨‍💻 81 · 🔀 820 · 📦 220 · 📋 250 - 49% open · ⏱️ 10.04.2025):
git clone https://github.com/google/trax
- [PyPi](https://pypi.org/project/trax) (📥 2.2K / month · 📦 1 · ⏱️ 26.10.2021):
pip install trax
avalanche (🥉27 · ⭐ 1.9K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT - [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 84 · 🔀 300 · 📥 54 · 📦 140 · 📋 830 - 12% open · ⏱️ 11.03.2025):
git clone https://github.com/ContinualAI/avalanche
- [PyPi](https://pypi.org/project/avalanche-lib) (📥 1.9K / month · 📦 3 · ⏱️ 29.10.2024):
pip install avalanche-lib
TabPy (🥉27 · ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT - [GitHub](https://github.com/tableau/TabPy) (👨‍💻 51 · 🔀 600 · 📦 210 · 📋 320 - 6% open · ⏱️ 25.11.2024):
git clone https://github.com/tableau/TabPy
- [PyPi](https://pypi.org/project/tabpy) (📥 6.3K / month · 📦 2 · ⏱️ 25.11.2024):
pip install tabpy
- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 5.2K · ⏱️ 22.04.2025):
conda install -c anaconda tabpy-client
pycm (🥉27 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT - [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 18 · 🔀 130 · 📦 400 · 📋 210 - 8% open · ⏱️ 04.04.2025):
git clone https://github.com/sepandhaghighi/pycm
- [PyPi](https://pypi.org/project/pycm) (📥 40K / month · 📦 24 · ⏱️ 04.04.2025):
pip install pycm
metric-learn (🥉26 · ⭐ 1.4K · 💤) - Metric learning algorithms in Python. MIT - [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 23 · 🔀 230 · 📦 480 · 📋 180 - 30% open · ⏱️ 03.08.2024):
git clone https://github.com/scikit-learn-contrib/metric-learn
- [PyPi](https://pypi.org/project/metric-learn) (📥 5.3K / month · 📦 7 · ⏱️ 09.10.2023):
pip install metric-learn
- [Conda](https://anaconda.org/conda-forge/metric-learn) (📥 16K · ⏱️ 22.04.2025):
conda install -c conda-forge metric-learn
Feature Engine (🥉25 · ⭐ 2K · 💤) - Feature engineering package with sklearn like functionality. BSD-3 - [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 49 · 🔀 320 · ⏱️ 31.08.2024):
git clone https://github.com/solegalli/feature_engine
- [PyPi](https://pypi.org/project/feature_engine) (📥 270K / month · 📦 180 · ⏱️ 22.01.2025):
pip install feature_engine
- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 73K · ⏱️ 22.04.2025):
conda install -c conda-forge feature_engine
AugLy (🥉24 · ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT - [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 38 · 🔀 300 · 📦 180 · 📋 80 - 30% open · ⏱️ 28.02.2025):
git clone https://github.com/facebookresearch/AugLy
- [PyPi](https://pypi.org/project/augly) (📥 2.6K / month · 📦 4 · ⏱️ 05.12.2023):
pip install augly
BioPandas (🥉23 · ⭐ 730 · 💤) - Working with molecular structures in pandas DataFrames. BSD-3 - [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 18 · 🔀 120 · 📦 370 · 📋 60 - 36% open · ⏱️ 01.08.2024):
git clone https://github.com/rasbt/biopandas
- [PyPi](https://pypi.org/project/biopandas) (📥 10K / month · 📦 38 · ⏱️ 01.08.2024):
pip install biopandas
- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 180K · ⏱️ 22.04.2025):
conda install -c conda-forge biopandas
MONAILabel (🥉22 · ⭐ 710) - MONAI Label is an intelligent open source image labeling and.. Apache-2 - [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 66 · 🔀 220 · 📥 120K · 📋 550 - 25% open · ⏱️ 05.05.2025):
git clone https://github.com/Project-MONAI/MONAILabel
- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 1.2K / month · ⏱️ 01.10.2023):
pip install monailabel-weekly
pykale (🥉22 · ⭐ 460) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT - [GitHub](https://github.com/pykale/pykale) (👨‍💻 26 · 🔀 66 · 📦 6 · 📋 130 - 8% open · ⏱️ 18.05.2025):
git clone https://github.com/pykale/pykale
- [PyPi](https://pypi.org/project/pykale) (📥 240 / month · ⏱️ 12.04.2022):
pip install pykale
SUOD (🥉22 · ⭐ 390) - (MLSys 21) An Acceleration System for Large-scare Unsupervised Heterogeneous.. BSD-2 - [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 49 · 📦 550 · 📋 15 - 80% open · ⏱️ 24.03.2025):
git clone https://github.com/yzhao062/SUOD
- [PyPi](https://pypi.org/project/suod) (📥 14K / month · 📦 9 · ⏱️ 24.03.2025):
pip install suod
benchmark_VAE (🥉20 · ⭐ 1.9K · 💤) - Unifying Variational Autoencoder (VAE).. Apache-2 - [GitHub](https://github.com/clementchadebec/benchmark_VAE) (👨‍💻 18 · 🔀 170 · 📦 40 · 📋 71 - 36% open · ⏱️ 17.07.2024):
git clone https://github.com/clementchadebec/benchmark_VAE
- [PyPi](https://pypi.org/project/pythae) (📥 660 / month · ⏱️ 06.09.2023):
pip install pythae
pymdp (🥉20 · ⭐ 530) - A Python implementation of active inference for Markov Decision Processes. MIT - [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 19 · 🔀 100 · 📦 24 · 📋 56 - 48% open · ⏱️ 06.02.2025):
git clone https://github.com/infer-actively/pymdp
- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 10K / month · ⏱️ 08.12.2022):
pip install inferactively-pymdp
NeuralCompression (🥉15 · ⭐ 550 · 💤) - A collection of tools for neural compression enthusiasts. MIT - [GitHub](https://github.com/facebookresearch/NeuralCompression) (👨‍💻 10 · 🔀 45 · 📋 73 - 9% open · ⏱️ 20.09.2024):
git clone https://github.com/facebookresearch/NeuralCompression
- [PyPi](https://pypi.org/project/neuralcompression) (📥 160 / month · ⏱️ 03.10.2023):
pip install neuralcompression
Show 28 hidden projects... - Cython BLIS (🥈31 · ⭐ 230) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 - cleanlab (🥈30 · ⭐ 11K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0 - pysc2 (🥈29 · ⭐ 8.1K · 💀) - StarCraft II Learning Environment. Apache-2 - minisom (🥈29 · ⭐ 1.5K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 - kmodes (🥈29 · ⭐ 1.3K · 💀) - Python implementations of the k-modes and k-prototypes clustering.. MIT - pyclustering (🥈29 · ⭐ 1.2K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3 - alibi-detect (🥉28 · ⭐ 2.4K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel - modAL (🥉28 · ⭐ 2.3K · 💀) - A modular active learning framework for Python. MIT - gplearn (🥉27 · ⭐ 1.7K · 💀) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 - PySwarms (🥉27 · ⭐ 1.3K · 💀) - A research toolkit for particle swarm optimization in Python. MIT - metricflow (🥉27 · ⭐ 1.2K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed - findspark (🥉25 · ⭐ 520 · 💀) - Find pyspark to make it importable. BSD-3 - pandas-ai (🥉24 · ⭐ 20K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed - Mars (🥉24 · ⭐ 2.7K · 💀) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 - AstroML (🥉23 · ⭐ 1.1K · 💀) - Machine learning, statistics, and data mining for astronomy.. BSD-2 - opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT - mlens (🥉22 · ⭐ 860 · 💀) - ML-Ensemble high performance ensemble learning. MIT - vecstack (🥉22 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). MIT - apricot (🥉22 · ⭐ 510 · 💀) - apricot implements submodular optimization for the purpose of.. MIT - impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT - StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2 - rrcf (🥉20 · ⭐ 510 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT - scikit-rebate (🥉20 · ⭐ 420 · 💀) - A scikit-learn-compatible Python implementation of.. MIT - baikal (🥉19 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3 - pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 - KD-Lib (🥉15 · ⭐ 630 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT - traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT - nylon (🥉13 · ⭐ 83 · 💀) - An intelligent, flexible grammar of machine learning. MIT

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Source

Best-of Machine Learning with Python

Best-of Machine Learning with Python

🏆  A ranked list of awesome machine learning Python libraries. Updated weekly.

This curated list contains 920 awesome open-source projects with a total of 5.1M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Tensorflow related project
  •   Sklearn related project
  •   PyTorch related project
  •   MxNet related project
  •   Apache Spark related project
  •   Jupyter related project
  •   PaddlePaddle related project
  •   Pandas related project
  •   Jax related project


Machine Learning Frameworks

Back to top

General-purpose machine learning and deep learning frameworks.

Tensorflow (🥇56 · ⭐ 200K) - An Open Source Machine Learning Framework for Everyone. Apache-2 - [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 5K · 🔀 75K · 📦 540K · 📋 42K - 4% open · ⏱️ 30.10.2025):
git clone https://github.com/tensorflow/tensorflow
- [PyPi](https://pypi.org/project/tensorflow) (📥 26M / month · 📦 9.6K · ⏱️ 13.08.2025):
pip install tensorflow
- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 6M · ⏱️ 27.10.2025):
conda install -c conda-forge tensorflow
- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 81M · ⭐ 2.8K · ⏱️ 30.10.2025):
docker pull tensorflow/tensorflow
PyTorch (🥇56 · ⭐ 94K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 - [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 6K · 🔀 26K · 📥 110K · 📦 830K · 📋 56K - 30% open · ⏱️ 30.10.2025):
git clone https://github.com/pytorch/pytorch
- [PyPi](https://pypi.org/project/torch) (📥 70M / month · 📦 30K · ⏱️ 15.10.2025):
pip install torch
- [Conda](https://anaconda.org/pytorch/pytorch) (📥 29M · ⏱️ 25.03.2025):
conda install -c pytorch pytorch
scikit-learn (🥇53 · ⭐ 64K) - scikit-learn: machine learning in Python. BSD-3 - [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.4K · 🔀 26K · 📥 1.1K · 📦 1.3M · 📋 12K - 17% open · ⏱️ 30.10.2025):
git clone https://github.com/scikit-learn/scikit-learn
- [PyPi](https://pypi.org/project/scikit-learn) (📥 140M / month · 📦 35K · ⏱️ 09.09.2025):
pip install scikit-learn
- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 40M · ⏱️ 09.09.2025):
conda install -c conda-forge scikit-learn
Keras (🥇50 · ⭐ 64K) - Deep Learning for humans. Apache-2 - [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.4K · 🔀 20K · 📦 300K · 📋 13K - 2% open · ⏱️ 30.10.2025):
git clone https://github.com/keras-team/keras
- [PyPi](https://pypi.org/project/keras) (📥 19M / month · 📦 2K · ⏱️ 27.10.2025):
pip install keras
- [Conda](https://anaconda.org/conda-forge/keras) (📥 4.5M · ⏱️ 28.10.2025):
conda install -c conda-forge keras
XGBoost (🥇46 · ⭐ 28K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 - [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 670 · 🔀 8.8K · 📥 20K · 📦 170K · 📋 5.6K - 8% open · ⏱️ 30.10.2025):
git clone https://github.com/dmlc/xgboost
- [PyPi](https://pypi.org/project/xgboost) (📥 31M / month · 📦 2.9K · ⏱️ 21.10.2025):
pip install xgboost
- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 6.6M · ⏱️ 16.09.2025):
conda install -c conda-forge xgboost
PaddlePaddle (🥇46 · ⭐ 23K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.5K · 🔀 5.9K · 📥 15K · 📦 8.8K · 📋 20K - 8% open · ⏱️ 30.10.2025):
git clone https://github.com/PaddlePaddle/Paddle
- [PyPi](https://pypi.org/project/paddlepaddle) (📥 1.6M / month · 📦 280 · ⏱️ 30.10.2025):
pip install paddlepaddle
jax (🥇45 · ⭐ 34K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 - [GitHub](https://github.com/jax-ml/jax) (👨‍💻 980 · 🔀 3.2K · 📦 47K · 📋 6.6K - 24% open · ⏱️ 30.10.2025):
git clone https://github.com/google/jax
- [PyPi](https://pypi.org/project/jax) (📥 12M / month · 📦 3.1K · ⏱️ 15.10.2025):
pip install jax
- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 3.2M · ⏱️ 06.10.2025):
conda install -c conda-forge jaxlib
pytorch-lightning (🥇45 · ⭐ 30K) - Pretrain, finetune ANY AI model of ANY size on 1 or.. Apache-2 - [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 1K · 🔀 3.6K · 📥 15K · 📦 48K · 📋 7.4K - 11% open · ⏱️ 29.10.2025):
git clone https://github.com/Lightning-AI/lightning
- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 9.8M / month · 📦 1.8K · ⏱️ 05.09.2025):
pip install pytorch-lightning
- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.7M · ⏱️ 05.09.2025):
conda install -c conda-forge pytorch-lightning
StatsModels (🥇45 · ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 - [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 470 · 🔀 3.3K · 📥 36 · 📦 180K · 📋 5.8K - 50% open · ⏱️ 22.10.2025):
git clone https://github.com/statsmodels/statsmodels
- [PyPi](https://pypi.org/project/statsmodels) (📥 24M / month · 📦 5.6K · ⏱️ 07.07.2025):
pip install statsmodels
- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 22M · ⏱️ 01.10.2025):
conda install -c conda-forge statsmodels
PySpark (🥈44 · ⭐ 42K) - Apache Spark Python API. Apache-2 - [GitHub](https://github.com/apache/spark) (👨‍💻 3.3K · 🔀 29K · ⏱️ 30.10.2025):
git clone https://github.com/apache/spark
- [PyPi](https://pypi.org/project/pyspark) (📥 47M / month · 📦 2.1K · ⏱️ 30.10.2025):
pip install pyspark
- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 4.2M · ⏱️ 08.09.2025):
conda install -c conda-forge pyspark
LightGBM (🥈42 · ⭐ 18K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT - [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 330 · 🔀 3.9K · 📥 310K · 📦 56K · 📋 3.6K - 12% open · ⏱️ 28.10.2025):
git clone https://github.com/microsoft/LightGBM
- [PyPi](https://pypi.org/project/lightgbm) (📥 11M / month · 📦 1.6K · ⏱️ 15.02.2025):
pip install lightgbm
- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 4.1M · ⏱️ 20.10.2025):
conda install -c conda-forge lightgbm
Catboost (🥈42 · ⭐ 8.6K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 - [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.4K · 🔀 1.2K · 📥 460K · 📦 19 · 📋 2.5K - 25% open · ⏱️ 30.10.2025):
git clone https://github.com/catboost/catboost
- [PyPi](https://pypi.org/project/catboost) (📥 5.1M / month · 📦 650 · ⏱️ 13.04.2025):
pip install catboost
- [Conda](https://anaconda.org/conda-forge/catboost) (📥 2.2M · ⏱️ 09.08.2025):
conda install -c conda-forge catboost
Fastai (🥈41 · ⭐ 28K) - The fastai deep learning library. Apache-2 - [GitHub](https://github.com/fastai/fastai) (👨‍💻 680 · 🔀 7.6K · 📦 23K · 📋 1.9K - 14% open · ⏱️ 26.10.2025):
git clone https://github.com/fastai/fastai
- [PyPi](https://pypi.org/project/fastai) (📥 640K / month · 📦 340 · ⏱️ 26.10.2025):
pip install fastai
PyFlink (🥈39 · ⭐ 25K) - Apache Flink Python API. Apache-2 - [GitHub](https://github.com/apache/flink) (👨‍💻 2.1K · 🔀 14K · 📦 21 · ⏱️ 30.10.2025):
git clone https://github.com/apache/flink
- [PyPi](https://pypi.org/project/apache-flink) (📥 450K / month · 📦 38 · ⏱️ 28.10.2025):
pip install apache-flink
Flax (🥈38 · ⭐ 6.9K) - Flax is a neural network library for JAX that is designed for.. Apache-2 - [GitHub](https://github.com/google/flax) (👨‍💻 280 · 🔀 740 · 📥 61 · 📦 15K · 📋 1.3K - 33% open · ⏱️ 27.10.2025):
git clone https://github.com/google/flax
- [PyPi](https://pypi.org/project/flax) (📥 2M / month · 📦 740 · ⏱️ 25.09.2025):
pip install flax
- [Conda](https://anaconda.org/conda-forge/flax) (📥 130K · ⏱️ 27.10.2025):
conda install -c conda-forge flax
Ignite (🥈36 · ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 - [GitHub](https://github.com/pytorch/ignite) (👨‍💻 1K · 🔀 660 · 📦 3.9K · 📋 1.4K - 10% open · ⏱️ 16.10.2025):
git clone https://github.com/pytorch/ignite
- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 170K / month · 📦 120 · ⏱️ 30.10.2025):
pip install pytorch-ignite
- [Conda](https://anaconda.org/pytorch/ignite) (📥 250K · ⏱️ 16.10.2025):
conda install -c pytorch ignite
einops (🥈35 · ⭐ 9.2K) - Flexible and powerful tensor operations for readable and reliable code.. MIT - [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 34 · 🔀 380 · 📦 82K · 📋 200 - 17% open · ⏱️ 12.08.2025):
git clone https://github.com/arogozhnikov/einops
- [PyPi](https://pypi.org/project/einops) (📥 15M / month · 📦 2.6K · ⏱️ 09.02.2025):
pip install einops
- [Conda](https://anaconda.org/conda-forge/einops) (📥 470K · ⏱️ 22.04.2025):
conda install -c conda-forge einops
ivy (🥈34 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2 - [GitHub](https://github.com/ivy-llc/ivy) (👨‍💻 1.5K · 🔀 5.6K · 📋 17K - 5% open · ⏱️ 10.10.2025):
git clone https://github.com/unifyai/ivy
- [PyPi](https://pypi.org/project/ivy) (📥 33K / month · 📦 16 · ⏱️ 16.06.2025):
pip install ivy
Jina (🥈33 · ⭐ 22K · 💤) - Build multimodal AI applications with cloud-native stack. Apache-2 - [GitHub](https://github.com/jina-ai/serve) (👨‍💻 180 · 🔀 2.2K · ⏱️ 24.03.2025):
git clone https://github.com/jina-ai/jina
- [PyPi](https://pypi.org/project/jina) (📥 120K / month · 📦 29 · ⏱️ 24.03.2025):
pip install jina
- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge jina-core
- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 9 · ⏱️ 24.03.2025):
docker pull jinaai/jina
mlpack (🥈33 · ⭐ 5.5K) - mlpack: a fast, header-only C++ machine learning library. BSD-3 - [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 340 · 🔀 1.7K · 📋 1.7K - 1% open · ⏱️ 27.10.2025):
git clone https://github.com/mlpack/mlpack
- [PyPi](https://pypi.org/project/mlpack) (📥 4.7K / month · 📦 6 · ⏱️ 22.05.2025):
pip install mlpack
- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 410K · ⏱️ 22.04.2025):
conda install -c conda-forge mlpack
Thinc (🥈33 · ⭐ 2.9K · 💤) - A refreshing functional take on deep learning, compatible with your.. MIT - [GitHub](https://github.com/explosion/thinc) (👨‍💻 67 · 🔀 280 · 📥 2K · 📦 70K · 📋 160 - 14% open · ⏱️ 07.03.2025):
git clone https://github.com/explosion/thinc
- [PyPi](https://pypi.org/project/thinc) (📥 17M / month · 📦 160 · ⏱️ 04.04.2025):
pip install thinc
- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.9M · ⏱️ 06.07.2025):
conda install -c conda-forge thinc
Ludwig (🥉32 · ⭐ 12K · 💤) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 - [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.2K · 📦 340 · 📋 1.1K - 4% open · ⏱️ 17.10.2024):
git clone https://github.com/ludwig-ai/ludwig
- [PyPi](https://pypi.org/project/ludwig) (📥 3.8K / month · 📦 6 · ⏱️ 30.07.2024):
pip install ludwig
skorch (🥉32 · ⭐ 6.1K) - A scikit-learn compatible neural network library that wraps.. BSD-3 - [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 68 · 🔀 400 · 📦 1.7K · 📋 540 - 12% open · ⏱️ 23.10.2025):
git clone https://github.com/skorch-dev/skorch
- [PyPi](https://pypi.org/project/skorch) (📥 150K / month · 📦 110 · ⏱️ 08.08.2025):
pip install skorch
- [Conda](https://anaconda.org/conda-forge/skorch) (📥 810K · ⏱️ 08.08.2025):
conda install -c conda-forge skorch
Sonnet (🥉31 · ⭐ 9.9K) - TensorFlow-based neural network library. Apache-2 - [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 61 · 🔀 1.3K · 📦 1.5K · 📋 190 - 16% open · ⏱️ 04.08.2025):
git clone https://github.com/deepmind/sonnet
- [PyPi](https://pypi.org/project/dm-sonnet) (📥 35K / month · 📦 19 · ⏱️ 02.01.2024):
pip install dm-sonnet
- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 47K · ⏱️ 22.04.2025):
conda install -c conda-forge sonnet
Haiku (🥉31 · ⭐ 3.1K · 📉) - JAX-based neural network library. Apache-2 - [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 90 · 🔀 260 · 📦 2.6K · 📋 250 - 29% open · ⏱️ 29.09.2025):
git clone https://github.com/deepmind/dm-haiku
- [PyPi](https://pypi.org/project/dm-haiku) (📥 260K / month · 📦 200 · ⏱️ 18.09.2025):
pip install dm-haiku
- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 44K · ⏱️ 19.09.2025):
conda install -c conda-forge dm-haiku
tensorflow-upstream (🥉31 · ⭐ 700) - TensorFlow ROCm port. Apache-2 - [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 5K · 🔀 100 · 📥 31 · 📋 400 - 3% open · ⏱️ 29.10.2025):
git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 1.7K / month · 📦 9 · ⏱️ 10.01.2024):
pip install tensorflow-rocm
Geomstats (🥉30 · ⭐ 1.4K) - Computations and statistics on manifolds with geometric structures. MIT - [GitHub](https://github.com/geomstats/geomstats) (👨‍💻 97 · 🔀 260 · 📦 150 · 📋 570 - 36% open · ⏱️ 06.10.2025):
git clone https://github.com/geomstats/geomstats
- [PyPi](https://pypi.org/project/geomstats) (📥 15K / month · 📦 12 · ⏱️ 09.09.2024):
pip install geomstats
- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 8.2K · ⏱️ 22.04.2025):
conda install -c conda-forge geomstats
pyRiemann (🥉28 · ⭐ 700) - Machine learning for multivariate data through the Riemannian.. BSD-3 - [GitHub](https://github.com/pyRiemann/pyRiemann) (👨‍💻 38 · 🔀 170 · 📦 480 · 📋 110 - 2% open · ⏱️ 29.10.2025):
git clone https://github.com/pyRiemann/pyRiemann
- [PyPi](https://pypi.org/project/pyriemann) (📥 75K / month · 📦 31 · ⏱️ 23.07.2025):
pip install pyriemann
- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 16K · ⏱️ 23.07.2025):
conda install -c conda-forge pyriemann
NuPIC (🥉27 · ⭐ 6.4K · 💤) - Numenta Platform for Intelligent Computing is an implementation of.. MIT - [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.5K · 📥 26 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024):
git clone https://github.com/numenta/nupic
- [PyPi](https://pypi.org/project/nupic) (📥 510 / month · ⏱️ 01.09.2016):
pip install nupic
Determined (🥉26 · ⭐ 3.2K · 💤) - Determined is an open-source machine learning.. Apache-2 - [GitHub](https://github.com/determined-ai/determined) (👨‍💻 120 · 🔀 360 · 📥 7.8K · 📋 450 - 22% open · ⏱️ 20.03.2025):
git clone https://github.com/determined-ai/determined
- [PyPi](https://pypi.org/project/determined) (📥 33K / month · 📦 4 · ⏱️ 19.03.2025):
pip install determined
Neural Network Libraries (🥉26 · ⭐ 2.8K) - Neural Network Libraries. Apache-2 - [GitHub](https://github.com/sony/nnabla) (👨‍💻 76 · 🔀 340 · 📥 1K · 📋 95 - 36% open · ⏱️ 29.08.2025):
git clone https://github.com/sony/nnabla
- [PyPi](https://pypi.org/project/nnabla) (📥 1.6K / month · 📦 44 · ⏱️ 29.05.2024):
pip install nnabla
deepinv (🥉26 · ⭐ 540) - DeepInverse: a PyTorch library for solving imaging inverse problems.. BSD-3 - [GitHub](https://github.com/deepinv/deepinv) (👨‍💻 53 · 🔀 120 · 📥 24 · 📦 23 · 📋 350 - 33% open · ⏱️ 29.10.2025):
git clone https://github.com/deepinv/deepinv
- [PyPi](https://pypi.org/project/deepinv) (📥 2.4K / month · ⏱️ 08.10.2025):
pip install deepinv
Towhee (🥉23 · ⭐ 3.4K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2 - [GitHub](https://github.com/towhee-io/towhee) (👨‍💻 38 · 🔀 260 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024):
git clone https://github.com/towhee-io/towhee
- [PyPi](https://pypi.org/project/towhee) (📥 1.3K / month · ⏱️ 04.12.2023):
pip install towhee
fklearn (🥉22 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 - [GitHub](https://github.com/nubank/fklearn) (👨‍💻 56 · 🔀 170 · 📦 16 · 📋 64 - 60% open · ⏱️ 23.04.2025):
git clone https://github.com/nubank/fklearn
- [PyPi](https://pypi.org/project/fklearn) (📥 750 / month · ⏱️ 26.02.2025):
pip install fklearn
Runhouse (🥉21 · ⭐ 1.1K) - Distribute and run AI workloads magically in Python, like PyTorch.. Apache-2 - [GitHub](https://github.com/run-house/kubetorch) (👨‍💻 16 · 🔀 41 · 📥 79 · ⏱️ 29.10.2025):
git clone https://github.com/run-house/runhouse
- [PyPi](https://pypi.org/project/runhouse) (📥 4.5K / month · 📦 1 · ⏱️ 10.03.2025):
pip install runhouse
NeoML (🥉19 · ⭐ 790) - Machine learning framework for both deep learning and traditional.. Apache-2 - [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 41 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 28.10.2025):
git clone https://github.com/neoml-lib/neoml
- [PyPi](https://pypi.org/project/neoml) (📥 190 / month · ⏱️ 26.12.2023):
pip install neoml
chefboost (🥉19 · ⭐ 480) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT - [GitHub](https://github.com/serengil/chefboost) (👨‍💻 7 · 🔀 100 · 📦 72 · ⏱️ 09.07.2025):
git clone https://github.com/serengil/chefboost
- [PyPi](https://pypi.org/project/chefboost) (📥 770 / month · ⏱️ 30.10.2024):
pip install chefboost
ThunderGBM (🥉18 · ⭐ 710 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 - [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨‍💻 12 · 🔀 88 · 📦 4 · 📋 81 - 48% open · ⏱️ 19.03.2025):
git clone https://github.com/Xtra-Computing/thundergbm
- [PyPi](https://pypi.org/project/thundergbm) (📥 220 / month · ⏱️ 19.09.2022):
pip install thundergbm
Show 26 hidden projects... - dlib (🥈40 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 - MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 - Theano (🥈37 · ⭐ 10K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3 - MindsDB (🥈33 · ⭐ 37K) - Federated query engine for AI - The only MCP Server youll ever need. ❗️ICU - Vowpal Wabbit (🥈33 · ⭐ 8.6K · 💀) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 - Chainer (🥈33 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT - Turi Create (🥉32 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 - tensorpack (🥉32 · ⭐ 6.3K · 💀) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 - TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT - dyNET (🥉31 · ⭐ 3.4K · 💀) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 - CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT - Lasagne (🥉28 · ⭐ 3.9K · 💀) - Lightweight library to build and train neural networks in Theano. MIT - SHOGUN (🥉26 · ⭐ 3.1K · 💀) - Unified and efficient Machine Learning. BSD-3 - ktrain (🥉26 · ⭐ 1.3K · 💀) - ktrain is a Python library that makes deep learning and AI.. Apache-2 - NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT - xLearn (🥉24 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 - EvaDB (🥉24 · ⭐ 2.7K · 💀) - Database system for AI-powered apps. Apache-2 - neon (🥉22 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 - ThunderSVM (🥉22 · ⭐ 1.6K · 💀) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 - Torchbearer (🥉22 · ⭐ 640 · 💀) - torchbearer: A model fitting library for PyTorch. MIT - mace (🥉21 · ⭐ 5K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 - Neural Tangents (🥉21 · ⭐ 2.4K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2 - Objax (🥉20 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 - elegy (🥉19 · ⭐ 480 · 💀) - A High Level API for Deep Learning in JAX. MIT - StarSpace (🥉16 · ⭐ 4K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT - nanodl (🥉14 · ⭐ 300 · 💀) - A Jax-based library for building transformers, includes.. MIT


Data Visualization

Back to top

General-purpose and task-specific data visualization libraries.

Matplotlib (🥇49 · ⭐ 22K) - matplotlib: plotting with Python. ❗Unlicensed - [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.9K · 🔀 8.1K · 📦 1.9M · 📋 11K - 14% open · ⏱️ 30.10.2025):
git clone https://github.com/matplotlib/matplotlib
- [PyPi](https://pypi.org/project/matplotlib) (📥 120M / month · 📦 68K · ⏱️ 09.10.2025):
pip install matplotlib
- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 33M · ⏱️ 15.10.2025):
conda install -c conda-forge matplotlib
Plotly (🥇47 · ⭐ 18K) - The interactive graphing library for Python. MIT - [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 300 · 🔀 2.7K · 📥 550 · 📦 460K · 📋 3.3K - 21% open · ⏱️ 28.10.2025):
git clone https://github.com/plotly/plotly.py
- [PyPi](https://pypi.org/project/plotly) (📥 37M / month · 📦 9.7K · ⏱️ 02.10.2025):
pip install plotly
- [Conda](https://anaconda.org/conda-forge/plotly) (📥 12M · ⏱️ 03.10.2025):
conda install -c conda-forge plotly
- [npm](https://www.npmjs.com/package/plotlywidget) (📥 2.8K / month · 📦 9 · ⏱️ 12.01.2021):
npm install plotlywidget
dash (🥇45 · ⭐ 24K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT - [GitHub](https://github.com/plotly/dash) (👨‍💻 190 · 🔀 2.2K · 📥 120 · 📦 89K · 📋 2.1K - 27% open · ⏱️ 21.10.2025):
git clone https://github.com/plotly/dash
- [PyPi](https://pypi.org/project/dash) (📥 5.5M / month · 📦 1.9K · ⏱️ 22.10.2025):
pip install dash
- [Conda](https://anaconda.org/conda-forge/dash) (📥 2.1M · ⏱️ 11.08.2025):
conda install -c conda-forge dash
Bokeh (🥇45 · ⭐ 20K) - Interactive Data Visualization in the browser, from Python. BSD-3 - [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 720 · 🔀 4.2K · 📦 100K · 📋 8.1K - 10% open · ⏱️ 28.10.2025):
git clone https://github.com/bokeh/bokeh
- [PyPi](https://pypi.org/project/bokeh) (📥 5M / month · 📦 2.2K · ⏱️ 13.10.2025):
pip install bokeh
- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 18M · ⏱️ 30.08.2025):
conda install -c conda-forge bokeh
Seaborn (🥇42 · ⭐ 14K) - Statistical data visualization in Python. BSD-3 - [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 220 · 🔀 2K · 📥 510 · 📦 700K · 📋 2.6K - 6% open · ⏱️ 10.07.2025):
git clone https://github.com/mwaskom/seaborn
- [PyPi](https://pypi.org/project/seaborn) (📥 31M / month · 📦 11K · ⏱️ 25.01.2024):
pip install seaborn
- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 15M · ⏱️ 22.04.2025):
conda install -c conda-forge seaborn
Altair (🥇41 · ⭐ 10K) - Declarative visualization library for Python. BSD-3 - [GitHub](https://github.com/vega/altair) (👨‍💻 180 · 🔀 800 · 📥 280 · 📦 240K · 📋 2.1K - 6% open · ⏱️ 27.10.2025):
git clone https://github.com/altair-viz/altair
- [PyPi](https://pypi.org/project/altair) (📥 37M / month · 📦 920 · ⏱️ 23.11.2024):
pip install altair
- [Conda](https://anaconda.org/conda-forge/altair) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge altair
FiftyOne (🥈39 · ⭐ 10K) - Visualize, create, and debug image and video datasets.. Apache-2 - [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 160 · 🔀 680 · 📦 1K · 📋 1.8K - 35% open · ⏱️ 29.10.2025):
git clone https://github.com/voxel51/fiftyone
- [PyPi](https://pypi.org/project/fiftyone) (📥 170K / month · 📦 36 · ⏱️ 20.10.2025):
pip install fiftyone
Graphviz (🥈39 · ⭐ 1.8K) - Simple Python interface for Graphviz. MIT - [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 24 · 🔀 220 · 📦 95K · 📋 190 - 6% open · ⏱️ 26.10.2025):
git clone https://github.com/xflr6/graphviz
- [PyPi](https://pypi.org/project/graphviz) (📥 26M / month · 📦 3.2K · ⏱️ 15.06.2025):
pip install graphviz
- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 59K · ⏱️ 22.04.2025):
conda install -c anaconda python-graphviz
PyVista (🥈38 · ⭐ 3.3K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT - [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 190 · 🔀 590 · 📥 960 · 📦 5.2K · 📋 2K - 35% open · ⏱️ 28.10.2025):
git clone https://github.com/pyvista/pyvista
- [PyPi](https://pypi.org/project/pyvista) (📥 1M / month · 📦 820 · ⏱️ 26.08.2025):
pip install pyvista
- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 810K · ⏱️ 10.10.2025):
conda install -c conda-forge pyvista
HoloViews (🥈38 · ⭐ 2.8K) - With Holoviews, your data visualizes itself. BSD-3 - [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 150 · 🔀 410 · 📦 17K · 📋 3.4K - 31% open · ⏱️ 29.10.2025):
git clone https://github.com/holoviz/holoviews
- [PyPi](https://pypi.org/project/holoviews) (📥 820K / month · 📦 490 · ⏱️ 29.10.2025):
pip install holoviews
- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2.4M · ⏱️ 25.06.2025):
conda install -c conda-forge holoviews
- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 380 / month · 📦 7 · ⏱️ 20.06.2025):
npm install @pyviz/jupyterlab_pyviz
pyecharts (🥈37 · ⭐ 16K) - Python Echarts Plotting Library. MIT - [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 45 · 🔀 2.9K · 📥 75 · 📦 5.5K · 📋 1.9K - 0% open · ⏱️ 10.10.2025):
git clone https://github.com/pyecharts/pyecharts
- [PyPi](https://pypi.org/project/pyecharts) (📥 530K / month · 📦 280 · ⏱️ 10.10.2025):
pip install pyecharts
PyQtGraph (🥈37 · ⭐ 4.2K) - Fast data visualization and GUI tools for scientific / engineering.. MIT - [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 300 · 🔀 1.1K · 📦 13K · 📋 1.4K - 31% open · ⏱️ 02.10.2025):
git clone https://github.com/pyqtgraph/pyqtgraph
- [PyPi](https://pypi.org/project/pyqtgraph) (📥 560K / month · 📦 1K · ⏱️ 29.04.2024):
pip install pyqtgraph
- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 880K · ⏱️ 22.04.2025):
conda install -c conda-forge pyqtgraph
pandas-profiling (🥈35 · ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT - [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 140 · 🔀 1.7K · 📥 490 · 📦 6.9K · 📋 850 - 30% open · ⏱️ 19.09.2025):
git clone https://github.com/ydataai/pandas-profiling
- [PyPi](https://pypi.org/project/pandas-profiling) (📥 330K / month · 📦 180 · ⏱️ 03.02.2023):
pip install pandas-profiling
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 590K · ⏱️ 22.04.2025):
conda install -c conda-forge pandas-profiling
plotnine (🥈35 · ⭐ 4.4K) - A Grammar of Graphics for Python. MIT - [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 240 · 📦 13K · 📋 750 - 10% open · ⏱️ 16.10.2025):
git clone https://github.com/has2k1/plotnine
- [PyPi](https://pypi.org/project/plotnine) (📥 2.2M / month · 📦 400 · ⏱️ 15.07.2025):
pip install plotnine
- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 560K · ⏱️ 15.07.2025):
conda install -c conda-forge plotnine
cartopy (🥈35 · ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3 - [GitHub](https://github.com/SciTools/cartopy) (👨‍💻 140 · 🔀 390 · 📦 8.1K · 📋 1.3K - 23% open · ⏱️ 30.10.2025):
git clone https://github.com/SciTools/cartopy
- [PyPi](https://pypi.org/project/cartopy) (📥 810K / month · 📦 970 · ⏱️ 01.08.2025):
pip install cartopy
- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 5.6M · ⏱️ 27.10.2025):
conda install -c conda-forge cartopy
VisPy (🥈34 · ⭐ 3.5K · 📉) - High-performance interactive 2D/3D data visualization library. BSD-3 - [GitHub](https://github.com/vispy/vispy) (👨‍💻 210 · 🔀 620 · 📦 2.1K · 📋 1.5K - 25% open · ⏱️ 13.10.2025):
git clone https://github.com/vispy/vispy
- [PyPi](https://pypi.org/project/vispy) (📥 190K / month · 📦 200 · ⏱️ 19.05.2025):
pip install vispy
- [Conda](https://anaconda.org/conda-forge/vispy) (📥 980K · ⏱️ 30.08.2025):
conda install -c conda-forge vispy
- [npm](https://www.npmjs.com/package/vispy) (📥 12 / month · 📦 3 · ⏱️ 15.03.2020):
npm install vispy
datashader (🥈34 · ⭐ 3.5K) - Quickly and accurately render even the largest data. BSD-3 - [GitHub](https://github.com/holoviz/datashader) (👨‍💻 63 · 🔀 380 · 📦 6.3K · 📋 620 - 24% open · ⏱️ 09.10.2025):
git clone https://github.com/holoviz/datashader
- [PyPi](https://pypi.org/project/datashader) (📥 280K / month · 📦 250 · ⏱️ 05.08.2025):
pip install datashader
- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.6M · ⏱️ 05.08.2025):
conda install -c conda-forge datashader
lets-plot (🥈34 · ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT - [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 21 · 🔀 54 · 📥 3.4K · 📦 190 · 📋 740 - 21% open · ⏱️ 30.10.2025):
git clone https://github.com/JetBrains/lets-plot
- [PyPi](https://pypi.org/project/lets-plot) (📥 120K / month · 📦 16 · ⏱️ 12.09.2025):
pip install lets-plot
wordcloud (🥈33 · ⭐ 10K) - A little word cloud generator in Python. MIT - [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 75 · 🔀 2.3K · 📦 21 · 📋 560 - 24% open · ⏱️ 31.08.2025):
git clone https://github.com/amueller/word_cloud
- [PyPi](https://pypi.org/project/wordcloud) (📥 2M / month · 📦 550 · ⏱️ 10.11.2024):
pip install wordcloud
- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 790K · ⏱️ 03.09.2025):
conda install -c conda-forge wordcloud
Perspective (🥈33 · ⭐ 9.5K) - A data visualization and analytics component, especially.. Apache-2 - [GitHub](https://github.com/perspective-dev/perspective) (👨‍💻 100 · 🔀 1.2K · 📥 12K · 📦 190 · 📋 890 - 12% open · ⏱️ 29.10.2025):
git clone https://github.com/finos/perspective
- [PyPi](https://pypi.org/project/perspective-python) (📥 17K / month · 📦 31 · ⏱️ 28.10.2025):
pip install perspective-python
- [Conda](https://anaconda.org/conda-forge/perspective) (📥 2.4M · ⏱️ 28.10.2025):
conda install -c conda-forge perspective
- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 600 / month · 📦 6 · ⏱️ 03.09.2025):
npm install @finos/perspective-jupyterlab
UMAP (🥈33 · ⭐ 8K) - Uniform Manifold Approximation and Projection. BSD-3 - [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 140 · 🔀 850 · 📦 1 · 📋 860 - 59% open · ⏱️ 26.10.2025):
git clone https://github.com/lmcinnes/umap
- [PyPi](https://pypi.org/project/umap-learn) (📥 2.7M / month · 📦 1.3K · ⏱️ 03.07.2025):
pip install umap-learn
- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 3.2M · ⏱️ 03.07.2025):
conda install -c conda-forge umap-learn
hvPlot (🥈32 · ⭐ 1.3K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 - [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 52 · 🔀 110 · 📦 7.3K · 📋 940 - 41% open · ⏱️ 24.10.2025):
git clone https://github.com/holoviz/hvplot
- [PyPi](https://pypi.org/project/hvplot) (📥 310K / month · 📦 270 · ⏱️ 29.08.2025):
pip install hvplot
- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 860K · ⏱️ 04.09.2025):
conda install -c conda-forge hvplot
mpld3 (🥉31 · ⭐ 2.4K · 📉) - An interactive data visualization tool which brings matplotlib.. BSD-3 - [GitHub](https://github.com/mpld3/mpld3) (👨‍💻 54 · 🔀 360 · 📦 7.6K · 📋 370 - 59% open · ⏱️ 27.07.2025):
git clone https://github.com/mpld3/mpld3
- [PyPi](https://pypi.org/project/mpld3) (📥 440K / month · 📦 160 · ⏱️ 27.07.2025):
pip install mpld3
- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 280K · ⏱️ 28.07.2025):
conda install -c conda-forge mpld3
- [npm](https://www.npmjs.com/package/mpld3) (📥 900 / month · 📦 11 · ⏱️ 27.07.2025):
npm install mpld3
bqplot (🥉30 · ⭐ 3.7K) - Plotting library for IPython/Jupyter notebooks. Apache-2 - [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 66 · 🔀 480 · 📦 62 · 📋 650 - 42% open · ⏱️ 25.08.2025):
git clone https://github.com/bqplot/bqplot
- [PyPi](https://pypi.org/project/bqplot) (📥 230K / month · 📦 110 · ⏱️ 21.05.2025):
pip install bqplot
- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.9M · ⏱️ 02.09.2025):
conda install -c conda-forge bqplot
- [npm](https://www.npmjs.com/package/bqplot) (📥 3K / month · 📦 21 · ⏱️ 03.09.2025):
npm install bqplot
D-Tale (🥉29 · ⭐ 5K) - Visualizer for pandas data structures. ❗️LGPL-2.1 - [GitHub](https://github.com/man-group/dtale) (👨‍💻 31 · 🔀 430 · 📦 1.5K · 📋 610 - 10% open · ⏱️ 30.07.2025):
git clone https://github.com/man-group/dtale
- [PyPi](https://pypi.org/project/dtale) (📥 31K / month · 📦 53 · ⏱️ 30.07.2025):
pip install dtale
- [Conda](https://anaconda.org/conda-forge/dtale) (📥 480K · ⏱️ 30.07.2025):
conda install -c conda-forge dtale
openTSNE (🥉29 · ⭐ 1.6K · 📈) - Extensible, parallel implementations of t-SNE. BSD-3 - [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 14 · 🔀 170 · 📦 1.1K · 📋 150 - 2% open · ⏱️ 27.10.2025):
git clone https://github.com/pavlin-policar/openTSNE
- [PyPi](https://pypi.org/project/opentsne) (📥 58K / month · 📦 69 · ⏱️ 27.10.2025):
pip install opentsne
- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 500K · ⏱️ 27.10.2025):
conda install -c conda-forge opentsne
Plotly-Resampler (🥉27 · ⭐ 1.2K) - Visualize large time series data with plotly.py. MIT - [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨‍💻 14 · 🔀 74 · 📦 2K · 📋 190 - 32% open · ⏱️ 03.09.2025):
git clone https://github.com/predict-idlab/plotly-resampler
- [PyPi](https://pypi.org/project/plotly-resampler) (📥 370K / month · 📦 38 · ⏱️ 29.08.2025):
pip install plotly-resampler
- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 140K · ⏱️ 09.10.2025):
conda install -c conda-forge plotly-resampler
HyperTools (🥉26 · ⭐ 1.9K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT - [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 23 · 🔀 160 · 📥 73 · 📦 510 · 📋 200 - 34% open · ⏱️ 10.07.2025):
git clone https://github.com/ContextLab/hypertools
- [PyPi](https://pypi.org/project/hypertools) (📥 1.1K / month · 📦 2 · ⏱️ 09.07.2025):
pip install hypertools
data-validation (🥉25 · ⭐ 780) - Library for exploring and validating machine learning.. Apache-2 - [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 30 · 🔀 180 · 📥 1K · 📋 190 - 20% open · ⏱️ 23.06.2025):
git clone https://github.com/tensorflow/data-validation
- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 150K / month · 📦 32 · ⏱️ 09.06.2025):
pip install tensorflow-data-validation
Chartify (🥉24 · ⭐ 3.6K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2 - [GitHub](https://github.com/spotify/chartify) (👨‍💻 27 · 🔀 340 · 📦 83 · 📋 86 - 62% open · ⏱️ 16.10.2024):
git clone https://github.com/spotify/chartify
- [PyPi](https://pypi.org/project/chartify) (📥 1.2K / month · 📦 9 · ⏱️ 16.10.2024):
pip install chartify
- [Conda](https://anaconda.org/conda-forge/chartify) (📥 40K · ⏱️ 22.04.2025):
conda install -c conda-forge chartify
Popmon (🥉22 · ⭐ 510) - Monitor the stability of a Pandas or Spark dataframe. MIT - [GitHub](https://github.com/ing-bank/popmon) (👨‍💻 19 · 🔀 36 · 📥 280 · 📦 22 · 📋 57 - 28% open · ⏱️ 04.09.2025):
git clone https://github.com/ing-bank/popmon
- [PyPi](https://pypi.org/project/popmon) (📥 3.4K / month · 📦 4 · ⏱️ 04.09.2025):
pip install popmon
vega (🥉22 · ⭐ 390 · 💤) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 - [GitHub](https://github.com/vega/ipyvega) (👨‍💻 15 · 🔀 65 · 📦 4 · 📋 110 - 14% open · ⏱️ 01.01.2025):
git clone https://github.com/vega/ipyvega
- [PyPi](https://pypi.org/project/vega) (📥 26K / month · 📦 17 · ⏱️ 25.09.2024):
pip install vega
- [Conda](https://anaconda.org/conda-forge/vega) (📥 940K · ⏱️ 04.10.2025):
conda install -c conda-forge vega
vegafusion (🥉21 · ⭐ 390) - Serverside scaling for Vega and Altair visualizations. BSD-3 - [GitHub](https://github.com/vega/vegafusion) (👨‍💻 6 · 🔀 26 · 📥 6.6K · 📋 150 - 36% open · ⏱️ 29.09.2025):
git clone https://github.com/vegafusion/vegafusion
- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 770 / month · 📦 2 · ⏱️ 09.05.2024):
pip install vegafusion-jupyter
- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 520K · ⏱️ 27.10.2025):
conda install -c conda-forge vegafusion-python-embed
- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 1.9K / month · 📦 3 · ⏱️ 09.05.2024):
npm install vegafusion-jupyter
Show 22 hidden projects... - missingno (🥉30 · ⭐ 4.2K · 💀) - Missing data visualization module for Python. MIT - Facets Overview (🥉28 · ⭐ 7.4K · 💀) - Visualizations for machine learning datasets. Apache-2 - Cufflinks (🥉28 · ⭐ 3.1K · 💀) - Productivity Tools for Plotly + Pandas. MIT - pythreejs (🥉27 · ⭐ 980 · 💀) - A Jupyter - Three.js bridge. BSD-3 - Sweetviz (🥉26 · ⭐ 3.1K · 💀) - Visualize and compare datasets, target values and associations, with.. MIT - AutoViz (🥉26 · ⭐ 1.9K · 💀) - Automatically Visualize any dataset, any size with a single line.. Apache-2 - ridgeplot (🥉26 · ⭐ 240) - Beautiful ridgeline plots in Python. MIT - PandasGUI (🥉24 · ⭐ 3.3K) - A GUI for Pandas DataFrames. ❗️MIT-0 - HiPlot (🥉24 · ⭐ 2.8K · 💀) - HiPlot makes understanding high dimensional data easy. MIT - python-ternary (🥉24 · ⭐ 770 · 💀) - Ternary plotting library for python with matplotlib. MIT - Multicore-TSNE (🥉23 · ⭐ 1.9K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3 - Pandas-Bokeh (🥉22 · ⭐ 890 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT - pivottablejs (🥉21 · ⭐ 710 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT - joypy (🥉21 · ⭐ 600 · 💀) - Joyplots in Python with matplotlib & pandas. MIT - PyWaffle (🥉21 · ⭐ 600 · 💀) - Make Waffle Charts in Python. MIT - PDPbox (🥉20 · ⭐ 860 · 💀) - python partial dependence plot toolbox. MIT - animatplot (🥉18 · ⭐ 410 · 💀) - A python package for animating plots build on matplotlib. MIT - ivis (🥉18 · ⭐ 340 · 💀) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 - pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT - nx-altair (🥉16 · ⭐ 230 · 💀) - Draw interactive NetworkX graphs with Altair. MIT - data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2 - nptsne (🥉11 · ⭐ 33 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2


Text Data & NLP

Back to top

Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation.

transformers (🥇54 · ⭐ 150K) - Transformers: the model-definition framework for.. Apache-2 - [GitHub](https://github.com/huggingface/transformers) (👨‍💻 3.6K · 🔀 31K · 📦 400K · 📋 19K - 11% open · ⏱️ 30.10.2025):
git clone https://github.com/huggingface/transformers
- [PyPi](https://pypi.org/project/transformers) (📥 93M / month · 📦 11K · ⏱️ 14.10.2025):
pip install transformers
- [Conda](https://anaconda.org/conda-forge/transformers) (📥 3.3M · ⏱️ 14.10.2025):
conda install -c conda-forge transformers
nltk (🥇47 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 - [GitHub](https://github.com/nltk/nltk) (👨‍💻 480 · 🔀 3K · 📦 410K · 📋 1.9K - 14% open · ⏱️ 22.10.2025):
git clone https://github.com/nltk/nltk
- [PyPi](https://pypi.org/project/nltk) (📥 42M / month · 📦 6.3K · ⏱️ 01.10.2025):
pip install nltk
- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3.4M · ⏱️ 01.10.2025):
conda install -c conda-forge nltk
litellm (🥇45 · ⭐ 30K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s - [GitHub](https://github.com/BerriAI/litellm) (👨‍💻 960 · 🔀 4.5K · 📥 800 · 📦 17K · 📋 7.8K - 17% open · ⏱️ 30.10.2025):
git clone https://github.com/BerriAI/litellm
- [PyPi](https://pypi.org/project/litellm) (📥 34M / month · 📦 1.9K · ⏱️ 29.10.2025):
pip install litellm
spaCy (🥇43 · ⭐ 33K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT - [GitHub](https://github.com/explosion/spaCy) (👨‍💻 780 · 🔀 4.5K · 📥 4.9K · 📦 140K · 📋 5.8K - 3% open · ⏱️ 28.10.2025):
git clone https://github.com/explosion/spaCy
- [PyPi](https://pypi.org/project/spacy) (📥 17M / month · 📦 3.2K · ⏱️ 23.05.2025):
pip install spacy
- [Conda](https://anaconda.org/conda-forge/spacy) (📥 6.5M · ⏱️ 06.07.2025):
conda install -c conda-forge spacy
sentence-transformers (🥇42 · ⭐ 18K) - State-of-the-Art Text Embeddings. Apache-2 - [GitHub](https://github.com/huggingface/sentence-transformers) (👨‍💻 240 · 🔀 2.7K · 📦 120K · 📋 2.5K - 51% open · ⏱️ 22.10.2025):
git clone https://github.com/UKPLab/sentence-transformers
- [PyPi](https://pypi.org/project/sentence-transformers) (📥 17M / month · 📦 3.7K · ⏱️ 22.10.2025):
pip install sentence-transformers
- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 1M · ⏱️ 22.10.2025):
conda install -c conda-forge sentence-transformers
gensim (🥇42 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1 - [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 460 · 🔀 4.4K · 📥 6.4K · 📦 78K · 📋 1.9K - 21% open · ⏱️ 16.10.2025):
git clone https://github.com/RaRe-Technologies/gensim
- [PyPi](https://pypi.org/project/gensim) (📥 5.2M / month · 📦 1.6K · ⏱️ 18.10.2025):
pip install gensim
- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.8M · ⏱️ 22.04.2025):
conda install -c conda-forge gensim
sentencepiece (🥇42 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 - [GitHub](https://github.com/google/sentencepiece) (👨‍💻 100 · 🔀 1.3K · 📥 110K · 📦 120K · 📋 800 - 3% open · ⏱️ 04.10.2025):
git clone https://github.com/google/sentencepiece
- [PyPi](https://pypi.org/project/sentencepiece) (📥 31M / month · 📦 2.4K · ⏱️ 12.08.2025):
pip install sentencepiece
- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.7M · ⏱️ 22.09.2025):
conda install -c conda-forge sentencepiece
Tokenizers (🥇40 · ⭐ 10K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 - [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 130 · 🔀 970 · 📥 86 · 📦 180K · 📋 1.1K - 9% open · ⏱️ 16.10.2025):
git clone https://github.com/huggingface/tokenizers
- [PyPi](https://pypi.org/project/tokenizers) (📥 81M / month · 📦 1.7K · ⏱️ 19.09.2025):
pip install tokenizers
- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 3.6M · ⏱️ 19.09.2025):
conda install -c conda-forge tokenizers
NeMo (🥇38 · ⭐ 16K) - A scalable generative AI framework built for researchers and.. Apache-2 - [GitHub](https://github.com/NVIDIA-NeMo/NeMo) (👨‍💻 460 · 🔀 3.2K · 📥 520K · 📦 21 · 📋 2.8K - 4% open · ⏱️ 29.10.2025):
git clone https://github.com/NVIDIA/NeMo
- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 810K / month · 📦 18 · ⏱️ 27.10.2025):
pip install nemo-toolkit
haystack (🥇37 · ⭐ 23K) - AI orchestration framework to build customizable, production-ready.. Apache-2 - [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 310 · 🔀 2.5K · 📦 1.3K · 📋 4.1K - 2% open · ⏱️ 30.10.2025):
git clone https://github.com/deepset-ai/haystack
- [PyPi](https://pypi.org/project/haystack) (📥 7.4K / month · 📦 5 · ⏱️ 15.12.2021):
pip install haystack
Opik (🥇37 · ⭐ 15K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2 - [GitHub](https://github.com/comet-ml/opik) (👨‍💻 81 · 🔀 1.1K · 📦 17 · 📋 540 - 29% open · ⏱️ 30.10.2025):
git clone https://github.com/comet-ml/opik
- [PyPi](https://pypi.org/project/opik) (📥 850K / month · 📦 34 · ⏱️ 29.10.2025):
pip install opik
ChatterBot (🥇37 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 - [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 110 · 🔀 4.5K · 📦 6.5K · 📋 1.7K - 6% open · ⏱️ 25.10.2025):
git clone https://github.com/gunthercox/ChatterBot
- [PyPi](https://pypi.org/project/chatterbot) (📥 20K / month · 📦 19 · ⏱️ 16.10.2025):
pip install chatterbot
flair (🥇37 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT - [GitHub](https://github.com/flairNLP/flair) (👨‍💻 280 · 🔀 2.1K · 📦 4.1K · 📋 2.4K - 1% open · ⏱️ 12.06.2025):
git clone https://github.com/flairNLP/flair
- [PyPi](https://pypi.org/project/flair) (📥 180K / month · 📦 160 · ⏱️ 05.02.2025):
pip install flair
- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 49K · ⏱️ 22.04.2025):
conda install -c conda-forge python-flair
TextBlob (🥇37 · ⭐ 9.5K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT - [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.2K · 📥 140 · 📦 60K · 📋 280 - 25% open · ⏱️ 18.10.2025):
git clone https://github.com/sloria/TextBlob
- [PyPi](https://pypi.org/project/textblob) (📥 1.5M / month · 📦 400 · ⏱️ 13.01.2025):
pip install textblob
- [Conda](https://anaconda.org/conda-forge/textblob) (📥 340K · ⏱️ 22.04.2025):
conda install -c conda-forge textblob
fairseq (🥈36 · ⭐ 32K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT - [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 430 · 🔀 6.6K · 📥 440 · 📦 4.4K · 📋 4.4K - 30% open · ⏱️ 30.09.2025):
git clone https://github.com/facebookresearch/fairseq
- [PyPi](https://pypi.org/project/fairseq) (📥 77K / month · 📦 120 · ⏱️ 27.06.2022):
pip install fairseq
- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 170K · ⏱️ 02.10.2025):
conda install -c conda-forge fairseq
stanza (🥈36 · ⭐ 7.6K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2 - [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 72 · 🔀 920 · 📦 4.1K · 📋 950 - 10% open · ⏱️ 05.10.2025):
git clone https://github.com/stanfordnlp/stanza
- [PyPi](https://pypi.org/project/stanza) (📥 770K / month · 📦 240 · ⏱️ 05.10.2025):
pip install stanza
- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 9K · ⏱️ 25.03.2025):
conda install -c stanfordnlp stanza
qdrant (🥈35 · ⭐ 27K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2 - [GitHub](https://github.com/qdrant/qdrant) (👨‍💻 140 · 🔀 1.9K · 📥 500K · 📦 120 · 📋 1.6K - 22% open · ⏱️ 30.09.2025):
git clone https://github.com/qdrant/qdrant
spark-nlp (🥈35 · ⭐ 4.1K) - State of the Art Natural Language Processing. Apache-2 - [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 120 · 🔀 730 · 📦 620 · 📋 910 - 2% open · ⏱️ 22.10.2025):
git clone https://github.com/JohnSnowLabs/spark-nlp
- [PyPi](https://pypi.org/project/spark-nlp) (📥 1M / month · 📦 39 · ⏱️ 22.10.2025):
pip install spark-nlp
Rasa (🥈34 · ⭐ 21K) - Open source machine learning framework to automate text- and voice-.. Apache-2 - [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 600 · 🔀 4.9K · 📋 6.8K - 2% open · ⏱️ 26.08.2025):
git clone https://github.com/RasaHQ/rasa
- [PyPi](https://pypi.org/project/rasa) (📥 110K / month · 📦 60 · ⏱️ 14.01.2025):
pip install rasa
TensorFlow Text (🥈34 · ⭐ 1.3K) - Making text a first-class citizen in TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/text) (👨‍💻 190 · 🔀 360 · 📦 10K · 📋 370 - 53% open · ⏱️ 18.08.2025):
git clone https://github.com/tensorflow/text
- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.8M / month · 📦 230 · ⏱️ 04.04.2025):
pip install tensorflow-text
snowballstemmer (🥈34 · ⭐ 810) - Snowball compiler and stemming algorithms. BSD-3 - [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 41 · 🔀 190 · 📦 11 · 📋 120 - 17% open · ⏱️ 28.10.2025):
git clone https://github.com/snowballstem/snowball
- [PyPi](https://pypi.org/project/snowballstemmer) (📥 24M / month · 📦 550 · ⏱️ 09.05.2025):
pip install snowballstemmer
- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 11M · ⏱️ 20.05.2025):
conda install -c conda-forge snowballstemmer
torchtext (🥈32 · ⭐ 3.6K) - Models, data loaders and abstractions for language processing,.. BSD-3 - [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 810 · 📋 850 - 38% open · ⏱️ 10.09.2025):
git clone https://github.com/pytorch/text
- [PyPi](https://pypi.org/project/torchtext) (📥 730K / month · 📦 280 · ⏱️ 24.04.2024):
pip install torchtext
jellyfish (🥈32 · ⭐ 2.2K) - a python library for doing approximate and phonetic matching of strings. MIT - [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 37 · 🔀 160 · 📦 15K · ⏱️ 11.10.2025):
git clone https://github.com/jamesturk/jellyfish
- [PyPi](https://pypi.org/project/jellyfish) (📥 8.6M / month · 📦 320 · ⏱️ 11.10.2025):
pip install jellyfish
- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.7M · ⏱️ 22.04.2025):
conda install -c conda-forge jellyfish
DeepPavlov (🥈31 · ⭐ 6.9K · 💤) - An open source library for deep learning end-to-end.. Apache-2 - [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 78 · 🔀 1.2K · 📦 440 · 📋 640 - 4% open · ⏱️ 26.11.2024):
git clone https://github.com/deepmipt/DeepPavlov
- [PyPi](https://pypi.org/project/deeppavlov) (📥 11K / month · 📦 4 · ⏱️ 12.08.2024):
pip install deeppavlov
ftfy (🥈31 · ⭐ 4K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2 - [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 22 · 🔀 120 · 📥 100 · 📦 33K · 📋 150 - 7% open · ⏱️ 30.10.2024):
git clone https://github.com/rspeer/python-ftfy
- [PyPi](https://pypi.org/project/ftfy) (📥 11M / month · 📦 570 · ⏱️ 26.10.2024):
pip install ftfy
- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 380K · ⏱️ 22.04.2025):
conda install -c conda-forge ftfy
SciSpacy (🥈31 · ⭐ 1.9K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 - [GitHub](https://github.com/allenai/scispacy) (👨‍💻 38 · 🔀 240 · 📦 1.3K · 📋 330 - 11% open · ⏱️ 01.10.2025):
git clone https://github.com/allenai/scispacy
- [PyPi](https://pypi.org/project/scispacy) (📥 42K / month · 📦 50 · ⏱️ 01.10.2025):
pip install scispacy
CLTK (🥈31 · ⭐ 870 · 📉) - The Classical Language Toolkit. MIT - [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 340 · 📥 160 · 📦 300 · 📋 580 - 0% open · ⏱️ 21.10.2025):
git clone https://github.com/cltk/cltk
- [PyPi](https://pypi.org/project/cltk) (📥 14K / month · 📦 17 · ⏱️ 21.10.2025):
pip install cltk
english-words (🥈29 · ⭐ 12K · 💤) - A text file containing 479k English words for all your.. Unlicense - [GitHub](https://github.com/dwyl/english-words) (👨‍💻 34 · 🔀 2K · 📦 2 · 📋 170 - 75% open · ⏱️ 06.01.2025):
git clone https://github.com/dwyl/english-words
- [PyPi](https://pypi.org/project/english-words) (📥 78K / month · 📦 15 · ⏱️ 14.08.2025):
pip install english-words
rubrix (🥈29 · ⭐ 4.7K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2 - [GitHub](https://github.com/argilla-io/argilla) (👨‍💻 110 · 🔀 460 · 📦 3.1K · 📋 2.2K - 0% open · ⏱️ 05.08.2025):
git clone https://github.com/recognai/rubrix
- [PyPi](https://pypi.org/project/rubrix) (📥 1.2K / month · ⏱️ 24.10.2022):
pip install rubrix
- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 52K · ⏱️ 22.04.2025):
conda install -c conda-forge rubrix
Dedupe (🥈29 · ⭐ 4.4K · 📈) - A python library for accurate and scalable fuzzy matching, record.. MIT - [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 72 · 🔀 560 · 📦 370 · 📋 820 - 9% open · ⏱️ 29.07.2025):
git clone https://github.com/dedupeio/dedupe
- [PyPi](https://pypi.org/project/dedupe) (📥 59K / month · 📦 19 · ⏱️ 15.08.2024):
pip install dedupe
- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge dedupe
TextDistance (🥈28 · ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT - [GitHub](https://github.com/life4/textdistance) (👨‍💻 18 · 🔀 260 · 📥 1.1K · 📦 8.8K · ⏱️ 18.04.2025):
git clone https://github.com/life4/textdistance
- [PyPi](https://pypi.org/project/textdistance) (📥 1.3M / month · 📦 99 · ⏱️ 16.07.2024):
pip install textdistance
- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 970K · ⏱️ 22.04.2025):
conda install -c conda-forge textdistance
spacy-transformers (🥈28 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy - [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 23 · 🔀 170 · 📥 610 · 📦 2.4K · ⏱️ 26.05.2025):
git clone https://github.com/explosion/spacy-transformers
- [PyPi](https://pypi.org/project/spacy-transformers) (📥 270K / month · 📦 110 · ⏱️ 26.05.2025):
pip install spacy-transformers
- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge spacy-transformers
detoxify (🥉26 · ⭐ 1.1K) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2 - [GitHub](https://github.com/unitaryai/detoxify) (👨‍💻 14 · 🔀 130 · 📥 1.9M · 📦 980 · 📋 67 - 55% open · ⏱️ 29.07.2025):
git clone https://github.com/unitaryai/detoxify
- [PyPi](https://pypi.org/project/detoxify) (📥 140K / month · 📦 30 · ⏱️ 01.02.2024):
pip install detoxify
scattertext (🥉25 · ⭐ 2.3K) - Beautiful visualizations of how language differs among document.. Apache-2 - [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 290 · 📦 670 · 📋 100 - 22% open · ⏱️ 29.04.2025):
git clone https://github.com/JasonKessler/scattertext
- [PyPi](https://pypi.org/project/scattertext) (📥 7.5K / month · 📦 5 · ⏱️ 23.09.2024):
pip install scattertext
- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge scattertext
T5 (🥉24 · ⭐ 6.4K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 - [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 61 · 🔀 780 · 📋 450 - 23% open · ⏱️ 28.04.2025):
git clone https://github.com/google-research/text-to-text-transfer-transformer
- [PyPi](https://pypi.org/project/t5) (📥 83K / month · 📦 2 · ⏱️ 18.10.2021):
pip install t5
DeepKE (🥉24 · ⭐ 4.2K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT - [GitHub](https://github.com/zjunlp/DeepKE) (👨‍💻 34 · 🔀 730 · 📦 25 · ⏱️ 19.07.2025):
git clone https://github.com/zjunlp/deepke
- [PyPi](https://pypi.org/project/deepke) (📥 950 / month · ⏱️ 21.09.2023):
pip install deepke
sense2vec (🥉24 · ⭐ 1.7K) - Contextually-keyed word vectors. MIT - [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 20 · 🔀 240 · 📥 73K · 📦 470 · 📋 120 - 20% open · ⏱️ 23.04.2025):
git clone https://github.com/explosion/sense2vec
- [PyPi](https://pypi.org/project/sense2vec) (📥 3.4K / month · 📦 13 · ⏱️ 19.04.2021):
pip install sense2vec
- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 67K · ⏱️ 22.04.2025):
conda install -c conda-forge sense2vec
finetune (🥉23 · ⭐ 720) - Scikit-learn style model finetuning for NLP. MPL-2.0 - [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 24 · 🔀 79 · 📦 16 · 📋 190 - 39% open · ⏱️ 21.10.2025):
git clone https://github.com/IndicoDataSolutions/finetune
- [PyPi](https://pypi.org/project/finetune) (📥 2.7K / month · 📦 2 · ⏱️ 29.09.2023):
pip install finetune
happy-transformer (🥉23 · ⭐ 540 · 💤) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface - [GitHub](https://github.com/EricFillion/happy-transformer) (👨‍💻 14 · 🔀 69 · 📦 330 · 📋 130 - 16% open · ⏱️ 22.03.2025):
git clone https://github.com/EricFillion/happy-transformer
- [PyPi](https://pypi.org/project/happytransformer) (📥 2.7K / month · 📦 5 · ⏱️ 05.08.2023):
pip install happytransformer
Sockeye (🥉21 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 - [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024):
git clone https://github.com/awslabs/sockeye
- [PyPi](https://pypi.org/project/sockeye) (📥 580 / month · ⏱️ 03.03.2023):
pip install sockeye
UForm (🥉21 · ⭐ 1.2K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 - [GitHub](https://github.com/unum-cloud/UForm) (👨‍💻 21 · 🔀 76 · 📥 710 · 📦 36 · 📋 39 - 38% open · ⏱️ 03.09.2025):
git clone https://github.com/unum-cloud/uform
- [PyPi](https://pypi.org/project/uform) (📥 490 / month · 📦 2 · ⏱️ 03.09.2025):
pip install uform
small-text (🥉20 · ⭐ 630) - Active Learning for Text Classification in Python. MIT - [GitHub](https://github.com/webis-de/small-text) (👨‍💻 10 · 🔀 76 · 📦 34 · 📋 74 - 28% open · ⏱️ 28.10.2025):
git clone https://github.com/webis-de/small-text
- [PyPi](https://pypi.org/project/small-text) (📥 390 / month · ⏱️ 17.08.2025):
pip install small-text
- [Conda](https://anaconda.org/conda-forge/small-text) (📥 19K · ⏱️ 17.08.2025):
conda install -c conda-forge small-text
textaugment (🥉19 · ⭐ 430) - TextAugment: Text Augmentation Library. MIT - [GitHub](https://github.com/dsfsi/textaugment) (👨‍💻 10 · 🔀 60 · 📥 140 · 📦 180 · 📋 29 - 37% open · ⏱️ 09.09.2025):
git clone https://github.com/dsfsi/textaugment
- [PyPi](https://pypi.org/project/textaugment) (📥 4.2K / month · 📦 4 · ⏱️ 16.11.2023):
pip install textaugment
VizSeq (🥉15 · ⭐ 450) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT - [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 4 · 🔀 61 · 📦 13 · 📋 16 - 43% open · ⏱️ 24.06.2025):
git clone https://github.com/facebookresearch/vizseq
- [PyPi](https://pypi.org/project/vizseq) (📥 120 / month · ⏱️ 07.08.2020):
pip install vizseq
Show 59 hidden projects... - AllenNLP (🥈36 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 - fastText (🥈34 · ⭐ 26K · 💀) - Library for fast text representation and classification. MIT - OpenNMT (🥈33 · ⭐ 7K · 💀) - Open Source Neural Machine Translation and (Large) Language Models.. MIT - ParlAI (🥈32 · ⭐ 11K · 💀) - A framework for training and evaluating AI models on a variety of.. MIT - fuzzywuzzy (🥈31 · ⭐ 9.3K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 - Sumy (🥈30 · ⭐ 3.6K · 💀) - Module for automatic summarization of text documents and HTML pages. Apache-2 - underthesea (🥈30 · ⭐ 1.6K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0 - nlpaug (🥈29 · ⭐ 4.6K · 💀) - Data augmentation for NLP. MIT - vaderSentiment (🥈28 · ⭐ 4.9K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT - textacy (🥈28 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed - PyTextRank (🥈28 · ⭐ 2.2K · 💀) - Python implementation of TextRank algorithms (textgraphs) for.. MIT - Ciphey (🥉27 · ⭐ 20K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT - fastNLP (🥉27 · ⭐ 3.1K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 - polyglot (🥉27 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 - flashtext (🥉26 · ⭐ 5.7K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT - langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3 - pySBD (🥉26 · ⭐ 880 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT - neuralcoref (🥉25 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT - GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 - pytorch-nlp (🥉25 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 - whoosh (🥉25 · ⭐ 640 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause - PyText (🥉24 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 - textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT - OpenPrompt (🥉24 · ⭐ 4.7K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2 - Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 - MatchZoo (🥉24 · ⭐ 3.9K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 - promptsource (🥉24 · ⭐ 3K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2 - YouTokenToMe (🥉24 · ⭐ 970 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT - Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 - FARM (🥉23 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 - gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT - Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 - jiant (🥉22 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT - stop-words (🥉22 · ⭐ 160) - Get list of common stop words in various languages in Python. BSD-3 - NLP Architect (🥉21 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 - Texthero (🥉21 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT - anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT - lightseq (🥉20 · ⭐ 3.3K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2 - fast-bert (🥉20 · ⭐ 1.9K · 💀) - Super easy library for BERT based NLP models. Apache-2 - DELTA (🥉20 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 - textpipe (🥉20 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT - numerizer (🥉19 · ⭐ 230 · 💀) - A Python module to convert natural language numerics into ints and.. MIT - pyfasttext (🥉19 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0 - DeepMatcher (🥉18 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 - nboost (🥉18 · ⭐ 670 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2 - fastT5 (🥉18 · ⭐ 590 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2 - Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy - NeuroNER (🥉17 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT - OpenNRE (🥉16 · ⭐ 4.4K · 💀) - An Open-Source Package for Neural Relation Extraction (NRE). MIT - BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT - TextBox (🥉15 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT - Translate (🥉15 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 - skift (🥉15 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT - ONNX-T5 (🥉14 · ⭐ 260 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 - NeuralQA (🥉14 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT - TransferNLP (🥉13 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT - Headliner (🥉13 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT - textvec (🥉12 · ⭐ 200 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT - spacy-dbpedia-spotlight (🥉12 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy


Image Data

Back to top

Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification.

Pillow (🥇49 · ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL - [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 490 · 🔀 2.3K · 📦 2.4M · 📋 3.4K - 3% open · ⏱️ 27.10.2025):
git clone https://github.com/python-pillow/Pillow
- [PyPi](https://pypi.org/project/Pillow) (📥 220M / month · 📦 20K · ⏱️ 15.10.2025):
pip install Pillow
- [Conda](https://anaconda.org/conda-forge/pillow) (📥 62M · ⏱️ 28.10.2025):
conda install -c conda-forge pillow
PyTorch Image Models (🥇42 · ⭐ 36K) - The largest collection of PyTorch image encoders /.. Apache-2 - [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 180 · 🔀 5.1K · 📥 8.4M · 📦 62K · 📋 1K - 4% open · ⏱️ 30.10.2025):
git clone https://github.com/rwightman/pytorch-image-models
- [PyPi](https://pypi.org/project/timm) (📥 11M / month · 📦 1.5K · ⏱️ 24.10.2025):
pip install timm
- [Conda](https://anaconda.org/conda-forge/timm) (📥 470K · ⏱️ 24.10.2025):
conda install -c conda-forge timm
torchvision (🥇42 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 - [GitHub](https://github.com/pytorch/vision) (👨‍💻 660 · 🔀 7.2K · 📥 41K · 📦 21 · 📋 3.8K - 30% open · ⏱️ 27.10.2025):
git clone https://github.com/pytorch/vision
- [PyPi](https://pypi.org/project/torchvision) (📥 26M / month · 📦 8.4K · ⏱️ 15.10.2025):
pip install torchvision
- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 3.1M · ⏱️ 23.10.2025):
conda install -c conda-forge torchvision
MoviePy (🥇42 · ⭐ 14K) - Video editing with Python. MIT - [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 190 · 🔀 1.9K · 📦 67K · 📋 1.7K - 3% open · ⏱️ 25.09.2025):
git clone https://github.com/Zulko/moviepy
- [PyPi](https://pypi.org/project/moviepy) (📥 4.3M / month · 📦 1.2K · ⏱️ 21.05.2025):
pip install moviepy
- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge moviepy
Kornia (🥇39 · ⭐ 11K) - Geometric Computer Vision Library for Spatial AI. Apache-2 - [GitHub](https://github.com/kornia/kornia) (👨‍💻 300 · 🔀 1.1K · 📥 2.2K · 📦 17K · 📋 1K - 32% open · ⏱️ 30.10.2025):
git clone https://github.com/kornia/kornia
- [PyPi](https://pypi.org/project/kornia) (📥 3M / month · 📦 340 · ⏱️ 08.05.2025):
pip install kornia
- [Conda](https://anaconda.org/conda-forge/kornia) (📥 260K · ⏱️ 08.05.2025):
conda install -c conda-forge kornia
imageio (🥇39 · ⭐ 1.7K) - Python library for reading and writing image data. BSD-2 - [GitHub](https://github.com/imageio/imageio) (👨‍💻 130 · 🔀 330 · 📥 1.9K · 📦 180K · 📋 620 - 16% open · ⏱️ 24.10.2025):
git clone https://github.com/imageio/imageio
- [PyPi](https://pypi.org/project/imageio) (📥 36M / month · 📦 2.6K · ⏱️ 20.01.2025):
pip install imageio
- [Conda](https://anaconda.org/conda-forge/imageio) (📥 8.5M · ⏱️ 22.04.2025):
conda install -c conda-forge imageio
deepface (🥈38 · ⭐ 21K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT - [GitHub](https://github.com/serengil/deepface) (👨‍💻 96 · 🔀 2.8K · 📦 8.4K · 📋 1.2K - 0% open · ⏱️ 21.10.2025):
git clone https://github.com/serengil/deepface
- [PyPi](https://pypi.org/project/deepface) (📥 280K / month · 📦 78 · ⏱️ 05.08.2025):
pip install deepface
InsightFace (🥈37 · ⭐ 27K) - State-of-the-art 2D and 3D Face Analysis Project. MIT - [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 67 · 🔀 5.7K · 📥 11M · 📦 4.8K · 📋 2.6K - 46% open · ⏱️ 27.09.2025):
git clone https://github.com/deepinsight/insightface
- [PyPi](https://pypi.org/project/insightface) (📥 350K / month · 📦 30 · ⏱️ 17.12.2022):
pip install insightface
Albumentations (🥈36 · ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT - [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 170 · 🔀 1.7K · 📋 1.5K - 14% open · ⏱️ 25.06.2025):
git clone https://github.com/albumentations-team/albumentations
- [PyPi](https://pypi.org/project/albumentations) (📥 4.6M / month · 📦 730 · ⏱️ 27.05.2025):
pip install albumentations
- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 340K · ⏱️ 28.05.2025):
conda install -c conda-forge albumentations
opencv-python (🥈36 · ⭐ 5.1K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT - [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 56 · 🔀 950 · 📦 610K · 📋 890 - 19% open · ⏱️ 30.07.2025):
git clone https://github.com/opencv/opencv-python
- [PyPi](https://pypi.org/project/opencv-python) (📥 29M / month · 📦 15K · ⏱️ 07.07.2025):
pip install opencv-python
detectron2 (🥈34 · ⭐ 34K) - Detectron2 is a platform for object detection, segmentation.. Apache-2 - [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 280 · 🔀 7.5K · 📦 2.6K · 📋 3.6K - 14% open · ⏱️ 27.10.2025):
git clone https://github.com/facebookresearch/detectron2
- [PyPi](https://pypi.org/project/detectron2) (📦 13 · ⏱️ 06.02.2020):
pip install detectron2
- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 820K · ⏱️ 02.06.2025):
conda install -c conda-forge detectron2
Wand (🥈34 · ⭐ 1.5K) - The ctypes-based simple ImageMagick binding for Python. MIT - [GitHub](https://github.com/emcconville/wand) (👨‍💻 110 · 🔀 200 · 📥 52K · 📦 21K · 📋 440 - 5% open · ⏱️ 06.10.2025):
git clone https://github.com/emcconville/wand
- [PyPi](https://pypi.org/project/wand) (📥 2.2M / month · 📦 260 · ⏱️ 03.11.2023):
pip install wand
- [Conda](https://anaconda.org/conda-forge/wand) (📥 180K · ⏱️ 22.04.2025):
conda install -c conda-forge wand
ImageHash (🥈32 · ⭐ 3.7K) - A Python Perceptual Image Hashing Module. BSD-2 - [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 29 · 🔀 340 · 📦 18K · 📋 150 - 15% open · ⏱️ 17.04.2025):
git clone https://github.com/JohannesBuchner/imagehash
- [PyPi](https://pypi.org/project/ImageHash) (📥 5.6M / month · 📦 270 · ⏱️ 01.02.2025):
pip install ImageHash
- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 500K · ⏱️ 22.04.2025):
conda install -c conda-forge imagehash
vit-pytorch (🥈31 · ⭐ 24K) - Implementation of Vision Transformer, a simple way to achieve.. MIT - [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 24 · 🔀 3.4K · 📦 21 · 📋 290 - 49% open · ⏱️ 28.10.2025):
git clone https://github.com/lucidrains/vit-pytorch
- [PyPi](https://pypi.org/project/vit-pytorch) (📥 31K / month · 📦 28 · ⏱️ 27.10.2025):
pip install vit-pytorch
PaddleSeg (🥈31 · ⭐ 9.2K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (👨‍💻 130 · 🔀 1.7K · 📦 1.5K · 📋 2.2K - 0% open · ⏱️ 10.10.2025):
git clone https://github.com/PaddlePaddle/PaddleSeg
- [PyPi](https://pypi.org/project/paddleseg) (📥 3.8K / month · 📦 7 · ⏱️ 30.11.2022):
pip install paddleseg
sahi (🥈31 · ⭐ 4.9K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT - [GitHub](https://github.com/obss/sahi) (👨‍💻 69 · 🔀 700 · 📥 43K · 📦 1.9K · ⏱️ 28.10.2025):
git clone https://github.com/obss/sahi
- [PyPi](https://pypi.org/project/sahi) (📥 140K / month · 📦 43 · ⏱️ 28.09.2025):
pip install sahi
- [Conda](https://anaconda.org/conda-forge/sahi) (📥 120K · ⏱️ 29.09.2025):
conda install -c conda-forge sahi
lightly (🥈31 · ⭐ 3.6K) - A python library for self-supervised learning on images. MIT - [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 72 · 🔀 310 · 📦 510 · 📋 610 - 12% open · ⏱️ 25.09.2025):
git clone https://github.com/lightly-ai/lightly
- [PyPi](https://pypi.org/project/lightly) (📥 190K / month · 📦 20 · ⏱️ 22.07.2025):
pip install lightly
doctr (🥈29 · ⭐ 5.6K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 - [GitHub](https://github.com/mindee/doctr) (👨‍💻 68 · 🔀 580 · 📥 6.5M · 📋 440 - 6% open · ⏱️ 07.09.2025):
git clone https://github.com/mindee/doctr
- [PyPi](https://pypi.org/project/python-doctr) (📥 2M / month · 📦 18 · ⏱️ 09.07.2025):
pip install python-doctr
PaddleDetection (🥉28 · ⭐ 14K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 190 · 🔀 3K · 📋 5.7K - 17% open · ⏱️ 10.10.2025):
git clone https://github.com/PaddlePaddle/PaddleDetection
- [PyPi](https://pypi.org/project/paddledet) (📥 2.2K / month · 📦 2 · ⏱️ 19.09.2022):
pip install paddledet
mtcnn (🥉27 · ⭐ 2.4K · 💤) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT - [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 15 · 🔀 530 · 📥 76 · 📦 9.2K · 📋 130 - 37% open · ⏱️ 08.10.2024):
git clone https://github.com/ipazc/mtcnn
- [PyPi](https://pypi.org/project/mtcnn) (📥 210K / month · 📦 73 · ⏱️ 08.10.2024):
pip install mtcnn
- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 16K · ⏱️ 22.04.2025):
conda install -c conda-forge mtcnn
CellProfiler (🥉27 · ⭐ 1.1K) - An open-source application for biological image analysis. BSD-3 - [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 150 · 🔀 410 · 📥 24K · 📦 28 · 📋 3.4K - 10% open · ⏱️ 24.09.2025):
git clone https://github.com/CellProfiler/CellProfiler
- [PyPi](https://pypi.org/project/cellprofiler) (📥 1.6K / month · 📦 2 · ⏱️ 16.09.2024):
pip install cellprofiler
mahotas (🥉27 · ⭐ 880) - Computer Vision in Python. MIT - [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.6K · 📋 92 - 21% open · ⏱️ 05.08.2025):
git clone https://github.com/luispedro/mahotas
- [PyPi](https://pypi.org/project/mahotas) (📥 42K / month · 📦 63 · ⏱️ 17.07.2024):
pip install mahotas
- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 790K · ⏱️ 21.10.2025):
conda install -c conda-forge mahotas
Image Deduplicator (🥉26 · ⭐ 5.5K) - Finding duplicate images made easy!. Apache-2 - [GitHub](https://github.com/idealo/imagededup) (👨‍💻 19 · 🔀 460 · 📥 29 · 📦 200 · 📋 140 - 25% open · ⏱️ 15.08.2025):
git clone https://github.com/idealo/imagededup
- [PyPi](https://pypi.org/project/imagededup) (📥 69K / month · 📦 29 · ⏱️ 15.08.2025):
pip install imagededup
tensorflow-graphics (🥉26 · ⭐ 2.8K · 💤) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 - [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025):
git clone https://github.com/tensorflow/graphics
- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 61K / month · 📦 11 · ⏱️ 03.12.2021):
pip install tensorflow-graphics
Norfair (🥉26 · ⭐ 2.5K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3 - [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 32 · 🔀 260 · 📥 360 · 📦 340 · 📋 180 - 16% open · ⏱️ 30.04.2025):
git clone https://github.com/tryolabs/norfair
- [PyPi](https://pypi.org/project/norfair) (📥 44K / month · 📦 9 · ⏱️ 30.04.2025):
pip install norfair
pyvips (🥉26 · ⭐ 740) - python binding for libvips using cffi. MIT - [GitHub](https://github.com/libvips/pyvips) (👨‍💻 17 · 🔀 53 · 📦 1.2K · 📋 670 - 29% open · ⏱️ 04.09.2025):
git clone https://github.com/libvips/pyvips
- [PyPi](https://pypi.org/project/pyvips) (📥 190K / month · 📦 94 · ⏱️ 28.04.2025):
pip install pyvips
- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 260K · ⏱️ 04.09.2025):
conda install -c conda-forge pyvips
pytorchvideo (🥉25 · ⭐ 3.5K) - A deep learning library for video understanding research. Apache-2 - [GitHub](https://github.com/facebookresearch/pytorchvideo) (👨‍💻 59 · 🔀 420 · 📋 210 - 50% open · ⏱️ 27.10.2025):
git clone https://github.com/facebookresearch/pytorchvideo
- [PyPi](https://pypi.org/project/pytorchvideo) (📥 53K / month · 📦 24 · ⏱️ 20.01.2022):
pip install pytorchvideo
MMF (🥉24 · ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 - [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 920 · 📦 23 · 📋 690 - 21% open · ⏱️ 24.04.2025):
git clone https://github.com/facebookresearch/mmf
- [PyPi](https://pypi.org/project/mmf) (📥 190 / month · 📦 1 · ⏱️ 12.06.2020):
pip install mmf
kubric (🥉22 · ⭐ 2.6K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2 - [GitHub](https://github.com/google-research/kubric) (👨‍💻 32 · 🔀 250 · 📦 7 · 📋 200 - 35% open · ⏱️ 06.05.2025):
git clone https://github.com/google-research/kubric
- [PyPi](https://pypi.org/project/kubric-nightly) (📥 6.6K / month · ⏱️ 27.12.2023):
pip install kubric-nightly
icevision (🥉22 · ⭐ 870 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2 - [GitHub](https://github.com/airctic/icevision) (👨‍💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 31.10.2024):
git clone https://github.com/airctic/icevision
- [PyPi](https://pypi.org/project/icevision) (📥 2.3K / month · 📦 6 · ⏱️ 10.02.2022):
pip install icevision
PySlowFast (🥉21 · ⭐ 7.2K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 - [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 35 · 🔀 1.2K · 📦 23 · 📋 720 - 59% open · ⏱️ 27.10.2025):
git clone https://github.com/facebookresearch/SlowFast
- [PyPi](https://pypi.org/project/pyslowfast) (📥 22 / month · ⏱️ 15.01.2020):
pip install pyslowfast
Image Super-Resolution (🥉21 · ⭐ 4.8K · 💤) - Super-scale your images and run experiments with.. Apache-2 - [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 11 · 🔀 760 · 📋 220 - 48% open · ⏱️ 18.12.2024):
git clone https://github.com/idealo/image-super-resolution
- [PyPi](https://pypi.org/project/ISR) (📥 3.9K / month · 📦 5 · ⏱️ 08.01.2020):
pip install ISR
- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 290 · ⭐ 1 · ⏱️ 01.04.2019):
docker pull idealo/image-super-resolution-gpu
Caer (🥉21 · ⭐ 800) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT - [GitHub](https://github.com/jasmcaus/caer) (👨‍💻 8 · 🔀 110 · 📥 48 · ⏱️ 11.08.2025):
git clone https://github.com/jasmcaus/caer
- [PyPi](https://pypi.org/project/caer) (📥 3.8K / month · 📦 3 · ⏱️ 11.08.2025):
pip install caer
scenic (🥉16 · ⭐ 3.7K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 - [GitHub](https://github.com/google-research/scenic) (👨‍💻 95 · 🔀 460 · 📋 400 - 70% open · ⏱️ 06.08.2025):
git clone https://github.com/google-research/scenic
Show 30 hidden projects... - scikit-image (🥇41 · ⭐ 6.4K · 📈) - Image processing in Python. ❗Unlicensed - glfw (🥈38 · ⭐ 14K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib - MMDetection (🥈37 · ⭐ 32K · 💀) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 - imgaug (🥈36 · ⭐ 15K · 💀) - Image augmentation for machine learning experiments. MIT - Face Recognition (🥈35 · ⭐ 56K · 💀) - The worlds simplest facial recognition api for Python.. MIT - imutils (🥈31 · ⭐ 4.6K · 💀) - A series of convenience functions to make basic image processing.. MIT - PyTorch3D (🥈30 · ⭐ 9.6K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed - imageai (🥈30 · ⭐ 8.8K · 💀) - A python library built to empower developers to build applications.. MIT - Face Alignment (🥉28 · ⭐ 7.4K · 💀) - 2D and 3D Face alignment library build using pytorch. BSD-3 - GluonCV (🥉27 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 - Augmentor (🥉27 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT - vidgear (🥉27 · ⭐ 3.6K · 💀) - A High-performance cross-platform Video Processing Python.. Apache-2 - chainercv (🥉27 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT - facenet-pytorch (🥉26 · ⭐ 5K · 💀) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT - Pillow-SIMD (🥉25 · ⭐ 2.2K · 💀) - The friendly PIL fork. ❗️PIL - layout-parser (🥉24 · ⭐ 5.6K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2 - segmentation_models (🥉24 · ⭐ 4.9K · 💀) - Segmentation models with pretrained backbones. Keras.. MIT - ffcv (🥉23 · ⭐ 3K · 💀) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2 - Classy Vision (🥉23 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT - deep-daze (🥉22 · ⭐ 4.3K · 💀) - Simple command line tool for text to image generation using.. MIT - vissl (🥉22 · ⭐ 3.3K · 💀) - VISSL is FAIRs library of extensible, modular and scalable.. MIT - Luminoth (🥉22 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 - detecto (🥉21 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT - DE⫶TR (🥉20 · ⭐ 15K · 💀) - End-to-End Object Detection with Transformers. Apache-2 - image-match (🥉20 · ⭐ 3K · 💀) - Quickly search over billions of images. Apache-2 - solt (🥉19 · ⭐ 260) - Streaming over lightweight data transformations. MIT - pycls (🥉18 · ⭐ 2.2K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT - Torch Points 3D (🥉17 · ⭐ 260 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 - nude.py (🥉16 · ⭐ 920 · 💀) - Nudity detection with Python. MIT - HugsVision (🥉14 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface


Graph Data

Back to top

Libraries for graph processing, clustering, embedding, and machine learning tasks.

networkx (🥇46 · ⭐ 16K) - Network Analysis in Python. BSD-3 - [GitHub](https://github.com/networkx/networkx) (👨‍💻 790 · 🔀 3.4K · 📥 110 · 📦 430K · 📋 3.5K - 10% open · ⏱️ 29.10.2025):
git clone https://github.com/networkx/networkx
- [PyPi](https://pypi.org/project/networkx) (📥 130M / month · 📦 12K · ⏱️ 29.05.2025):
pip install networkx
- [Conda](https://anaconda.org/conda-forge/networkx) (📥 26M · ⏱️ 04.06.2025):
conda install -c conda-forge networkx
PyTorch Geometric (🥇41 · ⭐ 23K) - Graph Neural Network Library for PyTorch. MIT - [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 560 · 🔀 3.9K · 📦 11K · 📋 4K - 30% open · ⏱️ 29.10.2025):
git clone https://github.com/pyg-team/pytorch_geometric
- [PyPi](https://pypi.org/project/torch-geometric) (📥 940K / month · 📦 730 · ⏱️ 15.10.2025):
pip install torch-geometric
- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 190K · ⏱️ 16.10.2025):
conda install -c conda-forge pytorch_geometric
dgl (🥇36 · ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 - [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 4.1K · 📋 3K - 20% open · ⏱️ 31.07.2025):
git clone https://github.com/dmlc/dgl
- [PyPi](https://pypi.org/project/dgl) (📥 150K / month · 📦 150 · ⏱️ 13.05.2024):
pip install dgl
pygraphistry (🥈29 · ⭐ 2.4K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 - [GitHub](https://github.com/graphistry/pygraphistry) (👨‍💻 48 · 🔀 220 · 📋 420 - 51% open · ⏱️ 30.10.2025):
git clone https://github.com/graphistry/pygraphistry
- [PyPi](https://pypi.org/project/graphistry) (📥 8.5K / month · 📦 9 · ⏱️ 21.10.2025):
pip install graphistry
ogb (🥈29 · ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT - [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 400 · 📦 2.6K · 📋 310 - 11% open · ⏱️ 06.05.2025):
git clone https://github.com/snap-stanford/ogb
- [PyPi](https://pypi.org/project/ogb) (📥 100K / month · 📦 73 · ⏱️ 07.04.2023):
pip install ogb
- [Conda](https://anaconda.org/conda-forge/ogb) (📥 63K · ⏱️ 22.04.2025):
conda install -c conda-forge ogb
PyKEEN (🥈28 · ⭐ 1.9K) - A Python library for learning and evaluating knowledge graph embeddings. MIT - [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 43 · 🔀 210 · 📥 240 · 📦 350 · 📋 590 - 20% open · ⏱️ 18.07.2025):
git clone https://github.com/pykeen/pykeen
- [PyPi](https://pypi.org/project/pykeen) (📥 31K / month · 📦 28 · ⏱️ 24.04.2025):
pip install pykeen
pytorch_geometric_temporal (🥈27 · ⭐ 2.9K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT - [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 39 · 🔀 400 · 📋 210 - 18% open · ⏱️ 18.09.2025):
git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 6.7K / month · 📦 12 · ⏱️ 16.07.2025):
pip install torch-geometric-temporal
torch-cluster (🥈24 · ⭐ 900) - PyTorch Extension Library of Optimized Graph Cluster.. MIT - [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 40 · 🔀 150 · 📋 190 - 16% open · ⏱️ 12.08.2025):
git clone https://github.com/rusty1s/pytorch_cluster
- [PyPi](https://pypi.org/project/torch-cluster) (📥 34K / month · 📦 62 · ⏱️ 12.10.2023):
pip install torch-cluster
- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 440K · ⏱️ 22.09.2025):
conda install -c conda-forge pytorch_cluster
Show 28 hidden projects... - igraph (🥇34 · ⭐ 1.4K) - Python interface for igraph. ❗️GPL-2.0 - Spektral (🥈28 · ⭐ 2.4K · 💀) - Graph Neural Networks with Keras and Tensorflow 2. MIT - StellarGraph (🥈27 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 - pygal (🥈26 · ⭐ 2.7K · 💀) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 - Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 - AmpliGraph (🥈25 · ⭐ 2.2K · 💀) - Python library for Representation Learning on Knowledge.. Apache-2 - Node2Vec (🥈25 · ⭐ 1.3K · 💀) - Implementation of the node2vec algorithm. MIT - Karate Club (🥈24 · ⭐ 2.3K · 💀) - Karate Club: An API Oriented Open-source Python Framework.. ❗️GPL-3.0 - graph-nets (🥉22 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2 - PyTorch-BigGraph (🥉21 · ⭐ 3.4K · 💀) - Generate embeddings from large-scale graph-structured.. BSD-3 - graph4nlp (🥉21 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 - jraph (🥉21 · ⭐ 1.5K · 💀) - A Graph Neural Network Library in Jax. Apache-2 - DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 - DIG (🥉20 · ⭐ 2K · 💀) - A library for graph deep learning research. ❗️GPL-3.0 - deepsnap (🥉20 · ⭐ 560 · 💀) - Python library assists deep learning on graphs. MIT - pyRDF2Vec (🥉20 · ⭐ 260 · 💀) - Python Implementation and Extension of RDF2Vec. MIT - GraphGym (🥉17 · ⭐ 1.8K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT - Sematch (🥉17 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2 - DeepGraph (🥉17 · ⭐ 320) - Analyze Data with Pandas-based Networks. Documentation:. ❗Unlicensed - AutoGL (🥉16 · ⭐ 1.1K · 💀) - An autoML framework & toolkit for machine learning on graphs. Apache-2 - kglib (🥉16 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2 - ptgnn (🥉16 · ⭐ 380 · 💀) - A PyTorch Graph Neural Network Library. MIT - Euler (🥉15 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 - GraphEmbedding (🥉14 · ⭐ 3.8K · 💀) - Implementation and experiments of graph embedding.. MIT - GraphSAGE (🥉14 · ⭐ 3.6K · 💀) - Representation learning on large graphs using stochastic.. MIT - OpenNE (🥉14 · ⭐ 1.7K · 💀) - An Open-Source Package for Network Embedding (NE). MIT - GraphVite (🥉14 · ⭐ 1.3K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 - OpenKE (🥉13 · ⭐ 4K · 💀) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed


Audio Data

Back to top

Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks.

speechbrain (🥇38 · ⭐ 11K) - A PyTorch-based Speech Toolkit. Apache-2 - [GitHub](https://github.com/speechbrain/speechbrain) (👨‍💻 260 · 🔀 1.5K · 📦 3.9K · 📋 1.2K - 12% open · ⏱️ 30.10.2025):
git clone https://github.com/speechbrain/speechbrain
- [PyPi](https://pypi.org/project/speechbrain) (📥 1.1M / month · 📦 79 · ⏱️ 07.04.2025):
pip install speechbrain
espnet (🥇38 · ⭐ 9.5K) - End-to-End Speech Processing Toolkit. Apache-2 - [GitHub](https://github.com/espnet/espnet) (👨‍💻 520 · 🔀 2.3K · 📥 84 · 📦 480 · 📋 2.5K - 3% open · ⏱️ 30.10.2025):
git clone https://github.com/espnet/espnet
- [PyPi](https://pypi.org/project/espnet) (📥 24K / month · 📦 19 · ⏱️ 13.09.2025):
pip install espnet
torchaudio (🥇37 · ⭐ 2.8K) - Data manipulation and transformation for audio signal.. BSD-2 - [GitHub](https://github.com/pytorch/audio) (👨‍💻 240 · 🔀 730 · 📋 1.1K - 31% open · ⏱️ 29.10.2025):
git clone https://github.com/pytorch/audio
- [PyPi](https://pypi.org/project/torchaudio) (📥 15M / month · 📦 2.4K · ⏱️ 15.10.2025):
pip install torchaudio
SpeechRecognition (🥈34 · ⭐ 8.9K) - Speech recognition module for Python, supporting several.. BSD-3 - [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 56 · 🔀 2.4K · 📦 21 · 📋 670 - 48% open · ⏱️ 28.10.2025):
git clone https://github.com/Uberi/speech_recognition
- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 2.2M / month · 📦 730 · ⏱️ 12.05.2025):
pip install SpeechRecognition
- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 360K · ⏱️ 12.05.2025):
conda install -c conda-forge speechrecognition
librosa (🥈34 · ⭐ 8K) - Python library for audio and music analysis. ISC - [GitHub](https://github.com/librosa/librosa) (👨‍💻 130 · 🔀 1K · 📋 1.3K - 5% open · ⏱️ 19.05.2025):
git clone https://github.com/librosa/librosa
- [PyPi](https://pypi.org/project/librosa) (📥 5.6M / month · 📦 1.6K · ⏱️ 11.03.2025):
pip install librosa
- [Conda](https://anaconda.org/conda-forge/librosa) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge librosa
DeepSpeech (🥈33 · ⭐ 27K · 📈) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 - [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 160 · 🔀 4.1K · 📥 660K · 📦 540 · 📋 2.1K - 7% open · ⏱️ 19.06.2025):
git clone https://github.com/mozilla/DeepSpeech
- [PyPi](https://pypi.org/project/deepspeech) (📥 5.5K / month · 📦 24 · ⏱️ 19.12.2020):
pip install deepspeech
- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 4.2K · ⏱️ 22.04.2025):
conda install -c conda-forge deepspeech
audioread (🥈33 · ⭐ 520 · 📈) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT - [GitHub](https://github.com/beetbox/audioread) (👨‍💻 27 · 🔀 110 · 📦 35K · 📋 98 - 40% open · ⏱️ 26.10.2025):
git clone https://github.com/beetbox/audioread
- [PyPi](https://pypi.org/project/audioread) (📥 4.8M / month · 📦 180 · ⏱️ 26.10.2025):
pip install audioread
- [Conda](https://anaconda.org/conda-forge/audioread) (📥 1.2M · ⏱️ 02.10.2025):
conda install -c conda-forge audioread
spleeter (🥈32 · ⭐ 27K) - Deezer source separation library including pretrained models. MIT - [GitHub](https://github.com/deezer/spleeter) (👨‍💻 22 · 🔀 3K · 📥 4.4M · 📦 1.1K · 📋 830 - 32% open · ⏱️ 02.04.2025):
git clone https://github.com/deezer/spleeter
- [PyPi](https://pypi.org/project/spleeter) (📥 26K / month · 📦 18 · ⏱️ 03.04.2025):
pip install spleeter
- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge spleeter
audiomentations (🥈32 · ⭐ 2.2K) - A Python library for audio data augmentation. Useful for.. MIT - [GitHub](https://github.com/iver56/audiomentations) (👨‍💻 34 · 🔀 200 · 📦 840 · 📋 210 - 26% open · ⏱️ 26.09.2025):
git clone https://github.com/iver56/audiomentations
- [PyPi](https://pypi.org/project/audiomentations) (📥 110K / month · 📦 38 · ⏱️ 13.09.2025):
pip install audiomentations
Coqui TTS (🥈32 · ⭐ 1.9K) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 - [GitHub](https://github.com/idiap/coqui-ai-TTS) (👨‍💻 200 · 🔀 240 · 📥 3.8K · 📦 760 · 📋 160 - 14% open · ⏱️ 16.10.2025):
git clone https://github.com/idiap/coqui-ai-TTS
- [PyPi](https://pypi.org/project/coqui-tts) (📥 94K / month · 📦 34 · ⏱️ 25.09.2025):
pip install coqui-tts
Magenta (🥈31 · ⭐ 20K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 - [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.7K · 📦 600 · 📋 1K - 41% open · ⏱️ 08.07.2025):
git clone https://github.com/magenta/magenta
- [PyPi](https://pypi.org/project/magenta) (📥 4.8K / month · 📦 5 · ⏱️ 01.08.2022):
pip install magenta
Porcupine (🥉29 · ⭐ 4.5K) - On-device wake word detection powered by deep learning. Apache-2 - [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 43 · 🔀 550 · 📦 51 · 📋 600 - 0% open · ⏱️ 17.10.2025):
git clone https://github.com/Picovoice/Porcupine
- [PyPi](https://pypi.org/project/pvporcupine) (📥 25K / month · 📦 38 · ⏱️ 05.02.2025):
pip install pvporcupine
pyAudioAnalysis (🥉28 · ⭐ 6.2K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 - [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 670 · 📋 330 - 62% open · ⏱️ 04.08.2025):
git clone https://github.com/tyiannak/pyAudioAnalysis
- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 24K / month · 📦 12 · ⏱️ 07.02.2022):
pip install pyAudioAnalysis
python-soundfile (🥉27 · ⭐ 800) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 - [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 38 · 🔀 120 · 📥 21K · 📋 260 - 46% open · ⏱️ 28.04.2025):
git clone https://github.com/bastibe/python-soundfile
- [PyPi](https://pypi.org/project/soundfile) (📥 9.5M / month · 📦 1.1K · ⏱️ 25.01.2025):
pip install soundfile
- [Conda](https://anaconda.org/anaconda/pysoundfile):
conda install -c anaconda pysoundfile
tinytag (🥉27 · ⭐ 780) - Python library for reading audio file metadata. MIT - [GitHub](https://github.com/tinytag/tinytag) (👨‍💻 27 · 🔀 100 · 📦 1.3K · 📋 120 - 4% open · ⏱️ 13.08.2025):
git clone https://github.com/devsnd/tinytag
- [PyPi](https://pypi.org/project/tinytag) (📥 120K / month · 📦 130 · ⏱️ 13.08.2025):
pip install tinytag
kapre (🥉25 · ⭐ 930 · 📈) - kapre: Keras Audio Preprocessors. MIT - [GitHub](https://github.com/keunwoochoi/kapre) (👨‍💻 13 · 🔀 150 · 📥 33 · 📦 2.5K · 📋 99 - 17% open · ⏱️ 26.10.2025):
git clone https://github.com/keunwoochoi/kapre
- [PyPi](https://pypi.org/project/kapre) (📥 3.2K / month · 📦 11 · ⏱️ 26.10.2025):
pip install kapre
nnAudio (🥉22 · ⭐ 1.1K) - Audio processing by using pytorch 1D convolution network. MIT - [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨‍💻 16 · 🔀 96 · 📦 410 · 📋 65 - 30% open · ⏱️ 16.05.2025):
git clone https://github.com/KinWaiCheuk/nnAudio
- [PyPi](https://pypi.org/project/nnAudio) (📥 59K / month · 📦 4 · ⏱️ 13.02.2024):
pip install nnAudio
Julius (🥉21 · ⭐ 450 · 💤) - Fast PyTorch based DSP for audio and 1D signals. MIT - [GitHub](https://github.com/adefossez/julius) (👨‍💻 3 · 🔀 26 · 📋 12 - 16% open · ⏱️ 17.02.2025):
git clone https://github.com/adefossez/julius
- [PyPi](https://pypi.org/project/julius) (📥 840K / month · 📦 44 · ⏱️ 20.09.2022):
pip install julius
Show 11 hidden projects... - Pydub (🥈36 · ⭐ 9.6K · 💀) - Manipulate audio with a simple and easy high level interface. MIT - aubio (🥉27 · ⭐ 3.5K) - a library for audio and music analysis. ❗️GPL-3.0 - Essentia (🥉27 · ⭐ 3.3K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 - Madmom (🥉27 · ⭐ 1.5K · 💀) - Python audio and music signal processing library. BSD-3 - TTS (🥉26 · ⭐ 10K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 - python_speech_features (🥉26 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT - DDSP (🥉25 · ⭐ 3.1K · 💀) - DDSP: Differentiable Digital Signal Processing. Apache-2 - Dejavu (🥉23 · ⭐ 6.7K · 💀) - Audio fingerprinting and recognition in Python. MIT - TimeSide (🥉21 · ⭐ 390 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0 - Muda (🥉18 · ⭐ 240 · 💀) - A library for augmenting annotated audio data. ISC - textlesslib (🥉10 · ⭐ 550 · 💀) - Library for Textless Spoken Language Processing. MIT


Geospatial Data

Back to top

Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding.

pydeck (🥇43 · ⭐ 14K) - WebGL2 powered visualization framework. MIT - [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 310 · 🔀 2.2K · 📦 9.2K · 📋 3.3K - 13% open · ⏱️ 29.10.2025):
git clone https://github.com/visgl/deck.gl
- [PyPi](https://pypi.org/project/pydeck) (📥 16M / month · 📦 160 · ⏱️ 21.03.2025):
pip install pydeck
- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 850K · ⏱️ 22.04.2025):
conda install -c conda-forge pydeck
- [npm](https://www.npmjs.com/package/deck.gl) (📥 750K / month · 📦 360 · ⏱️ 16.10.2025):
npm install deck.gl
folium (🥇40 · ⭐ 7.3K) - Python Data. Leaflet.js Maps. MIT - [GitHub](https://github.com/python-visualization/folium) (👨‍💻 180 · 🔀 2.2K · 📦 65K · 📋 1.2K - 6% open · ⏱️ 06.10.2025):
git clone https://github.com/python-visualization/folium
- [PyPi](https://pypi.org/project/folium) (📥 2.8M / month · 📦 1K · ⏱️ 16.06.2025):
pip install folium
- [Conda](https://anaconda.org/conda-forge/folium) (📥 4.4M · ⏱️ 16.06.2025):
conda install -c conda-forge folium
Shapely (🥇40 · ⭐ 4.3K) - Manipulation and analysis of geometric objects. BSD-3 - [GitHub](https://github.com/shapely/shapely) (👨‍💻 170 · 🔀 600 · 📥 4K · 📦 110K · 📋 1.3K - 18% open · ⏱️ 28.10.2025):
git clone https://github.com/shapely/shapely
- [PyPi](https://pypi.org/project/shapely) (📥 62M / month · 📦 4.7K · ⏱️ 24.09.2025):
pip install shapely
- [Conda](https://anaconda.org/conda-forge/shapely) (📥 14M · ⏱️ 28.10.2025):
conda install -c conda-forge shapely
GeoPandas (🥈39 · ⭐ 4.9K) - Python tools for geographic data. BSD-3 - [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 250 · 🔀 980 · 📥 3.1K · 📦 60K · 📋 1.8K - 24% open · ⏱️ 25.10.2025):
git clone https://github.com/geopandas/geopandas
- [PyPi](https://pypi.org/project/geopandas) (📥 11M / month · 📦 3.8K · ⏱️ 26.06.2025):
pip install geopandas
- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 5.4M · ⏱️ 06.10.2025):
conda install -c conda-forge geopandas
Rasterio (🥈37 · ⭐ 2.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 - [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 170 · 🔀 540 · 📥 1K · 📦 19K · 📋 1.9K - 8% open · ⏱️ 26.09.2025):
git clone https://github.com/rasterio/rasterio
- [PyPi](https://pypi.org/project/rasterio) (📥 2.8M / month · 📦 1.5K · ⏱️ 02.12.2024):
pip install rasterio
- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 5.3M · ⏱️ 17.09.2025):
conda install -c conda-forge rasterio
pyproj (🥈37 · ⭐ 1.2K) - Python interface to PROJ (cartographic projections and coordinate.. MIT - [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 74 · 🔀 230 · 📦 47K · 📋 660 - 6% open · ⏱️ 29.10.2025):
git clone https://github.com/pyproj4/pyproj
- [PyPi](https://pypi.org/project/pyproj) (📥 14M / month · 📦 2.3K · ⏱️ 14.08.2025):
pip install pyproj
- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 12M · ⏱️ 15.09.2025):
conda install -c conda-forge pyproj
ArcGIS API (🥈36 · ⭐ 2.1K) - Documentation and samples for ArcGIS API for Python. Apache-2 - [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 99 · 🔀 1.1K · 📥 16K · 📦 1K · 📋 920 - 8% open · ⏱️ 28.10.2025):
git clone https://github.com/Esri/arcgis-python-api
- [PyPi](https://pypi.org/project/arcgis) (📥 150K / month · 📦 44 · ⏱️ 27.10.2025):
pip install arcgis
- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook):
docker pull esridocker/arcgis-api-python-notebook
Fiona (🥈34 · ⭐ 1.2K · 💤) - Fiona reads and writes geographic data files. BSD-3 - [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 78 · 🔀 210 · 📦 27K · 📋 820 - 5% open · ⏱️ 20.02.2025):
git clone https://github.com/Toblerity/Fiona
- [PyPi](https://pypi.org/project/fiona) (📥 5.6M / month · 📦 380 · ⏱️ 16.09.2024):
pip install fiona
- [Conda](https://anaconda.org/conda-forge/fiona) (📥 7.9M · ⏱️ 22.04.2025):
conda install -c conda-forge fiona
ipyleaflet (🥉33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT - [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 94 · 🔀 360 · 📦 18K · 📋 660 - 44% open · ⏱️ 19.06.2025):
git clone https://github.com/jupyter-widgets/ipyleaflet
- [PyPi](https://pypi.org/project/ipyleaflet) (📥 230K / month · 📦 340 · ⏱️ 13.06.2025):
pip install ipyleaflet
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.8M · ⏱️ 13.06.2025):
conda install -c conda-forge ipyleaflet
- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 2.7K / month · 📦 9 · ⏱️ 13.06.2025):
npm install jupyter-leaflet
geojson (🥉31 · ⭐ 970 · 💤) - Python bindings and utilities for GeoJSON. BSD-3 - [GitHub](https://github.com/jazzband/geojson) (👨‍💻 58 · 🔀 120 · 📦 21K · 📋 100 - 26% open · ⏱️ 21.12.2024):
git clone https://github.com/jazzband/geojson
- [PyPi](https://pypi.org/project/geojson) (📥 3.6M / month · 📦 720 · ⏱️ 21.12.2024):
pip install geojson
- [Conda](https://anaconda.org/conda-forge/geojson) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge geojson
PySAL (🥉30 · ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 - [GitHub](https://github.com/pysal/pysal) (👨‍💻 79 · 🔀 310 · 📦 1.8K · 📋 660 - 3% open · ⏱️ 08.09.2025):
git clone https://github.com/pysal/pysal
- [PyPi](https://pypi.org/project/pysal) (📥 42K / month · 📦 65 · ⏱️ 31.07.2025):
pip install pysal
- [Conda](https://anaconda.org/conda-forge/pysal) (📥 730K · ⏱️ 01.08.2025):
conda install -c conda-forge pysal
GeoViews (🥉28 · ⭐ 620) - Simple, concise geographical visualization in Python. BSD-3 - [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 34 · 🔀 79 · 📦 5 · 📋 360 - 31% open · ⏱️ 29.10.2025):
git clone https://github.com/holoviz/geoviews
- [PyPi](https://pypi.org/project/geoviews) (📥 69K / month · 📦 76 · ⏱️ 14.08.2025):
pip install geoviews
- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 340K · ⏱️ 14.08.2025):
conda install -c conda-forge geoviews
EarthPy (🥉28 · ⭐ 530) - A package built to support working with spatial data using open source.. BSD-3 - [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 160 · 📥 75 · 📦 440 · 📋 250 - 16% open · ⏱️ 31.07.2025):
git clone https://github.com/earthlab/earthpy
- [PyPi](https://pypi.org/project/earthpy) (📥 14K / month · 📦 17 · ⏱️ 01.10.2021):
pip install earthpy
- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 98K · ⏱️ 22.04.2025):
conda install -c conda-forge earthpy
pymap3d (🥉25 · ⭐ 430) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 - [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 19 · 🔀 87 · 📦 540 · 📋 59 - 8% open · ⏱️ 08.07.2025):
git clone https://github.com/geospace-code/pymap3d
- [PyPi](https://pypi.org/project/pymap3d) (📥 490K / month · 📦 50 · ⏱️ 08.07.2025):
pip install pymap3d
- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 120K · ⏱️ 08.07.2025):
conda install -c conda-forge pymap3d
Mapbox GL (🥉22 · ⭐ 680 · 💤) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT - [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 23 · 🔀 140 · 📋 110 - 38% open · ⏱️ 06.02.2025):
git clone https://github.com/mapbox/mapboxgl-jupyter
- [PyPi](https://pypi.org/project/mapboxgl) (📥 10K / month · 📦 12 · ⏱️ 02.06.2019):
pip install mapboxgl
Show 7 hidden projects... - Satpy (🥈34 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 - geopy (🥉32 · ⭐ 4.7K · 💀) - Geocoding library for Python. MIT - Geocoder (🥉32 · ⭐ 1.6K · 💀) - Python Geocoder. MIT - prettymaps (🥉24 · ⭐ 12K) - Draw pretty maps from OpenStreetMap data! Built with osmnx.. ❗️AGPL-3.0 - Sentinelsat (🥉24 · ⭐ 1K · 💀) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 - gmaps (🥉22 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 - geoplotlib (🥉21 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT


Financial Data

Back to top

Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data.

yfinance (🥇42 · ⭐ 20K) - Download market data from Yahoo! Finances API. Apache-2 - [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 140 · 🔀 2.8K · 📦 86K · 📋 1.7K - 9% open · ⏱️ 18.09.2025):
git clone https://github.com/ranaroussi/yfinance
- [PyPi](https://pypi.org/project/yfinance) (📥 5.9M / month · 📦 1.2K · ⏱️ 17.09.2025):
pip install yfinance
- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 99K · ⏱️ 25.03.2025):
conda install -c ranaroussi yfinance
Qlib (🥇32 · ⭐ 33K) - Qlib is an AI-oriented Quant investment platform that aims to use AI tech.. MIT - [GitHub](https://github.com/microsoft/qlib) (👨‍💻 140 · 🔀 5K · 📥 910 · 📦 21 · 📋 1K - 28% open · ⏱️ 17.10.2025):
git clone https://github.com/microsoft/qlib
- [PyPi](https://pypi.org/project/pyqlib) (📥 16K / month · 📦 3 · ⏱️ 15.08.2025):
pip install pyqlib
bt (🥈30 · ⭐ 2.7K) - bt - flexible backtesting for Python. MIT - [GitHub](https://github.com/pmorissette/bt) (👨‍💻 35 · 🔀 450 · 📦 1.7K · 📋 350 - 23% open · ⏱️ 27.10.2025):
git clone https://github.com/pmorissette/bt
- [PyPi](https://pypi.org/project/bt) (📥 11K / month · 📦 15 · ⏱️ 12.04.2025):
pip install bt
- [Conda](https://anaconda.org/conda-forge/bt) (📥 110K · ⏱️ 02.10.2025):
conda install -c conda-forge bt
Alpha Vantage (🥈27 · ⭐ 4.6K) - A python wrapper for Alpha Vantage API for financial data. MIT - [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 44 · 🔀 760 · 📋 290 - 0% open · ⏱️ 27.07.2025):
git clone https://github.com/RomelTorres/alpha_vantage
- [PyPi](https://pypi.org/project/alpha_vantage) (📥 140K / month · 📦 35 · ⏱️ 18.07.2024):
pip install alpha_vantage
- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 10K · ⏱️ 22.04.2025):
conda install -c conda-forge alpha_vantage
ffn (🥈27 · ⭐ 2.4K) - ffn - a financial function library for Python. MIT - [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 36 · 🔀 330 · 📦 580 · 📋 140 - 17% open · ⏱️ 27.10.2025):
git clone https://github.com/pmorissette/ffn
- [PyPi](https://pypi.org/project/ffn) (📥 25K / month · 📦 22 · ⏱️ 11.02.2025):
pip install ffn
- [Conda](https://anaconda.org/conda-forge/ffn) (📥 26K · ⏱️ 22.04.2025):
conda install -c conda-forge ffn
stockstats (🥉26 · ⭐ 1.4K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 - [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 310 · 📦 1.3K · 📋 130 - 10% open · ⏱️ 18.05.2025):
git clone https://github.com/jealous/stockstats
- [PyPi](https://pypi.org/project/stockstats) (📥 51K / month · 📦 14 · ⏱️ 18.05.2025):
pip install stockstats
tf-quant-finance (🥉21 · ⭐ 5K · 💤) - High-performance TensorFlow library for quantitative.. Apache-2 - [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 48 · 🔀 630 · 📋 65 - 56% open · ⏱️ 21.03.2025):
git clone https://github.com/google/tf-quant-finance
- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 410 / month · 📦 3 · ⏱️ 19.08.2022):
pip install tf-quant-finance
finmarketpy (🥉21 · ⭐ 3.7K · 💤) - Python library for backtesting trading strategies &.. Apache-2 - [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 19 · 🔀 510 · 📥 57 · 📦 16 · 📋 35 - 88% open · ⏱️ 10.03.2025):
git clone https://github.com/cuemacro/finmarketpy
- [PyPi](https://pypi.org/project/finmarketpy) (📥 340 / month · ⏱️ 10.03.2025):
pip install finmarketpy
Show 17 hidden projects... - arch (🥇33 · ⭐ 1.5K) - ARCH models in Python. ❗Unlicensed - zipline (🥇32 · ⭐ 19K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 - ta (🥇32 · ⭐ 4.8K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT - pyfolio (🥈31 · ⭐ 6.1K · 💀) - Portfolio and risk analytics in Python. Apache-2 - backtrader (🥈29 · ⭐ 19K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 - IB-insync (🥈28 · ⭐ 3.1K · 💀) - Python sync/async framework for Interactive Brokers API. BSD-2 - Alphalens (🥈27 · ⭐ 4K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 - Enigma Catalyst (🥈27 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 - empyrical (🥈27 · ⭐ 1.4K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 - Backtesting.py (🥉26 · ⭐ 7.4K) - Backtest trading strategies in Python. ❗️AGPL-3.0 - TensorTrade (🥉26 · ⭐ 5.6K · 💀) - An open source reinforcement learning framework for.. Apache-2 - PyAlgoTrade (🥉25 · ⭐ 4.6K · 💀) - Python Algorithmic Trading Library. Apache-2 - FinTA (🥉24 · ⭐ 2.2K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 - Crypto Signals (🥉22 · ⭐ 5.4K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT - FinQuant (🥉22 · ⭐ 1.6K · 💀) - A program for financial portfolio management, analysis and.. MIT - surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 - pyrtfolio (🥉9 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0


Time Series Data

Back to top

Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data.

sktime (🥇41 · ⭐ 9.3K) - A unified framework for machine learning with time series. BSD-3 - [GitHub](https://github.com/sktime/sktime) (👨‍💻 520 · 🔀 1.7K · 📥 110 · 📦 4.7K · 📋 3.1K - 39% open · ⏱️ 28.10.2025):
git clone https://github.com/alan-turing-institute/sktime
- [PyPi](https://pypi.org/project/sktime) (📥 1M / month · 📦 160 · ⏱️ 25.09.2025):
pip install sktime
- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.2M · ⏱️ 18.09.2025):
conda install -c conda-forge sktime-all-extras
Prophet (🥇34 · ⭐ 20K) - Tool for producing high quality forecasts for time series data that has.. MIT - [GitHub](https://github.com/facebook/prophet) (👨‍💻 190 · 🔀 4.6K · 📥 3.2K · 📦 21 · 📋 2.2K - 20% open · ⏱️ 21.10.2025):
git clone https://github.com/facebook/prophet
- [PyPi](https://pypi.org/project/fbprophet) (📥 84K / month · 📦 91 · ⏱️ 05.09.2020):
pip install fbprophet
- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.5M · ⏱️ 22.10.2025):
conda install -c conda-forge prophet
StatsForecast (🥇34 · ⭐ 4.6K) - Lightning fast forecasting with statistical and econometric.. Apache-2 - [GitHub](https://github.com/Nixtla/statsforecast) (👨‍💻 56 · 🔀 340 · 📦 2K · 📋 400 - 34% open · ⏱️ 29.10.2025):
git clone https://github.com/Nixtla/statsforecast
- [PyPi](https://pypi.org/project/statsforecast) (📥 990K / month · 📦 91 · ⏱️ 29.10.2025):
pip install statsforecast
- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 220K · ⏱️ 30.10.2025):
conda install -c conda-forge statsforecast
tslearn (🥈33 · ⭐ 3.1K) - The machine learning toolkit for time series analysis in Python. BSD-2 - [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 46 · 🔀 350 · 📦 1.9K · 📋 380 - 38% open · ⏱️ 27.10.2025):
git clone https://github.com/tslearn-team/tslearn
- [PyPi](https://pypi.org/project/tslearn) (📥 400K / month · 📦 110 · ⏱️ 02.07.2025):
pip install tslearn
- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.7M · ⏱️ 03.07.2025):
conda install -c conda-forge tslearn
skforecast (🥈33 · ⭐ 1.4K) - Time series forecasting with machine learning models. BSD-3 - [GitHub](https://github.com/skforecast/skforecast) (👨‍💻 23 · 🔀 170 · 📦 490 · 📋 210 - 8% open · ⏱️ 22.09.2025):
git clone https://github.com/JoaquinAmatRodrigo/skforecast
- [PyPi](https://pypi.org/project/skforecast) (📥 96K / month · 📦 18 · ⏱️ 22.09.2025):
pip install skforecast
Darts (🥈32 · ⭐ 9K) - A python library for user-friendly forecasting and anomaly detection on.. Apache-2 - [GitHub](https://github.com/unit8co/darts) (👨‍💻 140 · 🔀 970 · 📋 1.8K - 13% open · ⏱️ 26.10.2025):
git clone https://github.com/unit8co/darts
- [PyPi](https://pypi.org/project/u8darts) (📥 86K / month · 📦 10 · ⏱️ 03.10.2025):
pip install u8darts
- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 94K · ⏱️ 05.10.2025):
conda install -c conda-forge u8darts-all
- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 2.1K · ⏱️ 03.10.2025):
docker pull unit8/darts
pytorch-forecasting (🥈32 · ⭐ 4.6K) - Time series forecasting with PyTorch. MIT - [GitHub](https://github.com/sktime/pytorch-forecasting) (👨‍💻 79 · 🔀 710 · 📦 670 · 📋 920 - 59% open · ⏱️ 19.10.2025):
git clone https://github.com/jdb78/pytorch-forecasting
- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 270K / month · 📦 27 · ⏱️ 10.10.2025):
pip install pytorch-forecasting
- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 87K · ⏱️ 05.07.2025):
conda install -c conda-forge pytorch-forecasting
pmdarima (🥈32 · ⭐ 1.7K · 💤) - A statistical library designed to fill the void in Pythons time.. MIT - [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 250 · 📦 13K · 📋 340 - 19% open · ⏱️ 07.11.2024):
git clone https://github.com/alkaline-ml/pmdarima
- [PyPi](https://pypi.org/project/pmdarima) (📥 7.5M / month · 📦 150 · ⏱️ 23.10.2023):
pip install pmdarima
- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge pmdarima
tsfresh (🥈31 · ⭐ 9K) - Automatic extraction of relevant features from time series:. MIT - [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 100 · 🔀 1.3K · 📦 21 · 📋 550 - 12% open · ⏱️ 30.08.2025):
git clone https://github.com/blue-yonder/tsfresh
- [PyPi](https://pypi.org/project/tsfresh) (📥 340K / month · 📦 120 · ⏱️ 30.08.2025):
pip install tsfresh
- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.5M · ⏱️ 31.08.2025):
conda install -c conda-forge tsfresh
STUMPY (🥈30 · ⭐ 4K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3 - [GitHub](https://github.com/stumpy-dev/stumpy) (👨‍💻 41 · 🔀 340 · 📦 1.6K · 📋 540 - 13% open · ⏱️ 02.09.2025):
git clone https://github.com/TDAmeritrade/stumpy
- [PyPi](https://pypi.org/project/stumpy) (📥 380K / month · 📦 30 · ⏱️ 09.07.2024):
pip install stumpy
- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge stumpy
NeuralForecast (🥈30 · ⭐ 3.8K) - Scalable and user friendly neural forecasting algorithms. Apache-2 - [GitHub](https://github.com/Nixtla/neuralforecast) (👨‍💻 55 · 🔀 450 · 📋 650 - 17% open · ⏱️ 01.10.2025):
git clone https://github.com/Nixtla/neuralforecast
- [PyPi](https://pypi.org/project/neuralforecast) (📥 160K / month · 📦 30 · ⏱️ 01.10.2025):
pip install neuralforecast
- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 47K · ⏱️ 06.10.2025):
conda install -c conda-forge neuralforecast
GluonTS (🥈29 · ⭐ 5K) - Probabilistic time series modeling in Python. Apache-2 - [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 120 · 🔀 790 · 📋 970 - 34% open · ⏱️ 14.08.2025):
git clone https://github.com/awslabs/gluon-ts
- [PyPi](https://pypi.org/project/gluonts) (📥 1.9M / month · 📦 41 · ⏱️ 27.06.2025):
pip install gluonts
- [Conda](https://anaconda.org/anaconda/gluonts) (📥 3.2K · ⏱️ 22.04.2025):
conda install -c anaconda gluonts
Streamz (🥉28 · ⭐ 1.3K · 💤) - Real-time stream processing for python. BSD-3 - [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 49 · 🔀 150 · 📦 570 · 📋 270 - 44% open · ⏱️ 22.11.2024):
git clone https://github.com/python-streamz/streamz
- [PyPi](https://pypi.org/project/streamz) (📥 26K / month · 📦 57 · ⏱️ 27.07.2022):
pip install streamz
- [Conda](https://anaconda.org/conda-forge/streamz) (📥 2.9M · ⏱️ 22.04.2025):
conda install -c conda-forge streamz
pyts (🥉27 · ⭐ 1.9K) - A Python package for time series classification. BSD-3 - [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 15 · 🔀 180 · 📦 900 · 📋 88 - 59% open · ⏱️ 18.06.2025):
git clone https://github.com/johannfaouzi/pyts
- [PyPi](https://pypi.org/project/pyts) (📥 190K / month · 📦 45 · ⏱️ 18.06.2023):
pip install pyts
- [Conda](https://anaconda.org/conda-forge/pyts) (📥 35K · ⏱️ 22.04.2025):
conda install -c conda-forge pyts
TSFEL (🥉26 · ⭐ 1.1K) - An intuitive library to extract features from time series. BSD-3 - [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨‍💻 21 · 🔀 150 · 📦 220 · 📋 87 - 5% open · ⏱️ 20.08.2025):
git clone https://github.com/fraunhoferportugal/tsfel
- [PyPi](https://pypi.org/project/tsfel) (📥 9.4K / month · 📦 14 · ⏱️ 20.08.2025):
pip install tsfel
greykite (🥉22 · ⭐ 1.8K · 💤) - A flexible, intuitive and fast forecasting library. BSD-2 - [GitHub](https://github.com/linkedin/greykite) (👨‍💻 10 · 🔀 110 · 📥 39 · 📦 47 · 📋 110 - 11% open · ⏱️ 20.02.2025):
git clone https://github.com/linkedin/greykite
- [PyPi](https://pypi.org/project/greykite) (📥 11K / month · ⏱️ 20.02.2025):
pip install greykite
Show 13 hidden projects... - NeuralProphet (🥉26 · ⭐ 4.2K · 💀) - NeuralProphet: A simple forecasting package. MIT - PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3 - luminol (🥉22 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2 - ADTK (🥉22 · ⭐ 1.2K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 - seglearn (🥉21 · ⭐ 580 · 💀) - Python module for machine learning time series:. BSD-3 - pydlm (🥉21 · ⭐ 480 · 💀) - A python library for Bayesian time series modeling. BSD-3 - tick (🥉20 · ⭐ 520 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 - matrixprofile-ts (🥉19 · ⭐ 740 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 - tsflex (🥉19 · ⭐ 430 · 💀) - Flexible time series feature extraction & processing. MIT - Auto TS (🥉17 · ⭐ 760 · 💀) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 - tsaug (🥉15 · ⭐ 360 · 💀) - A Python package for time series augmentation. Apache-2 - atspy (🥉14 · ⭐ 520 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT - tslumen (🥉8 · ⭐ 71 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2


Medical Data

Back to top

Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats.

Nilearn (🥇38 · ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 - [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 260 · 🔀 610 · 📥 410 · 📦 4.4K · 📋 2.4K - 12% open · ⏱️ 30.10.2025):
git clone https://github.com/nilearn/nilearn
- [PyPi](https://pypi.org/project/nilearn) (📥 270K / month · 📦 350 · ⏱️ 03.09.2025):
pip install nilearn
- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 400K · ⏱️ 04.09.2025):
conda install -c conda-forge nilearn
MONAI (🥇37 · ⭐ 7K) - AI Toolkit for Healthcare Imaging. Apache-2 - [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 240 · 🔀 1.3K · 📦 4.5K · 📋 3.3K - 14% open · ⏱️ 10.10.2025):
git clone https://github.com/Project-MONAI/MONAI
- [PyPi](https://pypi.org/project/monai) (📥 320K / month · 📦 200 · ⏱️ 22.09.2025):
pip install monai
- [Conda](https://anaconda.org/conda-forge/monai) (📥 60K · ⏱️ 22.09.2025):
conda install -c conda-forge monai
MNE (🥇37 · ⭐ 3.1K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 - [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 410 · 🔀 1.4K · 📋 5.1K - 11% open · ⏱️ 29.10.2025):
git clone https://github.com/mne-tools/mne-python
- [PyPi](https://pypi.org/project/mne) (📥 280K / month · 📦 530 · ⏱️ 14.10.2025):
pip install mne
- [Conda](https://anaconda.org/conda-forge/mne) (📥 620K · ⏱️ 14.10.2025):
conda install -c conda-forge mne
Hail (🥈34 · ⭐ 1K) - Cloud-native genomic dataframes and batch computing. MIT - [GitHub](https://github.com/hail-is/hail) (👨‍💻 100 · 🔀 260 · 📦 170 · 📋 2.6K - 11% open · ⏱️ 29.10.2025):
git clone https://github.com/hail-is/hail
- [PyPi](https://pypi.org/project/hail) (📥 110K / month · 📦 44 · ⏱️ 09.09.2025):
pip install hail
NiBabel (🥈34 · ⭐ 740) - Python package to access a cacophony of neuro-imaging file formats. MIT - [GitHub](https://github.com/nipy/nibabel) (👨‍💻 110 · 🔀 260 · 📦 30K · 📋 550 - 23% open · ⏱️ 21.10.2025):
git clone https://github.com/nipy/nibabel
- [PyPi](https://pypi.org/project/nibabel) (📥 910K / month · 📦 1.2K · ⏱️ 23.10.2024):
pip install nibabel
- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge nibabel
NIPYPE (🥈33 · ⭐ 790) - Workflows and interfaces for neuroimaging packages. Apache-2 - [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 530 · 📦 7.2K · 📋 1.4K - 30% open · ⏱️ 28.04.2025):
git clone https://github.com/nipy/nipype
- [PyPi](https://pypi.org/project/nipype) (📥 360K / month · 📦 150 · ⏱️ 19.03.2025):
pip install nipype
- [Conda](https://anaconda.org/conda-forge/nipype) (📥 990K · ⏱️ 05.05.2025):
conda install -c conda-forge nipype
Lifelines (🥈32 · ⭐ 2.5K · 💤) - Survival analysis in Python. MIT - [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 560 · 📦 4.2K · 📋 980 - 27% open · ⏱️ 29.10.2024):
git clone https://github.com/CamDavidsonPilon/lifelines
- [PyPi](https://pypi.org/project/lifelines) (📥 1.5M / month · 📦 160 · ⏱️ 29.10.2024):
pip install lifelines
- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 500K · ⏱️ 22.04.2025):
conda install -c conda-forge lifelines
DeepVariant (🥉27 · ⭐ 3.5K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 - [GitHub](https://github.com/google/deepvariant) (👨‍💻 41 · 🔀 760 · 📥 4.9K · 📦 4 · 📋 960 - 0% open · ⏱️ 10.09.2025):
git clone https://github.com/google/deepvariant
- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 79K · ⏱️ 24.05.2025):
conda install -c bioconda deepvariant
Brainiak (🥉19 · ⭐ 360 · 💤) - Brain Imaging Analysis Kit. Apache-2 - [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 140 · 📋 230 - 38% open · ⏱️ 06.01.2025):
git clone https://github.com/brainiak/brainiak
- [PyPi](https://pypi.org/project/brainiak) (📥 1.3K / month · ⏱️ 07.01.2025):
pip install brainiak
- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 2K · ⭐ 1 · ⏱️ 07.01.2025):
docker pull brainiak/brainiak
Show 10 hidden projects... - DIPY (🥈31 · ⭐ 790) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed - NiftyNet (🥉24 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 - NIPY (🥉24 · ⭐ 400 · 💤) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed - MedPy (🥉23 · ⭐ 610 · 💀) - Medical image processing in Python. ❗️GPL-3.0 - DLTK (🥉20 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 - Glow (🥉19 · ⭐ 290 · 💤) - An open-source toolkit for large-scale genomic analysis. Apache-2 - MedicalTorch (🥉17 · ⭐ 870 · 💀) - A medical imaging framework for Pytorch. Apache-2 - Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 - DeepNeuro (🥉14 · ⭐ 130 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT - MedicalNet (🥉12 · ⭐ 2.1K · 💀) - Many studies have shown that the performance on deep learning is.. MIT


Tabular Data

Back to top

Libraries for processing tabular and structured data.

skrub (🥇30 · ⭐ 1.5K) - Machine learning with dataframes. BSD-3 - [GitHub](https://github.com/skrub-data/skrub) (👨‍💻 82 · 🔀 170 · 📦 100 · 📋 580 - 21% open · ⏱️ 30.10.2025):
git clone https://github.com/skrub-data/skrub
- [PyPi](https://pypi.org/project/skrub) (📥 45K / month · 📦 20 · ⏱️ 25.09.2025):
pip install skrub
pytorch_tabular (🥈23 · ⭐ 1.6K) - A standard framework for modelling Deep Learning Models.. MIT - [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨‍💻 27 · 🔀 160 · 📥 64 · 📋 180 - 5% open · ⏱️ 19.04.2025):
git clone https://github.com/manujosephv/pytorch_tabular
- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 5.5K / month · 📦 9 · ⏱️ 28.11.2024):
pip install pytorch_tabular
upgini (🥈21 · ⭐ 350) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 - [GitHub](https://github.com/upgini/upgini) (👨‍💻 14 · 🔀 25 · 📦 9 · ⏱️ 28.10.2025):
git clone https://github.com/upgini/upgini
- [PyPi](https://pypi.org/project/upgini) (📥 5.9K / month · ⏱️ 28.10.2025):
pip install upgini
Show 3 hidden projects... - miceforest (🥈21 · ⭐ 390) - Multiple Imputation with LightGBM in Python. ❗Unlicensed - carefree-learn (🥉18 · ⭐ 410 · 💀) - Deep Learning PyTorch. MIT - deltapy (🥉13 · ⭐ 550 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT


Optical Character Recognition

Back to top

Libraries for optical character recognition (OCR) and text extraction from images or videos.

PaddleOCR (🥇44 · ⭐ 62K) - Turn any PDF or image document into structured data for your.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 320 · 🔀 9.2K · 📥 2M · 📦 6.2K · 📋 10K - 1% open · ⏱️ 30.10.2025):
git clone https://github.com/PaddlePaddle/PaddleOCR
- [PyPi](https://pypi.org/project/paddleocr) (📥 750K / month · 📦 210 · ⏱️ 29.10.2025):
pip install paddleocr
OCRmyPDF (🥇37 · ⭐ 32K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 - [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 120 · 🔀 2.2K · 📥 15K · 📦 1.4K · 📋 1.3K - 11% open · ⏱️ 25.10.2025):
git clone https://github.com/ocrmypdf/OCRmyPDF
- [PyPi](https://pypi.org/project/ocrmypdf) (📥 400K / month · 📦 58 · ⏱️ 16.10.2025):
pip install ocrmypdf
- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge ocrmypdf
Tesseract (🥈32 · ⭐ 6.2K · 💤) - Python-tesseract is an optical character recognition (OCR).. Apache-2 - [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 50 · 🔀 730 · 📋 370 - 3% open · ⏱️ 17.02.2025):
git clone https://github.com/madmaze/pytesseract
- [PyPi](https://pypi.org/project/pytesseract) (📥 5.6M / month · 📦 970 · ⏱️ 16.08.2024):
pip install pytesseract
- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 690K · ⏱️ 22.04.2025):
conda install -c conda-forge pytesseract
tesserocr (🥈32 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT - [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 34 · 🔀 260 · 📥 1.2K · 📦 1.3K · 📋 290 - 14% open · ⏱️ 10.10.2025):
git clone https://github.com/sirfz/tesserocr
- [PyPi](https://pypi.org/project/tesserocr) (📥 210K / month · 📦 56 · ⏱️ 10.10.2025):
pip install tesserocr
- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 290K · ⏱️ 22.04.2025):
conda install -c conda-forge tesserocr
MMOCR (🥉27 · ⭐ 4.7K · 💤) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2 - [GitHub](https://github.com/open-mmlab/mmocr) (👨‍💻 90 · 🔀 770 · 📦 240 · 📋 930 - 20% open · ⏱️ 27.11.2024):
git clone https://github.com/open-mmlab/mmocr
- [PyPi](https://pypi.org/project/mmocr) (📥 6K / month · 📦 4 · ⏱️ 05.05.2022):
pip install mmocr
keras-ocr (🥉25 · ⭐ 1.5K) - A packaged and flexible version of the CRAFT text detector and.. MIT - [GitHub](https://github.com/faustomorales/keras-ocr) (👨‍💻 19 · 🔀 340 · 📥 2.1M · 📦 720 · 📋 220 - 46% open · ⏱️ 22.09.2025):
git clone https://github.com/faustomorales/keras-ocr
- [PyPi](https://pypi.org/project/keras-ocr) (📥 18K / month · 📦 8 · ⏱️ 06.11.2023):
pip install keras-ocr
- [Conda](https://anaconda.org/anaconda/keras-ocr) (📥 450 · ⏱️ 22.04.2025):
conda install -c anaconda keras-ocr
Show 6 hidden projects... - EasyOCR (🥈34 · ⭐ 28K · 💀) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 - calamari (🥉22 · ⭐ 1.2K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0 - pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 - attention-ocr (🥉21 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT - doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT - Mozart (🥉10 · ⭐ 690 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2


Data Containers & Structures

Back to top

General-purpose data containers & structures as well as utilities & extensions for pandas.

🔗 best-of-python - Data Containers ( ⭐ 4.2K) - Collection of data-container, dataframe, and pandas-..


Data Loading & Extraction

Back to top

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

🔗 best-of-python - Data Extraction ( ⭐ 4.2K) - Collection of data-loading and -extraction libraries.


Web Scraping & Crawling

Back to top

Libraries for web scraping, crawling, downloading, and mining as well as libraries.

🔗 best-of-web-python - Web Scraping ( ⭐ 2.6K) - Collection of web-scraping and crawling libraries.


Data Pipelines & Streaming

Back to top

Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.

🔗 best-of-python - Data Pipelines ( ⭐ 4.2K) - Libraries for data batch- and stream-processing,..

Show 1 hidden projects... - pyclugen (🥇10 · ⭐ 10) - Multidimensional cluster generation in Python. MIT


Distributed Machine Learning

Back to top

Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure.

Ray (🥇48 · ⭐ 40K) - Ray is an AI compute engine. Ray consists of a core distributed runtime.. Apache-2 - [GitHub](https://github.com/ray-project/ray) (👨‍💻 1.4K · 🔀 6.8K · 📥 270 · 📦 27K · 📋 22K - 14% open · ⏱️ 30.10.2025):
git clone https://github.com/ray-project/ray
- [PyPi](https://pypi.org/project/ray) (📥 30M / month · 📦 1.1K · ⏱️ 29.10.2025):
pip install ray
- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 920K · ⏱️ 22.10.2025):
conda install -c conda-forge ray-tune
dask (🥇45 · ⭐ 14K · 📈) - Parallel computing with task scheduling. BSD-3 - [GitHub](https://github.com/dask/dask) (👨‍💻 630 · 🔀 1.8K · 📦 77K · 📋 5.6K - 21% open · ⏱️ 29.10.2025):
git clone https://github.com/dask/dask
- [PyPi](https://pypi.org/project/dask) (📥 20M / month · 📦 3.2K · ⏱️ 14.10.2025):
pip install dask
- [Conda](https://anaconda.org/conda-forge/dask) (📥 14M · ⏱️ 14.10.2025):
conda install -c conda-forge dask
DeepSpeed (🥇41 · ⭐ 41K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 - [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨‍💻 420 · 🔀 4.6K · 📦 15K · 📋 3.2K - 34% open · ⏱️ 29.10.2025):
git clone https://github.com/microsoft/DeepSpeed
- [PyPi](https://pypi.org/project/deepspeed) (📥 990K / month · 📦 350 · ⏱️ 23.10.2025):
pip install deepspeed
- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 24K · ⭐ 4 · ⏱️ 02.09.2022):
docker pull deepspeed/deepspeed
dask.distributed (🥇39 · ⭐ 1.7K) - A distributed task scheduler for Dask. BSD-3 - [GitHub](https://github.com/dask/distributed) (👨‍💻 340 · 🔀 740 · 📦 42K · 📋 3.9K - 37% open · ⏱️ 28.10.2025):
git clone https://github.com/dask/distributed
- [PyPi](https://pypi.org/project/distributed) (📥 5.4M / month · 📦 1K · ⏱️ 14.10.2025):
pip install distributed
- [Conda](https://anaconda.org/conda-forge/distributed) (📥 20M · ⏱️ 14.10.2025):
conda install -c conda-forge distributed
horovod (🥈36 · ⭐ 15K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 - [GitHub](https://github.com/horovod/horovod) (👨‍💻 180 · 🔀 2.3K · 📦 1.4K · 📋 2.3K - 17% open · ⏱️ 28.10.2025):
git clone https://github.com/horovod/horovod
- [PyPi](https://pypi.org/project/horovod) (📥 78K / month · 📦 34 · ⏱️ 12.06.2023):
pip install horovod
metrics (🥈36 · ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 - [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨‍💻 280 · 🔀 460 · 📥 6.9K · 📦 45K · 📋 990 - 8% open · ⏱️ 27.10.2025):
git clone https://github.com/Lightning-AI/metrics
- [PyPi](https://pypi.org/project/metrics) (📥 4.6K / month · 📦 4 · ⏱️ 26.02.2025):
pip install metrics
- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 2.2M · ⏱️ 03.09.2025):
conda install -c conda-forge torchmetrics
H2O-3 (🥈34 · ⭐ 7.3K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2 - [GitHub](https://github.com/h2oai/h2o-3) (👨‍💻 280 · 🔀 2K · 📦 99 · 📋 9.6K - 30% open · ⏱️ 21.10.2025):
git clone https://github.com/h2oai/h2o-3
- [PyPi](https://pypi.org/project/h2o) (📥 180K / month · 📦 68 · ⏱️ 08.10.2025):
pip install h2o
ColossalAI (🥈33 · ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2 - [GitHub](https://github.com/hpcaitech/ColossalAI) (👨‍💻 200 · 🔀 4.5K · 📦 530 · 📋 1.8K - 26% open · ⏱️ 26.09.2025):
git clone https://github.com/hpcaitech/colossalai
mpi4py (🥈33 · ⭐ 880) - Python bindings for MPI. BSD-3 - [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 28 · 🔀 130 · 📥 39K · 📦 12K · 📋 230 - 2% open · ⏱️ 29.10.2025):
git clone https://github.com/mpi4py/mpi4py
- [PyPi](https://pypi.org/project/mpi4py) (📥 980K / month · 📦 1K · ⏱️ 10.10.2025):
pip install mpi4py
- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 4.5M · ⏱️ 14.10.2025):
conda install -c conda-forge mpi4py
FairScale (🥈31 · ⭐ 3.4K) - PyTorch extensions for high performance and large scale training. BSD-3 - [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 77 · 🔀 290 · 📦 9K · 📋 390 - 26% open · ⏱️ 26.04.2025):
git clone https://github.com/facebookresearch/fairscale
- [PyPi](https://pypi.org/project/fairscale) (📥 530K / month · 📦 150 · ⏱️ 11.12.2022):
pip install fairscale
- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 530K · ⏱️ 22.04.2025):
conda install -c conda-forge fairscale
Submit it (🥈31 · ⭐ 1.5K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT - [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 26 · 🔀 140 · 📦 4.7K · 📋 130 - 38% open · ⏱️ 21.05.2025):
git clone https://github.com/facebookincubator/submitit
- [PyPi](https://pypi.org/project/submitit) (📥 840K / month · 📦 74 · ⏱️ 21.05.2025):
pip install submitit
- [Conda](https://anaconda.org/conda-forge/submitit) (📥 65K · ⏱️ 22.04.2025):
conda install -c conda-forge submitit
BigDL (🥈30 · ⭐ 8.4K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2 - [GitHub](https://github.com/intel/ipex-llm) (👨‍💻 120 · 🔀 1.4K · 📥 710 · 📋 3K - 40% open · ⏱️ 14.10.2025):
git clone https://github.com/intel-analytics/BigDL
- [PyPi](https://pypi.org/project/bigdl) (📥 15K / month · 📦 2 · ⏱️ 24.03.2024):
pip install bigdl
- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (📦 5 · ⏱️ 20.04.2021):
<dependency>
    <groupId>com.intel.analytics.bigdl</groupId>
    <artifactId>bigdl-SPARK_2.4</artifactId>
    <version>[VERSION]</version>
</dependency>
SynapseML (🥈30 · ⭐ 5.2K) - Simple and Distributed Machine Learning. MIT - [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 130 · 🔀 850 · 📋 820 - 49% open · ⏱️ 29.10.2025):
git clone https://github.com/microsoft/SynapseML
- [PyPi](https://pypi.org/project/synapseml) (📥 1.6M / month · 📦 7 · ⏱️ 03.10.2025):
pip install synapseml
petastorm (🥈29 · ⭐ 1.9K) - Petastorm library enables single machine or distributed training.. Apache-2 - [GitHub](https://github.com/uber/petastorm) (👨‍💻 52 · 🔀 280 · 📥 580 · 📦 390 · 📋 330 - 54% open · ⏱️ 15.09.2025):
git clone https://github.com/uber/petastorm
- [PyPi](https://pypi.org/project/petastorm) (📥 270K / month · 📦 15 · ⏱️ 11.08.2025):
pip install petastorm
dask-ml (🥉28 · ⭐ 940) - Scalable Machine Learning with Dask. BSD-3 - [GitHub](https://github.com/dask/dask-ml) (👨‍💻 82 · 🔀 260 · 📦 1.3K · 📋 550 - 51% open · ⏱️ 27.09.2025):
git clone https://github.com/dask/dask-ml
- [PyPi](https://pypi.org/project/dask-ml) (📥 120K / month · 📦 100 · ⏱️ 08.02.2025):
pip install dask-ml
- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge dask-ml
Hivemind (🥉26 · ⭐ 2.3K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT - [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 34 · 🔀 190 · 📦 130 · 📋 190 - 43% open · ⏱️ 12.10.2025):
git clone https://github.com/learning-at-home/hivemind
- [PyPi](https://pypi.org/project/hivemind) (📥 43K / month · 📦 12 · ⏱️ 20.04.2025):
pip install hivemind
MMLSpark (🥉23 · ⭐ 5.2K) - Simple and Distributed Machine Learning. MIT - [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 130 · 🔀 850 · 📋 820 - 49% open · ⏱️ 29.10.2025):
git clone https://github.com/microsoft/SynapseML
- [PyPi](https://pypi.org/project/mmlspark) (⏱️ 18.03.2020):
pip install mmlspark
Apache Singa (🥉23 · ⭐ 3.6K · 💤) - a distributed deep learning platform. Apache-2 - [GitHub](https://github.com/apache/singa) (👨‍💻 98 · 🔀 1.3K · 📦 6 · 📋 140 - 35% open · ⏱️ 26.03.2025):
git clone https://github.com/apache/singa
- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 1.2K · ⏱️ 25.03.2025):
conda install -c nusdbsystem singa
- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 9.9K · ⭐ 3 · ⏱️ 31.05.2022):
docker pull apache/singa
analytics-zoo (🥉22 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 - [GitHub](https://github.com/intel/analytics-zoo) (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 09.10.2025):
git clone https://github.com/intel-analytics/analytics-zoo
- [PyPi](https://pypi.org/project/analytics-zoo) (📥 600 / month · 📦 1 · ⏱️ 22.08.2022):
pip install analytics-zoo
Show 17 hidden projects... - DEAP (🥈34 · ⭐ 6.2K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 - ipyparallel (🥈29 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed - TensorFlowOnSpark (🥉25 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 - Elephas (🥉24 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras - Mesh (🥉23 · ⭐ 1.6K · 💀) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 - BytePS (🥉21 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 - somoclu (🥉21 · ⭐ 280 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT - TensorFrames (🥉19 · ⭐ 750 · 💀) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2 - sk-dist (🥉19 · ⭐ 290 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 - mesh-transformer-jax (🥉18 · ⭐ 6.4K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2 - launchpad (🥉18 · ⭐ 330 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 - Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2 - bluefog (🥉17 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 - parallelformers (🥉16 · ⭐ 790 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2 - LazyCluster (🥉13 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2 - autodist (🥉12 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2 - moolib (🥉11 · ⭐ 370 · 💀) - A library for distributed ML training with PyTorch. MIT


Hyperparameter Optimization & AutoML

Back to top

Libraries for hyperparameter optimization, automl and neural architecture search.

Optuna (🥇44 · ⭐ 13K) - A hyperparameter optimization framework. MIT - [GitHub](https://github.com/optuna/optuna) (👨‍💻 320 · 🔀 1.2K · 📦 30K · 📋 1.8K - 3% open · ⏱️ 30.10.2025):
git clone https://github.com/optuna/optuna
- [PyPi](https://pypi.org/project/optuna) (📥 7.6M / month · 📦 1.5K · ⏱️ 18.08.2025):
pip install optuna
- [Conda](https://anaconda.org/conda-forge/optuna) (📥 3.4M · ⏱️ 19.08.2025):
conda install -c conda-forge optuna
Ax (🥇36 · ⭐ 2.6K) - Adaptive Experimentation Platform. MIT - [GitHub](https://github.com/facebook/Ax) (👨‍💻 200 · 🔀 350 · 📦 1.2K · 📋 930 - 12% open · ⏱️ 30.10.2025):
git clone https://github.com/facebook/Ax
- [PyPi](https://pypi.org/project/ax-platform) (📥 240K / month · 📦 71 · ⏱️ 09.09.2025):
pip install ax-platform
- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 49K · ⏱️ 10.09.2025):
conda install -c conda-forge ax-platform
AutoGluon (🥇35 · ⭐ 9.6K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 - [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 140 · 🔀 1.1K · 📦 1.2K · 📋 1.8K - 24% open · ⏱️ 29.10.2025):
git clone https://github.com/autogluon/autogluon
- [PyPi](https://pypi.org/project/autogluon) (📥 260K / month · 📦 38 · ⏱️ 23.10.2025):
pip install autogluon
- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 45K · ⏱️ 30.07.2025):
conda install -c conda-forge autogluon
- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 20K · ⭐ 19 · ⏱️ 16.06.2025):
docker pull autogluon/autogluon
BoTorch (🥇35 · ⭐ 3.4K) - Bayesian optimization in PyTorch. MIT - [GitHub](https://github.com/meta-pytorch/botorch) (👨‍💻 150 · 🔀 450 · 📦 1.8K · 📋 600 - 10% open · ⏱️ 29.10.2025):
git clone https://github.com/pytorch/botorch
- [PyPi](https://pypi.org/project/botorch) (📥 480K / month · 📦 140 · ⏱️ 23.10.2025):
pip install botorch
- [Conda](https://anaconda.org/conda-forge/botorch) (📥 180K · ⏱️ 24.10.2025):
conda install -c conda-forge botorch
Bayesian Optimization (🥇34 · ⭐ 8.4K) - A Python implementation of global optimization with.. MIT - [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 52 · 🔀 1.6K · 📥 180 · 📦 4.1K · 📋 390 - 1% open · ⏱️ 09.09.2025):
git clone https://github.com/fmfn/BayesianOptimization
- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 510K / month · 📦 190 · ⏱️ 24.07.2025):
pip install bayesian-optimization
Hyperopt (🥇34 · ⭐ 7.5K · 💤) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 - [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 1.1K · 📦 22K · 📋 800 - 17% open · ⏱️ 27.12.2024):
git clone https://github.com/hyperopt/hyperopt
- [PyPi](https://pypi.org/project/hyperopt) (📥 2.7M / month · 📦 450 · ⏱️ 17.11.2021):
pip install hyperopt
- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 860K · ⏱️ 22.04.2025):
conda install -c conda-forge hyperopt
AutoKeras (🥈32 · ⭐ 9.3K · 💤) - AutoML library for deep learning. Apache-2 - [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 150 · 🔀 1.4K · 📥 21K · 📦 890 · 📋 910 - 16% open · ⏱️ 16.12.2024):
git clone https://github.com/keras-team/autokeras
- [PyPi](https://pypi.org/project/autokeras) (📥 15K / month · 📦 13 · ⏱️ 20.03.2024):
pip install autokeras
featuretools (🥈32 · ⭐ 7.6K · 💤) - An open source python library for automated feature.. BSD-3 - [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 75 · 🔀 900 · 📦 2.1K · 📋 1K - 15% open · ⏱️ 13.11.2024):
git clone https://github.com/alteryx/featuretools
- [PyPi](https://pypi.org/project/featuretools) (📥 100K / month · 📦 74 · ⏱️ 14.05.2024):
pip install featuretools
- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 270K · ⏱️ 22.04.2025):
conda install -c conda-forge featuretools
nevergrad (🥈30 · ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT - [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 58 · 🔀 360 · 📦 1.2K · 📋 310 - 40% open · ⏱️ 23.04.2025):
git clone https://github.com/facebookresearch/nevergrad
- [PyPi](https://pypi.org/project/nevergrad) (📥 150K / month · 📦 72 · ⏱️ 23.04.2025):
pip install nevergrad
- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 67K · ⏱️ 22.04.2025):
conda install -c conda-forge nevergrad
lazypredict (🥈28 · ⭐ 3.2K) - Lazy Predict help build a lot of basic models without much code.. MIT - [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 19 · 🔀 360 · 📦 1.4K · 📋 160 - 64% open · ⏱️ 17.10.2025):
git clone https://github.com/shankarpandala/lazypredict
- [PyPi](https://pypi.org/project/lazypredict) (📥 31K / month · 📦 8 · ⏱️ 05.04.2025):
pip install lazypredict
- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 6.6K · ⏱️ 22.04.2025):
conda install -c conda-forge lazypredict
mljar-supervised (🥈28 · ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT - [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 30 · 🔀 420 · 📦 170 · 📋 680 - 21% open · ⏱️ 07.07.2025):
git clone https://github.com/mljar/mljar-supervised
- [PyPi](https://pypi.org/project/mljar-supervised) (📥 8.7K / month · 📦 6 · ⏱️ 07.07.2025):
pip install mljar-supervised
- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 52K · ⏱️ 08.07.2025):
conda install -c conda-forge mljar-supervised
Hyperactive (🥈24 · ⭐ 530) - An optimization and data collection toolbox for convenient and fast.. MIT - [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨‍💻 15 · 🔀 51 · 📥 340 · 📦 40 · 📋 120 - 28% open · ⏱️ 25.10.2025):
git clone https://github.com/SimonBlanke/Hyperactive
- [PyPi](https://pypi.org/project/hyperactive) (📥 4K / month · 📦 13 · ⏱️ 20.09.2025):
pip install hyperactive
FEDOT (🥉23 · ⭐ 700) - Automated modeling and machine learning framework FEDOT. BSD-3 - [GitHub](https://github.com/aimclub/FEDOT) (👨‍💻 40 · 🔀 89 · 📦 65 · 📋 570 - 11% open · ⏱️ 14.10.2025):
git clone https://github.com/nccr-itmo/FEDOT
- [PyPi](https://pypi.org/project/fedot) (📥 1.8K / month · 📦 7 · ⏱️ 10.03.2025):
pip install fedot
AlphaPy (🥉21 · ⭐ 1.6K) - Python AutoML for Trading Systems and Sports Betting. Apache-2 - [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 250 · 📦 10 · 📋 45 - 35% open · ⏱️ 24.08.2025):
git clone https://github.com/ScottfreeLLC/AlphaPy
- [PyPi](https://pypi.org/project/alphapy) (📥 320 / month · ⏱️ 29.08.2020):
pip install alphapy
Auto ViML (🥉20 · ⭐ 540 · 💤) - Automatically Build Multiple ML Models with a Single Line of.. Apache-2 - [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025):
git clone https://github.com/AutoViML/Auto_ViML
- [PyPi](https://pypi.org/project/autoviml) (📥 2.6K / month · 📦 3 · ⏱️ 30.01.2025):
pip install autoviml
featurewiz (🥉18 · ⭐ 670 · 💤) - Use advanced feature engineering strategies and select best.. Apache-2 - [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 98 · 📋 110 - 0% open · ⏱️ 19.02.2025):
git clone https://github.com/AutoViML/featurewiz
- [PyPi](https://pypi.org/project/featurewiz) (📥 4.6K / month · 📦 4 · ⏱️ 19.02.2025):
pip install featurewiz
Show 36 hidden projects... - TPOT (🥈32 · ⭐ 10K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 - Keras Tuner (🥈32 · ⭐ 2.9K · 💀) - A Hyperparameter Tuning Library for Keras. Apache-2 - scikit-optimize (🥈32 · ⭐ 2.8K · 💀) - Sequential model-based optimization with a.. BSD-3 - NNI (🥈31 · ⭐ 14K · 💀) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT - auto-sklearn (🥈31 · ⭐ 8K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 - Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT - SMAC3 (🥈27 · ⭐ 1.2K · 💤) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause - GPyOpt (🥈26 · ⭐ 950 · 💀) - Gaussian Process Optimization using GPy. BSD-3 - AdaNet (🥈24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 - auto_ml (🥈24 · ⭐ 1.7K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT - Talos (🥈24 · ⭐ 1.6K · 💀) - Hyperparameter Experiments with TensorFlow and Keras. MIT - lightwood (🥈24 · ⭐ 490) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 - Orion (🥈24 · ⭐ 300 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 - HpBandSter (🥉22 · ⭐ 620 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 - MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause - Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT - Neuraxle (🥉21 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2 - optunity (🥉21 · ⭐ 420 · 💀) - optimization routines for hyperparameter tuning. BSD-3 - sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT - opytimizer (🥉20 · ⭐ 630 · 💀) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2 - igel (🥉19 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT - Dragonfly (🥉19 · ⭐ 890 · 💀) - An open source python library for scalable Bayesian optimisation. MIT - Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT - Sherpa (🥉19 · ⭐ 340 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 - shap-hypetune (🥉18 · ⭐ 580 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT - Advisor (🥉17 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 - Xcessiv (🥉17 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 - automl-gs (🥉16 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT - HyperparameterHunter (🥉16 · ⭐ 710 · 💀) - Easy hyperparameter optimization and automatic result.. MIT - Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT - ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 - Auptimizer (🥉12 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 - Hypermax (🥉12 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3 - model_search (🥉11 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2 - Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT - Hypertunity (🥉9 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2


Reinforcement Learning

Back to top

Libraries for building and evaluating reinforcement learning & agent-based systems.

FinRL (🥇30 · ⭐ 13K) - FinRL: Financial Reinforcement Learning. MIT - [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨‍💻 130 · 🔀 2.9K · 📦 110 · 📋 760 - 35% open · ⏱️ 03.10.2025):
git clone https://github.com/AI4Finance-Foundation/FinRL
- [PyPi](https://pypi.org/project/finrl) (📥 2.8K / month · ⏱️ 08.01.2022):
pip install finrl
ViZDoom (🥇29 · ⭐ 1.9K) - Reinforcement Learning environments based on the 1993 game Doom. MIT - [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 57 · 🔀 400 · 📥 12K · 📦 340 · 📋 470 - 6% open · ⏱️ 26.10.2025):
git clone https://github.com/mwydmuch/ViZDoom
- [PyPi](https://pypi.org/project/vizdoom) (📥 6.9K / month · 📦 20 · ⏱️ 22.10.2025):
pip install vizdoom
Dopamine (🥈27 · ⭐ 11K · 💤) - Dopamine is a research framework for fast prototyping of.. Apache-2 - [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 200 - 55% open · ⏱️ 04.11.2024):
git clone https://github.com/google/dopamine
- [PyPi](https://pypi.org/project/dopamine-rl) (📥 68K / month · 📦 10 · ⏱️ 31.10.2024):
pip install dopamine-rl
Acme (🥈27 · ⭐ 3.8K) - A library of reinforcement learning components and agents. Apache-2 - [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 90 · 🔀 500 · 📦 250 · 📋 270 - 24% open · ⏱️ 26.09.2025):
git clone https://github.com/deepmind/acme
- [PyPi](https://pypi.org/project/dm-acme) (📥 6.4K / month · 📦 3 · ⏱️ 10.02.2022):
pip install dm-acme
- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 14K · ⏱️ 22.04.2025):
conda install -c conda-forge dm-acme
TF-Agents (🥈27 · ⭐ 3K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 - [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 740 · 📋 680 - 30% open · ⏱️ 16.06.2025):
git clone https://github.com/tensorflow/agents
- [PyPi](https://pypi.org/project/tf-agents) (📥 45K / month · 📦 14 · ⏱️ 14.12.2023):
pip install tf-agents
RLax (🥉26 · ⭐ 1.4K) - A library of reinforcement learning building blocks in JAX. Apache-2 - [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 23 · 🔀 95 · 📦 370 · 📋 28 - 32% open · ⏱️ 26.09.2025):
git clone https://github.com/deepmind/rlax
- [PyPi](https://pypi.org/project/rlax) (📥 48K / month · 📦 22 · ⏱️ 01.09.2025):
pip install rlax
PARL (🥉24 · ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 - [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 46 · 🔀 820 · 📦 140 · 📋 540 - 23% open · ⏱️ 13.09.2025):
git clone https://github.com/PaddlePaddle/PARL
- [PyPi](https://pypi.org/project/parl) (📥 770 / month · 📦 1 · ⏱️ 13.05.2022):
pip install parl
ReAgent (🥉22 · ⭐ 3.7K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 - [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 520 · 📋 160 - 53% open · ⏱️ 17.10.2025):
git clone https://github.com/facebookresearch/ReAgent
- [PyPi](https://pypi.org/project/reagent) (📥 50 / month · ⏱️ 27.05.2020):
pip install reagent
Show 15 hidden projects... - OpenAI Gym (🥇40 · ⭐ 37K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT - baselines (🥇29 · ⭐ 17K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT - keras-rl (🥈28 · ⭐ 5.6K · 💀) - Deep Reinforcement Learning for Keras. MIT - TensorLayer (🥈27 · ⭐ 7.4K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 - TensorForce (🥈27 · ⭐ 3.3K · 💀) - Tensorforce: a TensorFlow library for applied.. Apache-2 - garage (🥉26 · ⭐ 2K · 💀) - A toolkit for reproducible reinforcement learning research. MIT - ChainerRL (🥉25 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT - Stable Baselines (🥉24 · ⭐ 4.3K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT - PFRL (🥉23 · ⭐ 1.2K · 💀) - PFRL: a PyTorch-based deep reinforcement learning library. MIT - TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 - Coach (🥉20 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 - SerpentAI (🥉19 · ⭐ 6.9K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT - DeepMind Lab (🥉17 · ⭐ 7.3K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed - Maze (🥉12 · ⭐ 280 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom - rliable (🥉11 · ⭐ 850 · 💀) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2


Recommender Systems

Back to top

Libraries for building and evaluating recommendation systems.

Recommenders (🥇33 · ⭐ 21K) - Best Practices on Recommendation Systems. MIT - [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 140 · 🔀 3.2K · 📥 790 · 📦 180 · 📋 890 - 18% open · ⏱️ 13.10.2025):
git clone https://github.com/microsoft/recommenders
- [PyPi](https://pypi.org/project/recommenders) (📥 15K / month · 📦 4 · ⏱️ 24.12.2024):
pip install recommenders
torchrec (🥇32 · ⭐ 2.4K) - Pytorch domain library for recommendation systems. BSD-3 - [GitHub](https://github.com/meta-pytorch/torchrec) (👨‍💻 400 · 🔀 560 · 📦 240 · 📋 320 - 49% open · ⏱️ 30.10.2025):
git clone https://github.com/pytorch/torchrec
- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 160 / month · ⏱️ 12.05.2022):
pip install torchrec-nightly-cpu
Cornac (🥈28 · ⭐ 1K) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 - [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 24 · 🔀 160 · 📦 300 · 📋 170 - 17% open · ⏱️ 04.10.2025):
git clone https://github.com/PreferredAI/cornac
- [PyPi](https://pypi.org/project/cornac) (📥 44K / month · 📦 18 · ⏱️ 04.10.2025):
pip install cornac
- [Conda](https://anaconda.org/conda-forge/cornac) (📥 920K · ⏱️ 05.10.2025):
conda install -c conda-forge cornac
lkpy (🥈28 · ⭐ 300) - Python recommendation toolkit. MIT - [GitHub](https://github.com/lenskit/lkpy) (👨‍💻 41 · 🔀 72 · 📦 140 · 📋 290 - 33% open · ⏱️ 29.10.2025):
git clone https://github.com/lenskit/lkpy
- [PyPi](https://pypi.org/project/lenskit) (📥 6.6K / month · 📦 13 · ⏱️ 22.10.2025):
pip install lenskit
- [Conda](https://anaconda.org/conda-forge/lenskit) (📥 52K · ⏱️ 23.10.2025):
conda install -c conda-forge lenskit
RecBole (🥉25 · ⭐ 4.1K · 💤) - A unified, comprehensive and efficient recommendation library. MIT - [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 79 · 🔀 690 · 📋 1.1K - 32% open · ⏱️ 24.02.2025):
git clone https://github.com/RUCAIBox/RecBole
- [PyPi](https://pypi.org/project/recbole) (📥 98K / month · 📦 2 · ⏱️ 24.02.2025):
pip install recbole
- [Conda](https://anaconda.org/aibox/recbole) (📥 9.3K · ⏱️ 25.03.2025):
conda install -c aibox recbole
TF Recommenders (🥉25 · ⭐ 2K) - TensorFlow Recommenders is a library for building.. Apache-2 - [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 45 · 🔀 290 · 📋 450 - 59% open · ⏱️ 27.09.2025):
git clone https://github.com/tensorflow/recommenders
- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 220K / month · 📦 2 · ⏱️ 03.02.2023):
pip install tensorflow-recommenders
Show 11 hidden projects... - implicit (🥈30 · ⭐ 3.7K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT - lightfm (🥈28 · ⭐ 5K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 - scikit-surprise (🥈27 · ⭐ 6.7K · 💀) - A Python scikit for building and analyzing recommender.. BSD-3 - TF Ranking (🥉26 · ⭐ 2.8K · 💀) - Learning to Rank in TensorFlow. Apache-2 - fastFM (🥉22 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3 - tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 - Spotlight (🥉18 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT - recmetrics (🥉18 · ⭐ 580 · 💀) - A library of metrics for evaluating recommender systems. MIT - Case Recommender (🥉18 · ⭐ 500 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT - OpenRec (🥉16 · ⭐ 420 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2 - Collie (🥉10 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3


Privacy Machine Learning

Back to top

Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy.

Opacus (🥇32 · ⭐ 1.9K) - Training PyTorch models with differential privacy. Apache-2 - [GitHub](https://github.com/meta-pytorch/opacus) (👨‍💻 87 · 🔀 370 · 📥 150 · 📦 1.2K · 📋 340 - 19% open · ⏱️ 27.10.2025):
git clone https://github.com/pytorch/opacus
- [PyPi](https://pypi.org/project/opacus) (📥 92K / month · 📦 49 · ⏱️ 27.05.2025):
pip install opacus
- [Conda](https://anaconda.org/conda-forge/opacus) (📥 28K · ⏱️ 09.07.2025):
conda install -c conda-forge opacus
PySyft (🥈31 · ⭐ 9.8K) - Perform data science on data that remains in someone elses server. Apache-2 - [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 520 · 🔀 2K · 📥 2.1K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 13.04.2025):
git clone https://github.com/OpenMined/PySyft
- [PyPi](https://pypi.org/project/syft) (📥 32K / month · 📦 5 · ⏱️ 13.04.2025):
pip install syft
TensorFlow Privacy (🥈24 · ⭐ 2K) - Library for training machine learning models with.. Apache-2 - [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 60 · 🔀 460 · 📥 190 · 📋 210 - 55% open · ⏱️ 13.06.2025):
git clone https://github.com/tensorflow/privacy
- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 18K / month · 📦 21 · ⏱️ 14.02.2024):
pip install tensorflow-privacy
FATE (🥉23 · ⭐ 6K · 💤) - An Industrial Grade Federated Learning Framework. Apache-2 - [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 100 · 🔀 1.6K · 📦 1 · 📋 2.1K - 2% open · ⏱️ 19.11.2024):
git clone https://github.com/FederatedAI/FATE
- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020):
pip install ETAF
CrypTen (🥉21 · ⭐ 1.6K · 💤) - A framework for Privacy Preserving Machine Learning. MIT - [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 40 · 🔀 290 · 📋 280 - 28% open · ⏱️ 23.11.2024):
git clone https://github.com/facebookresearch/CrypTen
- [PyPi](https://pypi.org/project/crypten) (📥 600 / month · 📦 1 · ⏱️ 08.12.2022):
pip install crypten
Show 2 hidden projects... - TFEncrypted (🥈24 · ⭐ 1.2K · 💀) - A Framework for Encrypted Machine Learning in.. Apache-2 - PipelineDP (🥉19 · ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2


Workflow & Experiment Tracking

Back to top

Libraries to organize, track, and visualize machine learning experiments.

mlflow (🥇47 · ⭐ 23K) - The open source developer platform to build AI/LLM applications and.. Apache-2 - [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 910 · 🔀 4.9K · 📦 66K · 📋 5.2K - 39% open · ⏱️ 30.10.2025):
git clone https://github.com/mlflow/mlflow
- [PyPi](https://pypi.org/project/mlflow) (📥 26M / month · 📦 1.3K · ⏱️ 22.10.2025):
pip install mlflow
- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 3.7M · ⏱️ 24.10.2025):
conda install -c conda-forge mlflow
wandb client (🥇44 · ⭐ 10K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT - [GitHub](https://github.com/wandb/wandb) (👨‍💻 220 · 🔀 790 · 📥 1.2K · 📦 84K · 📋 3.7K - 18% open · ⏱️ 30.10.2025):
git clone https://github.com/wandb/client
- [PyPi](https://pypi.org/project/wandb) (📥 20M / month · 📦 2.3K · ⏱️ 28.10.2025):
pip install wandb
- [Conda](https://anaconda.org/conda-forge/wandb) (📥 1.2M · ⏱️ 30.10.2025):
conda install -c conda-forge wandb
DVC (🥇42 · ⭐ 15K) - Data Versioning and ML Experiments. Apache-2 - [GitHub](https://github.com/iterative/dvc) (👨‍💻 320 · 🔀 1.2K · 📦 24K · 📋 4.9K - 4% open · ⏱️ 28.10.2025):
git clone https://github.com/iterative/dvc
- [PyPi](https://pypi.org/project/dvc) (📥 1.5M / month · 📦 140 · ⏱️ 02.09.2025):
pip install dvc
- [Conda](https://anaconda.org/conda-forge/dvc) (📥 3.1M · ⏱️ 02.09.2025):
conda install -c conda-forge dvc
Tensorboard (🥇41 · ⭐ 7K) - TensorFlows Visualization Toolkit. Apache-2 - [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 330 · 🔀 1.7K · 📦 330K · 📋 2K - 36% open · ⏱️ 12.08.2025):
git clone https://github.com/tensorflow/tensorboard
- [PyPi](https://pypi.org/project/tensorboard) (📥 31M / month · 📦 2.8K · ⏱️ 17.07.2025):
pip install tensorboard
- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 6M · ⏱️ 18.07.2025):
conda install -c conda-forge tensorboard
SageMaker SDK (🥇41 · ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 - [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 500 · 🔀 1.2K · 📦 6.2K · 📋 1.6K - 21% open · ⏱️ 29.10.2025):
git clone https://github.com/aws/sagemaker-python-sdk
- [PyPi](https://pypi.org/project/sagemaker) (📥 27M / month · 📦 210 · ⏱️ 29.10.2025):
pip install sagemaker
- [Conda](https://anaconda.org/conda-forge/sagemaker-python-sdk) (📥 1.8M · ⏱️ 30.10.2025):
conda install -c conda-forge sagemaker-python-sdk
Metaflow (🥈37 · ⭐ 9.6K) - Build, Manage and Deploy AI/ML Systems. Apache-2 - [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 120 · 🔀 930 · 📦 950 · 📋 840 - 43% open · ⏱️ 29.10.2025):
git clone https://github.com/Netflix/metaflow
- [PyPi](https://pypi.org/project/metaflow) (📥 740K / month · 📦 53 · ⏱️ 29.10.2025):
pip install metaflow
- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 340K · ⏱️ 29.10.2025):
conda install -c conda-forge metaflow
tensorboardX (🥈35 · ⭐ 8K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT - [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 85 · 🔀 860 · 📥 500 · 📦 60K · 📋 470 - 18% open · ⏱️ 13.06.2025):
git clone https://github.com/lanpa/tensorboardX
- [PyPi](https://pypi.org/project/tensorboardX) (📥 4.5M / month · 📦 740 · ⏱️ 10.06.2025):
pip install tensorboardX
- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge tensorboardx
PyCaret (🥈34 · ⭐ 9.6K · 💤) - An open-source, low-code machine learning library in Python. MIT - [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.8K · 📥 730 · 📦 7.9K · 📋 2.3K - 16% open · ⏱️ 06.03.2025):
git clone https://github.com/pycaret/pycaret
- [PyPi](https://pypi.org/project/pycaret) (📥 310K / month · 📦 31 · ⏱️ 28.04.2024):
pip install pycaret
- [Conda](https://anaconda.org/conda-forge/pycaret) (📥 78K · ⏱️ 22.04.2025):
conda install -c conda-forge pycaret
ClearML (🥈34 · ⭐ 6.3K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2 - [GitHub](https://github.com/clearml/clearml) (👨‍💻 100 · 🔀 710 · 📥 3.5K · 📦 1.9K · 📋 1.2K - 45% open · ⏱️ 27.10.2025):
git clone https://github.com/allegroai/clearml
- [PyPi](https://pypi.org/project/clearml) (📥 500K / month · 📦 78 · ⏱️ 22.10.2025):
pip install clearml
- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 31K · ⏱️ 05.10.2020):
docker pull allegroai/trains
snakemake (🥈34 · ⭐ 2.6K) - This is the development home of the workflow management system.. MIT - [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 380 · 🔀 610 · 📦 2.5K · 📋 2.1K - 58% open · ⏱️ 29.10.2025):
git clone https://github.com/snakemake/snakemake
- [PyPi](https://pypi.org/project/snakemake) (📥 130K / month · 📦 320 · ⏱️ 22.10.2025):
pip install snakemake
- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1.5M · ⏱️ 28.10.2025):
conda install -c bioconda snakemake
kaggle (🥈33 · ⭐ 6.9K) - Official Kaggle API. Apache-2 - [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 49 · 🔀 1.2K · 📦 21 · 📋 530 - 27% open · ⏱️ 28.10.2025):
git clone https://github.com/Kaggle/kaggle-api
- [PyPi](https://pypi.org/project/kaggle) (📥 610K / month · 📦 240 · ⏱️ 08.05.2025):
pip install kaggle
- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 250K · ⏱️ 11.08.2025):
conda install -c conda-forge kaggle
aim (🥈32 · ⭐ 5.8K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2 - [GitHub](https://github.com/aimhubio/aim) (👨‍💻 82 · 🔀 360 · 📦 1.1K · 📋 1.1K - 37% open · ⏱️ 26.06.2025):
git clone https://github.com/aimhubio/aim
- [PyPi](https://pypi.org/project/aim) (📥 120K / month · 📦 56 · ⏱️ 11.06.2025):
pip install aim
- [Conda](https://anaconda.org/conda-forge/aim) (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge aim
AzureML SDK (🥈31 · ⭐ 4.3K · 💤) - Python notebooks with ML and deep learning examples with Azure.. MIT - [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 65 · 🔀 2.5K · 📥 680 · 📋 1.5K - 26% open · ⏱️ 14.03.2025):
git clone https://github.com/Azure/MachineLearningNotebooks
- [PyPi](https://pypi.org/project/azureml-sdk) (📥 2.2M / month · 📦 31 · ⏱️ 11.04.2025):
pip install azureml-sdk
VisualDL (🥈29 · ⭐ 4.9K · 💤) - Deep Learning Visualization Toolkit. Apache-2 - [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 36 · 🔀 630 · 📥 540 · 📦 3.6K · 📋 510 - 30% open · ⏱️ 22.01.2025):
git clone https://github.com/PaddlePaddle/VisualDL
- [PyPi](https://pypi.org/project/visualdl) (📥 170K / month · 📦 82 · ⏱️ 30.10.2024):
pip install visualdl
sacred (🥈29 · ⭐ 4.3K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT - [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 110 · 🔀 390 · 📦 3.6K · 📋 560 - 18% open · ⏱️ 22.10.2025):
git clone https://github.com/IDSIA/sacred
- [PyPi](https://pypi.org/project/sacred) (📥 48K / month · 📦 60 · ⏱️ 26.11.2024):
pip install sacred
- [Conda](https://anaconda.org/conda-forge/sacred) (📥 9.9K · ⏱️ 22.04.2025):
conda install -c conda-forge sacred
Neptune.ai (🥈29 · ⭐ 620) - The experiment tracker for foundation model training. Apache-2 - [GitHub](https://github.com/neptune-ai/neptune-client) (👨‍💻 57 · 🔀 66 · 📦 920 · 📋 260 - 12% open · ⏱️ 09.06.2025):
git clone https://github.com/neptune-ai/neptune-client
- [PyPi](https://pypi.org/project/neptune-client) (📥 480K / month · 📦 77 · ⏱️ 15.04.2025):
pip install neptune-client
- [Conda](https://anaconda.org/conda-forge/neptune-client) (📥 390K · ⏱️ 22.04.2025):
conda install -c conda-forge neptune-client
TNT (🥉28 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3 - [GitHub](https://github.com/meta-pytorch/tnt) (👨‍💻 150 · 🔀 290 · 📋 150 - 56% open · ⏱️ 09.10.2025):
git clone https://github.com/pytorch/tnt
- [PyPi](https://pypi.org/project/torchnet) (📥 9.4K / month · 📦 24 · ⏱️ 29.07.2018):
pip install torchnet
livelossplot (🥉25 · ⭐ 1.3K · 💤) - Live training loss plot in Jupyter Notebook for Keras,.. MIT - [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.9K · 📋 79 - 7% open · ⏱️ 03.01.2025):
git clone https://github.com/stared/livelossplot
- [PyPi](https://pypi.org/project/livelossplot) (📥 19K / month · 📦 16 · ⏱️ 03.01.2025):
pip install livelossplot
ml-metadata (🥉25 · ⭐ 660) - For recording and retrieving metadata associated with ML.. Apache-2 - [GitHub](https://github.com/google/ml-metadata) (👨‍💻 23 · 🔀 170 · 📥 3K · 📦 720 · 📋 130 - 41% open · ⏱️ 03.04.2025):
git clone https://github.com/google/ml-metadata
- [PyPi](https://pypi.org/project/ml-metadata) (📥 50K / month · 📦 32 · ⏱️ 07.04.2025):
pip install ml-metadata
Labml (🥉24 · ⭐ 2.3K) - Monitor deep learning model training and hardware usage from your mobile.. MIT - [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 140 · 📦 240 · 📋 50 - 12% open · ⏱️ 10.04.2025):
git clone https://github.com/labmlai/labml
- [PyPi](https://pypi.org/project/labml) (📥 4.6K / month · 📦 14 · ⏱️ 15.09.2024):
pip install labml
quinn (🥉24 · ⭐ 680 · 💤) - pyspark methods to enhance developer productivity. Apache-2 - [GitHub](https://github.com/mrpowers-io/quinn) (👨‍💻 31 · 🔀 98 · 📥 69 · 📦 94 · 📋 130 - 27% open · ⏱️ 06.12.2024):
git clone https://github.com/MrPowers/quinn
- [PyPi](https://pypi.org/project/quinn) (📥 750K / month · 📦 7 · ⏱️ 13.02.2024):
pip install quinn
gokart (🥉24 · ⭐ 330) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT - [GitHub](https://github.com/m3dev/gokart) (👨‍💻 48 · 🔀 63 · 📦 85 · 📋 100 - 31% open · ⏱️ 18.06.2025):
git clone https://github.com/m3dev/gokart
- [PyPi](https://pypi.org/project/gokart) (📥 6.7K / month · 📦 8 · ⏱️ 18.06.2025):
pip install gokart
Guild AI (🥉23 · ⭐ 890) - Experiment tracking, ML developer tools. Apache-2 - [GitHub](https://github.com/guildai/guildai) (👨‍💻 30 · 🔀 90 · 📥 32 · 📦 110 · 📋 440 - 50% open · ⏱️ 29.04.2025):
git clone https://github.com/guildai/guildai
- [PyPi](https://pypi.org/project/guildai) (📥 1.7K / month · ⏱️ 11.05.2022):
pip install guildai
TensorWatch (🥉22 · ⭐ 3.5K) - Debugging, monitoring and visualization for Python Machine Learning.. MIT - [GitHub](https://github.com/microsoft/tensorwatch) (👨‍💻 15 · 🔀 360 · 📦 160 · 📋 70 - 75% open · ⏱️ 27.09.2025):
git clone https://github.com/microsoft/tensorwatch
- [PyPi](https://pypi.org/project/tensorwatch) (📥 1.4K / month · 📦 7 · ⏱️ 04.03.2020):
pip install tensorwatch
keepsake (🥉18 · ⭐ 1.7K · 💤) - Version control for machine learning. Apache-2 - [GitHub](https://github.com/replicate/keepsake) (👨‍💻 18 · 🔀 71 · 📋 190 - 65% open · ⏱️ 03.12.2024):
git clone https://github.com/replicate/keepsake
- [PyPi](https://pypi.org/project/keepsake) (📥 880 / month · 📦 1 · ⏱️ 25.01.2021):
pip install keepsake
datmo (🥉17 · ⭐ 340) - Open source production model management tool for data scientists. MIT - [GitHub](https://github.com/datmo/datmo) (👨‍💻 6 · 🔀 30 · 📦 7 · 📋 180 - 17% open · ⏱️ 23.06.2025):
git clone https://github.com/datmo/datmo
- [PyPi](https://pypi.org/project/datmo) (📥 130 / month · ⏱️ 07.12.2018):
pip install datmo
CometML (🥉16) - Supercharging Machine Learning. MIT - [GitHub]():
git clone https://github.com/comet-ml/examples
- [PyPi](https://pypi.org/project/comet_ml) (📥 570K / month · 📦 100 · ⏱️ 29.10.2025):
pip install comet_ml
- [Conda](https://anaconda.org/anaconda/comet_ml):
conda install -c anaconda comet_ml
Show 13 hidden projects... - Catalyst (🥉28 · ⭐ 3.4K · 💀) - Accelerated deep learning R&D. Apache-2 - knockknock (🥉25 · ⭐ 2.8K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT - hiddenlayer (🥉22 · ⭐ 1.9K · 💀) - Neural network graphs and training metrics for.. MIT - SKLL (🥉22 · ⭐ 560 · 💤) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed - TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT - Studio.ml (🥉21 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2 - lore (🥉20 · ⭐ 1.5K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT - chitra (🥉17 · ⭐ 230) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2 - steppy (🥉17 · ⭐ 140 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT - MXBoard (🥉16 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 - caliban (🥉15 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2 - ModelChimp (🥉12 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 - traintool (🥉8 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2


Model Serialization & Deployment

Back to top

Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment.

triton (🥇45 · ⭐ 17K) - Development repository for the Triton language and compiler. MIT - [GitHub](https://github.com/triton-lang/triton) (👨‍💻 480 · 🔀 2.3K · 📥 1.4K · 📦 74K · 📋 2K - 41% open · ⏱️ 29.10.2025):
git clone https://github.com/openai/triton
- [PyPi](https://pypi.org/project/triton) (📥 41M / month · 📦 540 · ⏱️ 13.10.2025):
pip install triton
onnx (🥇43 · ⭐ 20K) - Open standard for machine learning interoperability. Apache-2 - [GitHub](https://github.com/onnx/onnx) (👨‍💻 360 · 🔀 3.8K · 📥 25K · 📦 49K · 📋 3.1K - 9% open · ⏱️ 29.10.2025):
git clone https://github.com/onnx/onnx
- [PyPi](https://pypi.org/project/onnx) (📥 13M / month · 📦 1.6K · ⏱️ 10.10.2025):
pip install onnx
- [Conda](https://anaconda.org/conda-forge/onnx) (📥 2.1M · ⏱️ 11.10.2025):
conda install -c conda-forge onnx
huggingface_hub (🥈40 · ⭐ 3K) - The official Python client for the Hugging Face Hub. Apache-2 - [GitHub](https://github.com/huggingface/huggingface_hub) (👨‍💻 280 · 🔀 830 · 📋 1.3K - 11% open · ⏱️ 30.10.2025):
git clone https://github.com/huggingface/huggingface_hub
- [PyPi](https://pypi.org/project/huggingface_hub) (📥 120M / month · 📦 4.1K · ⏱️ 28.10.2025):
pip install huggingface_hub
- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 4.2M · ⏱️ 28.10.2025):
conda install -c conda-forge huggingface_hub
BentoML (🥈36 · ⭐ 8.2K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2 - [GitHub](https://github.com/bentoml/BentoML) (👨‍💻 260 · 🔀 880 · 📥 95 · 📦 2.8K · 📋 1.1K - 11% open · ⏱️ 29.10.2025):
git clone https://github.com/bentoml/BentoML
- [PyPi](https://pypi.org/project/bentoml) (📥 180K / month · 📦 44 · ⏱️ 29.10.2025):
pip install bentoml
Core ML Tools (🥈35 · ⭐ 5K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 - [GitHub](https://github.com/apple/coremltools) (👨‍💻 200 · 🔀 710 · 📥 15K · 📦 5.1K · 📋 1.6K - 26% open · ⏱️ 22.09.2025):
git clone https://github.com/apple/coremltools
- [PyPi](https://pypi.org/project/coremltools) (📥 1.1M / month · 📦 110 · ⏱️ 28.07.2025):
pip install coremltools
- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 110K · ⏱️ 02.10.2025):
conda install -c conda-forge coremltools
TorchServe (🥈33 · ⭐ 4.4K · 💤) - Serve, optimize and scale PyTorch models in production. Apache-2 - [GitHub](https://github.com/pytorch/serve) (👨‍💻 220 · 🔀 890 · 📥 8K · 📦 900 · 📋 1.7K - 25% open · ⏱️ 17.03.2025):
git clone https://github.com/pytorch/serve
- [PyPi](https://pypi.org/project/torchserve) (📥 97K / month · 📦 26 · ⏱️ 30.09.2024):
pip install torchserve
- [Conda](https://anaconda.org/pytorch/torchserve) (📥 570K · ⏱️ 25.03.2025):
conda install -c pytorch torchserve
- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.5M · ⭐ 32 · ⏱️ 30.09.2024):
docker pull pytorch/torchserve
hls4ml (🥈28 · ⭐ 1.7K) - Machine learning on FPGAs using HLS. Apache-2 - [GitHub](https://github.com/fastmachinelearning/hls4ml) (👨‍💻 82 · 🔀 440 · 📦 51 · 📋 480 - 41% open · ⏱️ 20.10.2025):
git clone https://github.com/fastmachinelearning/hls4ml
- [PyPi](https://pypi.org/project/hls4ml) (📥 1.7K / month · 📦 1 · ⏱️ 17.03.2025):
pip install hls4ml
- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 12K · ⏱️ 22.04.2025):
conda install -c conda-forge hls4ml
mmdnn (🥈25 · ⭐ 5.8K) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT - [GitHub](https://github.com/microsoft/MMdnn) (👨‍💻 86 · 🔀 960 · 📥 4K · 📦 160 · 📋 630 - 53% open · ⏱️ 07.08.2025):
git clone https://github.com/Microsoft/MMdnn
- [PyPi](https://pypi.org/project/mmdnn) (📥 320 / month · ⏱️ 24.07.2020):
pip install mmdnn
Hummingbird (🥉24 · ⭐ 3.5K) - Hummingbird compiles trained ML models into tensor computation for.. MIT - [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 290 · 📥 930 · 📋 330 - 21% open · ⏱️ 17.07.2025):
git clone https://github.com/microsoft/hummingbird
- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 7.6K / month · 📦 7 · ⏱️ 25.10.2024):
pip install hummingbird-ml
- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 64K · ⏱️ 22.04.2025):
conda install -c conda-forge hummingbird-ml
tfdeploy (🥉15 · ⭐ 360 · 💤) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 - [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 04.01.2025):
git clone https://github.com/riga/tfdeploy
- [PyPi](https://pypi.org/project/tfdeploy) (📥 100 / month · ⏱️ 30.03.2017):
pip install tfdeploy
Show 10 hidden projects... - m2cgen (🥈25 · ⭐ 2.9K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT - sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 - cortex (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2 - nebullvm (🥉21 · ⭐ 8.4K · 💀) - A collection of libraries to optimise AI model performances. Apache-2 - Larq Compute Engine (🥉20 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2 - pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT - OMLT (🥉19 · ⭐ 340) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed - modelkit (🥉17 · ⭐ 150 · 💀) - Toolkit for developing and maintaining ML models. MIT - backprop (🥉14 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2 - ml-ane-transformers (🥉13 · ⭐ 2.7K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed


Model Interpretability

Back to top

Libraries to visualize, explain, debug, evaluate, and interpret machine learning models.

shap (🥇42 · ⭐ 25K) - A game theoretic approach to explain the output of any machine learning model. MIT - [GitHub](https://github.com/shap/shap) (👨‍💻 280 · 🔀 3.4K · 📦 36K · 📋 2.7K - 23% open · ⏱️ 30.10.2025):
git clone https://github.com/slundberg/shap
- [PyPi](https://pypi.org/project/shap) (📥 9.5M / month · 📦 1.2K · ⏱️ 14.10.2025):
pip install shap
- [Conda](https://anaconda.org/conda-forge/shap) (📥 7.5M · ⏱️ 17.06.2025):
conda install -c conda-forge shap
arviz (🥇37 · ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2 - [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 180 · 🔀 460 · 📥 190 · 📦 11K · 📋 900 - 19% open · ⏱️ 22.10.2025):
git clone https://github.com/arviz-devs/arviz
- [PyPi](https://pypi.org/project/arviz) (📥 3.7M / month · 📦 410 · ⏱️ 09.07.2025):
pip install arviz
- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.5M · ⏱️ 10.07.2025):
conda install -c conda-forge arviz
Netron (🥇36 · ⭐ 32K) - Visualizer for neural network, deep learning and machine learning.. MIT - [GitHub](https://github.com/lutzroeder/netron) (👨‍💻 2 · 🔀 3K · 📥 160K · 📦 13 · 📋 1.2K - 1% open · ⏱️ 29.10.2025):
git clone https://github.com/lutzroeder/netron
- [PyPi](https://pypi.org/project/netron) (📥 43K / month · 📦 92 · ⏱️ 23.10.2025):
pip install netron
evaluate (🥇34 · ⭐ 2.4K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2 - [GitHub](https://github.com/huggingface/evaluate) (👨‍💻 130 · 🔀 290 · 📦 24K · 📋 390 - 62% open · ⏱️ 25.09.2025):
git clone https://github.com/huggingface/evaluate
- [PyPi](https://pypi.org/project/evaluate) (📥 3.6M / month · 📦 660 · ⏱️ 18.09.2025):
pip install evaluate
InterpretML (🥇33 · ⭐ 6.7K) - Fit interpretable models. Explain blackbox machine learning. MIT - [GitHub](https://github.com/interpretml/interpret) (👨‍💻 53 · 🔀 770 · 📦 930 · 📋 490 - 22% open · ⏱️ 24.10.2025):
git clone https://github.com/interpretml/interpret
- [PyPi](https://pypi.org/project/interpret) (📥 230K / month · 📦 58 · ⏱️ 14.10.2025):
pip install interpret
Captum (🥇33 · ⭐ 5.4K) - Model interpretability and understanding for PyTorch. BSD-3 - [GitHub](https://github.com/meta-pytorch/captum) (👨‍💻 140 · 🔀 540 · 📦 3.5K · 📋 610 - 41% open · ⏱️ 23.10.2025):
git clone https://github.com/pytorch/captum
- [PyPi](https://pypi.org/project/captum) (📥 330K / month · 📦 170 · ⏱️ 27.03.2025):
pip install captum
- [Conda](https://anaconda.org/conda-forge/captum) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge captum
DoWhy (🥈30 · ⭐ 7.8K) - DoWhy is a Python library for causal inference that supports explicit.. MIT - [GitHub](https://github.com/py-why/dowhy) (👨‍💻 100 · 🔀 980 · 📥 43 · 📦 660 · 📋 510 - 27% open · ⏱️ 28.10.2025):
git clone https://github.com/py-why/dowhy
- [PyPi](https://pypi.org/project/dowhy) (📥 83K / month · 📦 28 · ⏱️ 12.07.2025):
pip install dowhy
- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 51K · ⏱️ 13.07.2025):
conda install -c conda-forge dowhy
shapash (🥈30 · ⭐ 3K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2 - [GitHub](https://github.com/MAIF/shapash) (👨‍💻 43 · 🔀 350 · 📦 200 · 📋 240 - 16% open · ⏱️ 03.10.2025):
git clone https://github.com/MAIF/shapash
- [PyPi](https://pypi.org/project/shapash) (📥 7.5K / month · 📦 4 · ⏱️ 24.07.2025):
pip install shapash
explainerdashboard (🥈30 · ⭐ 2.5K) - Quickly build Explainable AI dashboards that show the inner.. MIT - [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 23 · 🔀 340 · 📦 650 · 📋 240 - 16% open · ⏱️ 01.08.2025):
git clone https://github.com/oegedijk/explainerdashboard
- [PyPi](https://pypi.org/project/explainerdashboard) (📥 42K / month · 📦 15 · ⏱️ 03.06.2025):
pip install explainerdashboard
- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 75K · ⏱️ 04.06.2025):
conda install -c conda-forge explainerdashboard
fairlearn (🥈30 · ⭐ 2.1K) - A Python package to assess and improve fairness of machine.. MIT - [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 100 · 🔀 470 · 📦 3 · 📋 520 - 24% open · ⏱️ 27.10.2025):
git clone https://github.com/fairlearn/fairlearn
- [PyPi](https://pypi.org/project/fairlearn) (📥 160K / month · 📦 80 · ⏱️ 19.10.2025):
pip install fairlearn
- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 55K · ⏱️ 22.04.2025):
conda install -c conda-forge fairlearn
dtreeviz (🥈28 · ⭐ 3.1K · 💤) - A python library for decision tree visualization and model.. MIT - [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 27 · 🔀 340 · 📦 1.6K · 📋 210 - 35% open · ⏱️ 06.03.2025):
git clone https://github.com/parrt/dtreeviz
- [PyPi](https://pypi.org/project/dtreeviz) (📥 110K / month · 📦 53 · ⏱️ 07.07.2022):
pip install dtreeviz
- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge dtreeviz
Model Analysis (🥈27 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 61 · 🔀 280 · 📋 97 - 39% open · ⏱️ 06.08.2025):
git clone https://github.com/tensorflow/model-analysis
- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 200K / month · 📦 20 · ⏱️ 23.06.2025):
pip install tensorflow-model-analysis
Fairness 360 (🥈26 · ⭐ 2.7K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 - [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 870 · 📦 740 · 📋 300 - 65% open · ⏱️ 16.10.2025):
git clone https://github.com/Trusted-AI/AIF360
- [PyPi](https://pypi.org/project/aif360) (📥 29K / month · 📦 32 · ⏱️ 08.04.2024):
pip install aif360
- [Conda](https://anaconda.org/conda-forge/aif360) (📥 29K · ⏱️ 22.04.2025):
conda install -c conda-forge aif360
imodels (🥈26 · ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT - [GitHub](https://github.com/csinva/imodels) (👨‍💻 27 · 🔀 130 · 📦 130 · 📋 98 - 38% open · ⏱️ 26.08.2025):
git clone https://github.com/csinva/imodels
- [PyPi](https://pypi.org/project/imodels) (📥 30K / month · 📦 12 · ⏱️ 26.08.2025):
pip install imodels
LIT (🥉25 · ⭐ 3.6K · 💤) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2 - [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 38 · 🔀 360 · 📋 210 - 57% open · ⏱️ 20.12.2024):
git clone https://github.com/PAIR-code/lit
- [PyPi](https://pypi.org/project/lit-nlp) (📥 11K / month · 📦 3 · ⏱️ 20.12.2024):
pip install lit-nlp
- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge lit-nlp
responsible-ai-widgets (🥉25 · ⭐ 1.6K · 💤) - Responsible AI Toolbox is a suite of tools providing.. MIT - [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨‍💻 43 · 🔀 430 · 📋 330 - 28% open · ⏱️ 07.02.2025):
git clone https://github.com/microsoft/responsible-ai-toolbox
- [PyPi](https://pypi.org/project/raiwidgets) (📥 10K / month · 📦 6 · ⏱️ 08.07.2024):
pip install raiwidgets
aequitas (🥉25 · ⭐ 730 · 💤) - Bias Auditing & Fair ML Toolkit. MIT - [GitHub](https://github.com/dssg/aequitas) (👨‍💻 23 · 🔀 120 · 📦 200 · 📋 99 - 51% open · ⏱️ 25.03.2025):
git clone https://github.com/dssg/aequitas
- [PyPi](https://pypi.org/project/aequitas) (📥 19K / month · 📦 8 · ⏱️ 30.01.2024):
pip install aequitas
Explainability 360 (🥉24 · ⭐ 1.7K · 💤) - Interpretability and explainability of data and.. Apache-2 - [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 41 · 🔀 310 · 📦 170 · 📋 86 - 62% open · ⏱️ 26.02.2025):
git clone https://github.com/Trusted-AI/AIX360
- [PyPi](https://pypi.org/project/aix360) (📥 1.8K / month · 📦 1 · ⏱️ 31.07.2023):
pip install aix360
keract (🥉24 · ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT - [GitHub](https://github.com/philipperemy/keract) (👨‍💻 17 · 🔀 190 · 📦 260 · 📋 89 - 3% open · ⏱️ 07.04.2025):
git clone https://github.com/philipperemy/keract
- [PyPi](https://pypi.org/project/keract) (📥 8.8K / month · 📦 7 · ⏱️ 07.04.2025):
pip install keract
DiCE (🥉23 · ⭐ 1.5K) - Generate Diverse Counterfactual Explanations for any machine.. MIT - [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 23 · 🔀 210 · 📋 190 - 49% open · ⏱️ 13.07.2025):
git clone https://github.com/interpretml/DiCE
- [PyPi](https://pypi.org/project/dice-ml) (📥 48K / month · 📦 13 · ⏱️ 13.07.2025):
pip install dice-ml
LOFO (🥉19 · ⭐ 840 · 💤) - Leave One Feature Out Importance. MIT - [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 6 · 🔀 87 · 📦 42 · 📋 30 - 13% open · ⏱️ 14.02.2025):
git clone https://github.com/aerdem4/lofo-importance
- [PyPi](https://pypi.org/project/lofo-importance) (📥 1.5K / month · 📦 5 · ⏱️ 14.02.2025):
pip install lofo-importance
random-forest-importances (🥉19 · ⭐ 620 · 💤) - Code to compute permutation and drop-column.. MIT - [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 16 · 🔀 130 · 📋 39 - 20% open · ⏱️ 24.03.2025):
git clone https://github.com/parrt/random-forest-importances
- [PyPi](https://pypi.org/project/rfpimp) (📥 16K / month · 📦 5 · ⏱️ 28.01.2021):
pip install rfpimp
fairness-indicators (🥉18 · ⭐ 360) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 - [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 39 · 🔀 86 · 📋 45 - 77% open · ⏱️ 04.08.2025):
git clone https://github.com/tensorflow/fairness-indicators
- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.1K / month · ⏱️ 25.06.2025):
pip install fairness-indicators
Show 32 hidden projects... - Lime (🥈32 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 - pyLDAvis (🥈29 · ⭐ 1.8K · 💀) - Python library for interactive topic model visualization... BSD-3 - yellowbrick (🥈27 · ⭐ 4.4K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2 - Deep Checks (🥈27 · ⭐ 3.9K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0 - Alibi (🥈27 · ⭐ 2.6K) - Algorithms for explaining machine learning models. ❗️Intel - scikit-plot (🥈27 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT - DALEX (🥈27 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation (JMLR 2018;.. ❗️GPL-3.0 - eli5 (🥈26 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT - iNNvestigate (🥈26 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 - Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 - keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT - CausalNex (🥉24 · ⭐ 2.4K · 💀) - A Python library that helps data scientists to infer.. Apache-2 - checklist (🥉24 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT - What-If Tool (🥉23 · ⭐ 980 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2 - tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT - deeplift (🥉22 · ⭐ 870 · 💀) - Public facing deeplift repo. MIT - TreeInterpreter (🥉22 · ⭐ 760 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 - Quantus (🥉22 · ⭐ 630) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0 - XAI (🥉21 · ⭐ 1.2K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT - tcav (🥉20 · ⭐ 640 · 💀) - Code for the TCAV ML interpretability project. Apache-2 - ecco (🥉19 · ⭐ 2.1K · 💀) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 - sklearn-evaluation (🥉17 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT - model-card-toolkit (🥉17 · ⭐ 440 · 💀) - A toolkit that streamlines and automates the.. Apache-2 - Anchor (🥉16 · ⭐ 810 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 - FlashTorch (🥉15 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT - ExplainX.ai (🥉15 · ⭐ 440 · 💀) - Explainable AI framework for data scientists. Explain & debug any.. MIT - effector (🥉15 · ⭐ 120) - Effector - a Python package for global and regional effect methods. MIT - Skater (🥉14 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 - interpret-text (🥉14 · ⭐ 430 · 💀) - A library that incorporates state-of-the-art explainers.. MIT - bias-detector (🥉13 · ⭐ 45 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT - Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT - contextual-ai (🥉12 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2


Vector Similarity Search (ANN)

Back to top

Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search.

🔗 ANN Benchmarks ( ⭐ 5.5K) - Benchmarks of approximate nearest neighbor libraries in Python.

Milvus (🥇43 · ⭐ 38K) - Milvus is a high-performance, cloud-native vector database built for.. Apache-2 - [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 330 · 🔀 3.5K · 📥 290K · 📋 15K - 5% open · ⏱️ 30.10.2025):
git clone https://github.com/milvus-io/milvus
- [PyPi](https://pypi.org/project/pymilvus) (📥 3.3M / month · 📦 350 · ⏱️ 19.09.2025):
pip install pymilvus
- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 72M · ⭐ 90 · ⏱️ 30.10.2025):
docker pull milvusdb/milvus
Faiss (🥇42 · ⭐ 38K · 📈) - A library for efficient similarity search and clustering of dense vectors. MIT - [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 260 · 🔀 4K · 📦 5K · 📋 2.7K - 9% open · ⏱️ 30.10.2025):
git clone https://github.com/facebookresearch/faiss
- [PyPi](https://pypi.org/project/pymilvus) (📥 3.3M / month · 📦 350 · ⏱️ 19.09.2025):
pip install pymilvus
- [Conda](https://anaconda.org/conda-forge/faiss) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge faiss
Annoy (🥈35 · ⭐ 14K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. Apache-2 - [GitHub](https://github.com/spotify/annoy) (👨‍💻 90 · 🔀 1.2K · 📦 5.4K · 📋 420 - 16% open · ⏱️ 29.10.2025):
git clone https://github.com/spotify/annoy
- [PyPi](https://pypi.org/project/annoy) (📥 1M / month · 📦 200 · ⏱️ 14.06.2023):
pip install annoy
- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 800K · ⏱️ 01.09.2025):
conda install -c conda-forge python-annoy
USearch (🥈33 · ⭐ 3.2K) - Fast Open-Source Search & Clustering engine for Vectors & Arbitrary.. Apache-2 - [GitHub](https://github.com/unum-cloud/USearch) (👨‍💻 81 · 🔀 230 · 📥 110K · 📦 210 · 📋 250 - 32% open · ⏱️ 29.10.2025):
git clone https://github.com/unum-cloud/usearch
- [PyPi](https://pypi.org/project/usearch) (📥 140K / month · 📦 44 · ⏱️ 04.09.2025):
pip install usearch
- [npm](https://www.npmjs.com/package/usearch) (📥 18K / month · 📦 23 · ⏱️ 29.10.2025):
npm install usearch
- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 480 · ⭐ 1 · ⏱️ 29.10.2025):
docker pull unum/usearch
NMSLIB (🥈32 · ⭐ 3.5K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 - [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 49 · 🔀 460 · 📦 1.4K · 📋 440 - 20% open · ⏱️ 22.10.2025):
git clone https://github.com/nmslib/nmslib
- [PyPi](https://pypi.org/project/nmslib) (📥 280K / month · 📦 67 · ⏱️ 23.10.2025):
pip install nmslib
- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 230K · ⏱️ 30.08.2025):
conda install -c conda-forge nmslib
PyNNDescent (🥉28 · ⭐ 950) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 - [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 31 · 🔀 110 · 📦 13K · 📋 140 - 53% open · ⏱️ 17.10.2025):
git clone https://github.com/lmcinnes/pynndescent
- [PyPi](https://pypi.org/project/pynndescent) (📥 2.5M / month · 📦 160 · ⏱️ 17.06.2024):
pip install pynndescent
- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.5M · ⏱️ 22.04.2025):
conda install -c conda-forge pynndescent
NGT (🥉22 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 - [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 19 · 🔀 120 · 📋 150 - 18% open · ⏱️ 15.10.2025):
git clone https://github.com/yahoojapan/NGT
- [PyPi](https://pypi.org/project/ngt) (📥 1.8K / month · 📦 12 · ⏱️ 26.02.2025):
pip install ngt
Show 5 hidden projects... - hnswlib (🥈32 · ⭐ 5K · 💀) - Header-only C++/python library for fast approximate nearest.. Apache-2 - NearPy (🥉22 · ⭐ 770 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT - N2 (🥉22 · ⭐ 580 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 - Magnitude (🥉20 · ⭐ 1.7K · 💀) - A fast, efficient universal vector embedding utility package. MIT - PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3


Probabilistics & Statistics

Back to top

Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics.

PyMC3 (🥇40 · ⭐ 9.3K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2 - [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 530 · 🔀 2.1K · 📥 140 · 📦 7.7K · 📋 3.6K - 11% open · ⏱️ 28.10.2025):
git clone https://github.com/pymc-devs/pymc
- [PyPi](https://pypi.org/project/pymc3) (📥 330K / month · 📦 190 · ⏱️ 31.05.2024):
pip install pymc3
- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 860K · ⏱️ 22.04.2025):
conda install -c conda-forge pymc3
tensorflow-probability (🥇35 · ⭐ 4.4K) - Probabilistic reasoning and statistical analysis in.. Apache-2 - [GitHub](https://github.com/tensorflow/probability) (👨‍💻 500 · 🔀 1.1K · 📦 4 · 📋 1.5K - 48% open · ⏱️ 22.10.2025):
git clone https://github.com/tensorflow/probability
- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 880K / month · 📦 620 · ⏱️ 08.11.2024):
pip install tensorflow-probability
- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 200K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-probability
GPyTorch (🥇34 · ⭐ 3.8K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT - [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 140 · 🔀 580 · 📦 3.2K · 📋 1.4K - 28% open · ⏱️ 14.10.2025):
git clone https://github.com/cornellius-gp/gpytorch
- [PyPi](https://pypi.org/project/gpytorch) (📥 500K / month · 📦 250 · ⏱️ 14.10.2025):
pip install gpytorch
- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 230K · ⏱️ 18.10.2025):
conda install -c conda-forge gpytorch
pgmpy (🥇34 · ⭐ 3.1K) - Python library for causal inference and probabilistic modeling. MIT - [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 180 · 🔀 860 · 📥 680 · 📦 1.7K · 📋 1.1K - 27% open · ⏱️ 29.10.2025):
git clone https://github.com/pgmpy/pgmpy
- [PyPi](https://pypi.org/project/pgmpy) (📥 120K / month · 📦 72 · ⏱️ 31.03.2025):
pip install pgmpy
patsy (🥇34 · ⭐ 980) - Describing statistical models in Python using symbolic formulas. BSD-2 - [GitHub](https://github.com/pydata/patsy) (👨‍💻 23 · 🔀 100 · 📦 130K · 📋 160 - 46% open · ⏱️ 20.10.2025):
git clone https://github.com/pydata/patsy
- [PyPi](https://pypi.org/project/patsy) (📥 22M / month · 📦 680 · ⏱️ 20.10.2025):
pip install patsy
- [Conda](https://anaconda.org/conda-forge/patsy) (📥 19M · ⏱️ 20.10.2025):
conda install -c conda-forge patsy
Pyro (🥈32 · ⭐ 8.9K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 - [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 160 · 🔀 1K · 📋 1.1K - 24% open · ⏱️ 09.07.2025):
git clone https://github.com/pyro-ppl/pyro
- [PyPi](https://pypi.org/project/pyro-ppl) (📥 630K / month · 📦 190 · ⏱️ 02.06.2024):
pip install pyro-ppl
- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 280K · ⏱️ 22.04.2025):
conda install -c conda-forge pyro-ppl
SALib (🥈31 · ⭐ 960) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT - [GitHub](https://github.com/SALib/SALib) (👨‍💻 54 · 🔀 250 · 📦 1.6K · 📋 350 - 18% open · ⏱️ 12.10.2025):
git clone https://github.com/SALib/SALib
- [PyPi](https://pypi.org/project/salib) (📥 250K / month · 📦 190 · ⏱️ 12.10.2025):
pip install salib
- [Conda](https://anaconda.org/conda-forge/salib) (📥 290K · ⏱️ 12.10.2025):
conda install -c conda-forge salib
hmmlearn (🥈30 · ⭐ 3.3K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 - [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 49 · 🔀 740 · 📦 3.7K · 📋 450 - 16% open · ⏱️ 31.10.2024):
git clone https://github.com/hmmlearn/hmmlearn
- [PyPi](https://pypi.org/project/hmmlearn) (📥 240K / month · 📦 92 · ⏱️ 31.10.2024):
pip install hmmlearn
- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 430K · ⏱️ 10.09.2025):
conda install -c conda-forge hmmlearn
emcee (🥈30 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT - [GitHub](https://github.com/dfm/emcee) (👨‍💻 76 · 🔀 430 · 📦 3.2K · 📋 300 - 19% open · ⏱️ 14.10.2025):
git clone https://github.com/dfm/emcee
- [PyPi](https://pypi.org/project/emcee) (📥 170K / month · 📦 440 · ⏱️ 19.04.2024):
pip install emcee
- [Conda](https://anaconda.org/conda-forge/emcee) (📥 510K · ⏱️ 22.04.2025):
conda install -c conda-forge emcee
GPflow (🥉29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 - [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 430 · 📦 790 · 📋 840 - 19% open · ⏱️ 29.05.2025):
git clone https://github.com/GPflow/GPflow
- [PyPi](https://pypi.org/project/gpflow) (📥 32K / month · 📦 43 · ⏱️ 29.05.2025):
pip install gpflow
- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 51K · ⏱️ 22.04.2025):
conda install -c conda-forge gpflow
bambi (🥉29 · ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT - [GitHub](https://github.com/bambinos/bambi) (👨‍💻 47 · 🔀 140 · 📦 220 · 📋 460 - 21% open · ⏱️ 24.10.2025):
git clone https://github.com/bambinos/bambi
- [PyPi](https://pypi.org/project/bambi) (📥 48K / month · 📦 19 · ⏱️ 24.10.2025):
pip install bambi
- [Conda](https://anaconda.org/conda-forge/bambi) (📥 56K · ⏱️ 27.10.2025):
conda install -c conda-forge bambi
pomegranate (🥉26 · ⭐ 3.5K · 💤) - Fast, flexible and easy to use probabilistic modelling in Python. MIT - [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 75 · 🔀 590 · 📋 800 - 4% open · ⏱️ 07.02.2025):
git clone https://github.com/jmschrei/pomegranate
- [PyPi](https://pypi.org/project/pomegranate) (📥 36K / month · 📦 67 · ⏱️ 07.02.2025):
pip install pomegranate
- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 230K · ⏱️ 22.04.2025):
conda install -c conda-forge pomegranate
scikit-posthocs (🥉24 · ⭐ 380) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT - [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 18 · 🔀 41 · 📥 67 · 📦 1.2K · 📋 72 - 6% open · ⏱️ 11.09.2025):
git clone https://github.com/maximtrp/scikit-posthocs
- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 120K / month · 📦 73 · ⏱️ 29.03.2025):
pip install scikit-posthocs
- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge scikit-posthocs
pandas-ta (🥉23 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT - [GitHub](https://github.com/twopirllc/pandas-ta) (👨‍💻 40 · 🔀 1.1K):
git clone https://github.com/twopirllc/pandas-ta
- [PyPi](https://pypi.org/project/pandas-ta) (📥 290K / month · 📦 190 · ⏱️ 14.09.2025):
pip install pandas-ta
- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 39K · ⏱️ 23.09.2025):
conda install -c conda-forge pandas-ta
Baal (🥉22 · ⭐ 910) - Bayesian active learning library for research and industrial usecases. Apache-2 - [GitHub](https://github.com/baal-org/baal) (👨‍💻 24 · 🔀 87 · 📦 67 · 📋 120 - 18% open · ⏱️ 07.10.2025):
git clone https://github.com/baal-org/baal
- [PyPi](https://pypi.org/project/baal) (📥 1.8K / month · 📦 2 · ⏱️ 24.06.2025):
pip install baal
- [Conda](https://anaconda.org/conda-forge/baal) (📥 15K · ⏱️ 22.04.2025):
conda install -c conda-forge baal
Orbit (🥉21 · ⭐ 2K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2 - [GitHub](https://github.com/uber/orbit) (👨‍💻 21 · 🔀 140 · 📋 410 - 13% open · ⏱️ 05.06.2025):
git clone https://github.com/uber/orbit
- [PyPi](https://pypi.org/project/orbit-ml) (📥 24K / month · 📦 1 · ⏱️ 01.04.2024):
pip install orbit-ml
pyhsmm (🥉21 · ⭐ 570 · 💤) - Bayesian inference in HSMMs and HMMs. MIT - [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 14 · 🔀 170 · 📦 35 · 📋 100 - 39% open · ⏱️ 25.01.2025):
git clone https://github.com/mattjj/pyhsmm
- [PyPi](https://pypi.org/project/pyhsmm) (📥 300 / month · 📦 1 · ⏱️ 10.05.2017):
pip install pyhsmm
TorchUncertainty (🥉20 · ⭐ 440 · 📉) - Open-source framework for uncertainty and deep.. Apache-2 - [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨‍💻 13 · 🔀 35 · 📋 67 - 23% open · ⏱️ 31.07.2025):
git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty
- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 920 / month · 📦 4 · ⏱️ 31.07.2025):
pip install torch-uncertainty
Show 6 hidden projects... - filterpy (🥈31 · ⭐ 3.7K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT - pingouin (🥉29 · ⭐ 1.8K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 - Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 - PyStan (🥉27 · ⭐ 360 · 💀) - PyStan, a Python interface to Stan, a platform for statistical.. ISC - Funsor (🥉21 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2 - ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT


Adversarial Robustness

Back to top

Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples.

ART (🥇34 · ⭐ 5.6K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT - [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.2K · 📦 770 · 📋 910 - 1% open · ⏱️ 17.10.2025):
git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 29K / month · 📦 25 · ⏱️ 07.07.2025):
pip install adversarial-robustness-toolbox
- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 85K · ⏱️ 07.07.2025):
conda install -c conda-forge adversarial-robustness-toolbox
TextAttack (🥈28 · ⭐ 3.3K) - TextAttack is a Python framework for adversarial attacks, data.. MIT - [GitHub](https://github.com/QData/TextAttack) (👨‍💻 67 · 🔀 420 · 📦 430 · 📋 290 - 23% open · ⏱️ 10.07.2025):
git clone https://github.com/QData/TextAttack
- [PyPi](https://pypi.org/project/textattack) (📥 9.1K / month · 📦 11 · ⏱️ 11.03.2024):
pip install textattack
- [Conda](https://anaconda.org/conda-forge/textattack) (📥 11K · ⏱️ 22.04.2025):
conda install -c conda-forge textattack
Show 7 hidden projects... - CleverHans (🥈29 · ⭐ 6.4K · 💀) - An adversarial example library for constructing attacks,.. MIT - Foolbox (🥈28 · ⭐ 2.9K · 💀) - A Python toolbox to create adversarial examples that fool neural.. MIT - advertorch (🥉24 · ⭐ 1.4K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 - robustness (🥉20 · ⭐ 950 · 💀) - A library for experimenting with, training and evaluating neural.. MIT - AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 - textflint (🥉17 · ⭐ 650 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0 - Adversary (🥉15 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT


GPU & Accelerator Utilities

Back to top

Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks.

optimum (🥇37 · ⭐ 3.1K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2 - [GitHub](https://github.com/huggingface/optimum) (👨‍💻 150 · 🔀 600 · 📦 6.3K · 📋 860 - 30% open · ⏱️ 30.10.2025):
git clone https://github.com/huggingface/optimum
- [PyPi](https://pypi.org/project/optimum) (📥 3.7M / month · 📦 270 · ⏱️ 09.10.2025):
pip install optimum
- [Conda](https://anaconda.org/conda-forge/optimum) (📥 50K · ⏱️ 09.10.2025):
conda install -c conda-forge optimum
cuDF (🥇35 · ⭐ 9.3K) - cuDF - GPU DataFrame Library. Apache-2 - [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 310 · 🔀 980 · 📦 64 · 📋 7.3K - 15% open · ⏱️ 30.10.2025):
git clone https://github.com/rapidsai/cudf
- [PyPi](https://pypi.org/project/cudf) (📥 2.8K / month · 📦 22 · ⏱️ 01.06.2020):
pip install cudf
PyCUDA (🥈33 · ⭐ 2K) - CUDA integration for Python, plus shiny features. MIT - [GitHub](https://github.com/inducer/pycuda) (👨‍💻 83 · 🔀 300 · 📦 4K · 📋 290 - 29% open · ⏱️ 12.10.2025):
git clone https://github.com/inducer/pycuda
- [PyPi](https://pypi.org/project/pycuda) (📥 66K / month · 📦 200 · ⏱️ 09.09.2025):
pip install pycuda
- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 1.1M · ⏱️ 27.10.2025):
conda install -c conda-forge pycuda
Apex (🥈32 · ⭐ 8.8K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 - [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 140 · 🔀 1.4K · 📦 3.3K · 📋 1.3K - 57% open · ⏱️ 29.10.2025):
git clone https://github.com/NVIDIA/apex
- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 580K · ⏱️ 26.07.2025):
conda install -c conda-forge nvidia-apex
cuML (🥈31 · ⭐ 5K) - cuML - RAPIDS Machine Learning Library. Apache-2 - [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 190 · 🔀 600 · 📋 3K - 31% open · ⏱️ 30.10.2025):
git clone https://github.com/rapidsai/cuml
- [PyPi](https://pypi.org/project/cuml) (📥 2.5K / month · 📦 14 · ⏱️ 01.06.2020):
pip install cuml
gpustat (🥈29 · ⭐ 4.3K) - A simple command-line utility for querying and monitoring GPU status. MIT - [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 280 · 📦 7.9K · 📋 130 - 22% open · ⏱️ 13.04.2025):
git clone https://github.com/wookayin/gpustat
- [PyPi](https://pypi.org/project/gpustat) (📥 1.1M / month · 📦 150 · ⏱️ 22.08.2023):
pip install gpustat
- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 310K · ⏱️ 22.04.2025):
conda install -c conda-forge gpustat
ArrayFire (🥈28 · ⭐ 4.8K) - ArrayFire: a general purpose GPU library. BSD-3 - [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 97 · 🔀 540 · 📥 9.6K · 📋 1.8K - 19% open · ⏱️ 28.07.2025):
git clone https://github.com/arrayfire/arrayfire
- [PyPi](https://pypi.org/project/arrayfire) (📥 4.5K / month · 📦 13 · ⏱️ 22.02.2022):
pip install arrayfire
cuGraph (🥈28 · ⭐ 2.1K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 - [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 120 · 🔀 340 · 📋 1.9K - 6% open · ⏱️ 29.10.2025):
git clone https://github.com/rapidsai/cugraph
- [PyPi](https://pypi.org/project/cugraph) (📥 550 / month · 📦 4 · ⏱️ 01.06.2020):
pip install cugraph
- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 69K · ⏱️ 22.04.2025):
conda install -c conda-forge libcugraph
CuPy (🥉27 · ⭐ 11K) - NumPy & SciPy for GPU. MIT - [GitHub](https://github.com/cupy/cupy) (👨‍💻 340 · 🔀 950):
git clone https://github.com/cupy/cupy
- [PyPi](https://pypi.org/project/cupy) (📥 39K / month · 📦 400 · ⏱️ 18.08.2025):
pip install cupy
- [Conda](https://anaconda.org/conda-forge/cupy) (📥 7.2M · ⏱️ 14.09.2025):
conda install -c conda-forge cupy
- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 92K · ⭐ 14 · ⏱️ 18.08.2025):
docker pull cupy/cupy
DALI (🥉25 · ⭐ 5.5K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 - [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 99 · 🔀 650 · 📋 1.7K - 15% open · ⏱️ 30.10.2025):
git clone https://github.com/NVIDIA/DALI
Vulkan Kompute (🥉23 · ⭐ 2.4K) - General purpose GPU compute framework built on Vulkan to.. Apache-2 - [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 35 · 🔀 160 · 📥 700 · 📋 230 - 32% open · ⏱️ 05.10.2025):
git clone https://github.com/KomputeProject/kompute
- [PyPi](https://pypi.org/project/kp) (📥 1.8K / month · ⏱️ 20.01.2024):
pip install kp
Show 9 hidden projects... - GPUtil (🥉25 · ⭐ 1.2K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT - scikit-cuda (🥉25 · ⭐ 990 · 💀) - Python interface to GPU-powered libraries. BSD-3 - py3nvml (🥉22 · ⭐ 250 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 - BlazingSQL (🥉20 · ⭐ 2K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 - Merlin (🥉20 · ⭐ 860 · 💀) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2 - nvidia-ml-py3 (🥉18 · ⭐ 140 · 💀) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 - SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT - ipyexperiments (🥉15 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 - cuSignal (🥉14 · ⭐ 730 · 💀) - GPU accelerated signal processing. ❗Unlicensed


Tensorflow Utilities

Back to top

Libraries that extend TensorFlow with additional capabilities.

TensorFlow Datasets (🥇39 · ⭐ 4.5K) - TFDS is a collection of datasets ready to use with.. Apache-2 - [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 660 · 🔀 1.6K · 📦 25K · 📋 1.5K - 47% open · ⏱️ 17.10.2025):
git clone https://github.com/tensorflow/datasets
- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.8M / month · 📦 340 · ⏱️ 28.05.2025):
pip install tensorflow-datasets
- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 51K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-datasets
tensorflow-hub (🥈31 · ⭐ 3.5K · 💤) - A library for transfer learning by reusing parts of.. Apache-2 - [GitHub](https://github.com/tensorflow/hub) (👨‍💻 110 · 🔀 1.7K · 📋 710 - 2% open · ⏱️ 17.01.2025):
git clone https://github.com/tensorflow/hub
- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 2M / month · 📦 300 · ⏱️ 30.01.2024):
pip install tensorflow-hub
- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorflow-hub
TFX (🥈31 · ⭐ 2.2K · 💤) - TFX is an end-to-end platform for deploying production ML.. Apache-2 - [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 200 · 🔀 710 · 📦 1.8K · 📋 1.2K - 22% open · ⏱️ 26.03.2025):
git clone https://github.com/tensorflow/tfx
- [PyPi](https://pypi.org/project/tfx) (📥 37K / month · 📦 17 · ⏱️ 11.12.2024):
pip install tfx
TF Model Optimization (🥈29 · ⭐ 1.6K) - A toolkit to optimize ML models for deployment for.. Apache-2 - [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 87 · 🔀 320 · 📋 400 - 57% open · ⏱️ 07.07.2025):
git clone https://github.com/tensorflow/model-optimization
- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 920K / month · 📦 45 · ⏱️ 08.02.2024):
pip install tensorflow-model-optimization
TensorFlow I/O (🥈29 · ⭐ 730) - Dataset, streaming, and file system extensions.. Apache-2 - [GitHub](https://github.com/tensorflow/io) (👨‍💻 120 · 🔀 290 · 📋 660 - 44% open · ⏱️ 10.04.2025):
git clone https://github.com/tensorflow/io
- [PyPi](https://pypi.org/project/tensorflow-io) (📥 730K / month · 📦 61 · ⏱️ 01.07.2024):
pip install tensorflow-io
TensorFlow Transform (🥉26 · ⭐ 990) - Input pipeline framework. Apache-2 - [GitHub](https://github.com/tensorflow/transform) (👨‍💻 31 · 🔀 220 · 📋 220 - 17% open · ⏱️ 06.08.2025):
git clone https://github.com/tensorflow/transform
- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 250K / month · 📦 19 · ⏱️ 13.06.2025):
pip install tensorflow-transform
Neural Structured Learning (🥉24 · ⭐ 1K · 💤) - Training neural models with structured signals. Apache-2 - [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 39 · 🔀 190 · 📦 520 · 📋 69 - 1% open · ⏱️ 29.01.2025):
git clone https://github.com/tensorflow/neural-structured-learning
- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 3.2K / month · 📦 3 · ⏱️ 29.07.2022):
pip install neural-structured-learning
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 - [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 29 · 🔀 92 · 📋 100 - 73% open · ⏱️ 01.10.2025):
git clone https://github.com/tensorflow/cloud
- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 18K / month · 📦 7 · ⏱️ 17.06.2021):
pip install tensorflow-cloud
TF Compression (🥉20 · ⭐ 900) - Data compression in TensorFlow. Apache-2 - [GitHub](https://github.com/tensorflow/compression) (👨‍💻 24 · 🔀 260 · 📋 100 - 10% open · ⏱️ 19.08.2025):
git clone https://github.com/tensorflow/compression
- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 4.3K / month · 📦 2 · ⏱️ 02.02.2024):
pip install tensorflow-compression
Show 7 hidden projects... - tensor2tensor (🥇33 · ⭐ 17K · 💀) - Library of deep learning models and datasets designed.. Apache-2 - TF Addons (🥈32 · ⭐ 1.7K · 💀) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 - Keras-Preprocessing (🥉28 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT - efficientnet (🥉26 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 - Saliency (🥉22 · ⭐ 980 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 - TensorNets (🥉21 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT - tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT


Jax Utilities

Back to top

Libraries that extend Jax with additional capabilities.

equinox (🥇33 · ⭐ 2.6K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 - [GitHub](https://github.com/patrick-kidger/equinox) (👨‍💻 81 · 🔀 170 · 📦 1.4K · 📋 610 - 35% open · ⏱️ 29.10.2025):
git clone https://github.com/patrick-kidger/equinox
- [PyPi](https://pypi.org/project/equinox) (📥 500K / month · 📦 350 · ⏱️ 09.10.2025):
pip install equinox
Show 2 hidden projects... - evojax (🥉18 · ⭐ 920 · 💀) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 - jaxdf (🥉12 · ⭐ 130 · 💀) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0


Sklearn Utilities

Back to top

Libraries that extend scikit-learn with additional capabilities.

scikit-learn-intelex (🥇35 · ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 - [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨‍💻 86 · 🔀 180 · 📦 14K · 📋 250 - 15% open · ⏱️ 28.10.2025):
git clone https://github.com/intel/scikit-learn-intelex
- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 89K / month · 📦 74 · ⏱️ 22.10.2025):
pip install scikit-learn-intelex
- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 650K · ⏱️ 30.10.2025):
conda install -c conda-forge scikit-learn-intelex
imbalanced-learn (🥇33 · ⭐ 7.1K) - A Python Package to Tackle the Curse of Imbalanced.. MIT - [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 89 · 🔀 1.3K · 📋 630 - 8% open · ⏱️ 14.08.2025):
git clone https://github.com/scikit-learn-contrib/imbalanced-learn
- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 14M / month · 📦 600 · ⏱️ 14.08.2025):
pip install imbalanced-learn
- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 750K · ⏱️ 14.08.2025):
conda install -c conda-forge imbalanced-learn
MLxtend (🥇33 · ⭐ 5.1K) - A library of extension and helper modules for Pythons data.. BSD-3 - [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 880 · 📦 21K · 📋 500 - 29% open · ⏱️ 19.06.2025):
git clone https://github.com/rasbt/mlxtend
- [PyPi](https://pypi.org/project/mlxtend) (📥 960K / month · 📦 200 · ⏱️ 26.01.2025):
pip install mlxtend
- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 460K · ⏱️ 22.04.2025):
conda install -c conda-forge mlxtend
category_encoders (🥈31 · ⭐ 2.5K · 💤) - A library of sklearn compatible categorical variable.. BSD-3 - [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 71 · 🔀 400 · 📦 4.1K · 📋 300 - 13% open · ⏱️ 24.03.2025):
git clone https://github.com/scikit-learn-contrib/category_encoders
- [PyPi](https://pypi.org/project/category_encoders) (📥 2.1M / month · 📦 310 · ⏱️ 15.03.2025):
pip install category_encoders
- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 370K · ⏱️ 22.04.2025):
conda install -c conda-forge category_encoders
scikit-lego (🥈28 · ⭐ 1.4K) - Extra blocks for scikit-learn pipelines. MIT - [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 69 · 🔀 120 · 📦 190 · 📋 340 - 9% open · ⏱️ 21.10.2025):
git clone https://github.com/koaning/scikit-lego
- [PyPi](https://pypi.org/project/scikit-lego) (📥 53K / month · 📦 13 · ⏱️ 15.09.2025):
pip install scikit-lego
- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 76K · ⏱️ 22.04.2025):
conda install -c conda-forge scikit-lego
scikit-opt (🥉26 · ⭐ 6.2K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT - [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 24 · 🔀 1.1K · 📦 280 · 📋 180 - 37% open · ⏱️ 31.08.2025):
git clone https://github.com/guofei9987/scikit-opt
- [PyPi](https://pypi.org/project/scikit-opt) (📥 9.1K / month · 📦 15 · ⏱️ 14.01.2022):
pip install scikit-opt
iterative-stratification (🥉21 · ⭐ 880 · 💤) - scikit-learn cross validators for iterative.. BSD-3 - [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 75 · 📦 620 · 📋 27 - 7% open · ⏱️ 12.10.2024):
git clone https://github.com/trent-b/iterative-stratification
- [PyPi](https://pypi.org/project/iterative-stratification) (📥 54K / month · 📦 15 · ⏱️ 12.10.2024):
pip install iterative-stratification
scikit-tda (🥉19 · ⭐ 550) - Topological Data Analysis for Python. MIT - [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 7 · 🔀 54 · 📦 93 · 📋 23 - 17% open · ⏱️ 28.10.2025):
git clone https://github.com/scikit-tda/scikit-tda
- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.8K / month · ⏱️ 19.07.2024):
pip install scikit-tda
Show 11 hidden projects... - scikit-survival (🥈32 · ⭐ 1.2K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 - fancyimpute (🥈27 · ⭐ 1.3K · 💀) - Multivariate imputation and matrix completion.. Apache-2 - scikit-multilearn (🥈27 · ⭐ 950 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 - sklearn-crfsuite (🥉25 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT - skope-rules (🥉22 · ⭐ 650 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause - combo (🥉21 · ⭐ 660 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost - celer (🥉21 · ⭐ 230) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 - sklearn-contrib-lightning (🥉20 · ⭐ 1.8K · 💀) - Large-scale linear classification, regression and.. BSD-3 - dabl (🥉18 · ⭐ 730 · 💀) - Data Analysis Baseline Library. BSD-3 - DESlib (🥉18 · ⭐ 490 · 💀) - A Python library for dynamic classifier and ensemble selection. BSD-3 - skggm (🥉17 · ⭐ 250) - Scikit-learn compatible estimation of general graphical models. MIT


Pytorch Utilities

Back to top

Libraries that extend Pytorch with additional capabilities.

accelerate (🥇43 · ⭐ 9.2K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 - [GitHub](https://github.com/huggingface/accelerate) (👨‍💻 370 · 🔀 1.2K · 📦 110K · 📋 1.9K - 5% open · ⏱️ 22.10.2025):
git clone https://github.com/huggingface/accelerate
- [PyPi](https://pypi.org/project/accelerate) (📥 17M / month · 📦 2.8K · ⏱️ 20.10.2025):
pip install accelerate
- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 670K · ⏱️ 24.10.2025):
conda install -c conda-forge accelerate
tinygrad (🥇33 · ⭐ 30K) - You like pytorch? You like micrograd? You love tinygrad!. MIT - [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 420 · 🔀 3.6K · 📦 20 · 📋 1K - 12% open · ⏱️ 30.10.2025):
git clone https://github.com/geohot/tinygrad
PML (🥇33 · ⭐ 6.2K) - The easiest way to use deep metric learning in your application. Modular,.. MIT - [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 45 · 🔀 660 · 📦 2.9K · 📋 530 - 14% open · ⏱️ 17.08.2025):
git clone https://github.com/KevinMusgrave/pytorch-metric-learning
- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 2.3M / month · 📦 68 · ⏱️ 17.08.2025):
pip install pytorch-metric-learning
- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 13K · ⏱️ 25.03.2025):
conda install -c metric-learning pytorch-metric-learning
torchdiffeq (🥇31 · ⭐ 6.2K) - Differentiable ODE solvers with full GPU support and.. MIT - [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 23 · 🔀 940 · 📦 5.5K · 📋 230 - 35% open · ⏱️ 04.04.2025):
git clone https://github.com/rtqichen/torchdiffeq
- [PyPi](https://pypi.org/project/torchdiffeq) (📥 1M / month · 📦 120 · ⏱️ 21.11.2024):
pip install torchdiffeq
- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 24K · ⏱️ 22.04.2025):
conda install -c conda-forge torchdiffeq
torchsde (🥈30 · ⭐ 1.7K · 💤) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 - [GitHub](https://github.com/google-research/torchsde) (👨‍💻 9 · 🔀 210 · 📦 5.5K · 📋 84 - 36% open · ⏱️ 30.12.2024):
git clone https://github.com/google-research/torchsde
- [PyPi](https://pypi.org/project/torchsde) (📥 4.6M / month · 📦 37 · ⏱️ 26.09.2023):
pip install torchsde
- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 46K · ⏱️ 22.04.2025):
conda install -c conda-forge torchsde
torch-scatter (🥈26 · ⭐ 1.7K) - PyTorch Extension Library of Optimized Scatter Operations. MIT - [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 34 · 🔀 200 · 📋 420 - 6% open · ⏱️ 12.08.2025):
git clone https://github.com/rusty1s/pytorch_scatter
- [PyPi](https://pypi.org/project/torch-scatter) (📥 82K / month · 📦 150 · ⏱️ 06.10.2023):
pip install torch-scatter
- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 1M · ⏱️ 03.10.2025):
conda install -c conda-forge pytorch_scatter
PyTorch Sparse (🥈25 · ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT - [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 48 · 🔀 160 · 📋 300 - 10% open · ⏱️ 12.08.2025):
git clone https://github.com/rusty1s/pytorch_sparse
- [PyPi](https://pypi.org/project/torch-sparse) (📥 63K / month · 📦 120 · ⏱️ 06.10.2023):
pip install torch-sparse
- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 940K · ⏱️ 03.10.2025):
conda install -c conda-forge pytorch_sparse
Pytorch Toolbelt (🥉24 · ⭐ 1.6K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT - [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 9 · 🔀 120 · 📥 180 · 📋 33 - 12% open · ⏱️ 09.10.2025):
git clone https://github.com/BloodAxe/pytorch-toolbelt
- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 8.3K / month · 📦 12 · ⏱️ 21.11.2024):
pip install pytorch_toolbelt
madgrad (🥉18 · ⭐ 800 · 💤) - MADGRAD Optimization Method. MIT - [GitHub](https://github.com/facebookresearch/madgrad) (👨‍💻 3 · 🔀 58 · 📦 110 · ⏱️ 27.01.2025):
git clone https://github.com/facebookresearch/madgrad
- [PyPi](https://pypi.org/project/madgrad) (📥 9.7K / month · 📦 1 · ⏱️ 08.03.2022):
pip install madgrad
pytorchviz (🥉14 · ⭐ 3.4K · 💤) - A small package to create visualizations of PyTorch execution.. MIT - [GitHub](https://github.com/szagoruyko/pytorchviz) (👨‍💻 6 · 🔀 280 · 📋 72 - 47% open · ⏱️ 30.12.2024):
git clone https://github.com/szagoruyko/pytorchviz
Show 22 hidden projects... - pretrainedmodels (🥈29 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 - EfficientNet-PyTorch (🥈28 · ⭐ 8.2K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 - lightning-flash (🥈27 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 - pytorch-optimizer (🥈26 · ⭐ 3.1K · 💀) - torch-optimizer -- collection of optimizers for.. Apache-2 - TabNet (🥈26 · ⭐ 2.9K · 💀) - PyTorch implementation of TabNet paper :.. MIT - EfficientNets (🥈25 · ⭐ 1.6K · 💀) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 - pytorch-summary (🥉24 · ⭐ 4.1K · 💀) - Model summary in PyTorch similar to `model.summary()`.. MIT - Higher (🥉23 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 - micrograd (🥉22 · ⭐ 14K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT - SRU (🥉22 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT - Antialiased CNNs (🥉22 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 - AdaBound (🥉21 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 - reformer-pytorch (🥉21 · ⭐ 2.2K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT - Torchmeta (🥉21 · ⭐ 2K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT - Poutyne (🥉21 · ⭐ 580) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 - Performer Pytorch (🥉19 · ⭐ 1.2K · 💀) - An implementation of Performer, a linear attention-.. MIT - Torch-Struct (🥉19 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT - Lambda Networks (🥉17 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT - Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT - TorchDrift (🥉15 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2 - Tez (🥉14 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 - Tensor Sensor (🥉14 · ⭐ 810 · 💀) - The goal of this library is to generate more helpful.. MIT


Database Clients

Back to top

Libraries for connecting to, operating, and querying databases.

🔗 best-of-python - DB Clients ( ⭐ 4.2K) - Collection of database clients for python.


Others

Back to top

scipy (🥇51 · ⭐ 14K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 - [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.8K · 🔀 5.5K · 📥 97K · 📦 1.4M · 📋 11K - 15% open · ⏱️ 30.10.2025):
git clone https://github.com/scipy/scipy
- [PyPi](https://pypi.org/project/scipy) (📥 220M / month · 📦 61K · ⏱️ 28.10.2025):
pip install scipy
- [Conda](https://anaconda.org/conda-forge/scipy) (📥 70M · ⏱️ 29.10.2025):
conda install -c conda-forge scipy
SymPy (🥇49 · ⭐ 14K) - A computer algebra system written in pure Python. BSD-3 - [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.4K · 🔀 4.8K · 📥 570K · 📦 290K · 📋 15K - 37% open · ⏱️ 30.10.2025):
git clone https://github.com/sympy/sympy
- [PyPi](https://pypi.org/project/sympy) (📥 73M / month · 📦 4.6K · ⏱️ 27.04.2025):
pip install sympy
- [Conda](https://anaconda.org/conda-forge/sympy) (📥 11M · ⏱️ 29.04.2025):
conda install -c conda-forge sympy
Streamlit (🥇47 · ⭐ 42K) - Streamlit A faster way to build and share data apps. Apache-2 - [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 570 · 🔀 3.8K · 📦 1M · 📋 5.7K - 23% open · ⏱️ 30.10.2025):
git clone https://github.com/streamlit/streamlit
- [PyPi](https://pypi.org/project/streamlit) (📥 19M / month · 📦 4.6K · ⏱️ 29.10.2025):
pip install streamlit
Gradio (🥇46 · ⭐ 40K) - Wrap UIs around any model, share with anyone. Apache-2 - [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 700 · 🔀 3.1K · 📦 84K · 📋 6.1K - 6% open · ⏱️ 29.10.2025):
git clone https://github.com/gradio-app/gradio
- [PyPi](https://pypi.org/project/gradio) (📥 11M / month · 📦 1.6K · ⏱️ 22.10.2025):
pip install gradio
carla (🥇37 · ⭐ 13K) - Open-source simulator for autonomous driving research. MIT - [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 190 · 🔀 4.2K · 📦 1.1K · 📋 6.2K - 18% open · ⏱️ 30.10.2025):
git clone https://github.com/carla-simulator/carla
- [PyPi](https://pypi.org/project/carla) (📥 18K / month · 📦 16 · ⏱️ 14.09.2025):
pip install carla
Autograd (🥇37 · ⭐ 7.4K) - Efficiently computes derivatives of NumPy code. MIT - [GitHub](https://github.com/HIPS/autograd) (👨‍💻 64 · 🔀 910 · 📦 14K · 📋 440 - 42% open · ⏱️ 27.10.2025):
git clone https://github.com/HIPS/autograd
- [PyPi](https://pypi.org/project/autograd) (📥 3.4M / month · 📦 310 · ⏱️ 05.05.2025):
pip install autograd
- [Conda](https://anaconda.org/conda-forge/autograd) (📥 680K · ⏱️ 05.05.2025):
conda install -c conda-forge autograd
PennyLane (🥇37 · ⭐ 2.9K) - PennyLane is a cross-platform Python library for quantum.. Apache-2 - [GitHub](https://github.com/PennyLaneAI/pennylane) (👨‍💻 210 · 🔀 700 · 📥 100 · 📦 1.9K · 📋 1.7K - 25% open · ⏱️ 30.10.2025):
git clone https://github.com/PennyLaneAI/PennyLane
- [PyPi](https://pypi.org/project/pennylane) (📥 200K / month · 📦 89 · ⏱️ 15.10.2025):
pip install pennylane
- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 340K · ⏱️ 22.04.2025):
conda install -c conda-forge pennylane
PyOD (🥈36 · ⭐ 9.6K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2 - [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 64 · 🔀 1.4K · 📦 5.5K · 📋 390 - 59% open · ⏱️ 29.04.2025):
git clone https://github.com/yzhao062/pyod
- [PyPi](https://pypi.org/project/pyod) (📥 840K / month · 📦 130 · ⏱️ 29.04.2025):
pip install pyod
- [Conda](https://anaconda.org/conda-forge/pyod) (📥 170K · ⏱️ 30.04.2025):
conda install -c conda-forge pyod
Datasette (🥈35 · ⭐ 10K) - An open source multi-tool for exploring and publishing data. Apache-2 - [GitHub](https://github.com/simonw/datasette) (👨‍💻 82 · 🔀 770 · 📥 75 · 📦 1.6K · 📋 1.9K - 32% open · ⏱️ 26.10.2025):
git clone https://github.com/simonw/datasette
- [PyPi](https://pypi.org/project/datasette) (📥 180K / month · 📦 480 · ⏱️ 22.04.2025):
pip install datasette
- [Conda](https://anaconda.org/conda-forge/datasette) (📥 73K · ⏱️ 22.04.2025):
conda install -c conda-forge datasette
DeepChem (🥈34 · ⭐ 6.3K · 📉) - Democratizing Deep-Learning for Drug Discovery, Quantum.. MIT - [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 1.9K · 📦 650 · 📋 2.1K - 40% open · ⏱️ 27.10.2025):
git clone https://github.com/deepchem/deepchem
- [PyPi](https://pypi.org/project/deepchem) (📥 54K / month · 📦 24 · ⏱️ 27.10.2025):
pip install deepchem
- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge deepchem
Pythran (🥈34 · ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3 - [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 75 · 🔀 200 · 📦 3.6K · 📋 930 - 15% open · ⏱️ 30.09.2025):
git clone https://github.com/serge-sans-paille/pythran
- [PyPi](https://pypi.org/project/pythran) (📥 500K / month · 📦 28 · ⏱️ 23.05.2025):
pip install pythran
- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1.3M · ⏱️ 07.07.2025):
conda install -c conda-forge pythran
agate (🥈34 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT - [GitHub](https://github.com/wireservice/agate) (👨‍💻 55 · 🔀 150 · 📦 5.3K · 📋 650 - 0% open · ⏱️ 27.10.2025):
git clone https://github.com/wireservice/agate
- [PyPi](https://pypi.org/project/agate) (📥 24M / month · 📦 54 · ⏱️ 29.01.2025):
pip install agate
- [Conda](https://anaconda.org/conda-forge/agate) (📥 410K · ⏱️ 22.04.2025):
conda install -c conda-forge agate
River (🥈32 · ⭐ 5.6K) - Online machine learning in Python. BSD-3 - [GitHub](https://github.com/online-ml/river) (👨‍💻 130 · 🔀 590 · 📦 800 · 📋 630 - 19% open · ⏱️ 05.10.2025):
git clone https://github.com/online-ml/river
- [PyPi](https://pypi.org/project/river) (📥 91K / month · 📦 64 · ⏱️ 25.11.2024):
pip install river
- [Conda](https://anaconda.org/conda-forge/river) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge river
hdbscan (🥈32 · ⭐ 3K) - A high performance implementation of HDBSCAN clustering. BSD-3 - [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 97 · 🔀 500 · 📦 7.6K · 📋 530 - 67% open · ⏱️ 11.10.2025):
git clone https://github.com/scikit-learn-contrib/hdbscan
- [PyPi](https://pypi.org/project/hdbscan) (📥 1.1M / month · 📦 350 · ⏱️ 18.11.2024):
pip install hdbscan
- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.8M · ⏱️ 09.09.2025):
conda install -c conda-forge hdbscan
anomalib (🥈31 · ⭐ 5.1K · 📉) - An anomaly detection library comprising state-of-the-art.. Apache-2 - [GitHub](https://github.com/open-edge-platform/anomalib) (👨‍💻 98 · 🔀 820 · 📥 42K · 📦 200 · 📋 1.2K - 6% open · ⏱️ 27.10.2025):
git clone https://github.com/openvinotoolkit/anomalib
- [PyPi](https://pypi.org/project/anomalib) (📥 200K / month · 📦 7 · ⏱️ 09.10.2025):
pip install anomalib
pyjanitor (🥈31 · ⭐ 1.5K) - Clean APIs for data cleaning. Python implementation of R package.. MIT - [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 980 · 📋 590 - 18% open · ⏱️ 21.10.2025):
git clone https://github.com/pyjanitor-devs/pyjanitor
- [PyPi](https://pypi.org/project/pyjanitor) (📥 280K / month · 📦 42 · ⏱️ 07.03.2025):
pip install pyjanitor
- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 300K · ⏱️ 22.04.2025):
conda install -c conda-forge pyjanitor
causalml (🥈30 · ⭐ 5.6K) - Uplift modeling and causal inference with machine learning.. Apache-2 - [GitHub](https://github.com/uber/causalml) (👨‍💻 71 · 🔀 830 · 📦 310 · 📋 420 - 10% open · ⏱️ 26.09.2025):
git clone https://github.com/uber/causalml
- [PyPi](https://pypi.org/project/causalml) (📥 79K / month · 📦 10 · ⏱️ 09.07.2025):
pip install causalml
dstack (🥈30 · ⭐ 1.9K) - dstack is an open-source control plane for running development,.. MPL-2.0 - [GitHub](https://github.com/dstackai/dstack) (👨‍💻 63 · 🔀 200 · 📦 22 · 📋 1.5K - 6% open · ⏱️ 30.10.2025):
git clone https://github.com/dstackai/dstack
- [PyPi](https://pypi.org/project/dstack) (📥 4.2K / month · ⏱️ 30.10.2025):
pip install dstack
tensorly (🥈30 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2 - [GitHub](https://github.com/tensorly/tensorly) (👨‍💻 73 · 🔀 290 · 📦 1.1K · 📋 280 - 22% open · ⏱️ 05.05.2025):
git clone https://github.com/tensorly/tensorly
- [PyPi](https://pypi.org/project/tensorly) (📥 130K / month · 📦 99 · ⏱️ 12.11.2024):
pip install tensorly
- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 380K · ⏱️ 22.04.2025):
conda install -c conda-forge tensorly
metricflow (🥈29 · ⭐ 1.3K) - MetricFlow allows you to define, build, and maintain metrics in.. Apache-2 - [GitHub](https://github.com/dbt-labs/metricflow) (👨‍💻 52 · 🔀 130 · 📦 37 · 📋 370 - 27% open · ⏱️ 29.10.2025):
git clone https://github.com/transform-data/metricflow
- [PyPi](https://pypi.org/project/metricflow) (📥 94K / month · 📦 4 · ⏱️ 14.10.2025):
pip install metricflow
pycm (🥈28 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT - [GitHub](https://github.com/sepandhaghighi/pycm) (👨‍💻 18 · 🔀 120 · 📦 420 · 📋 210 - 7% open · ⏱️ 14.10.2025):
git clone https://github.com/sepandhaghighi/pycm
- [PyPi](https://pypi.org/project/pycm) (📥 190K / month · 📦 28 · ⏱️ 15.10.2025):
pip install pycm
Prince (🥈28 · ⭐ 1.4K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT - [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 190 · 📦 770 · ⏱️ 04.08.2025):
git clone https://github.com/MaxHalford/prince
- [PyPi](https://pypi.org/project/prince) (📥 230K / month · 📦 23 · ⏱️ 04.08.2025):
pip install prince
- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 28K · ⏱️ 22.04.2025):
conda install -c conda-forge prince-factor-analysis
Trax (🥉27 · ⭐ 8.3K) - Trax Deep Learning with Clear Code and Speed. Apache-2 - [GitHub](https://github.com/google/trax) (👨‍💻 82 · 🔀 830 · 📦 230 · 📋 250 - 50% open · ⏱️ 26.09.2025):
git clone https://github.com/google/trax
- [PyPi](https://pypi.org/project/trax) (📥 4.3K / month · 📦 1 · ⏱️ 26.10.2021):
pip install trax
adapter-transformers (🥉27 · ⭐ 2.8K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface - [GitHub](https://github.com/adapter-hub/adapters) (👨‍💻 17 · 🔀 360 · 📦 260 · 📋 410 - 10% open · ⏱️ 12.10.2025):
git clone https://github.com/Adapter-Hub/adapter-transformers
- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.9K / month · 📦 12 · ⏱️ 07.07.2024):
pip install adapter-transformers
AugLy (🥉26 · ⭐ 5.1K) - A data augmentations library for audio, image, text, and video. MIT - [GitHub](https://github.com/facebookresearch/AugLy) (👨‍💻 42 · 🔀 310 · 📦 180 · 📋 80 - 30% open · ⏱️ 27.10.2025):
git clone https://github.com/facebookresearch/AugLy
- [PyPi](https://pypi.org/project/augly) (📥 13K / month · 📦 4 · ⏱️ 05.12.2023):
pip install augly
avalanche (🥉26 · ⭐ 2K · 💤) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT - [GitHub](https://github.com/ContinualAI/avalanche) (👨‍💻 87 · 🔀 310 · 📥 60 · 📦 140 · 📋 840 - 13% open · ⏱️ 11.03.2025):
git clone https://github.com/ContinualAI/avalanche
- [PyPi](https://pypi.org/project/avalanche-lib) (📥 3.2K / month · 📦 3 · ⏱️ 29.10.2024):
pip install avalanche-lib
gplearn (🥉26 · ⭐ 1.8K) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 - [GitHub](https://github.com/trevorstephens/gplearn) (👨‍💻 12 · 🔀 300 · 📦 730 · 📋 220 - 11% open · ⏱️ 23.07.2025):
git clone https://github.com/trevorstephens/gplearn
- [PyPi](https://pypi.org/project/gplearn) (📥 20K / month · 📦 19 · ⏱️ 03.05.2022):
pip install gplearn
- [Conda](https://anaconda.org/conda-forge/gplearn) (📥 11K · ⏱️ 22.04.2025):
conda install -c conda-forge gplearn
TabPy (🥉26 · ⭐ 1.6K · 💤) - Execute Python code on the fly and display results in Tableau.. MIT - [GitHub](https://github.com/tableau/TabPy) (👨‍💻 51 · 🔀 600 · 📦 220 · 📋 320 - 6% open · ⏱️ 25.11.2024):
git clone https://github.com/tableau/TabPy
- [PyPi](https://pypi.org/project/tabpy) (📥 7.1K / month · 📦 2 · ⏱️ 25.11.2024):
pip install tabpy
- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 5.8K · ⏱️ 22.04.2025):
conda install -c anaconda tabpy-client
findspark (🥉25 · ⭐ 520) - Find pyspark to make it importable. BSD-3 - [GitHub](https://github.com/minrk/findspark) (👨‍💻 16 · 🔀 72 · 📦 5.6K · 📋 23 - 47% open · ⏱️ 04.09.2025):
git clone https://github.com/minrk/findspark
- [PyPi](https://pypi.org/project/findspark) (📥 2.6M / month · 📦 100 · ⏱️ 11.02.2022):
pip install findspark
- [Conda](https://anaconda.org/conda-forge/findspark) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge findspark
vecstack (🥉23 · ⭐ 700) - Python package for stacking (machine learning technique). MIT - [GitHub](https://github.com/vecxoz/vecstack) (👨‍💻 1 · 🔀 82 · 📦 570 · ⏱️ 28.09.2025):
git clone https://github.com/vecxoz/vecstack
- [PyPi](https://pypi.org/project/vecstack) (📥 1.8K / month · 📦 5 · ⏱️ 28.09.2025):
pip install vecstack
- [Conda](https://anaconda.org/conda-forge/vecstack) (📥 3K · ⏱️ 22.04.2025):
conda install -c conda-forge vecstack
MONAILabel (🥉22 · ⭐ 760) - MONAI Label is an intelligent open source image labeling and.. Apache-2 - [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨‍💻 69 · 🔀 240 · 📥 130K · 📋 560 - 26% open · ⏱️ 14.08.2025):
git clone https://github.com/Project-MONAI/MONAILabel
- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 200 / month · ⏱️ 01.10.2023):
pip install monailabel-weekly
apricot (🥉22 · ⭐ 520) - apricot implements submodular optimization for the purpose of selecting.. MIT - [GitHub](https://github.com/jmschrei/apricot) (👨‍💻 4 · 🔀 49 · 📥 33 · 📦 200 · 📋 34 - 38% open · ⏱️ 09.06.2025):
git clone https://github.com/jmschrei/apricot
- [PyPi](https://pypi.org/project/apricot-select) (📥 13K / month · 📦 16 · ⏱️ 18.02.2021):
pip install apricot-select
pykale (🥉21 · ⭐ 470) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT - [GitHub](https://github.com/pykale/pykale) (👨‍💻 28 · 🔀 70 · 📦 6 · 📋 140 - 8% open · ⏱️ 14.10.2025):
git clone https://github.com/pykale/pykale
- [PyPi](https://pypi.org/project/pykale) (📥 72 / month · ⏱️ 12.04.2022):
pip install pykale
SUOD (🥉21 · ⭐ 390 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2 - [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 49 · 📦 560 · 📋 15 - 80% open · ⏱️ 24.03.2025):
git clone https://github.com/yzhao062/SUOD
- [PyPi](https://pypi.org/project/suod) (📥 13K / month · 📦 9 · ⏱️ 24.03.2025):
pip install suod
pymdp (🥉16 · ⭐ 570) - A Python implementation of active inference for Markov Decision Processes. MIT - [GitHub](https://github.com/infer-actively/pymdp) (👨‍💻 19 · 🔀 110 · 📋 130 - 39% open · ⏱️ 09.09.2025):
git clone https://github.com/infer-actively/pymdp
- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 1.1K / month · ⏱️ 08.12.2022):
pip install inferactively-pymdp
Show 31 hidden projects... - pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. ❗Unlicensed - pysc2 (🥈30 · ⭐ 8.2K · 💀) - StarCraft II Learning Environment. Apache-2 - modAL (🥈30 · ⭐ 2.3K · 💀) - A modular active learning framework for Python. MIT - datalad (🥈30 · ⭐ 620 · 📈) - Keep code, data, containers under control with git and git-.. ❗Unlicensed - cleanlab (🥈29 · ⭐ 11K) - Cleanlabs open-source library is the standard data-centric AI.. ❗️AGPL-3.0 - alibi-detect (🥈29 · ⭐ 2.4K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel - minisom (🥈28 · ⭐ 1.6K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 - PySwarms (🥈28 · ⭐ 1.4K · 💀) - A research toolkit for particle swarm optimization in Python. MIT - kmodes (🥈28 · ⭐ 1.3K · 💀) - Python implementations of the k-modes and k-prototypes clustering.. MIT - pyclustering (🥈28 · ⭐ 1.2K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3 - Cython BLIS (🥈28 · ⭐ 230) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 - Feature Engine (🥉26 · ⭐ 2.1K · 💀) - Feature engineering package with sklearn like functionality. BSD-3 - metric-learn (🥉26 · ⭐ 1.4K · 💀) - Metric learning algorithms in Python. MIT - pandas-ai (🥉25 · ⭐ 22K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed - Mars (🥉24 · ⭐ 2.7K · 💀) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 - AstroML (🥉24 · ⭐ 1.1K · 💀) - Machine learning, statistics, and data mining for astronomy.. BSD-2 - PaddleHub (🥉22 · ⭐ 13K · 💀) - 400+ AI Models: Rich, high-quality AI models, including.. Apache-2 - opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT - mlens (🥉22 · ⭐ 860 · 💀) - ML-Ensemble high performance ensemble learning. MIT - BioPandas (🥉22 · ⭐ 740 · 💀) - Working with molecular structures in pandas DataFrames. BSD-3 - benchmark_VAE (🥉21 · ⭐ 2K · 💀) - Unifying Variational Autoencoder (VAE).. Apache-2 - impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT - StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2 - rrcf (🥉20 · ⭐ 520 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT - scikit-rebate (🥉20 · ⭐ 420 · 💀) - A scikit-learn-compatible Python implementation of.. MIT - baikal (🥉18 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3 - pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 - KD-Lib (🥉15 · ⭐ 650 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT - NeuralCompression (🥉14 · ⭐ 580 · 💀) - A collection of tools for neural compression enthusiasts. MIT - traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT - nylon (🥉12 · ⭐ 82 · 💀) - An intelligent, flexible grammar of machine learning. MIT

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/ml-tooling/best-of-ml-python

Neural Network Models for Chemistry

# Neural-Network-Models-for-Chemistry Check Markdown links

A collection of Neural Network Models for chemistry - Quantum Chemistry Method - Force Field Method - Kernel Methods - Not based on Graph Models - Graph Domain Models - Transformer Domain Models - Universal models - Empirical force field

Quantum Chemistry Method

  • DeePKS, DeePHF
    DeePKS-kit is a program to generate accurate energy functionals for quantum chemistry systems, for both perturbative scheme (DeePHF) and self-consistent scheme (DeePKS).

  • NeuralXC
    Implementation of a machine-learned density functional.

  • MOB-ML
    Machine Learning for Molecular Orbital Theory, they offer analytic gradient.

  • DM21
    Pushing the Frontiers of Density Functionals by Solving the Fractional Electron Problem.

  • NN-GGA, NN-NRA, NN-meta-GGA, NN-LSDA
    Completing density functional theory by machine-learning hidden messages from molecules.

  • FemiNet
    FermiNet is a neural network for learning highly accurate ground state wavefunctions of atoms and molecules using a variational Monte Carlo approach.

  • PauliNet
    PauliNet builds upon HF or CASSCF orbitals as a physically meaningful baseline and takes a neural network approach to the SJB wavefunction in order tocorrect this baseline towards a high-accuracy solution.

  • DeePErwin
    DeepErwin is python package that implements and optimizes wave function models for numerical solutions to the multi-electron Schrödinger equation.

  • Jax-DFT
    JAX-DFT implements one-dimensional density functional theory (DFT) in JAX. It uses powerful JAX primitives to enable JIT compilation, automatical differentiation, and high-performance computation on GPUs.

  • sns-mp2
    Improving the accuracy of Moller-Plesset perturbation theory with neural networks

  • DeepH-pack

    Deep neural networks for density functional theory Hamiltonian.

  • DeepH-E3

    General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian

  • kdft
    The Kernel Density Functional (KDF) code allows generating ML-based DFT functionals.

  • ML-DFT
    ML-DFT: Machine learning for density functional approximations This repository contains the implementation for the kernel ridge regression based density functional approximation method described in the paper "Quantum chemical accuracy from density functional approximations via machine learning".

  • D4FT
    this work proposed a deep-learning approach to KS-DFT. First, in contrast to the conventional SCF loop, directly minimizing the total energy by reparameterizing the orthogonal constraint as a feed-forward computation. They prove that such an approach has the same expressivity as the SCF method yet reduces the computational complexity from O(N^4) to O(N^3)

  • SchOrb
    Unifying machine learning and quantum chemistry with a deep neural network for molecular wavefunctions

  • CiderPress
    Tools for training and evaluating CIDER functionals for use in Density Functional Theory calculations.
  • ML-RPA
    This work demonstrates how machine learning can extend the applicability of the RPA to larger system sizes, time scales, and chemical spaces.
  • ΔOF-MLFF
    a Δ-machine learning model for obtaining Kohn–Sham accuracy from orbital-free density functional theory (DFT) calculations
  • PairNet
    A molecular orbital based machine learning model for predicting accurate CCSD(T) correlation energies. The model, named as PairNet, shows excellent transferability on several public data sets using features inspired by pair natural orbitals(PNOs).

  • SPAHM(a,b)
    SPAHM(a,b): encoding the density information from guess Hamiltonian in quantum machine learning representations

  • GradDFT
    GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation functionals using machine learning techniques.

  • lapnet
    A JAX implementation of the algorithm and calculations described in Forward Laplacian: A New Computational Framework for Neural Network-based Variational Monte Carlo.

  • M-OFDFT
    M-OFDFT is a deep-learning implementation of orbital-free density functional theory that achieves DFT-level accuracy on molecular systems but with lower cost complexity, and can extrapolate to much larger molecules than those seen during training

  • ACE-Kohn-Sham DM
    we present a parameterized representation for learning the mapping from a molecular configuration to its corresponding density matrix using the Atomic Cluster Expansion (ACE) framework, which preserves the physical symmetries of the mapping, including isometric equivariance and Grassmannianity.

  • ANN for Schrodinger
    Artificial neural networks (NN) are universal function approximators and have shown great ability in computing the ground state energy of the electronic Schrödinger equation, yet NN has not established itself as a practical and accurate approach to solving the vibrational Schrödinger equation for realistic polyatomic molecules to obtain vibrational energies and wave functions for the excited states

  • equivariant_electron_density
    Generate and predict molecular electron densities with Euclidean Neural Networks

  • DeePDFT
    This is the official Implementation of the DeepDFT model for charge density prediction.

  • DFA_recommeder
    System-specific density functional recommender

  • EG-XC
    The accuracy of density functional theory hinges on the approximation of nonlocal contributions to the exchange-correlation (XC) functional. To date, machine-learned and human-designed approximations suffer from insufficient accuracy, limited scalability, or dependence on costly reference data. To address these issues, we introduce Equivariant Graph Exchange Correlation (EG-XC), a novel non-local XC functional based on equivariant graph neural network

  • scdp
    Machine learning methods are promising in significantly accelerating charge density prediction, yet existing approaches either lack accuracy or scalability. They propose a recipe that can achieve both. In particular, they identify three key ingredients: (1) representing the charge density with atomic and virtual orbitals (spherical fields centered at atom/virtual coordinates); (2) using expressive and learnable orbital basis sets (basis function for the spherical fields); and (3) using high-capacity equivariant neural network architecture

  • physics-informed-DFT
    We have developed an approach for physics-informed training of flexible empirical density functionals. In this approach, the “physics knowledge” is transferred from PBE, or any other exact-constraints-based functional, using local exchange−correlation energy density regularization, i.e., by adding its local energies into the training set

  • SchrodingerNet
    SchrödingerNet offers a novel approach to solving the full electronic-nuclear Schrödinger equation (SE) by defining a custom loss function designed to equalize local energies throughout the system.

  • qmlearn
    Quantum Machine Learning by learning one-body reduced density matrices in the AO basis.

  • Multi-task-electronic
    This package provides a python realization of the multi-task EGNN (equivariant graph neural network) for molecular electronic structure described in the paper "Multi-task learning for molecular electronic structure approaching coupled-cluster accuracy".

  • aPBE0
    We propose adaptive hybrid functionals, generating optimal exact exchange admixture ratios on the fly using data- efficient quantum machine learning models with negligible overhead. The adaptive Perdew-Burke-Ernzerhof hybrid density functional (aPBE0) improves energetics, electron densities, and HOMO- LUMO gaps in QM9, QM7b, and GMTKN55 benchmark datasets.

  • Skala
    In this work, we present Skala, a modern deep learning-based XC functional that bypasses expensive hand-designed features by learning representations directly from data. Skala achieves chemical accuracy for atomization energies of small molecules while retaining the computational efficiency typical of semi-local DFT.

Quantum Monte Carlo

  • DeePQMC
    DeepQMC implements variational quantum Monte Carlo for electrons in molecules, using deep neural networks written in PyTorch as trial wave functions.

  • oneqmc
    This package provides an implementation of the Orbformer wave function foundation model.

Green Function

  • DeepGreen
    The many-body Green's function provides access to electronic properties beyond density functional theory level in ab inito calculations. It present proof-of-concept benchmark results for both molecules and simple periodic systems, showing that our method is able to provide accurate estimate of physical observables such as energy and density of states based on the predicted Green's function.

Force Field Method

Kernel Methods

  • wigner_kernel
    They propose a novel density-based method which involves computing "Wigner kernels".

  • sGDML
    Symmetric Gradient Domain Machine Learning, focusing on kernel-based representations for molecular force fields.

Not based on Graph Models

  • DeePMD
    A package designed to minimize the effort required to build deep learning based model of interatomic potential energy and force field and to perform molecular dynamics.

  • GAP
    This package is part of QUantum mechanics and Interatomic Potentials Part of the QUantum mechanics and Interatomic Potentials package, using Gaussian process regression for invariant potentials.

  • QUIP
    The QUIP package is a collection of software tools to carry out molecular dynamics simulations. It implements a variety of interatomic potentials and tight binding quantum mechanics, and is also able to call external packages, and serve as plugins to other software such as LAMMPS, CP2K and also the python framework ASE.

  • EANN
    Embedded Atomic Neural Network (EANN) is a physically-inspired neural network framework. The EANN package is implemented using the PyTorch framework used to train interatomic potentials, dipole moments, transition dipole moments and polarizabilities of various systems.

  • REANN
    Recursively embedded atom neural network (REANN) is a PyTorch-based end-to-end multi-functional Deep Neural Network Package for Molecular, Reactive and Periodic Systems.

  • FIREANN
    Field-induced Recursively embedded atom neural network (FIREANN) is a PyTorch-based end-to-end multi-functional Deep Neural Network Package for Molecular, Reactive and Periodic Systems under the presence of the external field with rigorous rotational equivariance.

  • SCFNN
    A self consistent field neural network (SCFNN) model.

  • Torch-ANI
    TorchANI is a pytorch implementation of ANI model.

  • PESPIP
    Mathematica programs for choosing the best basis of permutational invariant polynomials for fitting a potential energy surface

  • RuNNer
    A program package for constructing high-dimensional neural network potentials,4G-HDNNPs,3G-HDNNPs.

  • aenet
    The Atomic Energy NETwork (ænet) package is a collection of tools for the construction and application of atomic interaction potentials based on artificial neural networks.

  • aevmod

    This package provides functionality for computing an atomic environment vector (AEV), as well as its Jacobian and Hessian.

  • TensorMol
    A pakcages of NN model chemistry, contains Behler-Parrinello with electrostatics, Many Body Expansion Bonds in Molecules NN, Atomwise, Forces, Inductive Charges.

  • PairNet-OPs/PairFE-Net
    In PairFE-Net, an atomic structure is encoded using pairwise nuclear repulsion forces

Graph Domain models

  • Nequip
    NequIP is an open-source code for building E(3)-equivariant interatomic potentials.

  • E3NN
    Euclidean neural networks,The aim of this library is to help the development of E(3) equivariant neural networks. It contains fundamental mathematical operations such as tensor products and spherical harmonics.

  • XequiNet
    XequiNet is an equivariant graph neural network for predicting the properties of chemical molecules or periodical systems.

  • SchNet
    SchNet is a deep learning architecture that allows for spatially and chemically resolved insights into quantum-mechanical observables of atomistic systems.

  • SchNetPack
    SchNetPack aims to provide accessible atomistic neural networks that can be trained and applied out-of-the-box, while still being extensible to custom atomistic architectures. contains schnet,painn,filedschnet,so3net

  • G-SchNet
    Implementation of G-SchNet - a generative model for 3d molecular structures.

  • PhysNet
    PhysNet: A Neural Network for Predicting Energies, Forces, Dipole Moments and Partial Charges.

  • DimeNet
    Directional Message Passing Neural Network.

  • GemNet
    Universal Directional Graph Neural Networks for Molecules.

  • DeePMoleNet
    DeepMoleNet is a deep learning package for molecular properties prediction.

  • AirNet
    A new GNN-based deep molecular model by MindSpore.

  • TorchMD-Net
    TorchMD-NET provides graph neural networks and equivariant transformer neural networks potentials for learning molecular potentials.

  • charge_transfer_nnp
    About Graph neural network potential with charge-transfer with nequip model.

  • ForceNet
    We demonstrate that force-centric GNN models without any explicit physical constraints are able to predict atomic forces more accurately than state-of-the-art energy centric GNN models, while being faster both in training and inference.

  • DIG
    A library for graph deep learning research.

  • scn
    Spherical Channels for Modeling Atomic Interactions

  • spinconv

    Rotation Invariant Graph Neural Networks using Spin Convolutions.

  • VisNet
    a scalable and accurate geometric deep learning potential for molecular dynamics simulation

  • alignn
    The Atomistic Line Graph Neural Network (https://www.nature.com/articles/s41524-021-00650-1) introduces a new graph convolution layer that explicitly models both two and three body interactions in atomistic systems.

  • So3krates
    Repository for training, testing and developing machine learned force fields using the So3krates model.

  • spice-model-five-net
    Contains the five equivariant transformer models about the spice datasets(https://github.com/openmm/spice-dataset/releases/tag/1.1).

  • sake
    Spatial Attention Kinetic Networks with E(n)-Equivariance

  • eqgat
    Pytorch implementation for the manuscript Representation Learning on Biomolecular Structures using Equivariant Graph Attention

  • GNN-LF
    Graph Neural Network With Local Frame for Molecular Potential Energy Surface

  • Cormorant
    We propose Cormorant, a rotationally covariant neural network architecture for learning the behavior and properties of complex many-body physical systems.

  • LieConv
    Generalizing Convolutional Neural Networks for Equivariance to Lie Groups on Arbitrary Continuous Data

  • torchmd-net/ET
    Neural network potentials based on graph neural networks and equivariant transformers

  • torchmd-net/TensorNet+0.1S
    On the Inclusion of Charge and Spin States in Cartesian Tensor Neural Network Potentials

  • GemNet
    GemNet: Universal Directional Graph Neural Networks for Molecules

  • equiformer
    Equiformer: Equivariant Graph Attention Transformer for 3D Atomistic Graphs

  • VisNet-LSRM
    Inspired by fragmentation-based methods, we propose the Long-Short-Range Message-Passing (LSR-MP) framework as a generalization of the existing equivariant graph neural networks (EGNNs) with the intent to incorporate long-range interactions efficiently and effectively.

  • AP-net
    AP-Net: An atomic-pairwise neural network for smooth and transferable interaction potentials

  • MACE
    MACE provides fast and accurate machine learning interatomic potentials with higher order equivariant message passing.

  • Unimol+
    Uni-Mol+ first generates a raw 3D molecule conformation from inexpensive methods such as RDKit. Then, the raw conformation is iteratively updated to its target DFT equilibrium conformation using neural networks, and the learned conformation will be used to predict the QC properties.

  • ColfNet
    Inspired by differential geometry and physics, we introduce equivariant local complete frames to graph neural networks, such that tensor information at given orders can be projected onto the frames.

  • LeftNet
    A New Perspective on Building Efficient and Expressive 3D Equivariant Graph Neural Networks

  • SO3krates with transformer
    we propose a transformer architecture called SO3krates that combines sparse equivariant representations.

  • LEIGNN A lightweight equivariant interaction graph neural network (LEIGNN) that can enable accurate and efficient interatomic potential and force predictions in crystals. Rather than relying on higher-order representations, LEIGNN employs a scalar-vector dual representation to encode equivariant feature.

  • Multi-fidelity GNNs
    Multi-fidelity GNNs for drug discovery and quantum mechanics

  • GPIP
    GPIP: Geometry-enhanced Pre-training on Interatomic Potentials.they propose a geometric structure learning framework that leverages the unlabeled configurations to improve the performance of MLIPs. Their framework consists of two stages: firstly, using CMD simulations to generate unlabeled configurations of the target molecular system; and secondly, applying geometry-enhanced self-supervised learning techniques, including masking, denoising, and contrastive learning, to capture structural information

  • ictp
    Official repository for the paper "Higher Rank Irreducible Cartesian Tensors for Equivariant Message Passing". It is built upon the ALEBREW repository and implements irreducible Cartesian tensors and their products.

  • CHGNet
    A pretrained universal neural network potential for charge-informed atomistic modeling (see publication)

  • GPTFF
    GPTFF(graph-based pre-trained transformer forcefield): A high-accuracy out-of-the-box universal AI force field for arbitrary inorganic materials

  • cace
    The Cartesian Atomic Cluster Expansion (CACE) is a new approach for developing machine learning interatomic potentials. This method utilizes Cartesian coordinates to provide a complete description of atomic environments, maintaining interaction body orders. It integrates low-dimensional embeddings of chemical elements with inter-atomic message passing.

Transformer Domain

  • SpookyNet
    Spookynet: Learning force fields with electronic degrees of freedom and nonlocal effects.

  • trip
    Transformer Interatomic Potential (TrIP): a chemically sound potential based on the SE(3)-Transformer

  • e3x
    E3x is a JAX library for constructing efficient E(3)-equivariant deep learning architectures built on top of Flax. The goal is to provide common neural network building blocks for E(3)-equivariant architectures to make the development of models operating on three-dimensional data (point clouds, polygon meshes, etc.) easier.

  • EScAIP
    EScAIP: Efficiently Scaled Attention Interatomic Potential.

  • graph-free-transformer
    Our findings suggest that Transformers can learn many of the graph-based inductive biases typically built into current ML models for chemistry—while doing so more flexibly.

Universal model

  • egret
    This repository contains the Egret family of neural network potentials, developed by Rowan using the MACE architecture.

  • eSEN
    The resulting model, eSEN, provides state-of-the-art results on a range of physical property prediction tasks,

  • UNA
    UMA: A Family of Universal Models for Atoms, a modified model of eSEN.

  • AIMNET
    This repository contains reference AIMNet implementation along with some examples and menchmarks.

  • AIMNet2
    A general-purpose neural netrork potential for organic and element-organic molecules.

  • MACE-OFF23
    This repository contains the MACE-OFF23 pre-traained transferable organic force fields.

  • Orb-moddels
    Trained on the Open Molecules 2025 (OMol25) dataset—over 100M high-accuracy DFT calculations (ωB97M-V/def2-TZVPD) on diverse molecular systems including metal complexes, biomolecules, and electrolytes.

Empirical force field

  • PAMNet
    PAMNet(Physics-aware Multiplex Graph Neural Network) is an improved version of MXMNet and outperforms state-of-the-art baselines regarding both accuracy and efficiency in diverse tasks including small molecule property prediction, RNA 3D structure prediction, and protein-ligand binding affinity prediction.

  • grappa
    A machine-learned molecular mechanics force field using a deep graph attentional network

  • espaloma
    Extensible Surrogate Potential of Ab initio Learned and Optimized by Message-passing Algorithm.
  • FeNNol
    FeNNol is a library for building, training and running neural network potentials for molecular simulations. It is based on the JAX library and is designed to be fast and flexible.
  • ByteFF
    In this study, we address this issue usinga modern data-driven approach, developing ByteFF, an Amber-compatible force fi eld for drug-like molecules. To create ByteFF, we generated an expansive and highly diverse molecular dataset at the B3LYP-D3(BJ)/DZVP level of theory. This dataset includes 2.4 million optimized molecular fragment geometries with analytical Hessian matrices, along with 3.2 million torsion profiles
  • GB-FFs
    Graph-Based Force Fields Model to parameterize Force Fields by Graph Attention Networks

  • ARROW-NN
    The simulation conda package contains the InterX ARBALEST molecular dynamics simulation software along with all the necessary database files to run ARROW-NN molecular simulations

  • AMOEBA+NN
    It present an integrated non-reactive hybrid model, AMOEBA+NN, which employs the AMOEBA potential for the short- and long-range non-bonded interactions and an NNP to capture the remaining local (covalent) contributions

  • bamboo Welcome to the repository of BAMBOO! This repository hosts the source code for creating a machine learning-based force field (MLFF) for molecular dynamics (MD) simulations of lithium battery electrolytes. Whether you're interested in simulating lithium battery electrolytes or other types of liquids, BAMBOO provides a robust and versatile solution.

  • ResFF

    We introduce ResFF, a hybrid machine learning force field that employs deep residual learning to integrate explicit physics-based bonded terms with residual corrections from a lightweight equivariant neural network. Through a three-stage joint optimization, ResFF decomposes molecular energy into dominant bonded contributions and complex noncovalent deviations.

Tools and potentials

  • rascaline
    Rascaline is a library for the efficient computing of representations for atomistic machine learning also called "descriptors" or "fingerprints". These representations can be used for atomistic machine learning (ml) models including ml potentials, visualization or similarity analysis.

  • AIRS
    AIRS is a collection of open-source software tools, datasets, and benchmarks associated with our paper entitled “Artificial Intelligence for Science in Quantum, Atomistic, and Continuum Systems”.

  • phast
    PyTorch implementation for PhAST: Physics-Aware, Scalable and Task-specific GNNs for Accelerated Catalyst Design

  • mdgrad
    Pytorch differentiable molecular dynamics

  • NerualForceFild
    The Neural Force Field (NFF) code is an API based on SchNet, DimeNet, PaiNN and DANN. It provides an interface to train and evaluate neural networks for force fields. It can also be used as a property predictor that uses both 3D geometries and 2D graph information.

  • NNPOps
    The goal of this project is to promote the use of neural network potentials (NNPs) by providing highly optimized, open-source implementations of bottleneck operations that appear in popular potentials.

  • jax-md
    JAX MD is a functional and data driven library. Data is stored in arrays or tuples of arrays and functions transform data from one state to another.

  • AQML
    AQML is a mixed Python/Fortran/C++ package, intends to simulate quantum chemistry problems through the use of the fundamental building blocks of larger systems.

  • MDsim
    Training and simulating MD with ML force fields

  • AMP
    Amp: A modular approach to machine learning in atomistic simulations(https://github.com/ulissigroup/amptorch)

  • HIPPYNN
    a modular library for atomistic machine learning with pytorch.

  • flare
    FLARE is an open-source Python package for creating fast and accurate interatomic potentials.

  • nnp-pre-training
    Synthetic pre-training for neural-network interatomic potentials

  • mlp-train
    General machine learning potentials (MLP) training for molecular systems in gas phase and solution

  • NNP-MM
    NNP/MM embeds a Neural Network Potential into a conventional molecular mechanical (MM) model.

  • GAMD
    Data and code for Graph neural network Accelerated Molecular Dynamics.

  • PFP
    Here we report a development of universal NNP called PreFerred Potential (PFP), which is able to handle any combination of 45 elements. Particular emphasis is placed on the datasets, which include a diverse set of virtual structures used to attain the universality.

  • TeaNet
    universal neural network interatomic potential inspired by iterative electronic relaxations.

  • n2p2
    This repository provides ready-to-use software for high-dimensional neural network potentials in computational physics and chemistry.

  • charge3net
    Official implementation of ChargeE3Net, introduced in Higher-Order Equivariant Neural Networks for Charge Density Prediction in Materials.

  • jax-nb
    This is a JAX implementation of Polarizable Charge Equilibrium (PQEq) and DFT-D3 dispersion correction.

  • AlF_dimer
    a global potential for AlF-AlF dimer

  • Schrodinger-ANI
    A neural network potential energy function for use in drug discovery, with chemical element support extended from 41% to 94% of druglike molecules based on ChEMBL.

  • q-AQUA,q-AQUA-pol
    CCSD(T) potential for water, interfaced with TTM3-F

  • gimlet
    Graph Inference on Molecular Topology. A package for modelling, learning, and inference on molecular topological space written in Python and TensorFlow.

Semi-Empirical Quantum Mechanical Method

with SQM feature

  • DeePaTB
    We present Deep Atomic Density-Based Tight-Binding (DeePaTB), a novel machine learning-based semi-empirical quantum mechanical (ML-SQM) framework, developed upon our recently proposed atomic density-based tight-binding (aTB) method, which can generate the descriptor by Amesp, "eigenvalue of the local density matrix." This neural network-enhanced semi-empirical quantum mechanical model demonstrates remarkable computational efficiency and transferability across diverse chemical systems.

  • OrbNet; OrbNet Denali
    OrbNet Denali: A machine learning potential for biological and organic chemistry with semi-empirical cost and DFT accuracy.

  • OrbNet-Equi
    INFORMING GEOMETRIC DEEP LEARNING WITH ELECTRONIC INTERACTIONS TO ACCELERATE QUANTUM CHEMISTRY
  • OrbNet-Spin,OrbitAll
    OrbNet-Spin incorporates a spin-polarized treatment into the underlying semiempirical quantum mechanics orbital featurization and adjusts the model architecture accordingly while maintaining the geometrical constraints.

  • EHM-ML
    Machine Learned Hückel Theory: Interfacing Physics and Deep Neural Networks. The Hückel Hamiltonian is an incredibly simple tight-binding model known for its ability to capture qualitative physics phenomena arising from electron interactions in molecules and materials.

  • DFTBML
    DFTBML provides a systematic way to parameterize the Density Functional-based Tight Binding (DFTB) semiempirical quantum chemical method for different chemical systems by learning the underlying Hamiltonian parameters rather than fitting the potential energy surface directly.

  • NN-xTB
    Fast, general, and interpretable quantum accuracy remains a challenge. To address it, we introduce Neural Network Extended Tight-Binding (NN-xTB), a Hamiltonian-preserving scheme that augments the GFN2-xTB operator with small, bounded, environment-dependent shifts to a compact set of physically interpretable parameters predicted by neural network.

without SQM fearure

  • AIQM1, AIQM2
    Artificial intelligence-enhanced quantum chemical method with broad applicability.
  • BpopNN
    Incorporating Electronic Information into Machine Learning Potential Energy Surfaces via Approaching the Ground-State Electronic Energy as a Function of Atom-Based Electronic Populations.

  • Delfta
    The DelFTa application is an easy-to-use, open-source toolbox for predicting quantum-mechanical properties of drug-like molecules. Using either ∆-learning (with a GFN2-xTB baseline) or direct-learning (without a baseline), the application accurately approximates DFT reference values (ωB97X-D/def2-SVP).

  • PYSEQM
    PYSEQM is a Semi-Empirical Quantum Mechanics package implemented in PyTorch.

  • PM6-ML
    MOPAC-ML implements the PM6-ML method, a semiempirical quantum-mechanical computational method that augments PM6 with a machine learning (ML) correction. It acts as a wrapper calling a modified version of MOPAC, to which it provides the ML correction.

  • XpaiNN@xTB
    A model can deal with optimization, and frequency prediction

  • hotpp
    HotPP is an open-source package designed for constructing message passing network interatomic potentials. It facilitates the utilization of arbitrary order Cartesian tensors as messages while maintaining equivalence maintenance

  • LiTEN, LiTEN-FF
    LiTEN, a novel equivariant neural network with Tensorized Quadrangle Attention (TQA). TQA efficiently models three- and four-body interactions with linear complexity by reparameterizing high-order tensor features via vector operations, avoiding costly spherical harmonics.

Coarse-Grained Method

  • cgnet
    Coarse graining for molecular dynamics
  • SchNet-CG
    We explore the application of SchNet models to obtain a CG potential for liquid benzene, investigating the effect of model architecture and hyperparameters on the thermodynamic, dynamical, and structural properties of the simulated CG systems, reporting and discussing challenges encountered and future directions envisioned.

  • CG-SchNET
    By combining recent deep learning methods with a large and diverse training set of all-atom protein simulations, we here develop a bottom-up CG force field with chemical transferability, which can be used for extrapolative molecular dynamics on new sequences not used during model parametrization.

  • torchmd-protein-thermodynamics
    This repository contains code, data and tutarial for reproducing the paper "Machine Learning Coarse-Grained Potentials of Protein Thermodynamics". https://arxiv.org/abs/2212.07492

  • torchmd-exp
    This repository contains a method for training a neural network potential for coarse-grained proteins using unsupervised learning

  • AICG
    Learning coarse-grained force fields for fibrogenesis modeling(https://doi.org/10.1016/j.cpc.2023.108964)

Enhanced Sampling Method

  • Enhanced Sampling with Machine Learning: A Review
    we highlight successful strategies like dimensionality reduction, reinforcement learning, and fl ow-based methods. Finally, we discuss open problems at the exciting ML-enhanced MD interface

  • mlcolvar
    mlcolvar is a Python library aimed to help design data-driven collective-variables (CVs) for enhanced sampling simulations.

QM/MM Model

  • NNP-MM
    NNP/MM embeds a Neural Network Potential into a conventional molecular mechanical (MM) model. We have implemented this using the Custom QM/MM features of NAMD 2.13, which interface NAMD with the TorchANI NNP python library developed by the Roitberg and Isayev groups.

  • DeeP-HP
    Scalable hybrid deep neural networks/polarizable potentials biomolecular simulations including long-range effects

  • PairF-Net
    Here, we further develop the PairF-Net model to intrinsically incorporate energy conservation and couple the model to a molecular mechanical (MM) environment within the OpenMM package

  • embedding
    This work presents a variant of an electrostatic embedding scheme that allows the embedding of arbitrary machine learned potentials trained on molecular systems in vacuo.

  • field_schnet
    FieldSchNet provides a deep neural network for modeling the interaction of molecules and external environments as described.

  • FieldMACE
    an extension of the message-passing atomic cluster expansion (MACE) architecture that integrates the multipole expansion to model long-range interactions more effi ciently. By incorporating the multipole expansion, FieldMACE eff ectively captures environmental and long-range eff ects in both ground and excited states.

  • ML/MM
    This repository contains data and software regarding the paper submited to JCIM, entitled "Assessment of embedding schemes in a hybrid machine learning/classical potentials (ML/MM) approach".

  • emle
    An engine for electrostatic ML embedding for multiscale modelling.

Credit by: @github.com/Eipgen/Neural-Network-Models-for-Chemistry

Best of Python

Best-of Python

🏆  A ranked list of awesome Python open-source libraries & tools. Updated weekly.

This curated list contains 390 awesome open-source projects with a total of 2M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Pandas related project


Data Serialization

Back to top

protobuf (🥇52 · ⭐ 71K · 📉) - Protocol Buffers - Googles data interchange format. BSD-3 - [GitHub](https://github.com/protocolbuffers/protobuf) (👨‍💻 1.4K · 🔀 16K · 📥 81M · 📦 970K · 📋 6.9K - 3% open · ⏱️ 26.02.2026):
git clone https://github.com/protocolbuffers/protobuf
- [PyPi](https://pypi.org/project/protobuf) (📥 520M / month · 📦 11K · ⏱️ 06.02.2026):
pip install protobuf
- [Conda](https://anaconda.org/conda-forge/protobuf) (📥 29M · ⏱️ 25.02.2026):
conda install -c conda-forge protobuf
- [npm](https://www.npmjs.com/package/google-protobuf) (📥 14M / month · 📦 3.7K · ⏱️ 24.02.2026):
npm install google-protobuf
flatbuffers (🥇45 · ⭐ 26K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2 - [GitHub](https://github.com/google/flatbuffers) (👨‍💻 750 · 🔀 3.5K · 📥 1.6M · 📦 200K · 📋 2.6K - 5% open · ⏱️ 23.02.2026):
git clone https://github.com/google/flatbuffers
- [PyPi](https://pypi.org/project/flatbuffers) (📥 47M / month · 📦 700 · ⏱️ 19.12.2025):
pip install flatbuffers
- [Conda](https://anaconda.org/conda-forge/flatbuffers) (📥 1.9M · ⏱️ 22.12.2025):
conda install -c conda-forge flatbuffers
- [npm](https://www.npmjs.com/package/flatbuffers) (📥 11M / month · 📦 290 · ⏱️ 24.09.2025):
npm install flatbuffers
marshmallow (🥈42 · ⭐ 7.2K) - A lightweight library for converting complex objects to and from.. MIT - [GitHub](https://github.com/marshmallow-code/marshmallow) (👨‍💻 220 · 🔀 650 · 📦 220K · 📋 1.3K - 11% open · ⏱️ 04.02.2026):
git clone https://github.com/marshmallow-code/marshmallow
- [PyPi](https://pypi.org/project/marshmallow) (📥 110M / month · 📦 2.8K · ⏱️ 04.02.2026):
pip install marshmallow
- [Conda](https://anaconda.org/conda-forge/marshmallow) (📥 3.7M · ⏱️ 04.02.2026):
conda install -c conda-forge marshmallow
dill (🥈37 · ⭐ 2.4K) - serialize all of Python. BSD-3 - [GitHub](https://github.com/uqfoundation/dill) (👨‍💻 47 · 🔀 190 · 📥 290K · 📦 240K · 📋 560 - 35% open · ⏱️ 24.01.2026):
git clone https://github.com/uqfoundation/dill
- [PyPi](https://pypi.org/project/dill) (📥 120M / month · 📦 4.2K · ⏱️ 19.01.2026):
pip install dill
- [Conda](https://anaconda.org/conda-forge/dill) (📥 17M · ⏱️ 19.01.2026):
conda install -c conda-forge dill
simplejson (🥈37 · ⭐ 1.7K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT - [GitHub](https://github.com/simplejson/simplejson) (👨‍💻 47 · 🔀 350 · 📥 8K · 📦 150K · 📋 220 - 11% open · ⏱️ 13.02.2026):
git clone https://github.com/simplejson/simplejson
- [PyPi](https://pypi.org/project/simplejson) (📥 59M / month · 📦 2.8K · ⏱️ 26.09.2025):
pip install simplejson
- [Conda](https://anaconda.org/conda-forge/simplejson) (📥 4.8M · ⏱️ 07.11.2025):
conda install -c conda-forge simplejson
jsonpickle (🥈37 · ⭐ 1.3K) - Python library for serializing any arbitrary object graph into.. BSD-3 - [GitHub](https://github.com/jsonpickle/jsonpickle) (👨‍💻 83 · 🔀 180 · 📦 49K · 📋 380 - 16% open · ⏱️ 01.02.2026):
git clone https://github.com/jsonpickle/jsonpickle
- [PyPi](https://pypi.org/project/jsonpickle) (📥 20M / month · 📦 1.5K · ⏱️ 02.06.2025):
pip install jsonpickle
- [Conda](https://anaconda.org/conda-forge/jsonpickle) (📥 2.3M · ⏱️ 03.06.2025):
conda install -c conda-forge jsonpickle
orjson (🥈36 · ⭐ 7.9K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2 - [GitHub](https://github.com/ijl/orjson) (👨‍💻 24 · 🔀 290 · 📦 210K · ⏱️ 02.02.2026):
git clone https://github.com/ijl/orjson
- [PyPi](https://pypi.org/project/orjson) (📥 130M / month · 📦 5.3K · ⏱️ 02.02.2026):
pip install orjson
- [Conda](https://anaconda.org/conda-forge/orjson) (📥 4.8M · ⏱️ 22.02.2026):
conda install -c conda-forge orjson
cloudpickle (🥉34 · ⭐ 1.9K) - Extended pickling support for Python objects. BSD-3 - [GitHub](https://github.com/cloudpipe/cloudpickle) (👨‍💻 68 · 🔀 190 · 📥 100 · 📋 280 - 36% open · ⏱️ 05.11.2025):
git clone https://github.com/cloudpipe/cloudpickle
- [PyPi](https://pypi.org/project/cloudpickle) (📥 130M / month · 📦 2.3K · ⏱️ 03.11.2025):
pip install cloudpickle
- [Conda](https://anaconda.org/conda-forge/cloudpickle) (📥 31M · ⏱️ 09.12.2025):
conda install -c conda-forge cloudpickle
python-rapidjson (🥉29 · ⭐ 530) - Python wrapper around rapidjson. MIT - [GitHub](https://github.com/python-rapidjson/python-rapidjson) (👨‍💻 25 · 🔀 53 · 📦 7.5K · 📋 120 - 13% open · ⏱️ 07.12.2025):
git clone https://github.com/python-rapidjson/python-rapidjson
- [PyPi](https://pypi.org/project/python-rapidjson) (📥 4.8M / month · 📦 270 · ⏱️ 07.12.2025):
pip install python-rapidjson
- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (📥 4.5M · ⏱️ 03.02.2026):
conda install -c conda-forge python-rapidjson
srsly (🥉29 · ⭐ 480) - Modern high-performance serialization utilities for Python (JSON,.. MIT - [GitHub](https://github.com/explosion/srsly) (👨‍💻 16 · 🔀 37 · 📥 990 · 📦 68K · 📋 38 - 26% open · ⏱️ 19.11.2025):
git clone https://github.com/explosion/srsly
- [PyPi](https://pypi.org/project/srsly) (📥 17M / month · 📦 250 · ⏱️ 17.11.2025):
pip install srsly
- [Conda](https://anaconda.org/conda-forge/srsly) (📥 2.4M · ⏱️ 17.11.2025):
conda install -c conda-forge srsly
rtoml (🥉24 · ⭐ 400) - A fast TOML library for python implemented in rust. MIT - [GitHub](https://github.com/samuelcolvin/rtoml) (👨‍💻 16 · 🔀 30 · 📦 860 · 📋 27 - 37% open · ⏱️ 19.10.2025):
git clone https://github.com/samuelcolvin/rtoml
- [PyPi](https://pypi.org/project/rtoml) (📥 740K / month · 📦 160 · ⏱️ 19.10.2025):
pip install rtoml
Show 5 hidden projects... - msgpack (🥉32 · ⭐ 2.1K) - MessagePack serializer implementation for Python.. ❗Unlicensed - ultrajson (🥉31 · ⭐ 4.5K) - Ultra fast JSON decoder and encoder written in C with Python.. ❗Unlicensed - pyasn1 (🥉31 · ⭐ 250 · 💀) - Generic ASN.1 library for Python. BSD-2 - hickle (🥉25 · ⭐ 500 · 💀) - a HDF5-based python pickle replacement. MIT - pysimdjson (🥉24 · ⭐ 760 · 💤) - Python bindings for the simdjson project. ❗Unlicensed


Data Containers & Dataframes

Back to top

General-purpose data containers as well as utilities & extensions for pandas.

pandas (🥇54 · ⭐ 48K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 - [GitHub](https://github.com/pandas-dev/pandas) (👨‍💻 4.1K · 🔀 20K · 📥 3.6M · 📦 2.8M · 📋 28K - 12% open · ⏱️ 26.02.2026):
git clone https://github.com/pandas-dev/pandas
- [PyPi](https://pypi.org/project/pandas) (📥 530M / month · 📦 110K · ⏱️ 17.02.2026):
pip install pandas
- [Conda](https://anaconda.org/conda-forge/pandas) (📥 77M · ⏱️ 18.02.2026):
conda install -c conda-forge pandas
polars (🥇46 · ⭐ 38K) - Extremely fast Query Engine for DataFrames, written in Rust. MIT - [GitHub](https://github.com/pola-rs/polars) (👨‍💻 670 · 🔀 2.6K · 📥 17K · 📦 31K · 📋 13K - 21% open · ⏱️ 26.02.2026):
git clone https://github.com/pola-rs/polars
- [PyPi](https://pypi.org/project/polars) (📥 40M / month · 📦 4.5K · ⏱️ 06.02.2026):
pip install polars
h5py (🥇43 · ⭐ 2.2K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3 - [GitHub](https://github.com/h5py/h5py) (👨‍💻 220 · 🔀 560 · 📥 5.8K · 📦 360K · 📋 1.7K - 18% open · ⏱️ 18.02.2026):
git clone https://github.com/h5py/h5py
- [PyPi](https://pypi.org/project/h5py) (📥 31M / month · 📦 10K · ⏱️ 16.10.2025):
pip install h5py
- [Conda](https://anaconda.org/conda-forge/h5py) (📥 24M · ⏱️ 24.11.2025):
conda install -c conda-forge h5py
xarray (🥈40 · ⭐ 4.1K) - N-D labeled arrays and datasets in Python. Apache-2 - [GitHub](https://github.com/pydata/xarray) (👨‍💻 600 · 🔀 1.2K · 📦 43K · 📋 5.2K - 25% open · ⏱️ 25.02.2026):
git clone https://github.com/pydata/xarray
- [PyPi](https://pypi.org/project/xarray) (📥 16M / month · 📦 5.3K · ⏱️ 13.02.2026):
pip install xarray
- [Conda](https://anaconda.org/conda-forge/xarray) (📥 14M · ⏱️ 14.02.2026):
conda install -c conda-forge xarray
zarr (🥈38 · ⭐ 1.9K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT - [GitHub](https://github.com/zarr-developers/zarr-python) (👨‍💻 160 · 🔀 380 · 📦 7.7K · 📋 1.4K - 35% open · ⏱️ 25.02.2026):
git clone https://github.com/zarr-developers/zarr-python
- [PyPi](https://pypi.org/project/zarr) (📥 4.7M / month · 📦 1.7K · ⏱️ 21.11.2025):
pip install zarr
- [Conda](https://anaconda.org/conda-forge/zarr) (📥 5.1M · ⏱️ 21.11.2025):
conda install -c conda-forge zarr
Bottleneck (🥈36 · ⭐ 1.2K) - Fast NumPy array functions written in C. BSD-2 - [GitHub](https://github.com/pydata/bottleneck) (👨‍💻 40 · 🔀 110 · 📦 59K · 📋 260 - 17% open · ⏱️ 06.02.2026):
git clone https://github.com/pydata/bottleneck
- [PyPi](https://pypi.org/project/Bottleneck) (📥 8.5M / month · 📦 620 · ⏱️ 08.09.2025):
pip install Bottleneck
- [Conda](https://anaconda.org/conda-forge/bottleneck) (📥 6.4M · ⏱️ 10.11.2025):
conda install -c conda-forge bottleneck
pandera (🥈35 · ⭐ 4.2K) - A light-weight, flexible, and expressive statistical data testing.. MIT - [GitHub](https://github.com/unionai-oss/pandera) (👨‍💻 180 · 🔀 370 · 📦 3.4K · 📋 1K - 41% open · ⏱️ 24.01.2026):
git clone https://github.com/pandera-dev/pandera
- [PyPi](https://pypi.org/project/pandera) (📥 9.6M / month · 📦 420 · ⏱️ 29.01.2026):
pip install pandera
- [Conda](https://anaconda.org/conda-forge/pandera-core) (📥 100K · ⏱️ 07.01.2026):
conda install -c conda-forge pandera-core
numexpr (🥈35 · ⭐ 2.4K) - Fast numerical array expression evaluator for Python, NumPy, Pandas,.. MIT - [GitHub](https://github.com/pydata/numexpr) (👨‍💻 85 · 🔀 220 · 📥 3.6K · 📦 99K · 📋 400 - 0% open · ⏱️ 02.12.2025):
git clone https://github.com/pydata/numexpr
- [PyPi](https://pypi.org/project/numexpr) (📥 13M / month · 📦 1.2K · ⏱️ 13.10.2025):
pip install numexpr
- [Conda](https://anaconda.org/conda-forge/numexpr) (📥 12M · ⏱️ 03.12.2025):
conda install -c conda-forge numexpr
PyTables (🥈35 · ⭐ 1.4K) - A Python package to manage extremely large amounts of data. BSD-3 - [GitHub](https://github.com/PyTables/PyTables) (👨‍💻 140 · 🔀 280 · 📥 210 · 📋 750 - 20% open · ⏱️ 21.02.2026):
git clone https://github.com/PyTables/PyTables
- [PyPi](https://pypi.org/project/tables) (📥 2M / month · 📦 1.8K · ⏱️ 21.02.2026):
pip install tables
- [Conda](https://anaconda.org/conda-forge/pytables) (📥 11M · ⏱️ 21.02.2026):
conda install -c conda-forge pytables
Modin (🥈34 · ⭐ 10K) - Modin: Scale your Pandas workflows by changing a single line of.. Apache-2 - [GitHub](https://github.com/modin-project/modin) (👨‍💻 140 · 🔀 670 · 📥 200K · 📦 2.3K · 📋 4.4K - 16% open · ⏱️ 10.02.2026):
git clone https://github.com/modin-project/modin
- [PyPi](https://pypi.org/project/modin) (📥 1.8M / month · 📦 66 · ⏱️ 02.10.2025):
pip install modin
- [Conda](https://anaconda.org/conda-forge/modin-core) (📥 890K · ⏱️ 22.04.2025):
conda install -c conda-forge modin-core
Vaex (🥈33 · ⭐ 8.5K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT - [GitHub](https://github.com/vaexio/vaex) (👨‍💻 76 · 🔀 600 · 📥 330 · 📦 1K · 📋 1.3K - 41% open · ⏱️ 05.02.2026):
git clone https://github.com/vaexio/vaex
- [PyPi](https://pypi.org/project/vaex) (📥 25K / month · 📦 68 · ⏱️ 03.02.2026):
pip install vaex
- [Conda](https://anaconda.org/conda-forge/vaex) (📥 420K · ⏱️ 22.04.2025):
conda install -c conda-forge vaex
TinyDB (🥈33 · ⭐ 7.5K) - TinyDB is a lightweight document oriented database optimized for your.. MIT - [GitHub](https://github.com/msiemens/tinydb) (👨‍💻 95 · 🔀 590 · 📦 16K · 📋 330 - 3% open · ⏱️ 17.01.2026):
git clone https://github.com/msiemens/tinydb
- [PyPi](https://pypi.org/project/tinydb) (📥 2.1M / month · 📦 690 · ⏱️ 12.10.2024):
pip install tinydb
- [Conda](https://anaconda.org/conda-forge/tinydb) (📥 810K · ⏱️ 22.04.2025):
conda install -c conda-forge tinydb
docarray (🥉32 · ⭐ 3.1K · 💤) - Represent, send, store and search multimodal data. Apache-2 - [GitHub](https://github.com/docarray/docarray) (👨‍💻 81 · 🔀 230 · 📦 5.7K · 📋 640 - 10% open · ⏱️ 21.03.2025):
git clone https://github.com/jina-ai/docarray
- [PyPi](https://pypi.org/project/docarray) (📥 130K / month · 📦 82 · ⏱️ 21.03.2025):
pip install docarray
- [Conda](https://anaconda.org/conda-forge/docarray) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge docarray
datasketch (🥉32 · ⭐ 2.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT - [GitHub](https://github.com/ekzhu/datasketch) (👨‍💻 36 · 🔀 310 · 📥 40 · 📦 2.4K · 📋 180 - 31% open · ⏱️ 18.01.2026):
git clone https://github.com/ekzhu/datasketch
- [PyPi](https://pypi.org/project/datasketch) (📥 5.5M / month · 📦 130 · ⏱️ 18.01.2026):
pip install datasketch
datatable (🥉28 · ⭐ 1.9K · 💤) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 - [GitHub](https://github.com/h2oai/datatable) (👨‍💻 41 · 🔀 160 · 📥 3.4K · 📋 1.5K - 11% open · ⏱️ 17.03.2025):
git clone https://github.com/h2oai/datatable
- [PyPi](https://pypi.org/project/datatable) (📥 49K / month · 📦 54 · ⏱️ 01.12.2023):
pip install datatable
- [Conda](https://anaconda.org/conda-forge/datatable) (📥 50K · ⏱️ 22.04.2025):
conda install -c conda-forge datatable
StaticFrame (🥉28 · ⭐ 480) - Immutable and statically-typeable DataFrames with runtime type and.. MIT - [GitHub](https://github.com/static-frame/static-frame) (👨‍💻 27 · 🔀 35 · 📦 31 · 📋 730 - 6% open · ⏱️ 25.02.2026):
git clone https://github.com/InvestmentSystems/static-frame
- [PyPi](https://pypi.org/project/static-frame) (📥 23K / month · 📦 6 · ⏱️ 04.02.2026):
pip install static-frame
- [Conda](https://anaconda.org/conda-forge/static-frame) (📥 570K · ⏱️ 05.02.2026):
conda install -c conda-forge static-frame
pickleDB (🥉26 · ⭐ 1.1K) - pickleDB is an in memory key-value store using Pythons orjson module.. BSD-3 - [GitHub](https://github.com/patx/pickledb) (👨‍💻 17 · 🔀 130 · 📦 3.4K · 📋 89 - 20% open · ⏱️ 06.01.2026):
git clone https://github.com/patx/pickledb
- [PyPi](https://pypi.org/project/pickledb) (📥 26K / month · 📦 2 · ⏱️ 05.01.2026):
pip install pickledb
Pandas Summary (🥉25 · ⭐ 530) - Engine for ML/Data tracking, visualization,.. Apache-2 - [GitHub](https://github.com/polyaxon/traceml) (👨‍💻 99 · 🔀 45 · 📋 14 - 42% open · ⏱️ 11.02.2026):
git clone https://github.com/polyaxon/datatile
- [PyPi](https://pypi.org/project/pandas-summary) (📥 110K / month · 📦 21 · ⏱️ 25.11.2021):
pip install pandas-summary
Show 13 hidden projects... - numpy (🥇51 · ⭐ 32K) - The fundamental package for scientific computing with Python. ❗Unlicensed - Blaze (🥉32 · ⭐ 3.2K · 💀) - NumPy and Pandas interface to Big Data. BSD-3 - Koalas (🥉31 · ⭐ 3.4K · 💀) - Koalas: pandas API on Apache Spark. Apache-2 spark - Arctic (🥉28 · ⭐ 3.1K · 💀) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 - sklearn-pandas (🥉28 · ⭐ 2.8K · 💀) - Pandas integration with sklearn. ❗️Zlib sklearn - swifter (🥉28 · ⭐ 2.6K · 💀) - A package which efficiently applies any function to a pandas.. MIT - pandasql (🥉28 · ⭐ 1.3K · 💀) - sqldf for pandas. MIT - Pandaral·lel (🥉27 · ⭐ 3.8K · 💀) - A simple and efficient tool to parallelize Pandas.. BSD-3 jupyter - bcolz (🥉27 · ⭐ 960 · 💀) - A columnar data container that can be compressed. BSD-3 - fletcher (🥉20 · ⭐ 230 · 💀) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT - daffy (🥉19 · ⭐ 54) - Lightweight DataFrame validation decorators for Pandas, Polars, Modin,.. MIT - Bounter (🥉17 · ⭐ 930 · 💀) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT - PandaPy (🥉12 · ⭐ 550 · 💀) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT


Data Structures

Back to top

pyrsistent (🥇38 · ⭐ 2.2K) - Persistent/Immutable/Functional data structures for Python. MIT - [GitHub](https://github.com/tobgu/pyrsistent) (👨‍💻 77 · 🔀 160 · 📦 370K · 📋 180 - 15% open · ⏱️ 31.01.2026):
git clone https://github.com/tobgu/pyrsistent
- [PyPi](https://pypi.org/project/pyrsistent) (📥 40M / month · 📦 1K · ⏱️ 25.10.2023):
pip install pyrsistent
- [Conda](https://anaconda.org/conda-forge/pyrsistent) (📥 22M · ⏱️ 04.10.2025):
conda install -c conda-forge pyrsistent
multidict (🥇34 · ⭐ 480) - The multidict implementation. Apache-2 - [GitHub](https://github.com/aio-libs/multidict) (👨‍💻 63 · 🔀 120 · 📥 2K · 📋 190 - 12% open · ⏱️ 25.02.2026):
git clone https://github.com/aio-libs/multidict
- [PyPi](https://pypi.org/project/multidict) (📥 340M / month · 📦 2.1K · ⏱️ 26.01.2026):
pip install multidict
- [Conda](https://anaconda.org/conda-forge/multidict) (📥 23M · ⏱️ 20.02.2026):
conda install -c conda-forge multidict
bidict (🥈32 · ⭐ 1.6K) - The bidirectional mapping library for Python. MPL-2.0 - [GitHub](https://github.com/jab/bidict) (👨‍💻 24 · 🔀 64 · 📥 140 · 📦 43K · 📋 66 - 6% open · ⏱️ 01.02.2026):
git clone https://github.com/jab/bidict
- [PyPi](https://pypi.org/project/bidict) (📥 18M / month · 📦 480 · ⏱️ 18.02.2024):
pip install bidict
- [Conda](https://anaconda.org/conda-forge/bidict) (📥 710K · ⏱️ 22.04.2025):
conda install -c conda-forge bidict
anytree (🥈31 · ⭐ 1.1K · 💤) - Python tree data library. Apache-2 - [GitHub](https://github.com/c0fec0de/anytree) (👨‍💻 30 · 🔀 140 · 📦 24K · 📋 200 - 17% open · ⏱️ 08.04.2025):
git clone https://github.com/c0fec0de/anytree
- [PyPi](https://pypi.org/project/anytree) (📥 5M / month · 📦 580 · ⏱️ 08.04.2025):
pip install anytree
- [Conda](https://anaconda.org/conda-forge/anytree) (📥 74K · ⏱️ 22.04.2025):
conda install -c conda-forge anytree
glom (🥉30 · ⭐ 2.1K) - Pythons nested data operator (and CLI), for all your declarative.. BSD-3 - [GitHub](https://github.com/mahmoud/glom) (👨‍💻 23 · 🔀 71 · 📦 3.1K · 📋 200 - 59% open · ⏱️ 29.12.2025):
git clone https://github.com/mahmoud/glom
- [PyPi](https://pypi.org/project/glom) (📥 14M / month · 📦 250 · ⏱️ 29.12.2025):
pip install glom
- [Conda](https://anaconda.org/conda-forge/glom) (📥 61K · ⏱️ 29.12.2025):
conda install -c conda-forge glom
python-benedict (🥉29 · ⭐ 1.6K) - dict subclass with keylist/keypath support, built-in I/O.. MIT - [GitHub](https://github.com/fabiocaccamo/python-benedict) (👨‍💻 11 · 🔀 43 · 📦 2K · 📋 120 - 10% open · ⏱️ 09.01.2026):
git clone https://github.com/fabiocaccamo/python-benedict
- [PyPi](https://pypi.org/project/python-benedict) (📥 980K / month · 📦 110 · ⏱️ 30.09.2025):
pip install python-benedict
- [Conda](https://anaconda.org/conda-forge/python-benedict) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge python-benedict
python-box (🥉27 · ⭐ 2.8K · 📈) - Python dictionaries with advanced dot notation access. MIT - [GitHub](https://github.com/cdgriffith/Box) (👨‍💻 1 · 🔀 120 · 📥 54 · 📋 180 - 17% open · ⏱️ 21.02.2026):
git clone https://github.com/cdgriffith/Box
- [PyPi](https://pypi.org/project/python-box) (📥 7M / month · 📦 590 · ⏱️ 21.02.2026):
pip install python-box
- [Conda](https://anaconda.org/conda-forge/python-box) (📥 1.1M · ⏱️ 21.02.2026):
conda install -c conda-forge python-box
janus (🥉25 · ⭐ 960) - Thread-safe asyncio-aware queue for Python. Apache-2 - [GitHub](https://github.com/aio-libs/janus) (👨‍💻 30 · 🔀 53 · 📥 35 · 📋 52 - 21% open · ⏱️ 10.02.2026):
git clone https://github.com/aio-libs/janus
- [PyPi](https://pypi.org/project/janus) (📥 2M / month · 📦 130 · ⏱️ 13.12.2024):
pip install janus
- [Conda](https://anaconda.org/conda-forge/janus) (📥 35K · ⏱️ 22.04.2025):
conda install -c conda-forge janus
Show 7 hidden projects... - python-sortedcontainers (🥈33 · ⭐ 3.9K · 💀) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2 - addict (🥈32 · ⭐ 2.5K · 💀) - The Python Dict thats better than heroin. MIT - ordered-set (🥈31 · ⭐ 230 · 💀) - A mutable set that remembers the order of its entries. One of.. MIT - sqlitedict (🥉29 · ⭐ 1.2K · 💀) - Persistent dict, backed by sqlite3 and pickle, multithread-.. Apache-2 - munch (🥉27 · ⭐ 780 · 💀) - A Munch is a Python dictionary that provides attribute-style access (a.. MIT - immutables (🥉25 · ⭐ 1.2K · 💀) - A high-performance immutable mapping type for Python. Apache-2 - cleverdict (🥉15 · ⭐ 100 · 💀) - A JSON-friendly data structure which allows both object attributes.. MIT


Data Validation

Back to top

pydantic (🥇46 · ⭐ 27K) - Data validation using Python type hints. MIT - [GitHub](https://github.com/pydantic/pydantic) (👨‍💻 740 · 🔀 2.5K · 📦 960K · 📋 5.5K - 9% open · ⏱️ 26.02.2026):
git clone https://github.com/samuelcolvin/pydantic
- [PyPi](https://pypi.org/project/pydantic) (📥 620M / month · 📦 64K · ⏱️ 24.02.2026):
pip install pydantic
- [Conda](https://anaconda.org/conda-forge/pydantic) (📥 20M · ⏱️ 29.11.2025):
conda install -c conda-forge pydantic
jsonschema (🥇42 · ⭐ 4.9K) - An implementation of the JSON Schema specification for Python. MIT - [GitHub](https://github.com/python-jsonschema/jsonschema) (👨‍💻 120 · 🔀 610 · 📥 980 · 📦 820K · 📋 880 - 4% open · ⏱️ 24.02.2026):
git clone https://github.com/Julian/jsonschema
- [PyPi](https://pypi.org/project/jsonschema) (📥 340M / month · 📦 9.6K · ⏱️ 07.01.2026):
pip install jsonschema
- [Conda](https://anaconda.org/conda-forge/jsonschema) (📥 44M · ⏱️ 08.01.2026):
conda install -c conda-forge jsonschema
cerberus (🥈35 · ⭐ 3.3K) - Lightweight, extensible data validation library for Python. ISC - [GitHub](https://github.com/pyeve/cerberus) (👨‍💻 67 · 🔀 240 · 📦 18K · 📋 360 - 3% open · ⏱️ 01.01.2026):
git clone https://github.com/pyeve/cerberus
- [PyPi](https://pypi.org/project/cerberus) (📥 5.8M / month · 📦 770 · ⏱️ 06.11.2025):
pip install cerberus
- [Conda](https://anaconda.org/conda-forge/cerberus) (📥 730K · ⏱️ 22.04.2025):
conda install -c conda-forge cerberus
validators (🥈35 · ⭐ 1.1K) - Python Data Validation for Humans. MIT - [GitHub](https://github.com/python-validators/validators) (👨‍💻 64 · 🔀 170 · 📥 200 · 📦 150K · 📋 190 - 2% open · ⏱️ 03.10.2025):
git clone https://github.com/kvesteri/validators
- [PyPi](https://pypi.org/project/validators) (📥 25M / month · 📦 7.6K · ⏱️ 01.05.2025):
pip install validators
- [Conda](https://anaconda.org/conda-forge/validators) (📥 1.3M · ⏱️ 03.05.2025):
conda install -c conda-forge validators
voluptuous (🥈34 · ⭐ 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3 - [GitHub](https://github.com/alecthomas/voluptuous) (👨‍💻 100 · 🔀 220 · 📦 21K · 📋 260 - 16% open · ⏱️ 18.12.2025):
git clone https://github.com/alecthomas/voluptuous
- [PyPi](https://pypi.org/project/voluptuous) (📥 5.5M / month · 📦 620 · ⏱️ 18.12.2025):
pip install voluptuous
- [Conda](https://anaconda.org/conda-forge/voluptuous) (📥 710K · ⏱️ 19.12.2025):
conda install -c conda-forge voluptuous
schema (🥈33 · ⭐ 2.9K) - Schema validation just got Pythonic. MIT - [GitHub](https://github.com/keleshev/schema) (👨‍💻 72 · 🔀 210 · 📦 16K · 📋 190 - 52% open · ⏱️ 13.01.2026):
git clone https://github.com/keleshev/schema
- [PyPi](https://pypi.org/project/schema) (📥 25M / month · 📦 890 · ⏱️ 11.10.2025):
pip install schema
- [Conda](https://anaconda.org/conda-forge/schema) (📥 590K · ⏱️ 22.04.2025):
conda install -c conda-forge schema
param (🥉31 · ⭐ 510) - Declarative parameters for robust Python classes and a rich API for.. BSD-3 - [GitHub](https://github.com/holoviz/param) (👨‍💻 42 · 🔀 81 · 📦 18K · 📋 520 - 33% open · ⏱️ 09.02.2026):
git clone https://github.com/holoviz/param
- [PyPi](https://pypi.org/project/param) (📥 1.6M / month · 📦 220 · ⏱️ 06.02.2026):
pip install param
- [Conda](https://anaconda.org/conda-forge/param) (📥 2.5M · ⏱️ 07.02.2026):
conda install -c conda-forge param
python-email-validator (🥉30 · ⭐ 1.4K) - A robust email syntax and deliverability validation.. Unlicense - [GitHub](https://github.com/JoshData/python-email-validator) (👨‍💻 26 · 🔀 130 · 📋 110 - 12% open · ⏱️ 14.01.2026):
git clone https://github.com/JoshData/python-email-validator
- [PyPi](https://pypi.org/project/email-validator) (📥 110M / month · 📦 1.2K · ⏱️ 26.08.2025):
pip install email-validator
- [Conda](https://anaconda.org/conda-forge/email-validator) (📥 2.1M · ⏱️ 26.08.2025):
conda install -c conda-forge email-validator
dirty-equals (🥉25 · ⭐ 970) - Doing dirty (but extremely useful) things with equals. MIT - [GitHub](https://github.com/samuelcolvin/dirty-equals) (👨‍💻 20 · 🔀 44 · 📦 770 · 📋 45 - 35% open · ⏱️ 17.11.2025):
git clone https://github.com/samuelcolvin/dirty-equals
- [PyPi](https://pypi.org/project/dirty-equals) (📥 2.4M / month · 📦 100 · ⏱️ 17.11.2025):
pip install dirty-equals
- [Conda](https://anaconda.org/conda-forge/dirty-equals) (📥 120K · ⏱️ 18.11.2025):
conda install -c conda-forge dirty-equals
Show 6 hidden projects... - schematics (🥉31 · ⭐ 2.6K · 💀) - Python Data Structures for Humans. BSD-3 - strictyaml (🥉29 · ⭐ 1.6K · 💀) - Type-safe YAML parser and validator. MIT - valideer (🥉20 · ⭐ 260 · 💀) - Lightweight data validation and adaptation Python library. MIT - validr (🥉17 · ⭐ 220 · 💀) - A simple, fast, extensible python library for data validation. MIT - typical (🥉17 · ⭐ 180 · 💀) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT - dataklasses (🥉7 · ⭐ 810 · 💀) - A different spin on dataclasses. ❗Unlicensed


Algorithms & Design Patterns

Back to top

🔗 python-patterns ( ⭐ 43K) - Collection of design patterns/idioms in Python.

algorithms (🥇33 · ⭐ 25K) - Minimal examples of data structures and algorithms in Python. MIT - [GitHub](https://github.com/keon/algorithms) (👨‍💻 220 · 🔀 4.7K · 📦 140 · ⏱️ 23.02.2026):
git clone https://github.com/keon/algorithms
- [PyPi](https://pypi.org/project/algorithms) (📥 3.5K / month · 📦 5 · ⏱️ 18.02.2026):
pip install algorithms
- [Conda](https://anaconda.org/conda-forge/algorithms) (📥 4.3K · ⏱️ 22.04.2025):
conda install -c conda-forge algorithms
transitions (🥉32 · ⭐ 6.4K) - A lightweight, object-oriented finite state machine implementation.. MIT - [GitHub](https://github.com/pytransitions/transitions) (👨‍💻 81 · 🔀 550 · 📦 4.3K · 📋 480 - 3% open · ⏱️ 09.09.2025):
git clone https://github.com/pytransitions/transitions
- [PyPi](https://pypi.org/project/transitions) (📥 2.4M / month · 📦 220 · ⏱️ 02.07.2025):
pip install transitions
- [Conda](https://anaconda.org/conda-forge/transitions) (📥 860K · ⏱️ 02.07.2025):
conda install -c conda-forge transitions
Show 1 hidden projects... - PyPattyrn (🥉20 · ⭐ 2.3K · 💀) - A simple library for implementing common design patterns. MIT


Date & Time Utilities

Back to top

arrow (🥇40 · ⭐ 9K) - Better dates & times for Python. Apache-2 - [GitHub](https://github.com/arrow-py/arrow) (👨‍💻 290 · 🔀 710 · 📦 180K · 📋 520 - 21% open · ⏱️ 19.02.2026):
git clone https://github.com/arrow-py/arrow
- [PyPi](https://pypi.org/project/arrow) (📥 65M / month · 📦 2.3K · ⏱️ 18.10.2025):
pip install arrow
- [Conda](https://anaconda.org/conda-forge/arrow) (📥 11M · ⏱️ 18.10.2025):
conda install -c conda-forge arrow
dateparser (🥈39 · ⭐ 2.8K) - python parser for human readable dates. BSD-3 - [GitHub](https://github.com/scrapinghub/dateparser) (👨‍💻 150 · 🔀 490 · 📦 38K · 📋 760 - 46% open · ⏱️ 10.02.2026):
git clone https://github.com/scrapinghub/dateparser
- [PyPi](https://pypi.org/project/dateparser) (📥 33M / month · 📦 1.5K · ⏱️ 04.02.2026):
pip install dateparser
- [Conda](https://anaconda.org/conda-forge/dateparser) (📥 910K · ⏱️ 04.02.2026):
conda install -c conda-forge dateparser
holidays (🥈39 · ⭐ 1.8K) - Open World Holidays Framework. MIT - [GitHub](https://github.com/vacanza/holidays) (👨‍💻 300 · 🔀 600 · 📥 300 · 📦 27K · 📋 770 - 9% open · ⏱️ 26.02.2026):
git clone https://github.com/vacanza/holidays
- [PyPi](https://pypi.org/project/holidays) (📥 24M / month · 📦 510 · ⏱️ 16.02.2026):
pip install holidays
- [Conda](https://anaconda.org/conda-forge/holidays) (📥 4.5M · ⏱️ 17.02.2026):
conda install -c conda-forge holidays
pendulum (🥈36 · ⭐ 6.6K) - Python datetimes made easy. MIT - [GitHub](https://github.com/python-pendulum/pendulum) (👨‍💻 120 · 🔀 420 · 📥 4.3K · 📦 39K · 📋 570 - 35% open · ⏱️ 17.02.2026):
git clone https://github.com/sdispater/pendulum
- [PyPi](https://pypi.org/project/pendulum) (📥 65M / month · 📦 1.6K · ⏱️ 30.01.2026):
pip install pendulum
- [Conda](https://anaconda.org/conda-forge/pendulum) (📥 1.9M · ⏱️ 31.01.2026):
conda install -c conda-forge pendulum
python-dateutil (🥉34 · ⭐ 2.6K) - Useful extensions to the standard Python datetime features. Apache-2 - [GitHub](https://github.com/dateutil/dateutil) (👨‍💻 130 · 🔀 530 · 📥 36K · 📋 820 - 47% open · ⏱️ 16.09.2025):
git clone https://github.com/dateutil/dateutil
- [PyPi](https://pypi.org/project/python-dateutil) (📥 860M / month · 📦 12K · ⏱️ 01.03.2024):
pip install python-dateutil
- [Conda](https://anaconda.org/conda-forge/python-dateutil) (📥 90M · ⏱️ 28.06.2025):
conda install -c conda-forge python-dateutil
pytz (🥉33 · ⭐ 380 · 💤) - pytz Python historical timezone library and database. MIT - [GitHub](https://github.com/stub42/pytz) (👨‍💻 21 · 🔀 98 · 📥 740 · 📦 2.5M · 📋 100 - 40% open · ⏱️ 25.03.2025):
git clone https://github.com/stub42/pytz
- [PyPi](https://pypi.org/project/pytz) (📥 400M / month · 📦 13K · ⏱️ 25.03.2025):
pip install pytz
- [Conda](https://anaconda.org/conda-forge/pytz) (📥 84M · ⏱️ 22.04.2025):
conda install -c conda-forge pytz
tzlocal (🥉31 · ⭐ 220 · 💤) - A Python module that tries to figure out what your local timezone is. MIT - [GitHub](https://github.com/regebro/tzlocal) (👨‍💻 31 · 🔀 64 · 📦 220K · 📋 90 - 1% open · ⏱️ 08.07.2025):
git clone https://github.com/regebro/tzlocal
- [PyPi](https://pypi.org/project/tzlocal) (📥 130M / month · 📦 1.9K · ⏱️ 05.03.2025):
pip install tzlocal
- [Conda](https://anaconda.org/conda-forge/tzlocal) (📥 4.8M · ⏱️ 26.08.2025):
conda install -c conda-forge tzlocal
Show 2 hidden projects... - isodate (🥉32 · ⭐ 170 · 💀) - ISO 8601 date/time parser. BSD-3 - parsedatetime (🥉29 · ⭐ 710 · 💀) - Parse human-readable date/time strings. Apache-2


File & Path Utilities

Back to top

filesystem_spec (🥇40 · ⭐ 1.3K) - A specification that python filesystems should adhere to. BSD-3 - [GitHub](https://github.com/fsspec/filesystem_spec) (👨‍💻 310 · 🔀 430 · 📦 290K · 📋 840 - 40% open · ⏱️ 17.02.2026):
git clone https://github.com/fsspec/filesystem_spec
- [PyPi](https://pypi.org/project/fsspec) (📥 600M / month · 📦 3.3K · ⏱️ 05.02.2026):
pip install fsspec
- [Conda](https://anaconda.org/conda-forge/fsspec) (📥 30M · ⏱️ 06.02.2026):
conda install -c conda-forge fsspec
watchdog (🥈39 · ⭐ 7.3K) - Python library and shell utilities to monitor filesystem events. Apache-2 - [GitHub](https://github.com/gorakhargosh/watchdog) (👨‍💻 170 · 🔀 730 · 📦 260K · 📋 700 - 30% open · ⏱️ 20.02.2026):
git clone https://github.com/gorakhargosh/watchdog
- [PyPi](https://pypi.org/project/watchdog) (📥 79M / month · 📦 2.7K · ⏱️ 01.11.2024):
pip install watchdog
- [Conda](https://anaconda.org/conda-forge/watchdog) (📥 5.2M · ⏱️ 25.02.2026):
conda install -c conda-forge watchdog
filelock (🥈37 · ⭐ 940) - A platform-independent file lock for Python. MIT - [GitHub](https://github.com/tox-dev/filelock) (👨‍💻 59 · 🔀 130 · 📦 700K · ⏱️ 26.02.2026):
git clone https://github.com/tox-dev/py-filelock
- [PyPi](https://pypi.org/project/filelock) (📥 440M / month · 📦 4.3K · ⏱️ 19.02.2026):
pip install filelock
- [Conda](https://anaconda.org/conda-forge/filelock) (📥 38M · ⏱️ 19.02.2026):
conda install -c conda-forge filelock
aiofiles (🥈36 · ⭐ 3.2K) - File support for asyncio. Apache-2 - [GitHub](https://github.com/Tinche/aiofiles) (👨‍💻 42 · 🔀 160 · 📦 240K · 📋 140 - 41% open · ⏱️ 09.10.2025):
git clone https://github.com/Tinche/aiofiles
- [PyPi](https://pypi.org/project/aiofiles) (📥 100M / month · 📦 5.3K · ⏱️ 09.10.2025):
pip install aiofiles
- [Conda](https://anaconda.org/conda-forge/aiofiles) (📥 2.2M · ⏱️ 01.01.2026):
conda install -c conda-forge aiofiles
pyfilesystem2 (🥉30 · ⭐ 2.1K · 💤) - Pythons Filesystem abstraction layer. MIT - [GitHub](https://github.com/PyFilesystem/pyfilesystem2) (👨‍💻 47 · 🔀 190 · 📋 380 - 28% open · ⏱️ 17.05.2025):
git clone https://github.com/pyfilesystem/pyfilesystem2
- [PyPi](https://pypi.org/project/fs) (📥 8.5M / month · 📦 410 · ⏱️ 20.07.2023):
pip install fs
- [Conda](https://anaconda.org/conda-forge/fs) (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge fs
scandir (🥉25 · ⭐ 540 · 💤) - Better directory iterator and faster os.walk(). Archived, as this.. BSD-3 - [GitHub](https://github.com/benhoyt/scandir) (👨‍💻 23 · 🔀 69 · ⏱️ 27.05.2025):
git clone https://github.com/benhoyt/scandir
- [PyPi](https://pypi.org/project/scandir) (📥 2.1M / month · 📦 220 · ⏱️ 09.03.2019):
pip install scandir
- [Conda](https://anaconda.org/conda-forge/scandir) (📥 1.8M · ⏱️ 22.08.2025):
conda install -c conda-forge scandir
Show 4 hidden projects... - appdirs (🥉32 · ⭐ 1.1K · 💀) - A small Python module for determining appropriate platform-specific.. MIT - path (🥉29 · ⭐ 1.1K · 💤) - Object-oriented file system path manipulation. ❗Unlicensed - zipp (🥉29 · ⭐ 67) - Backport of pathlib-compatible object wrapper for zip files. ❗Unlicensed - Unipath (🥉23 · ⭐ 510 · 💀) - An object-oriented approach to Python file/directory operations. MIT


Compatiblity

Back to top

six (🥇38 · ⭐ 1K) - Python 2 and 3 compatibility library. MIT - [GitHub](https://github.com/benjaminp/six) (👨‍💻 68 · 🔀 270 · 📦 2.7M · 📋 300 - 36% open · ⏱️ 23.02.2026):
git clone https://github.com/benjaminp/six
- [PyPi](https://pypi.org/project/six) (📥 820M / month · 📦 25K · ⏱️ 04.12.2024):
pip install six
- [Conda](https://anaconda.org/conda-forge/six) (📥 88M · ⏱️ 22.07.2025):
conda install -c conda-forge six
typing (🥈33 · ⭐ 1.7K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0 - [GitHub](https://github.com/python/typing) (👨‍💻 140 · 🔀 290 · 📋 890 - 21% open · ⏱️ 25.02.2026):
git clone https://github.com/python/typing
- [PyPi](https://pypi.org/project/typing) (📥 5.8M / month · 📦 3.3K · ⏱️ 01.05.2021):
pip install typing
- [Conda](https://anaconda.org/conda-forge/typing) (📥 3.8M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
Show 5 hidden projects... - future (🥈37 · ⭐ 1.2K · 💀) - Easy, clean, reliable Python 2/3 compatibility. MIT - dataclasses (🥉27 · ⭐ 590 · 💀) - A backport of the dataclasses module for Python 3.6. Apache-2 - pathlib2 (🥉27 · ⭐ 85 · 💀) - Backport of pathlib aiming to support the full stdlib Python API. MIT - futures (🥉26 · ⭐ 240 · 💀) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0 - contextlib2 (🥉26 · ⭐ 38) - contextlib2 is a backport of the standard librarys contextlib.. ❗️psfrag


Cryptography

Back to top

bcrypt (🥈40 · ⭐ 1.4K) - Modern(-ish) password hashing for your software and your servers. Apache-2 - [GitHub](https://github.com/pyca/bcrypt) (👨‍💻 40 · 🔀 200 · 📦 350K · 📋 160 - 3% open · ⏱️ 26.02.2026):
git clone https://github.com/pyca/bcrypt
- [PyPi](https://pypi.org/project/bcrypt) (📥 160M / month · 📦 2K · ⏱️ 25.09.2025):
pip install bcrypt
- [Conda](https://anaconda.org/conda-forge/bcrypt) (📥 9.5M · ⏱️ 07.11.2025):
conda install -c conda-forge bcrypt
pycryptodomex (🥉36 · ⭐ 3.2K) - A self-contained cryptographic library for Python. BSD-3 - [GitHub](https://github.com/Legrandin/pycryptodome) (👨‍💻 160 · 🔀 540 · 📥 2.4K · 📦 140K · 📋 640 - 12% open · ⏱️ 16.11.2025):
git clone https://github.com/Legrandin/pycryptodome
- [PyPi](https://pypi.org/project/pycryptodomex) (📥 49M / month · 📦 1.6K · ⏱️ 17.05.2025):
pip install pycryptodomex
- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (📥 2.6M · ⏱️ 13.09.2025):
conda install -c conda-forge pycryptodomex
rsa (🥉29 · ⭐ 500 · 💤) - Python-RSA is a pure-Python RSA implementation. Apache-2 - [GitHub](https://github.com/sybrenstuvel/python-rsa) (👨‍💻 43 · 🔀 120 · 📋 140 - 20% open · ⏱️ 16.04.2025):
git clone https://github.com/sybrenstuvel/python-rsa
- [PyPi](https://pypi.org/project/rsa) (📥 400M / month · 📦 1.9K · ⏱️ 16.04.2025):
pip install rsa
- [Conda](https://anaconda.org/conda-forge/rsa) (📥 18M · ⏱️ 22.04.2025):
conda install -c conda-forge rsa
Show 4 hidden projects... - cryptography (🥇45 · ⭐ 7.5K) - cryptography is a package designed to expose.. ❗Unlicensed - tink (🥈37 · ⭐ 14K · 💀) - Tink is a multi-language, cross-platform, open source library that.. Apache-2 - keyring (🥉35 · ⭐ 1.4K) - Store and access your passwords safely. ❗Unlicensed - asn1crypto (🥉32 · ⭐ 360 · 💀) - Python ASN.1 library with a focus on performance and a pythonic API. MIT


Infrastructure & DevOps

Back to top

ansible (🥇48 · ⭐ 68K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0 - [GitHub](https://github.com/ansible/ansible) (👨‍💻 6.9K · 🔀 24K · 📦 42K · 📋 34K - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/ansible/ansible
- [PyPi](https://pypi.org/project/ansible) (📥 11M / month · 📦 570 · ⏱️ 24.02.2026):
pip install ansible
- [Conda](https://anaconda.org/conda-forge/ansible) (📥 1.8M · ⏱️ 10.09.2025):
conda install -c conda-forge ansible
botocore (🥇46 · ⭐ 1.6K) - The low-level, core functionality of boto3 and the AWS CLI. Apache-2 - [GitHub](https://github.com/boto/botocore) (👨‍💻 220 · 🔀 1.1K · 📦 430K · 📋 1.2K - 12% open · ⏱️ 26.02.2026):
git clone https://github.com/boto/botocore
- [PyPi](https://pypi.org/project/botocore) (📥 1.1B / month · 📦 4.3K · ⏱️ 25.02.2026):
pip install botocore
- [Conda](https://anaconda.org/conda-forge/botocore) (📥 41M · ⏱️ 26.02.2026):
conda install -c conda-forge botocore
pulumi (🥈44 · ⭐ 25K) - Pulumi - Infrastructure as Code in any programming language. Apache-2 - [GitHub](https://github.com/pulumi/pulumi) (👨‍💻 1K · 🔀 1.3K · 📥 3.7M · 📦 11K · 📋 9.1K - 27% open · ⏱️ 26.02.2026):
git clone https://github.com/pulumi/pulumi
- [PyPi](https://pypi.org/project/pulumi) (📥 5.2M / month · 📦 500 · ⏱️ 26.02.2026):
pip install pulumi
- [npm](https://www.npmjs.com/package/@pulumi/pulumi) (📥 5.3M / month · 📦 930 · ⏱️ 26.02.2026):
npm install @pulumi/pulumi
awscli (🥈44 · ⭐ 17K) - Universal Command Line Interface for Amazon Web Services. Apache-2 - [GitHub](https://github.com/aws/aws-cli) (👨‍💻 480 · 🔀 4.5K · 📥 11K · 📦 5 · 📋 5K - 12% open · ⏱️ 25.02.2026):
git clone https://github.com/aws/aws-cli
- [PyPi](https://pypi.org/project/awscli) (📥 350M / month · 📦 750 · ⏱️ 25.02.2026):
pip install awscli
- [Conda](https://anaconda.org/conda-forge/awscli) (📥 52M · ⏱️ 26.02.2026):
conda install -c conda-forge awscli
docker-compose (🥈41 · ⭐ 37K) - Define and run multi-container applications with Docker. Apache-2 - [GitHub](https://github.com/docker/compose) (👨‍💻 620 · 🔀 5.7K · 📥 14M · 📦 1.4K · 📋 8.3K - 0% open · ⏱️ 24.02.2026):
git clone https://github.com/docker/compose
- [PyPi](https://pypi.org/project/docker-compose) (📥 1.4M / month · 📦 250 · ⏱️ 10.05.2021):
pip install docker-compose
- [Conda](https://anaconda.org/conda-forge/docker-compose) (📥 790K · ⏱️ 25.02.2026):
conda install -c conda-forge docker-compose
paramiko (🥈40 · ⭐ 9.7K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1 - [GitHub](https://github.com/paramiko/paramiko) (👨‍💻 190 · 🔀 2K · 📦 120K · 📋 2K - 57% open · ⏱️ 20.10.2025):
git clone https://github.com/paramiko/paramiko
- [PyPi](https://pypi.org/project/paramiko) (📥 130M / month · 📦 3.8K · ⏱️ 04.08.2025):
pip install paramiko
- [Conda](https://anaconda.org/conda-forge/paramiko) (📥 7.6M · ⏱️ 13.08.2025):
conda install -c conda-forge paramiko
kubernetes (🥈40 · ⭐ 7.5K) - Official Python client library for kubernetes. Apache-2 - [GitHub](https://github.com/kubernetes-client/python) (👨‍💻 240 · 🔀 3.5K · 📋 1.5K - 6% open · ⏱️ 24.02.2026):
git clone https://github.com/kubernetes-client/python
- [PyPi](https://pypi.org/project/kubernetes) (📥 140M / month · 📦 2K · ⏱️ 16.01.2026):
pip install kubernetes
- [Conda](https://anaconda.org/conda-forge/kubernetes) (📥 750K · ⏱️ 11.12.2025):
conda install -c conda-forge kubernetes
docker (🥈40 · ⭐ 7.2K · 📈) - A Python library for the Docker Engine API. Apache-2 - [GitHub](https://github.com/docker/docker-py) (👨‍💻 460 · 🔀 1.7K · 📥 1.9K · 📦 120K · 📋 1.8K - 30% open · ⏱️ 24.11.2025):
git clone https://github.com/docker/docker-py
- [PyPi](https://pypi.org/project/docker) (📥 120M / month · 📦 3.7K · ⏱️ 23.05.2024):
pip install docker
- [Conda](https://anaconda.org/conda-forge/docker-py) (📥 6.4M · ⏱️ 22.04.2025):
conda install -c conda-forge docker-py
netmiko (🥉37 · ⭐ 4.1K) - Multi-vendor library to simplify Paramiko SSH connections to network.. MIT - [GitHub](https://github.com/ktbyers/netmiko) (👨‍💻 270 · 🔀 1.4K · 📦 5.5K · 📋 2.2K - 4% open · ⏱️ 21.02.2026):
git clone https://github.com/ktbyers/netmiko
- [PyPi](https://pypi.org/project/netmiko) (📥 760K / month · 📦 220 · ⏱️ 26.06.2025):
pip install netmiko
plumbum (🥉36 · ⭐ 3K · 📈) - Plumbum: Shell Combinators. MIT - [GitHub](https://github.com/tomerfiliba/plumbum) (👨‍💻 120 · 🔀 200 · 📦 9.2K · 📋 380 - 37% open · ⏱️ 18.02.2026):
git clone https://github.com/tomerfiliba/plumbum
- [PyPi](https://pypi.org/project/plumbum) (📥 3.7M / month · 📦 360 · ⏱️ 31.10.2025):
pip install plumbum
- [Conda](https://anaconda.org/conda-forge/plumbum) (📥 1.3M · ⏱️ 31.10.2025):
conda install -c conda-forge plumbum
fabric (🥉35 · ⭐ 15K · 💤) - Simple, Pythonic remote execution and deployment. BSD-2 - [GitHub](https://github.com/fabric/fabric) (👨‍💻 140 · 🔀 2K · 📦 21 · 📋 1.8K - 26% open · ⏱️ 20.07.2025):
git clone https://github.com/fabric/fabric
- [PyPi](https://pypi.org/project/fabric) (📥 11M / month · 📦 400 · ⏱️ 31.08.2023):
pip install fabric
- [Conda](https://anaconda.org/conda-forge/fabric) (📥 310K · ⏱️ 22.04.2025):
conda install -c conda-forge fabric
pyinfra (🥉33 · ⭐ 4.8K) - pyinfra turns Python code into shell commands and runs them on your.. MIT - [GitHub](https://github.com/pyinfra-dev/pyinfra) (👨‍💻 180 · 🔀 460 · 📦 200 · 📋 890 - 19% open · ⏱️ 26.02.2026):
git clone https://github.com/Fizzadar/pyinfra
- [PyPi](https://pypi.org/project/pyinfra) (📥 210K / month · 📦 29 · ⏱️ 02.02.2026):
pip install pyinfra
sshtunnel (🥉32 · ⭐ 1.3K) - SSH tunnels to remote server. MIT - [GitHub](https://github.com/pahaz/sshtunnel) (👨‍💻 27 · 🔀 190 · 📦 9.6K · 📋 210 - 30% open · ⏱️ 27.08.2025):
git clone https://github.com/pahaz/sshtunnel
- [PyPi](https://pypi.org/project/sshtunnel) (📥 31M / month · 📦 350 · ⏱️ 11.01.2021):
pip install sshtunnel
- [Conda](https://anaconda.org/conda-forge/sshtunnel) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge sshtunnel
Show 7 hidden projects... - schedule (🥉35 · ⭐ 12K · 💀) - Python job scheduling for humans. MIT - parallel-ssh (🥉27 · ⭐ 1.3K) - Asynchronous parallel SSH client library. ❗️LGPL-2.1 - fabtools (🥉25 · ⭐ 1.3K · 💀) - Tools for writing awesome Fabric files. BSD-2 - storm (🥉23 · ⭐ 3.9K · 💀) - Manage your SSH like a boss. MIT - pypyr (🥉21 · ⭐ 640 · 💀) - pypyr task-runner cli & api for automation pipelines. Automate.. Apache-2 - wssh (🥉17 · ⭐ 1.4K · 💀) - SSH to WebSockets Bridge. MIT - Grai (🥉11 · ⭐ 310 · 💤) - Platform to programmatically manage, test, and debug data.. ❗️MIT-0


Process Utilities

Back to top

supervisor (🥇37 · ⭐ 9K) - Supervisor process control system for Unix.. ❗️Repoze Public License - [GitHub](https://github.com/Supervisor/supervisor) (👨‍💻 180 · 🔀 1.3K · 📦 13K · 📋 1.2K - 13% open · ⏱️ 21.12.2025):
git clone https://github.com/Supervisor/supervisor
- [PyPi](https://pypi.org/project/supervisor) (📥 6.3M / month · 📦 160 · ⏱️ 23.08.2025):
pip install supervisor
- [Conda](https://anaconda.org/conda-forge/supervisor) (📥 610K · ⏱️ 17.02.2026):
conda install -c conda-forge supervisor
pexpect (🥇37 · ⭐ 2.8K · 💤) - A Python module for controlling interactive programs in a pseudo-.. ISC - [GitHub](https://github.com/pexpect/pexpect) (👨‍💻 110 · 🔀 490 · 📥 4.5K · 📦 510K · 📋 510 - 32% open · ⏱️ 11.04.2025):
git clone https://github.com/pexpect/pexpect
- [PyPi](https://pypi.org/project/pexpect) (📥 160M / month · 📦 1.8K · ⏱️ 25.11.2023):
pip install pexpect
- [Conda](https://anaconda.org/conda-forge/pexpect) (📥 36M · ⏱️ 22.04.2025):
conda install -c conda-forge pexpect
sh (🥉34 · ⭐ 7.2K) - Python process launching. MIT - [GitHub](https://github.com/amoffat/sh) (👨‍💻 110 · 🔀 500 · 📥 100 · 📦 18K · 📋 500 - 2% open · ⏱️ 01.11.2025):
git clone https://github.com/amoffat/sh
- [PyPi](https://pypi.org/project/sh) (📥 17M / month · 📦 760 · ⏱️ 24.02.2025):
pip install sh
- [Conda](https://anaconda.org/conda-forge/sh) (📥 390K · ⏱️ 22.04.2025):
conda install -c conda-forge sh
ptyprocess (🥉26 · ⭐ 240 · 💤) - Run a subprocess in a pseudo terminal. ISC - [GitHub](https://github.com/pexpect/ptyprocess) (👨‍💻 21 · 🔀 72 · 📋 40 - 50% open · ⏱️ 17.07.2025):
git clone https://github.com/pexpect/ptyprocess
- [PyPi](https://pypi.org/project/ptyprocess) (📥 160M / month · 📦 770 · ⏱️ 28.12.2020):
pip install ptyprocess
- [Conda](https://anaconda.org/conda-forge/ptyprocess) (📥 33M · ⏱️ 22.04.2025):
conda install -c conda-forge ptyprocess


Asynchronous Programming

Back to top

anyio (🥇41 · ⭐ 2.4K) - High level asynchronous concurrency and networking framework that works on.. MIT - [GitHub](https://github.com/agronholm/anyio) (👨‍💻 68 · 🔀 180 · 📦 620K · 📋 440 - 17% open · ⏱️ 25.02.2026):
git clone https://github.com/agronholm/anyio
- [PyPi](https://pypi.org/project/anyio) (📥 480M / month · 📦 4.7K · ⏱️ 06.01.2026):
pip install anyio
- [Conda](https://anaconda.org/conda-forge/anyio) (📥 32M · ⏱️ 06.01.2026):
conda install -c conda-forge anyio
uvloop (🥈40 · ⭐ 12K) - Ultra fast asyncio event loop. Apache-2 - [GitHub](https://github.com/MagicStack/uvloop) (👨‍💻 72 · 🔀 580 · 📥 640 · 📦 210K · 📋 430 - 34% open · ⏱️ 30.01.2026):
git clone https://github.com/MagicStack/uvloop
- [PyPi](https://pypi.org/project/uvloop) (📥 100M / month · 📦 2K · ⏱️ 16.10.2025):
pip install uvloop
- [Conda](https://anaconda.org/conda-forge/uvloop) (📥 2.9M · ⏱️ 07.11.2025):
conda install -c conda-forge uvloop
asyncer (🥉32 · ⭐ 2.4K) - Asyncer, async and await, focused on developer experience. MIT - [GitHub](https://github.com/fastapi/asyncer) (👨‍💻 22 · 🔀 83 · 📦 7.6K · 📋 6 - 16% open · ⏱️ 24.02.2026):
git clone https://github.com/tiangolo/asyncer
- [PyPi](https://pypi.org/project/asyncer) (📥 5.8M / month · 📦 280 · ⏱️ 21.02.2026):
pip install asyncer
- [Conda](https://anaconda.org/conda-forge/asyncer) (📥 30K · ⏱️ 21.02.2026):
conda install -c conda-forge asyncer
aiomisc (🥉25 · ⭐ 420) - aiomisc - miscellaneous utils for asyncio. MIT - [GitHub](https://github.com/aiokitchen/aiomisc) (👨‍💻 21 · 🔀 27 · 📦 440 · 📋 27 - 33% open · ⏱️ 09.02.2026):
git clone https://github.com/aiokitchen/aiomisc
- [PyPi](https://pypi.org/project/aiomisc) (📥 58K / month · 📦 60 · ⏱️ 09.02.2026):
pip install aiomisc
Show 3 hidden projects... - greenlet (🥈39 · ⭐ 1.8K) - Lightweight in-process concurrent programming. ❗Unlicensed - stopit (🥉23 · ⭐ 120 · 💀) - Raise asynchronous exceptions in other thread, control the timeout of.. MIT - unsync (🥉22 · ⭐ 900 · 💀) - Unsynchronize asyncio. MIT


Configuration

Back to top

python-dotenv (🥇42 · ⭐ 8.7K) - Reads key-value pairs from a .env file and can set them as.. BSD-3 - [GitHub](https://github.com/theskumar/python-dotenv) (👨‍💻 110 · 🔀 490 · 📦 1.7M · 📋 340 - 20% open · ⏱️ 12.01.2026):
git clone https://github.com/theskumar/python-dotenv
- [PyPi](https://pypi.org/project/python-dotenv) (📥 350M / month · 📦 25K · ⏱️ 26.10.2025):
pip install python-dotenv
- [Conda](https://anaconda.org/conda-forge/python-dotenv) (📥 10M · ⏱️ 26.10.2025):
conda install -c conda-forge python-dotenv
traitlets (🥈36 · ⭐ 650) - A lightweight Traits like module. BSD-3 - [GitHub](https://github.com/ipython/traitlets) (👨‍💻 120 · 🔀 210 · 📥 740 · 📦 600K · 📋 310 - 35% open · ⏱️ 25.02.2026):
git clone https://github.com/ipython/traitlets
- [PyPi](https://pypi.org/project/traitlets) (📥 99M / month · 📦 1.5K · ⏱️ 19.04.2024):
pip install traitlets
- [Conda](https://anaconda.org/conda-forge/traitlets) (📥 48M · ⏱️ 22.04.2025):
conda install -c conda-forge traitlets
hydra (🥈33 · ⭐ 10K) - Hydra is a framework for elegantly configuring complex applications. MIT - [GitHub](https://github.com/facebookresearch/hydra) (👨‍💻 120 · 🔀 800 · 📦 42K · 📋 1.5K - 22% open · ⏱️ 11.12.2025):
git clone https://github.com/facebookresearch/hydra
- [PyPi](https://pypi.org/project/hydra) (📥 9.2K / month · 📦 13 · ⏱️ 03.08.2016):
pip install hydra
- [Conda](https://anaconda.org/conda-forge/hydra-core) (📥 1.5M · ⏱️ 22.04.2025):
conda install -c conda-forge hydra-core
omegaconf (🥉31 · ⭐ 2.3K) - Flexible Python configuration system. The last one you will ever need. BSD-3 - [GitHub](https://github.com/omry/omegaconf) (👨‍💻 37 · 🔀 150 · 📦 60K · 📋 600 - 24% open · ⏱️ 29.11.2025):
git clone https://github.com/omry/omegaconf
- [PyPi](https://pypi.org/project/omegaconf) (📥 31M / month · 📦 1.8K · ⏱️ 30.10.2025):
pip install omegaconf
- [Conda](https://anaconda.org/conda-forge/omegaconf) (📥 2.2M · ⏱️ 22.04.2025):
conda install -c conda-forge omegaconf
gin-config (🥉28 · ⭐ 2.1K) - Gin provides a lightweight configuration framework for Python. Apache-2 - [GitHub](https://github.com/google/gin-config) (👨‍💻 26 · 🔀 120 · 📦 13K · 📋 100 - 58% open · ⏱️ 14.01.2026):
git clone https://github.com/google/gin-config
- [PyPi](https://pypi.org/project/gin-config) (📥 540K / month · 📦 75 · ⏱️ 03.11.2021):
pip install gin-config
- [Conda](https://anaconda.org/conda-forge/gin-config) (📥 33K · ⏱️ 22.04.2025):
conda install -c conda-forge gin-config
configobj (🥉28 · ⭐ 340 · 💤) - Python 3+ compatible port of the configobj library. BSD-3 - [GitHub](https://github.com/DiffSK/configobj) (👨‍💻 13 · 🔀 82 · 📥 2.2K · 📦 49K · 📋 180 - 39% open · ⏱️ 06.06.2025):
git clone https://github.com/DiffSK/configobj
- [PyPi](https://pypi.org/project/configobj) (📥 7.2M / month · 📦 650 · ⏱️ 21.09.2024):
pip install configobj
- [Conda](https://anaconda.org/conda-forge/configobj) (📥 1.1M · ⏱️ 22.04.2025):
conda install -c conda-forge configobj
Dynaconf (🥉27 · ⭐ 4.2K · 💤) - dynaconf mirror (mainly for stats)- ORIGINAL REPO ON -.. MIT - [GitHub](https://github.com/rochacbruno/dynaconf-mirror) (👨‍💻 130 · 🔀 310 · ⏱️ 07.05.2025):
git clone https://github.com/rochacbruno/dynaconf
- [PyPi](https://pypi.org/project/dynaconf) (📥 4.9M / month · 📦 640 · ⏱️ 10.10.2025):
pip install dynaconf
- [Conda](https://anaconda.org/conda-forge/dynaconf) (📥 170K · ⏱️ 13.10.2025):
conda install -c conda-forge dynaconf
everett (🥉22 · ⭐ 150) - configuration library for python projects. MPL-2.0 - [GitHub](https://github.com/willkg/everett) (👨‍💻 9 · 🔀 14 · 📋 96 - 4% open · ⏱️ 15.10.2025):
git clone https://github.com/willkg/everett
- [PyPi](https://pypi.org/project/everett) (📥 750K / month · 📦 22 · ⏱️ 15.10.2025):
pip install everett
- [Conda](https://anaconda.org/conda-forge/everett) (📥 100K · ⏱️ 22.04.2025):
conda install -c conda-forge everett
Show 1 hidden projects... - python-decouple (🥈32 · ⭐ 3K · 💀) - Strict separation of config from code. MIT


CLI Development

Back to top

rich (🥇47 · ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT - [GitHub](https://github.com/Textualize/rich) (👨‍💻 290 · 🔀 2K · 📦 500K · 📋 1.6K - 19% open · ⏱️ 26.02.2026):
git clone https://github.com/Textualize/rich
- [PyPi](https://pypi.org/project/rich) (📥 340M / month · 📦 35K · ⏱️ 19.02.2026):
pip install rich
- [Conda](https://anaconda.org/conda-forge/rich) (📥 18M · ⏱️ 20.02.2026):
conda install -c conda-forge rich
click (🥇47 · ⭐ 17K) - Python composable command line interface toolkit. BSD-3 - [GitHub](https://github.com/pallets/click) (👨‍💻 420 · 🔀 1.5K · 📥 4.3K · 📦 2.3M · 📋 1.8K - 8% open · ⏱️ 31.12.2025):
git clone https://github.com/pallets/click
- [PyPi](https://pypi.org/project/click) (📥 570M / month · 📦 54K · ⏱️ 15.11.2025):
pip install click
- [Conda](https://anaconda.org/conda-forge/click) (📥 58M · ⏱️ 30.11.2025):
conda install -c conda-forge click
Typer (🥈42 · ⭐ 19K) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT - [GitHub](https://github.com/fastapi/typer) (👨‍💻 100 · 🔀 850 · 📦 240K · 📋 340 - 4% open · ⏱️ 25.02.2026):
git clone https://github.com/tiangolo/typer
- [PyPi](https://pypi.org/project/typer) (📥 170M / month · 📦 18K · ⏱️ 21.02.2026):
pip install typer
- [Conda](https://anaconda.org/conda-forge/typer) (📥 9.2M · ⏱️ 17.02.2026):
conda install -c conda-forge typer
python-fire (🥈37 · ⭐ 28K) - Python Fire is a library for automatically generating command.. Apache-2 - [GitHub](https://github.com/google/python-fire) (👨‍💻 67 · 🔀 1.5K · 📦 52K · 📋 360 - 42% open · ⏱️ 16.08.2025):
git clone https://github.com/google/python-fire
- [PyPi](https://pypi.org/project/fire) (📥 16M / month · 📦 3K · ⏱️ 16.08.2025):
pip install fire
- [Conda](https://anaconda.org/conda-forge/fire) (📥 1.4M · ⏱️ 12.09.2025):
conda install -c conda-forge fire
python-prompt-toolkit (🥈37 · ⭐ 10K) - Library for building powerful interactive command line.. BSD-3 - [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (👨‍💻 240 · 🔀 750 · 📋 1.3K - 54% open · ⏱️ 17.11.2025):
git clone https://github.com/prompt-toolkit/python-prompt-toolkit
- [PyPi](https://pypi.org/project/prompt_toolkit) (📥 140M / month · 📦 4.2K · ⏱️ 27.08.2025):
pip install prompt_toolkit
- [Conda](https://anaconda.org/conda-forge/prompt-toolkit) (📥 41M · ⏱️ 27.08.2025):
conda install -c conda-forge prompt-toolkit
colorama (🥈36 · ⭐ 3.8K · 💤) - Simple cross-platform colored terminal text in Python. BSD-3 - [GitHub](https://github.com/tartley/colorama) (👨‍💻 52 · 🔀 270 · 📦 1.4M · 📋 270 - 47% open · ⏱️ 09.07.2025):
git clone https://github.com/tartley/colorama
- [PyPi](https://pypi.org/project/colorama) (📥 330M / month · 📦 15K · ⏱️ 25.10.2022):
pip install colorama
- [Conda](https://anaconda.org/conda-forge/colorama) (📥 62M · ⏱️ 22.04.2025):
conda install -c conda-forge colorama
docopt (🥈35 · ⭐ 8K · 💤) - Create *beautiful* command-line interfaces with Python. MIT - [GitHub](https://github.com/docopt/docopt) (👨‍💻 34 · 🔀 560 · 📦 150K · 📋 450 - 58% open · ⏱️ 23.06.2025):
git clone https://github.com/docopt/docopt
- [PyPi](https://pypi.org/project/docopt) (📥 16M / month · 📦 3.4K · ⏱️ 16.06.2014):
pip install docopt
- [Conda](https://anaconda.org/conda-forge/docopt) (📥 2.7M · ⏱️ 22.04.2025):
conda install -c conda-forge docopt
argcomplete (🥉34 · ⭐ 1.6K) - Python and tab completion, better together. Apache-2 - [GitHub](https://github.com/kislyuk/argcomplete) (👨‍💻 83 · 🔀 140 · 📥 1.4K · 📦 71K · 📋 300 - 22% open · ⏱️ 20.10.2025):
git clone https://github.com/kislyuk/argcomplete
- [PyPi](https://pypi.org/project/argcomplete) (📥 64M / month · 📦 1.8K · ⏱️ 20.10.2025):
pip install argcomplete
- [Conda](https://anaconda.org/conda-forge/argcomplete) (📥 3.1M · ⏱️ 20.10.2025):
conda install -c conda-forge argcomplete
cleo (🥉33 · ⭐ 1.3K) - Cleo allows you to create beautiful and testable command-line interfaces. MIT - [GitHub](https://github.com/python-poetry/cleo) (👨‍💻 38 · 🔀 87 · 📦 29K · 📋 120 - 30% open · ⏱️ 20.12.2025):
git clone https://github.com/sdispater/cleo
- [PyPi](https://pypi.org/project/cleo) (📥 65M / month · 📦 390 · ⏱️ 18.11.2024):
pip install cleo
- [Conda](https://anaconda.org/conda-forge/cleo) (📥 6.5M · ⏱️ 22.04.2025):
conda install -c conda-forge cleo
questionary (🥉32 · ⭐ 2K) - Python library to build pretty command line user prompts Easy to use.. MIT - [GitHub](https://github.com/tmbo/questionary) (👨‍💻 53 · 🔀 100 · 📦 21K · 📋 190 - 38% open · ⏱️ 12.02.2026):
git clone https://github.com/tmbo/questionary
- [PyPi](https://pypi.org/project/questionary) (📥 14M / month · 📦 1.4K · ⏱️ 28.08.2025):
pip install questionary
- [Conda](https://anaconda.org/conda-forge/questionary) (📥 290K · ⏱️ 08.09.2025):
conda install -c conda-forge questionary
asciimatics (🥉30 · ⭐ 4.3K · 💤) - A cross platform package to do curses-like operations, plus.. Apache-2 - [GitHub](https://github.com/peterbrittain/asciimatics) (👨‍💻 45 · 🔀 260 · 📦 1.2K · 📋 310 - 7% open · ⏱️ 31.05.2025):
git clone https://github.com/peterbrittain/asciimatics
- [PyPi](https://pypi.org/project/asciimatics) (📥 60K / month · 📦 120 · ⏱️ 25.10.2023):
pip install asciimatics
- [Conda](https://anaconda.org/conda-forge/asciimatics) (📥 250K · ⏱️ 22.04.2025):
conda install -c conda-forge asciimatics
ConfigArgParse (🥉30 · ⭐ 760) - Drop-in replacement for argparse with added support for config.. MIT - [GitHub](https://github.com/bw2/ConfigArgParse) (👨‍💻 56 · 🔀 120 · 📦 25K · 📋 220 - 39% open · ⏱️ 06.08.2025):
git clone https://github.com/bw2/ConfigArgParse
- [PyPi](https://pypi.org/project/configargparse) (📥 14M / month · 📦 670 · ⏱️ 13.06.2025):
pip install configargparse
- [Conda](https://anaconda.org/conda-forge/configargparse) (📥 1.7M · ⏱️ 26.05.2025):
conda install -c conda-forge configargparse
blessings (🥉28 · ⭐ 1.5K) - A thin, practical wrapper around terminal capabilities in Python. MIT - [GitHub](https://github.com/erikrose/blessings) (👨‍💻 17 · 🔀 140 · 📦 11K · 📋 90 - 38% open · ⏱️ 28.08.2025):
git clone https://github.com/erikrose/blessings
- [PyPi](https://pypi.org/project/blessings) (📥 1.1M / month · 📦 460 · ⏱️ 21.06.2018):
pip install blessings
- [Conda](https://anaconda.org/conda-forge/blessings) (📥 440K · ⏱️ 26.08.2025):
conda install -c conda-forge blessings
Click Extra (🥉24 · ⭐ 110) - Drop-in replacement for Click to make user-friendly and.. ❗️GPL-2.0 - [GitHub](https://github.com/kdeldycke/click-extra) (👨‍💻 14 · 🔀 8 · 📥 500 · 📦 110 · 📋 110 - 11% open · ⏱️ 26.02.2026):
git clone https://github.com/kdeldycke/click-extra
- [PyPi](https://pypi.org/project/click-extra) (📥 100K / month · 📦 42 · ⏱️ 26.02.2026):
pip install click-extra
Show 6 hidden projects... - wcwidth (🥈35 · ⭐ 440) - Python library that measures the width of strings in a terminal. ❗Unlicensed - docopt-ng (🥉24 · ⭐ 220 · 💀) - Humane command line arguments parser. Now with maintenance,.. MIT - clint (🥉23 · ⭐ 97 · 💀) - Python Command-line Application Tools. ISC - bashplotlib (🥉22 · ⭐ 1.9K · 💀) - plotting in the terminal. MIT - colout (🥉18 · ⭐ 1.2K · 💀) - Color text streams with a polished command line interface. ❗️GPL-3.0 - onecite (🥉14 · ⭐ 56 · 🐣) - An intelligent toolkit to automatically parse, complete, and format.. MIT


Development Tools

Back to top

🔗 best-of-python-dev ( ⭐ 1.2K) - A ranked list of awesome python developer tools and libraries. Updated..


Data Caching

Back to top

cachetools (🥇39 · ⭐ 2.7K) - Extensible memoizing collections and decorators. MIT - [GitHub](https://github.com/tkem/cachetools) (👨‍💻 19 · 🔀 180 · 📦 690K · 📋 270 - 0% open · ⏱️ 10.02.2026):
git clone https://github.com/tkem/cachetools
- [PyPi](https://pypi.org/project/cachetools) (📥 240M / month · 📦 4.4K · ⏱️ 10.02.2026):
pip install cachetools
- [Conda](https://anaconda.org/conda-forge/cachetools) (📥 19M · ⏱️ 11.02.2026):
conda install -c conda-forge cachetools
aiocache (🥈32 · ⭐ 1.4K) - Asyncio cache manager for redis, memcached and memory. BSD-3 - [GitHub](https://github.com/aio-libs/aiocache) (👨‍💻 51 · 🔀 170 · 📥 75 · 📦 4.7K · 📋 340 - 18% open · ⏱️ 28.11.2025):
git clone https://github.com/aio-libs/aiocache
- [PyPi](https://pypi.org/project/aiocache) (📥 8.8M / month · 📦 150 · ⏱️ 25.09.2024):
pip install aiocache
beaker (🥉28 · ⭐ 550) - WSGI middleware for sessions and caching. BSD-3 - [GitHub](https://github.com/bbangert/beaker) (👨‍💻 93 · 🔀 140 · 📦 6.2K · 📋 150 - 51% open · ⏱️ 03.12.2025):
git clone https://github.com/bbangert/beaker
- [PyPi](https://pypi.org/project/beaker) (📥 130K / month · 📦 90 · ⏱️ 11.04.2024):
pip install beaker
- [Conda](https://anaconda.org/conda-forge/beaker) (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge beaker
pylibmc (🥉27 · ⭐ 490 · 💤) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3 - [GitHub](https://github.com/lericson/pylibmc) (👨‍💻 56 · 🔀 140 · 📥 1.4K · 📦 5.8K · 📋 200 - 13% open · ⏱️ 12.04.2025):
git clone https://github.com/lericson/pylibmc
- [PyPi](https://pypi.org/project/pylibmc) (📥 320K / month · 📦 79 · ⏱️ 30.08.2022):
pip install pylibmc
- [Conda](https://anaconda.org/conda-forge/pylibmc) (📥 400K · ⏱️ 28.08.2025):
conda install -c conda-forge pylibmc
cachier (🥉26 · ⭐ 650) - Persistent, stale-free, local and cross-machine caching for Python.. MIT - [GitHub](https://github.com/python-cachier/cachier) (👨‍💻 28 · 🔀 72 · 📥 120 · 📦 590 · 📋 99 - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/shaypal5/cachier
- [PyPi](https://pypi.org/project/cachier) (📥 300K / month · 📦 51 · ⏱️ 15.07.2025):
pip install cachier
Show 1 hidden projects... - cached-property (🥈29 · ⭐ 700 · 💀) - A decorator for caching properties in classes. BSD-3


GUI Development

Back to top

🔗 best-of-web-python - Web UI ( ⭐ 2.7K) - Collection of libraries to implement web-based UIs.

kivy (🥇40 · ⭐ 19K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT - [GitHub](https://github.com/kivy/kivy) (👨‍💻 630 · 🔀 3.1K · 📥 44K · 📦 18K · 📋 5.3K - 16% open · ⏱️ 19.02.2026):
git clone https://github.com/kivy/kivy
- [PyPi](https://pypi.org/project/kivy) (📥 260K / month · 📦 360 · ⏱️ 26.12.2024):
pip install kivy
- [Conda](https://anaconda.org/conda-forge/kivy) (📥 620K · ⏱️ 03.11.2025):
conda install -c conda-forge kivy
DearPyGui (🥈37 · ⭐ 15K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT - [GitHub](https://github.com/hoffstadt/DearPyGui) (👨‍💻 73 · 🔀 760 · 📦 4.4K · 📋 1.5K - 26% open · ⏱️ 04.02.2026):
git clone https://github.com/hoffstadt/DearPyGui
- [PyPi](https://pypi.org/project/dearpygui) (📥 190K / month · 📦 190 · ⏱️ 17.02.2026):
pip install dearpygui
toga (🥈34 · ⭐ 5.3K) - A Python native, OS native GUI toolkit. BSD-3 - [GitHub](https://github.com/beeware/toga) (👨‍💻 330 · 🔀 790 · 📥 9.7K · 📦 3 · 📋 1.3K - 23% open · ⏱️ 26.02.2026):
git clone https://github.com/beeware/toga
- [PyPi](https://pypi.org/project/toga) (📥 19K / month · 📦 41 · ⏱️ 03.12.2025):
pip install toga
- [npm](https://www.npmjs.com/package/@pybee/toga) (📥 34 / month · 📦 5 · ⏱️ 23.04.2017):
npm install @pybee/toga
Eel (🥉27 · ⭐ 6.8K · 💤) - A little Python library for making simple Electron-like HTML/JS GUI apps. MIT - [GitHub](https://github.com/python-eel/Eel) (👨‍💻 49 · 🔀 600 · 📋 550 - 34% open · ⏱️ 22.06.2025):
git clone https://github.com/ChrisKnott/Eel
- [PyPi](https://pypi.org/project/eel) (📥 95K / month · 📦 100 · ⏱️ 22.06.2025):
pip install eel
Show 5 hidden projects... - PySimpleGUI (🥈32 · ⭐ 14K) - PySimpleGUI is a Python package that enables Python.. ❗️PySimpleGUI License - Gooey (🥉30 · ⭐ 22K · 💀) - Turn (almost) any Python command line program into a full GUI.. MIT - Phoenix (🥉28 · ⭐ 2.6K) - wxPythons Project Phoenix. A new implementation of wxPython,.. ❗️wxWindows - enaml (🥉27 · ⭐ 1.6K) - Declarative User Interfaces for Python. ❗Unlicensed - flexx (🥉26 · ⭐ 3.3K · 💀) - Write desktop and web apps in pure Python. BSD-2


Computer & Machine Vision

Back to top

🔗 best-of-ml-python - Computer Vision ( ⭐ 23K) - Collection of computer vision and image processing..

Show 1 hidden projects... - Pipeless (🥇15 · ⭐ 840 · 💀) - An open-source framework to create and deploy computer vision.. Apache-2


Machine Learning & Data Engineering

Back to top

🔗 best-of-ml-python ( ⭐ 23K) - A ranked list of awesome machine learning Python libraries. Updated..


Text Data

Back to top

🔗 best-of-ml-python - NLP ( ⭐ 23K) - Collection of text processing and NLP libraries.

chardet (🥇36 · ⭐ 2.3K) - Python character encoding detector. ❗️LGPL-2.1 - [GitHub](https://github.com/chardet/chardet) (👨‍💻 51 · 🔀 270 · 📦 960K · 📋 160 - 44% open · ⏱️ 24.02.2026):
git clone https://github.com/chardet/chardet
- [PyPi](https://pypi.org/project/chardet) (📥 130M / month · 📦 6.9K · ⏱️ 22.02.2026):
pip install chardet
- [Conda](https://anaconda.org/conda-forge/chardet) (📥 31M · ⏱️ 23.02.2026):
conda install -c conda-forge chardet
- [npm](https://www.npmjs.com/package/@pypi/chardet) (📥 180 / month · 📦 7 · ⏱️ 20.08.2017):
npm install @pypi/chardet
emoji (🥇35 · ⭐ 2K) - emoji terminal output for Python. BSD-3 - [GitHub](https://github.com/carpedm20/emoji) (👨‍💻 70 · 🔀 290 · 📦 91K · 📋 180 - 11% open · ⏱️ 21.09.2025):
git clone https://github.com/carpedm20/emoji
- [PyPi](https://pypi.org/project/emoji) (📥 18M / month · 📦 1.3K · ⏱️ 21.09.2025):
pip install emoji
- [Conda](https://anaconda.org/conda-forge/emoji) (📥 230K · ⏱️ 21.09.2025):
conda install -c conda-forge emoji
python-slugify (🥇35 · ⭐ 1.6K) - Returns unicode slugs. MIT - [GitHub](https://github.com/un33k/python-slugify) (👨‍💻 40 · 🔀 110 · 📦 120K · 📋 82 - 6% open · ⏱️ 07.01.2026):
git clone https://github.com/un33k/python-slugify
- [PyPi](https://pypi.org/project/python-slugify) (📥 57M / month · 📦 1.5K · ⏱️ 08.02.2024):
pip install python-slugify
- [Conda](https://anaconda.org/conda-forge/python-slugify) (📥 3.4M · ⏱️ 22.04.2025):
conda install -c conda-forge python-slugify
phonenumbers (🥈34 · ⭐ 3.7K) - Python port of Googles libphonenumber. Apache-2 - [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (👨‍💻 33 · 🔀 440 · 📋 200 - 6% open · ⏱️ 26.02.2026):
git clone https://github.com/daviddrysdale/python-phonenumbers
- [PyPi](https://pypi.org/project/phonenumbers) (📥 24M / month · 📦 820 · ⏱️ 26.02.2026):
pip install phonenumbers
- [Conda](https://anaconda.org/conda-forge/phonenumbers) (📥 1.8M · ⏱️ 13.02.2026):
conda install -c conda-forge phonenumbers
inflect (🥉32 · ⭐ 1.1K · 💤) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT - [GitHub](https://github.com/jaraco/inflect) (👨‍💻 59 · 🔀 110 · 📦 35K · 📋 130 - 29% open · ⏱️ 14.05.2025):
git clone https://github.com/jaraco/inflect
- [PyPi](https://pypi.org/project/inflect) (📥 25M / month · 📦 720 · ⏱️ 28.12.2024):
pip install inflect
- [Conda](https://anaconda.org/conda-forge/inflect) (📥 700K · ⏱️ 22.04.2025):
conda install -c conda-forge inflect
pyahocorasick (🥉30 · ⭐ 1.1K) - Python module (C extension and plain python) implementing Aho-.. BSD-3 - [GitHub](https://github.com/WojciechMula/pyahocorasick) (👨‍💻 33 · 🔀 140 · 📥 820 · 📦 4.1K · 📋 140 - 21% open · ⏱️ 17.12.2025):
git clone https://github.com/WojciechMula/pyahocorasick
- [PyPi](https://pypi.org/project/pyahocorasick) (📥 5.2M / month · 📦 220 · ⏱️ 17.12.2025):
pip install pyahocorasick
- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (📥 460K · ⏱️ 18.12.2025):
conda install -c conda-forge pyahocorasick
coolname (🥉29 · ⭐ 170) - Random Name and Slug Generator. BSD-2 - [GitHub](https://github.com/alexanderlukanin13/coolname) (👨‍💻 6 · 🔀 14 · 📦 4K · 📋 12 - 16% open · ⏱️ 22.02.2026):
git clone https://github.com/alexanderlukanin13/coolname
- [PyPi](https://pypi.org/project/coolname) (📥 3.8M / month · 📦 150 · ⏱️ 22.02.2026):
pip install coolname
- [Conda](https://anaconda.org/conda-forge/coolname) (📥 190K · ⏱️ 30.01.2026):
conda install -c conda-forge coolname
price-parser (🥉22 · ⭐ 350) - Extract price amount and currency symbol from a raw text string. BSD-3 - [GitHub](https://github.com/scrapinghub/price-parser) (👨‍💻 18 · 🔀 53 · 📦 530 · 📋 42 - 61% open · ⏱️ 12.02.2026):
git clone https://github.com/scrapinghub/price-parser
- [PyPi](https://pypi.org/project/price-parser) (📥 410K / month · 📦 39 · ⏱️ 06.10.2025):
pip install price-parser
Show 3 hidden projects... - humanize (🥈33 · ⭐ 1.7K · 💀) - python humanize functions. MIT - awesome-slugify (🥉20 · ⭐ 490 · 💀) - Python flexible slugify function. ❗️GPL-3.0 - millify (🥉16 · ⭐ 110 · 💀) - Convert long numbers into a human-readable format in Python. MIT


Web Development

Back to top

🔗 best-of-web-python ( ⭐ 2.7K) - A ranked list of awesome python libraries for web development. Updated..


Database Clients

Back to top

Libraries for connecting to, operating, and querying databases.

boto3 (🥇49 · ⭐ 9.7K) - Boto3, an AWS SDK for Python. Apache-2 - [GitHub](https://github.com/boto/boto3) (👨‍💻 170 · 🔀 2K · 📦 590K · 📋 3.6K - 4% open · ⏱️ 25.02.2026):
git clone https://github.com/boto/boto3
- [PyPi](https://pypi.org/project/boto3) (📥 1.7B / month · 📦 18K · ⏱️ 25.02.2026):
pip install boto3
- [Conda](https://anaconda.org/conda-forge/boto3) (📥 30M · ⏱️ 26.02.2026):
conda install -c conda-forge boto3
peewee (🥇44 · ⭐ 12K) - a small, expressive orm -- supports postgresql, mysql, sqlite and.. MIT - [GitHub](https://github.com/coleifer/peewee) (👨‍💻 160 · 🔀 1.4K · 📦 51K · ⏱️ 22.02.2026):
git clone https://github.com/coleifer/peewee
- [PyPi](https://pypi.org/project/peewee) (📥 25M / month · 📦 1.2K · ⏱️ 20.02.2026):
pip install peewee
- [Conda](https://anaconda.org/conda-forge/peewee) (📥 1.7M · ⏱️ 08.01.2026):
conda install -c conda-forge peewee
azure-storage-blob (🥇44 · ⭐ 5.5K) - This repository is for active development of the Azure SDK.. MIT - [GitHub](https://github.com/Azure/azure-sdk-for-python) (👨‍💻 890 · 🔀 3.2K · 📦 2.7K · 📋 12K - 8% open · ⏱️ 26.02.2026):
git clone https://github.com/Azure/azure-sdk-for-python
- [PyPi](https://pypi.org/project/azure-storage-blob) (📥 110M / month · 📦 1.6K · ⏱️ 27.01.2026):
pip install azure-storage-blob
- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (📥 1.6M · ⏱️ 07.01.2026):
conda install -c conda-forge azure-storage-blob
redis (🥇43 · ⭐ 13K) - Redis Python client. MIT - [GitHub](https://github.com/redis/redis-py) (👨‍💻 530 · 🔀 2.7K · 📋 1.9K - 5% open · ⏱️ 25.02.2026):
git clone https://github.com/redis/redis-py
- [PyPi](https://pypi.org/project/redis) (📥 160M / month · 📦 9.9K · ⏱️ 25.02.2026):
pip install redis
- [Conda](https://anaconda.org/conda-forge/redis-py) (📥 1.8M · ⏱️ 26.02.2026):
conda install -c conda-forge redis-py
google-cloud-storage (🥇43 · ⭐ 5.2K) - Google Cloud Client Library for Python. Apache-2 - [GitHub](https://github.com/googleapis/google-cloud-python) (👨‍💻 630 · 🔀 1.6K · 📋 4.5K - 13% open · ⏱️ 26.02.2026):
git clone https://github.com/googleapis/google-cloud-python
- [PyPi](https://pypi.org/project/google-cloud-storage) (📥 200M / month · 📦 2.7K · ⏱️ 02.02.2026):
pip install google-cloud-storage
- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (📥 6.5M · ⏱️ 02.02.2026):
conda install -c conda-forge google-cloud-storage
elasticsearch (🥇42 · ⭐ 4.4K) - Official Python client for Elasticsearch. Apache-2 - [GitHub](https://github.com/elastic/elasticsearch-py) (👨‍💻 230 · 🔀 1.2K · 📥 5.7K · 📦 64K · 📋 1.2K - 5% open · ⏱️ 24.02.2026):
git clone https://github.com/elastic/elasticsearch-py
- [PyPi](https://pypi.org/project/elasticsearch) (📥 50M / month · 📦 2K · ⏱️ 03.02.2026):
pip install elasticsearch
- [Conda](https://anaconda.org/conda-forge/elasticsearch) (📥 1.6M · ⏱️ 04.02.2026):
conda install -c conda-forge elasticsearch
kafka-python (🥇40 · ⭐ 5.9K) - Python client for Apache Kafka. Apache-2 - [GitHub](https://github.com/dpkp/kafka-python) (👨‍💻 230 · 🔀 1.4K · 📥 1.9K · 📦 36K · 📋 1.5K - 2% open · ⏱️ 25.02.2026):
git clone https://github.com/dpkp/kafka-python
- [PyPi](https://pypi.org/project/kafka-python) (📥 21M / month · 📦 890 · ⏱️ 21.11.2025):
pip install kafka-python
- [Conda](https://anaconda.org/conda-forge/kafka-python) (📥 510K · ⏱️ 21.11.2025):
conda install -c conda-forge kafka-python
Ibis (🥈39 · ⭐ 6.4K) - the portable Python dataframe library. Apache-2 - [GitHub](https://github.com/ibis-project/ibis) (👨‍💻 520 · 🔀 700 · 📥 480 · 📦 5.2K · 📋 3.6K - 12% open · ⏱️ 26.02.2026):
git clone https://github.com/ibis-project/ibis
- [PyPi](https://pypi.org/project/ibis-framework) (📥 1.8M / month · 📦 130 · ⏱️ 07.02.2026):
pip install ibis-framework
- [Conda](https://anaconda.org/conda-forge/ibis-framework) (📥 760K · ⏱️ 07.02.2026):
conda install -c conda-forge ibis-framework
pymongo (🥈39 · ⭐ 4.3K) - PyMongo - the Official MongoDB Python driver. Apache-2 - [GitHub](https://github.com/mongodb/mongo-python-driver) (👨‍💻 240 · 🔀 1.1K · 📥 4.9K · ⏱️ 23.02.2026):
git clone https://github.com/mongodb/mongo-python-driver
- [PyPi](https://pypi.org/project/pymongo) (📥 81M / month · 📦 5.9K · ⏱️ 07.01.2026):
pip install pymongo
- [Conda](https://anaconda.org/conda-forge/pymongo) (📥 5.7M · ⏱️ 11.01.2026):
conda install -c conda-forge pymongo
alembic (🥈39 · ⭐ 4K) - A database migrations tool for SQLAlchemy. MIT - [GitHub](https://github.com/sqlalchemy/alembic) (👨‍💻 220 · 🔀 310 · 📦 340K · 📋 1.2K - 9% open · ⏱️ 22.02.2026):
git clone https://github.com/sqlalchemy/alembic
- [PyPi](https://pypi.org/project/alembic) (📥 140M / month · 📦 3K · ⏱️ 10.02.2026):
pip install alembic
- [Conda](https://anaconda.org/conda-forge/alembic) (📥 9.5M · ⏱️ 11.02.2026):
conda install -c conda-forge alembic
sqlmodel (🥈38 · ⭐ 18K) - SQL databases in Python, designed for simplicity, compatibility, and.. MIT pydantic - [GitHub](https://github.com/fastapi/sqlmodel) (👨‍💻 100 · 🔀 810 · 📦 31K · 📋 340 - 16% open · ⏱️ 25.02.2026):
git clone https://github.com/tiangolo/sqlmodel
- [PyPi](https://pypi.org/project/sqlmodel) (📥 11M / month · 📦 1.4K · ⏱️ 21.02.2026):
pip install sqlmodel
- [Conda](https://anaconda.org/conda-forge/sqlmodel) (📥 130K · ⏱️ 23.02.2026):
conda install -c conda-forge sqlmodel
PyMySQL (🥈38 · ⭐ 7.8K) - MySQL client library for Python. MIT - [GitHub](https://github.com/PyMySQL/PyMySQL) (👨‍💻 130 · 🔀 1.4K · 📦 290K · 📋 680 - 3% open · ⏱️ 24.08.2025):
git clone https://github.com/PyMySQL/PyMySQL
- [PyPi](https://pypi.org/project/PyMySQL) (📥 78M / month · 📦 1.8K · ⏱️ 24.08.2025):
pip install PyMySQL
- [Conda](https://anaconda.org/conda-forge/pymysql) (📥 2.1M · ⏱️ 25.08.2025):
conda install -c conda-forge pymysql
AWS Data Wrangler (🥈38 · ⭐ 4.1K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2 - [GitHub](https://github.com/aws/aws-sdk-pandas) (👨‍💻 180 · 🔀 720 · 📥 440K · 📦 2.5K · 📋 1.3K - 2% open · ⏱️ 05.02.2026):
git clone https://github.com/awslabs/aws-data-wrangler
- [PyPi](https://pypi.org/project/awswrangler) (📥 81M / month · 📦 140 · ⏱️ 05.02.2026):
pip install awswrangler
- [Conda](https://anaconda.org/conda-forge/awswrangler) (📥 800K · ⏱️ 09.02.2026):
conda install -c conda-forge awswrangler
python-bigquery (🥈38 · ⭐ 800) - Google BigQuery API client library. Apache-2 - [GitHub](https://github.com/googleapis/python-bigquery) (👨‍💻 180 · 🔀 320 · 📦 52K · 📋 750 - 8% open · ⏱️ 12.02.2026):
git clone https://github.com/googleapis/python-bigquery
- [PyPi](https://pypi.org/project/google-cloud-bigquery) (📥 120M / month · 📦 1.5K · ⏱️ 12.02.2026):
pip install google-cloud-bigquery
- [Conda](https://anaconda.org/conda-forge/google-cloud-bigquery) (📥 3.7M · ⏱️ 13.02.2026):
conda install -c conda-forge google-cloud-bigquery
confluent-kafka-python (🥈38 · ⭐ 450) - Confluents Kafka Python Client. Apache-2 - [GitHub](https://github.com/confluentinc/confluent-kafka-python) (👨‍💻 140 · 🔀 940 · 📦 17K · 📋 1.3K - 14% open · ⏱️ 25.02.2026):
git clone https://github.com/confluentinc/confluent-kafka-python
- [PyPi](https://pypi.org/project/confluent-kafka) (📥 48M / month · 📦 800 · ⏱️ 05.01.2026):
pip install confluent-kafka
- [Conda](https://anaconda.org/conda-forge/python-confluent-kafka) (📥 1.8M · ⏱️ 06.01.2026):
conda install -c conda-forge python-confluent-kafka
tortoise-orm (🥈37 · ⭐ 5.5K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2 - [GitHub](https://github.com/tortoise/tortoise-orm) (👨‍💻 170 · 🔀 460 · 📥 18 · 📦 10K · 📋 1.3K - 38% open · ⏱️ 19.02.2026):
git clone https://github.com/tortoise/tortoise-orm
- [PyPi](https://pypi.org/project/tortoise-orm) (📥 470K / month · 📦 330 · ⏱️ 19.02.2026):
pip install tortoise-orm
- [Conda](https://anaconda.org/conda-forge/tortoise-orm) (📥 54K · ⏱️ 20.02.2026):
conda install -c conda-forge tortoise-orm
s3fs (🥈37 · ⭐ 1K) - S3 Filesystem. BSD-3 - [GitHub](https://github.com/fsspec/s3fs) (👨‍💻 160 · 🔀 290 · 📦 27K · 📋 530 - 31% open · ⏱️ 18.02.2026):
git clone https://github.com/fsspec/s3fs
- [PyPi](https://pypi.org/project/s3fs) (📥 580M / month · 📦 1.7K · ⏱️ 05.02.2026):
pip install s3fs
- [Conda](https://anaconda.org/conda-forge/s3fs) (📥 9.5M · ⏱️ 06.02.2026):
conda install -c conda-forge s3fs
MongoEngine (🥈36 · ⭐ 4.4K) - A Python Object-Document-Mapper for working with MongoDB. MIT - [GitHub](https://github.com/MongoEngine/mongoengine) (👨‍💻 400 · 🔀 1.2K · 📦 28K · 📋 1.8K - 21% open · ⏱️ 02.09.2025):
git clone https://github.com/MongoEngine/mongoengine
- [PyPi](https://pypi.org/project/mongoengine) (📥 2.1M / month · 📦 400 · ⏱️ 19.09.2024):
pip install mongoengine
- [Conda](https://anaconda.org/conda-forge/mongoengine) (📥 560K · ⏱️ 09.07.2025):
conda install -c conda-forge mongoengine
mysqlclient (🥈36 · ⭐ 2.5K) - MySQL/MariaDB connector for Python. ❗️GPL-2.0 - [GitHub](https://github.com/PyMySQL/mysqlclient) (👨‍💻 90 · 🔀 450 · 📥 5.4K · 📦 210K · 📋 340 - 2% open · ⏱️ 12.02.2026):
git clone https://github.com/PyMySQL/mysqlclient
- [PyPi](https://pypi.org/project/mysqlclient) (📥 23M / month · 📦 1.1K · ⏱️ 10.02.2026):
pip install mysqlclient
- [Conda](https://anaconda.org/conda-forge/mysqlclient) (📥 820K · ⏱️ 16.02.2026):
conda install -c conda-forge mysqlclient
s3transfer (🥈36 · ⭐ 230 · 📉) - Amazon S3 Transfer Manager for Python. Apache-2 - [GitHub](https://github.com/boto/s3transfer) (👨‍💻 45 · 🔀 150 · 📦 380K · 📋 110 - 61% open · ⏱️ 18.02.2026):
git clone https://github.com/boto/s3transfer
- [PyPi](https://pypi.org/project/s3transfer) (📥 690M / month · 📦 880 · ⏱️ 01.12.2025):
pip install s3transfer
- [Conda](https://anaconda.org/conda-forge/s3transfer) (📥 26M · ⏱️ 01.12.2025):
conda install -c conda-forge s3transfer
SQLAlchemy (🥈35 · ⭐ 12K · 📉) - The Database Toolkit for Python. MIT - [GitHub](https://github.com/sqlalchemy/sqlalchemy) (👨‍💻 620 · 🔀 1.6K):
git clone https://github.com/sqlalchemy/sqlalchemy
- [PyPi](https://pypi.org/project/SQLAlchemy) (📥 300M / month · 📦 18K · ⏱️ 24.02.2026):
pip install SQLAlchemy
- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (📥 26M · ⏱️ 24.02.2026):
conda install -c conda-forge sqlalchemy
Prometheus Client (🥈35 · ⭐ 4.3K) - Prometheus instrumentation library for Python.. Apache-2 - [GitHub](https://github.com/prometheus/client_python) (👨‍💻 180 · 🔀 840 · 📋 610 - 22% open · ⏱️ 18.02.2026):
git clone https://github.com/prometheus/client_python
- [PyPi](https://pypi.org/project/prometheus_client) (📥 130M / month · 📦 3K · ⏱️ 14.01.2026):
pip install prometheus_client
- [Conda](https://anaconda.org/conda-forge/prometheus_client) (📥 24M · ⏱️ 15.01.2026):
conda install -c conda-forge prometheus_client
Elasticsearch DSL (🥈35 · ⭐ 3.9K · 💤) - High level Python client for Elasticsearch. Apache-2 - [GitHub](https://github.com/elastic/elasticsearch-dsl-py) (👨‍💻 140 · 🔀 800 · 📥 310 · 📦 12K · 📋 1.3K - 3% open · ⏱️ 18.04.2025):
git clone https://github.com/elastic/elasticsearch-dsl-py
- [PyPi](https://pypi.org/project/elasticsearch-dsl) (📥 8.2M / month · 📦 380 · ⏱️ 16.04.2025):
pip install elasticsearch-dsl
- [Conda](https://anaconda.org/anaconda/elasticsearch-dsl) (📥 14K · ⏱️ 22.04.2025):
conda install -c anaconda elasticsearch-dsl
PyPika (🥈35 · ⭐ 2.9K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2 - [GitHub](https://github.com/kayak/pypika) (👨‍💻 120 · 🔀 320 · 📦 45K · 📋 500 - 46% open · ⏱️ 04.02.2026):
git clone https://github.com/kayak/pypika
- [PyPi](https://pypi.org/project/pypika) (📥 9.2M / month · 📦 230 · ⏱️ 04.02.2026):
pip install pypika
- [Conda](https://anaconda.org/conda-forge/pypika) (📥 97K · ⏱️ 02.02.2026):
conda install -c conda-forge pypika
Motor (🥈35 · ⭐ 2.5K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2 - [GitHub](https://github.com/mongodb/motor) (👨‍💻 65 · 🔀 210 · 📥 120 · 📦 130K · ⏱️ 17.02.2026):
git clone https://github.com/mongodb/motor
- [PyPi](https://pypi.org/project/motor) (📥 8.1M / month · 📦 750 · ⏱️ 14.05.2025):
pip install motor
- [Conda](https://anaconda.org/conda-forge/motor) (📥 130K · ⏱️ 15.05.2025):
conda install -c conda-forge motor
Cassandra Driver (🥈35 · ⭐ 1.4K) - Python Driver for Apache Cassandra. Apache-2 - [GitHub](https://github.com/apache/cassandra-python-driver) (👨‍💻 210 · 🔀 560 · 📦 10K · ⏱️ 24.02.2026):
git clone https://github.com/datastax/python-driver
- [PyPi](https://pypi.org/project/cassandra-driver) (📥 5.7M / month · 📦 260 · ⏱️ 22.10.2025):
pip install cassandra-driver
- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (📥 540K · ⏱️ 22.10.2025):
conda install -c conda-forge cassandra-driver
libcloud (🥉34 · ⭐ 2.1K) - Apache Libcloud is a Python library that hides differences between.. Apache-2 - [GitHub](https://github.com/apache/libcloud) (👨‍💻 490 · 🔀 930 · 📋 230 - 41% open · ⏱️ 18.02.2026):
git clone https://github.com/apache/libcloud
- [PyPi](https://pypi.org/project/apache-libcloud) (📥 490K / month · 📦 190 · ⏱️ 09.02.2026):
pip install apache-libcloud
minio (🥉33 · ⭐ 1K) - MinIO Client SDK for Python. Apache-2 - [GitHub](https://github.com/minio/minio-py) (👨‍💻 140 · 🔀 360 · 📦 15K · 📋 610 - 0% open · ⏱️ 07.12.2025):
git clone https://github.com/minio/minio-py
- [PyPi](https://pypi.org/project/minio) (📥 8.1M / month · 📦 820 · ⏱️ 27.11.2025):
pip install minio
- [Conda](https://anaconda.org/conda-forge/minio) (📥 320K · ⏱️ 27.11.2025):
conda install -c conda-forge minio
cx-Oracle (🥉32 · ⭐ 900 · 💤) - Obsolete Python interface to Oracle Database, now superseded by.. BSD-3 - [GitHub](https://github.com/oracle/python-cx_Oracle) (👨‍💻 17 · 🔀 360 · 📦 9.1K · 📋 650 - 3% open · ⏱️ 26.05.2025):
git clone https://github.com/oracle/python-cx_Oracle
- [PyPi](https://pypi.org/project/cx-Oracle) (📥 5.2M / month · 📦 430 · ⏱️ 20.07.2023):
pip install cx-Oracle
- [Conda](https://anaconda.org/conda-forge/cx_oracle) (📥 1M · ⏱️ 15.01.2026):
conda install -c conda-forge cx_oracle
pandas-gbq (🥉32 · ⭐ 490) - Google BigQuery connector for pandas. BSD-3 - [GitHub](https://github.com/googleapis/python-bigquery-pandas) (👨‍💻 57 · 🔀 130 · 📥 590 · 📋 400 - 0% open · ⏱️ 20.02.2026):
git clone https://github.com/googleapis/python-bigquery-pandas
- [PyPi](https://pypi.org/project/pandas-gbq) (📥 31M / month · 📦 270 · ⏱️ 05.01.2026):
pip install pandas-gbq
- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (📥 2.3M · ⏱️ 01.05.2025):
conda install -c conda-forge pandas-gbq
dataset (🥉31 · ⭐ 4.9K · 💤) - Easy-to-use data handling for SQL data stores with support for.. MIT - [GitHub](https://github.com/pudo/dataset) (👨‍💻 79 · 🔀 300 · 📦 5.1K · 📋 300 - 13% open · ⏱️ 05.02.2025):
git clone https://github.com/pudo/dataset
- [PyPi](https://pypi.org/project/dataset) (📥 1.4M / month · 📦 130 · ⏱️ 12.07.2023):
pip install dataset
- [Conda](https://anaconda.org/conda-forge/dataset) (📥 18K · ⏱️ 17.09.2025):
conda install -c conda-forge dataset
Pony (🥉31 · ⭐ 3.8K · 💤) - Pony Object Relational Mapper. Apache-2 - [GitHub](https://github.com/ponyorm/pony) (👨‍💻 33 · 🔀 250 · 📥 230 · 📦 4.6K · 📋 670 - 49% open · ⏱️ 03.07.2025):
git clone https://github.com/ponyorm/pony
- [PyPi](https://pypi.org/project/pony) (📥 170K / month · 📦 170 · ⏱️ 27.08.2024):
pip install pony
- [Conda](https://anaconda.org/conda-forge/pony) (📥 200K · ⏱️ 22.04.2025):
conda install -c conda-forge pony
PynamoDB (🥉31 · ⭐ 2.6K) - A pythonic interface to Amazons DynamoDB. MIT - [GitHub](https://github.com/pynamodb/PynamoDB) (👨‍💻 110 · 🔀 430 · 📦 2K · 📋 700 - 45% open · ⏱️ 06.01.2026):
git clone https://github.com/pynamodb/PynamoDB
- [PyPi](https://pypi.org/project/pynamodb) (📥 4.5M / month · 📦 86 · ⏱️ 02.06.2025):
pip install pynamodb
- [Conda](https://anaconda.org/conda-forge/pynamodb) (📥 3M · ⏱️ 02.06.2025):
conda install -c conda-forge pynamodb
pygsheets (🥉31 · ⭐ 1.5K · 💤) - Google Sheets Python API v4. MIT - [GitHub](https://github.com/nithinmurali/pygsheets) (👨‍💻 97 · 🔀 220 · 📦 3.1K · 📋 410 - 16% open · ⏱️ 10.06.2025):
git clone https://github.com/nithinmurali/pygsheets
- [PyPi](https://pypi.org/project/pygsheets) (📥 2.4M / month · 📦 77 · ⏱️ 30.11.2022):
pip install pygsheets
pysolr (🥉31 · ⭐ 700) - Pysolr Python Solr client. BSD-3 - [GitHub](https://github.com/django-haystack/pysolr) (👨‍💻 74 · 🔀 340 · 📦 3.9K · 📋 170 - 19% open · ⏱️ 21.02.2026):
git clone https://github.com/django-haystack/pysolr
- [PyPi](https://pypi.org/project/pysolr) (📥 320K / month · 📦 87 · ⏱️ 18.11.2025):
pip install pysolr
- [Conda](https://anaconda.org/conda-forge/pysolr) (📥 75K · ⏱️ 18.11.2025):
conda install -c conda-forge pysolr
Records (🥉30 · ⭐ 7.2K) - SQL for Humans. ISC - [GitHub](https://github.com/kennethreitz/records) (👨‍💻 52 · 🔀 570 · 📦 1.3K · 📋 130 - 31% open · ⏱️ 09.02.2026):
git clone https://github.com/kennethreitz/records
- [PyPi](https://pypi.org/project/records) (📥 350K / month · 📦 47 · ⏱️ 29.03.2024):
pip install records
- [Conda](https://anaconda.org/conda-forge/records) (📥 72K · ⏱️ 22.04.2025):
conda install -c conda-forge records
piccolos (🥉30 · ⭐ 1.9K) - A fast, user friendly ORM and query builder which supports asyncio. MIT - [GitHub](https://github.com/piccolo-orm/piccolo) (👨‍💻 53 · 🔀 98 · 📦 520 · 📋 550 - 11% open · ⏱️ 25.02.2026):
git clone https://github.com/piccolo-orm/piccolo
- [PyPi](https://pypi.org/project/piccolo) (📥 200K / month · 📦 17 · ⏱️ 11.02.2026):
pip install piccolo
neo4j-driver (🥉30 · ⭐ 1K) - Neo4j Bolt driver for Python. Apache-2 - [GitHub](https://github.com/neo4j/neo4j-python-driver) (👨‍💻 44 · 🔀 200 · 📋 260 - 0% open · ⏱️ 10.02.2026):
git clone https://github.com/neo4j/neo4j-python-driver
- [PyPi](https://pypi.org/project/neo4j-driver) (📥 140K / month · 📦 63 · ⏱️ 12.01.2026):
pip install neo4j-driver
- [Conda](https://anaconda.org/conda-forge/neo4j-python-driver) (📥 400K · ⏱️ 13.01.2026):
conda install -c conda-forge neo4j-python-driver
ODMantic (🥉29 · ⭐ 1.2K) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC - [GitHub](https://github.com/art049/odmantic) (👨‍💻 23 · 🔀 92 · 📦 3.6K · 📋 200 - 55% open · ⏱️ 25.01.2026):
git clone https://github.com/art049/odmantic
- [PyPi](https://pypi.org/project/odmantic) (📥 86K / month · 📦 24 · ⏱️ 24.01.2026):
pip install odmantic
HappyBase (🥉29 · ⭐ 610) - [UNMAINTAINED] A developer-friendly Python library to interact with.. MIT - [GitHub](https://github.com/python-happybase/happybase) (👨‍💻 22 · 🔀 160 · 📦 1K · 📋 220 - 15% open · ⏱️ 23.02.2026):
git clone https://github.com/python-happybase/happybase
- [PyPi](https://pypi.org/project/happybase) (📥 62K / month · 📦 44 · ⏱️ 26.09.2025):
pip install happybase
- [Conda](https://anaconda.org/conda-forge/happybase) (📥 270K · ⏱️ 22.04.2025):
conda install -c conda-forge happybase
umongo (🥉28 · ⭐ 450) - sync/async MongoDB ODM, yes. MIT - [GitHub](https://github.com/Scille/umongo) (👨‍💻 19 · 🔀 66 · 📦 26K · 📋 210 - 23% open · ⏱️ 02.12.2025):
git clone https://github.com/Scille/umongo
- [PyPi](https://pypi.org/project/umongo) (📥 41K / month · 📦 9 · ⏱️ 06.10.2025):
pip install umongo
- [Conda](https://anaconda.org/conda-forge/umongo) (📥 13K · ⏱️ 22.04.2025):
conda install -c conda-forge umongo
prisma (🥉25 · ⭐ 2.1K · 💤) - Prisma Client Python is an auto-generated and fully type-safe.. Apache-2 - [GitHub](https://github.com/RobertCraigie/prisma-client-py) (👨‍💻 31 · 🔀 88 · 📋 440 - 53% open · ⏱️ 23.03.2025):
git clone https://github.com/RobertCraigie/prisma-client-py
- [PyPi](https://pypi.org/project/prisma) (📥 750K / month · 📦 24 · ⏱️ 16.08.2024):
pip install prisma
PugSQL (🥉23 · ⭐ 770) - A HugSQL-inspired database library for Python. Apache-2 - [GitHub](https://github.com/mcfunley/pugsql) (👨‍💻 14 · 🔀 28 · 📥 41 · 📦 84 · 📋 54 - 48% open · ⏱️ 04.12.2025):
git clone https://github.com/mcfunley/pugsql
- [PyPi](https://pypi.org/project/pugsql) (📥 23K / month · 📦 3 · ⏱️ 04.12.2025):
pip install pugsql
psycopg3 (🥉19 · ⭐ 2.3K) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0 - [GitHub](https://github.com/psycopg/psycopg) (👨‍💻 93 · 🔀 220 · 📋 670 - 6% open · ⏱️ 18.02.2026):
git clone https://github.com/psycopg/psycopg
Show 20 hidden projects... - psycopg2 (🥈39 · ⭐ 3.6K) - PostgreSQL database adapter for the Python.. ❗️BSD-3-Clause-Attribution - pyodbc (🥈35 · ⭐ 3.1K) - Python ODBC bridge. ❗️MIT-0 - SQLAlchemy-Utils (🥉34 · ⭐ 1.3K) - Various utility functions and datatypes for SQLAlchemy. ❗Unlicensed - influxdb (🥉30 · ⭐ 1.7K · 💀) - Python client for InfluxDB. MIT - redis-py-cluster (🥉30 · ⭐ 1.1K · 💀) - Python cluster client for the official redis cluster... MIT - google-cloud-bigtable (🥉30 · ⭐ 74) - Google Cloud Bigtable API client library. Apache-2 - Databases (🥉29 · ⭐ 4K · 💀) - Async database support for Python. BSD-3 - gino (🥉29 · ⭐ 2.8K · 💀) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. BSD-3 - mongo-connector (🥉28 · ⭐ 1.9K · 💀) - MongoDB data stream pipeline tools by YouGov (adopted.. Apache-2 - pyhdb (🥉24 · ⭐ 320 · 💀) - SAP HANA Connector in pure Python. Apache-2 - filedepot (🥉24 · ⭐ 160 · 💀) - Toolkit for storing files and attachments in web applications. MIT - cloudant (🥉24 · ⭐ 160 · 💀) - A Python library for Cloudant and CouchDB. Apache-2 - aioprometheus (🥉22 · ⭐ 190 · 💀) - A Prometheus Python client library for asyncio-based.. MIT - py2neo (🥉22 · ⭐ 31 · 💀) - EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for.. Apache-2 - Queries (🥉21 · ⭐ 260 · 💀) - PostgreSQL database access simplified. BSD-3 - db.py (🥉20 · ⭐ 1.2K · 💀) - db.py is an easier way to interact with your databases. BSD-2 - gsheets-db-api (🥉20 · ⭐ 220 · 💀) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets. MIT - PyMODM (🥉19 · ⭐ 350 · 💀) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2 - lazydata (🥉16 · ⭐ 620 · 💀) - Lazydata: Scalable data dependencies for Python projects. Apache-2 - SuperSQLite (🥉15 · ⭐ 720 · 💀) - A supercharged SQLite library for Python. MIT


Data Loading & Extraction

Back to top

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

Datasets (🥇45 · ⭐ 21K) - The largest hub of ready-to-use datasets for AI models with fast,.. Apache-2 - [GitHub](https://github.com/huggingface/datasets) (👨‍💻 650 · 🔀 3.1K · 📦 120K · 📋 3.4K - 30% open · ⏱️ 25.02.2026):
git clone https://github.com/huggingface/datasets
- [PyPi](https://pypi.org/project/datasets) (📥 59M / month · 📦 5K · ⏱️ 25.02.2026):
pip install datasets
- [Conda](https://anaconda.org/conda-forge/datasets) (📥 2.7M · ⏱️ 22.01.2026):
conda install -c conda-forge datasets
Faker (🥇44 · ⭐ 19K) - Faker is a Python package that generates fake data for you. MIT - [GitHub](https://github.com/joke2k/faker) (👨‍💻 650 · 🔀 2K · 📦 290K · 📋 830 - 2% open · ⏱️ 23.02.2026):
git clone https://github.com/joke2k/faker
- [PyPi](https://pypi.org/project/Faker) (📥 54M / month · 📦 3K · ⏱️ 23.02.2026):
pip install Faker
- [Conda](https://anaconda.org/conda-forge/faker) (📥 1.7M · ⏱️ 25.02.2026):
conda install -c conda-forge faker
xmltodict (🥇37 · ⭐ 5.7K) - Python module that makes working with XML feel like you are working.. MIT - [GitHub](https://github.com/martinblech/xmltodict) (👨‍💻 57 · 🔀 470 · 📥 58 · 📦 85K · 📋 260 - 0% open · ⏱️ 22.02.2026):
git clone https://github.com/martinblech/xmltodict
- [PyPi](https://pypi.org/project/xmltodict) (📥 100M / month · 📦 3.9K · ⏱️ 22.02.2026):
pip install xmltodict
- [Conda](https://anaconda.org/conda-forge/xmltodict) (📥 6.3M · ⏱️ 22.02.2026):
conda install -c conda-forge xmltodict
Tablib (🥇37 · ⭐ 4.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT - [GitHub](https://github.com/jazzband/tablib) (👨‍💻 130 · 🔀 590 · 📦 130K · 📋 270 - 12% open · ⏱️ 15.10.2025):
git clone https://github.com/jazzband/tablib
- [PyPi](https://pypi.org/project/tablib) (📥 4M / month · 📦 210 · ⏱️ 15.10.2025):
pip install tablib
- [Conda](https://anaconda.org/conda-forge/tablib) (📥 250K · ⏱️ 15.10.2025):
conda install -c conda-forge tablib
xlwings (🥇37 · ⭐ 3.3K) - xlwings is a Python library that makes it easy to call Python from.. BSD-3 - [GitHub](https://github.com/xlwings/xlwings) (👨‍💻 66 · 🔀 520 · 📥 13K · 📦 34K · 📋 2K - 20% open · ⏱️ 26.01.2026):
git clone https://github.com/xlwings/xlwings
- [PyPi](https://pypi.org/project/xlwings) (📥 600K / month · 📦 250 · ⏱️ 21.01.2026):
pip install xlwings
- [Conda](https://anaconda.org/conda-forge/xlwings) (📥 1.7M · ⏱️ 23.01.2026):
conda install -c conda-forge xlwings
smart-open (🥈35 · ⭐ 3.4K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT - [GitHub](https://github.com/piskvorky/smart_open) (👨‍💻 130 · 🔀 390 · 📥 72 · 📋 420 - 3% open · ⏱️ 23.02.2026):
git clone https://github.com/RaRe-Technologies/smart_open
- [PyPi](https://pypi.org/project/smart-open) (📥 62M / month · 📦 670 · ⏱️ 23.02.2026):
pip install smart-open
- [Conda](https://anaconda.org/conda-forge/smart_open) (📥 4.1M · ⏱️ 23.02.2026):
conda install -c conda-forge smart_open
python-magic (🥈34 · ⭐ 2.9K) - A python wrapper for libmagic. MIT - [GitHub](https://github.com/ahupp/python-magic) (👨‍💻 65 · 🔀 300 · 📦 84K · 📋 230 - 11% open · ⏱️ 02.12.2025):
git clone https://github.com/ahupp/python-magic
- [PyPi](https://pypi.org/project/python-magic) (📥 23M / month · 📦 1.5K · ⏱️ 07.06.2022):
pip install python-magic
- [Conda](https://anaconda.org/conda-forge/python-magic) (📥 690K · ⏱️ 22.04.2025):
conda install -c conda-forge python-magic
csvkit (🥈33 · ⭐ 6.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT - [GitHub](https://github.com/wireservice/csvkit) (👨‍💻 110 · 🔀 680 · 📦 2K · 📋 950 - 3% open · ⏱️ 10.02.2026):
git clone https://github.com/wireservice/csvkit
- [PyPi](https://pypi.org/project/csvkit) (📥 350K / month · 📦 49 · ⏱️ 15.12.2025):
pip install csvkit
- [Conda](https://anaconda.org/conda-forge/csvkit) (📥 250K · ⏱️ 15.12.2025):
conda install -c conda-forge csvkit
gdown (🥈33 · ⭐ 5.1K) - Google Drive Public File Downloader when Curl/Wget Fails. MIT - [GitHub](https://github.com/wkentaro/gdown) (👨‍💻 25 · 🔀 410 · 📦 59K · 📋 200 - 31% open · ⏱️ 11.01.2026):
git clone https://github.com/wkentaro/gdown
- [PyPi](https://pypi.org/project/gdown) (📥 4M / month · 📦 1.3K · ⏱️ 11.01.2026):
pip install gdown
- [Conda](https://anaconda.org/conda-forge/gdown) (📥 490K · ⏱️ 11.01.2026):
conda install -c conda-forge gdown
xlrd (🥈33 · ⭐ 2.2K · 💤) - Please use openpyxl where you can... BSD-3 - [GitHub](https://github.com/python-excel/xlrd) (👨‍💻 52 · 🔀 440 · 📦 250K · ⏱️ 14.06.2025):
git clone https://github.com/python-excel/xlrd
- [PyPi](https://pypi.org/project/xlrd) (📥 51M / month · 📦 3.5K · ⏱️ 14.06.2025):
pip install xlrd
- [Conda](https://anaconda.org/conda-forge/xlrd) (📥 5M · ⏱️ 26.08.2025):
conda install -c conda-forge xlrd
pandas-datareader (🥈32 · ⭐ 3.2K · 💤) - Extract data from a wide range of Internet sources.. BSD-3 - [GitHub](https://github.com/pydata/pandas-datareader) (👨‍💻 92 · 🔀 680 · 📦 31K · 📋 560 - 26% open · ⏱️ 03.04.2025):
git clone https://github.com/pydata/pandas-datareader
- [PyPi](https://pypi.org/project/pandas-datareader) (📥 620K / month · 📦 270 · ⏱️ 13.07.2021):
pip install pandas-datareader
- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (📥 580K · ⏱️ 22.04.2025):
conda install -c conda-forge pandas-datareader
Intake (🥉31 · ⭐ 1.1K) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2 - [GitHub](https://github.com/intake/intake) (👨‍💻 94 · 🔀 150 · 📦 3.6K · 📋 400 - 28% open · ⏱️ 10.02.2026):
git clone https://github.com/intake/intake
- [PyPi](https://pypi.org/project/intake) (📥 500K / month · 📦 180 · ⏱️ 14.01.2025):
pip install intake
- [Conda](https://anaconda.org/conda-forge/intake) (📥 840K · ⏱️ 22.04.2025):
conda install -c conda-forge intake
camelot (🥉30 · ⭐ 3.6K) - A Python library to extract tabular data from PDFs. MIT - [GitHub](https://github.com/camelot-dev/camelot) (👨‍💻 74 · 🔀 500 · 📥 490 · 📦 3.6K · 📋 390 - 57% open · ⏱️ 10.01.2026):
git clone https://github.com/camelot-dev/camelot
- [PyPi](https://pypi.org/project/camelot) (📥 5.9K / month · 📦 6 · ⏱️ 15.12.2021):
pip install camelot
Singer (🥉28 · ⭐ 1.3K) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0 - [GitHub](https://github.com/singer-io/getting-started) (👨‍💻 32 · 🔀 150 · 📋 48 - 60% open · ⏱️ 08.08.2025):
git clone https://github.com/singer-io/getting-started
- [PyPi](https://pypi.org/project/singer-python) (📥 5.6M / month · 📦 300 · ⏱️ 10.02.2026):
pip install singer-python
textract (🥉27 · ⭐ 4.5K) - extract text from any document. no muss. no fuss. MIT - [GitHub](https://github.com/deanmalmgren/textract) (👨‍💻 46 · 🔀 630 · 📋 280 - 50% open · ⏱️ 04.02.2026):
git clone https://github.com/deanmalmgren/textract
- [PyPi](https://pypi.org/project/textract) (📥 360K / month · 📦 63 · ⏱️ 10.03.2022):
pip install textract
- [Conda](https://anaconda.org/conda-forge/textract) (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge textract
img2dataset (🥉27 · ⭐ 4.4K) - Easily turn large sets of image urls to an image dataset. Can.. MIT - [GitHub](https://github.com/rom1504/img2dataset) (👨‍💻 36 · 🔀 370 · 📥 2.7K · 📦 280 · 📋 300 - 47% open · ⏱️ 16.08.2025):
git clone https://github.com/rom1504/img2dataset
- [PyPi](https://pypi.org/project/img2dataset) (📥 53K / month · 📦 6 · ⏱️ 09.08.2025):
pip install img2dataset
pyexcel-xlsx (🥉24 · ⭐ 120 · 💤) - A wrapper library to read, manipulate and write data in xlsx.. BSD-3 - [GitHub](https://github.com/pyexcel/pyexcel-xlsx) (👨‍💻 6 · 🔀 33 · 📥 92 · 📦 3.2K · 📋 43 - 20% open · ⏱️ 03.05.2025):
git clone https://github.com/pyexcel/pyexcel-xlsx
- [PyPi](https://pypi.org/project/pyexcel-xlsx) (📥 1.2M / month · 📦 75 · ⏱️ 05.03.2025):
pip install pyexcel-xlsx
- [Conda](https://anaconda.org/conda-forge/pyexcel-xlsx) (📥 46K · ⏱️ 22.04.2025):
conda install -c conda-forge pyexcel-xlsx
rows (🥉23 · ⭐ 880) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0 - [GitHub](https://github.com/turicas/rows) (👨‍💻 32 · 🔀 140 · 📥 45 · 📦 180 · 📋 320 - 52% open · ⏱️ 05.02.2026):
git clone https://github.com/turicas/rows
- [PyPi](https://pypi.org/project/rows) (📥 750 / month · 📦 6 · ⏱️ 15.12.2021):
pip install rows
Upgini (🥉20 · ⭐ 350) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3 - [GitHub](https://github.com/upgini/upgini) (👨‍💻 14 · 🔀 26 · 📦 11 · ⏱️ 07.02.2026):
git clone https://github.com/upgini/upgini
- [PyPi](https://pypi.org/project/upgini) (📥 8.9K / month · ⏱️ 26.12.2025):
pip install upgini
csvs-to-sqlite (🥉15 · ⭐ 930 · 💤) - Convert CSV files into a SQLite database. Apache-2 - [GitHub](https://github.com/simonw/csvs-to-sqlite) (👨‍💻 8 · 🔀 70 · 📋 74 - 55% open · ⏱️ 10.04.2025):
git clone https://github.com/simonw/csvs-to-sqlite
- [PyPi](https://pypi.org/project/csvs-to-sqlite) (📥 620 / month · 📦 2 · ⏱️ 10.04.2025):
pip install csvs-to-sqlite
Show 10 hidden projects... - SDV (🥈33 · ⭐ 3.4K) - Synthetic data generation for tabular data. ❗Unlicensed - PDFMiner (🥉30 · ⭐ 5.3K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT - snorkel (🥉29 · ⭐ 5.9K · 💀) - A system for quickly generating training data with weak.. Apache-2 - borb (🥉27 · ⭐ 3.6K) - borb is a library for reading, creating and manipulating PDF files.. ❗Unlicensed - tabulator-py (🥉26 · ⭐ 240 · 💀) - Python library for reading and writing tabular data via streams. MIT - messytables (🥉24 · ⭐ 390 · 💀) - Tools for parsing messy tabular data. This is now superseded by.. MIT - excalibur (🥉23 · ⭐ 1.8K · 💀) - A web interface to extract tabular data from PDFs. MIT - deepdish (🥉23 · ⭐ 270 · 💀) - Flexible HDF5 saving/loading and other data science tools from the.. BSD-3 - datatest (🥉22 · ⭐ 300 · 💀) - Tools for test driven data-wrangling and data validation. Apache-2 - Squirrel (🥉12 · ⭐ 280 · 💀) - A Python library that enables ML teams to share, load, and.. Apache-2


Data Pipelines & Streaming

Back to top

Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.

Airflow (🥇49 · ⭐ 45K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2 - [GitHub](https://github.com/apache/airflow) (👨‍💻 4.2K · 🔀 17K · 📥 630K · 📦 19K · 📋 14K - 12% open · ⏱️ 26.02.2026):
git clone https://github.com/apache/airflow
- [PyPi](https://pypi.org/project/apache-airflow) (📥 18M / month · 📦 780 · ⏱️ 16.02.2026):
pip install apache-airflow
- [Conda](https://anaconda.org/conda-forge/airflow) (📥 1.9M · ⏱️ 05.02.2026):
conda install -c conda-forge airflow
- [Docker Hub](https://hub.docker.com/r/apache/airflow) (📥 1.6B · ⭐ 620 · ⏱️ 23.02.2026):
docker pull apache/airflow
Celery (🥇47 · ⭐ 28K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3 - [GitHub](https://github.com/celery/celery) (👨‍💻 1.5K · 🔀 4.9K · 📦 180K · 📋 5.3K - 14% open · ⏱️ 25.02.2026):
git clone https://github.com/celery/celery
- [PyPi](https://pypi.org/project/celery) (📥 41M / month · 📦 2.4K · ⏱️ 04.01.2026):
pip install celery
- [Conda](https://anaconda.org/conda-forge/celery) (📥 2.4M · ⏱️ 04.06.2025):
conda install -c conda-forge celery
Beam (🥇46 · ⭐ 8.5K) - Unified programming model to define and execute data processing.. Apache-2 - [GitHub](https://github.com/apache/beam) (👨‍💻 1.9K · 🔀 4.5K · 📥 380K · 📦 9.5K · 📋 8.3K - 50% open · ⏱️ 26.02.2026):
git clone https://github.com/apache/beam
- [PyPi](https://pypi.org/project/apache-beam) (📥 39M / month · 📦 180 · ⏱️ 22.01.2026):
pip install apache-beam
- [Conda](https://anaconda.org/conda-forge/apache-beam-with-aws) (📥 300K · ⏱️ 25.01.2026):
conda install -c conda-forge apache-beam-with-aws
Prefect (🥇45 · ⭐ 22K · 📈) - Prefect is a workflow orchestration framework for building.. Apache-2 - [GitHub](https://github.com/PrefectHQ/prefect) (👨‍💻 660 · 🔀 2.1K · 📦 8.1K · 📋 6.8K - 15% open · ⏱️ 26.02.2026):
git clone https://github.com/PrefectHQ/prefect
- [PyPi](https://pypi.org/project/prefect) (📥 9.4M / month · 📦 440 · ⏱️ 26.02.2026):
pip install prefect
- [Conda](https://anaconda.org/conda-forge/prefect) (📥 1.1M · ⏱️ 30.01.2026):
conda install -c conda-forge prefect
Dagster (🥇43 · ⭐ 15K) - An orchestration platform for the development, production, and.. Apache-2 - [GitHub](https://github.com/dagster-io/dagster) (👨‍💻 650 · 🔀 2K · 📥 3.5K · 📦 4.6K · 📋 8.7K - 31% open · ⏱️ 26.02.2026):
git clone https://github.com/dagster-io/dagster
- [PyPi](https://pypi.org/project/dagster) (📥 4.8M / month · 📦 320 · ⏱️ 20.02.2026):
pip install dagster
- [Conda](https://anaconda.org/conda-forge/dagster) (📥 2.7M · ⏱️ 21.02.2026):
conda install -c conda-forge dagster
rq (🥈41 · ⭐ 11K) - Simple job queues for Python. BSD-3 - [GitHub](https://github.com/rq/rq) (👨‍💻 350 · 🔀 1.5K · 📦 21K · 📋 1.2K - 19% open · ⏱️ 22.02.2026):
git clone https://github.com/rq/rq
- [PyPi](https://pypi.org/project/rq) (📥 6.4M / month · 📦 330 · ⏱️ 22.02.2026):
pip install rq
- [Conda](https://anaconda.org/conda-forge/rq) (📥 230K · ⏱️ 21.07.2025):
conda install -c conda-forge rq
joblib (🥈41 · ⭐ 4.3K) - Computing with Python functions. BSD-3 - [GitHub](https://github.com/joblib/joblib) (👨‍💻 150 · 🔀 440 · 📥 180 · 📦 720K · 📋 1K - 42% open · ⏱️ 06.02.2026):
git clone https://github.com/joblib/joblib
- [PyPi](https://pypi.org/project/joblib) (📥 160M / month · 📦 9.6K · ⏱️ 15.12.2025):
pip install joblib
- [Conda](https://anaconda.org/conda-forge/joblib) (📥 43M · ⏱️ 15.12.2025):
conda install -c conda-forge joblib
Great Expectations (🥈40 · ⭐ 11K) - Always know what to expect from your data. Apache-2 - [GitHub](https://github.com/great-expectations/great_expectations) (👨‍💻 460 · 🔀 1.7K · 📋 2.1K - 3% open · ⏱️ 25.02.2026):
git clone https://github.com/great-expectations/great_expectations
- [PyPi](https://pypi.org/project/great_expectations) (📥 26M / month · 📦 140 · ⏱️ 13.02.2026):
pip install great_expectations
- [Conda](https://anaconda.org/conda-forge/great-expectations) (📥 1.4M · ⏱️ 14.02.2026):
conda install -c conda-forge great-expectations
luigi (🥈38 · ⭐ 19K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2 - [GitHub](https://github.com/spotify/luigi) (👨‍💻 630 · 🔀 2.4K · 📦 2.8K · 📋 1.1K - 14% open · ⏱️ 25.02.2026):
git clone https://github.com/spotify/luigi
- [PyPi](https://pypi.org/project/luigi) (📥 1.8M / month · 📦 170 · ⏱️ 12.02.2026):
pip install luigi
- [Conda](https://anaconda.org/anaconda/luigi) (📥 22K · 📦 3 · ⏱️ 24.02.2026):
conda install -c anaconda luigi
Kedro (🥈38 · ⭐ 11K) - Kedro is a toolbox for production-ready data science. It uses software.. Apache-2 - [GitHub](https://github.com/kedro-org/kedro) (👨‍💻 270 · 🔀 990 · 📦 3.2K · 📋 2.5K - 6% open · ⏱️ 26.02.2026):
git clone https://github.com/kedro-org/kedro
- [PyPi](https://pypi.org/project/kedro) (📥 660K / month · 📦 150 · ⏱️ 29.01.2026):
pip install kedro
Activeloop (🥈35 · ⭐ 9K) - Database for AI. Store Vectors, Images, Texts, Videos, etc. Use.. Apache-2 - [GitHub](https://github.com/activeloopai/deeplake) (👨‍💻 140 · 🔀 700 · 📥 660 · 📦 3.4K · 📋 480 - 10% open · ⏱️ 16.02.2026):
git clone https://github.com/activeloopai/Hub
- [PyPi](https://pypi.org/project/hub) (📥 12K / month · 📦 4 · ⏱️ 02.02.2023):
pip install hub
zenml (🥈35 · ⭐ 5.2K) - ZenML : One AI Platform from Pipelines to Agents. https://zenml.io. Apache-2 - [GitHub](https://github.com/zenml-io/zenml) (👨‍💻 140 · 🔀 580 · 📦 1.4K · 📋 590 - 19% open · ⏱️ 20.02.2026):
git clone https://github.com/zenml-io/zenml
- [PyPi](https://pypi.org/project/zenml) (📥 71K / month · 📦 8 · ⏱️ 19.02.2026):
pip install zenml
huey (🥈34 · ⭐ 5.9K) - a little task queue for python. MIT - [GitHub](https://github.com/coleifer/huey) (👨‍💻 71 · 🔀 390 · 📦 2.2K · ⏱️ 04.02.2026):
git clone https://github.com/coleifer/huey
- [PyPi](https://pypi.org/project/huey) (📥 10M / month · 📦 120 · ⏱️ 06.01.2026):
pip install huey
- [Conda](https://anaconda.org/conda-forge/huey) (📥 79K · ⏱️ 06.01.2026):
conda install -c conda-forge huey
arq (🥈32 · ⭐ 2.8K) - Fast job queuing and RPC in python with asyncio and redis. MIT - [GitHub](https://github.com/python-arq/arq) (👨‍💻 67 · 🔀 200 · 📦 1.1K · 📋 250 - 34% open · ⏱️ 30.01.2026):
git clone https://github.com/samuelcolvin/arq
- [PyPi](https://pypi.org/project/arq) (📥 1M / month · 📦 50 · ⏱️ 02.02.2026):
pip install arq
- [Conda](https://anaconda.org/conda-forge/arq) (📥 22K · ⏱️ 22.04.2025):
conda install -c conda-forge arq
petl (🥈32 · ⭐ 1.3K) - Python Extract Transform and Load Tables of Data. MIT - [GitHub](https://github.com/petl-developers/petl) (👨‍💻 67 · 🔀 200 · 📦 4.2K · 📋 470 - 18% open · ⏱️ 13.08.2025):
git clone https://github.com/petl-developers/petl
- [PyPi](https://pypi.org/project/petl) (📥 870K / month · 📦 48 · ⏱️ 10.07.2025):
pip install petl
- [Conda](https://anaconda.org/conda-forge/petl) (📥 410K · ⏱️ 11.07.2025):
conda install -c conda-forge petl
mleap (🥈31 · ⭐ 1.5K) - MLeap: Deploy ML Pipelines to Production. Apache-2 - [GitHub](https://github.com/combust/mleap) (👨‍💻 86 · 🔀 320 · 📦 240 · 📋 490 - 23% open · ⏱️ 12.01.2026):
git clone https://github.com/combust/mleap
- [PyPi](https://pypi.org/project/mleap) (📥 2.1M / month · 📦 11 · ⏱️ 12.01.2026):
pip install mleap
- [Conda](https://anaconda.org/conda-forge/mleap) (📥 110K · ⏱️ 13.01.2026):
conda install -c conda-forge mleap
CocoIndex (🥉30 · ⭐ 6.2K) - Data transformation framework for AI. Ultra performant, with.. Apache-2 - [GitHub](https://github.com/cocoindex-io/cocoindex) (👨‍💻 56 · 🔀 460 · 📦 32 · 📋 290 - 21% open · ⏱️ 22.02.2026):
git clone https://github.com/cocoindex-io/cocoindex
- [PyPi](https://pypi.org/project/cocoindex) (📥 52K / month · 📦 5 · ⏱️ 26.02.2026):
pip install cocoindex
PyFunctional (🥉27 · ⭐ 2.5K · 💤) - Python library for creating data pipelines with chain.. MIT - [GitHub](https://github.com/EntilZha/PyFunctional) (👨‍💻 33 · 🔀 130 · 📦 970 · 📋 140 - 9% open · ⏱️ 13.03.2025):
git clone https://github.com/EntilZha/PyFunctional
- [PyPi](https://pypi.org/project/pyfunctional) (📥 430K / month · 📦 27 · ⏱️ 13.03.2024):
pip install pyfunctional
ploomber (🥉26 · ⭐ 3.6K · 💤) - The fastest way to build data pipelines. Develop iteratively,.. Apache-2 - [GitHub](https://github.com/ploomber/ploomber) (👨‍💻 80 · 🔀 240 · 📋 880 - 12% open · ⏱️ 29.05.2025):
git clone https://github.com/ploomber/ploomber
- [PyPi](https://pypi.org/project/ploomber) (📥 6.1K / month · 📦 13 · ⏱️ 18.09.2024):
pip install ploomber
- [Conda](https://anaconda.org/conda-forge/ploomber) (📥 180K · ⏱️ 22.04.2025):
conda install -c conda-forge ploomber
TaskTiger (🥉25 · ⭐ 1.5K) - Python task queue using Redis. MIT - [GitHub](https://github.com/closeio/tasktiger) (👨‍💻 34 · 🔀 88 · 📦 33 · 📋 87 - 50% open · ⏱️ 15.01.2026):
git clone https://github.com/closeio/tasktiger
- [PyPi](https://pypi.org/project/tasktiger) (📥 6.2K / month · 📦 2 · ⏱️ 15.01.2026):
pip install tasktiger
dbnd (🥉23 · ⭐ 270 · 💤) - DBND is an agile pipeline framework that helps data engineering teams.. Apache-2 - [GitHub](https://github.com/databand-ai/dbnd) (👨‍💻 93 · 🔀 33 · 📦 42 · 📋 30 - 86% open · ⏱️ 04.03.2025):
git clone https://github.com/databand-ai/dbnd
- [PyPi](https://pypi.org/project/dbnd) (📥 120K / month · 📦 27 · ⏱️ 07.10.2025):
pip install dbnd
flupy (🥉23 · ⭐ 200 · 💤) - Fluent data pipelines for python and your shell. MIT - [GitHub](https://github.com/olirice/flupy) (👨‍💻 8 · 🔀 15 · 📦 690 · 📋 21 - 19% open · ⏱️ 18.07.2025):
git clone https://github.com/olirice/flupy
- [PyPi](https://pypi.org/project/flupy) (📥 1.3M / month · 📦 4 · ⏱️ 15.07.2025):
pip install flupy
BatchFlow (🥉22 · ⭐ 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 - [GitHub](https://github.com/analysiscenter/batchflow) (👨‍💻 39 · 🔀 45 · 📦 15 · 📋 120 - 28% open · ⏱️ 24.02.2026):
git clone https://github.com/analysiscenter/batchflow
- [PyPi](https://pypi.org/project/batchflow) (📥 1K / month · ⏱️ 24.02.2026):
pip install batchflow
pdpipe (🥉21 · ⭐ 720) - Easy pipelines for pandas DataFrames. MIT - [GitHub](https://github.com/pdpipe/pdpipe) (👨‍💻 13 · 🔀 46 · 📥 11 · 📦 67 · 📋 54 - 29% open · ⏱️ 02.11.2025):
git clone https://github.com/pdpipe/pdpipe
- [PyPi](https://pypi.org/project/pdpipe) (📥 1K / month · 📦 14 · ⏱️ 01.07.2025):
pip install pdpipe
- [Conda](https://anaconda.org/conda-forge/pdpipe) (📥 57K · ⏱️ 02.07.2025):
conda install -c conda-forge pdpipe
kale (🥉20 · ⭐ 670) - Kubeflows superfood for Data Scientists. Apache-2 jupyter - [GitHub](https://github.com/kubeflow/kale) (👨‍💻 23 · 🔀 150 · 📋 250 - 16% open · ⏱️ 25.02.2026):
git clone https://github.com/kubeflow-kale/kale
- [PyPi](https://pypi.org/project/kubeflow-kale) (📥 300 / month · ⏱️ 19.05.2021):
pip install kubeflow-kale
Botflow (🥉16 · ⭐ 1.2K) - Python Fast Dataflow programming framework for Data pipeline work( Web.. BSD-3 - [GitHub](https://github.com/kkyon/botflow) (👨‍💻 11 · 🔀 100 · 📦 4 · 📋 5 - 60% open · ⏱️ 03.02.2026):
git clone https://github.com/kkyon/botflow
- [PyPi](https://pypi.org/project/botflow) (📥 86 / month · ⏱️ 14.09.2018):
pip install botflow
Show 18 hidden projects... - dbt (🥈37 · ⭐ 12K) - dbt enables data analysts and engineers to transform their data using.. ❗Unlicensed - mrjob (🥈31 · ⭐ 2.6K · 💀) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2 - faust (🥉29 · ⭐ 6.8K · 💀) - Python Stream Processing. BSD-3 - whylogs (🥉27 · ⭐ 2.8K · 💀) - Open standard for end-to-end data and ML monitoring for any.. Apache-2 - bonobo (🥉25 · ⭐ 1.6K · 💀) - Extract Transform Load for Python 3.5+. Apache-2 - Pypeline (🥉25 · ⭐ 1.6K · 💀) - Concurrent data pipelines in Python . MIT - streamparse (🥉25 · ⭐ 1.5K · 💀) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2 - pysparkling (🥉24 · ⭐ 270 · 💀) - A pure Python implementation of Apache Sparks RDD and DStream.. MIT - Optimus (🥉23 · ⭐ 1.5K · 💀) - Agile Data Preparation Workflows madeeasy with Pandas,.. Apache-2 spark - dpark (🥉22 · ⭐ 2.7K · 💀) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 spark - spark-deep-learning (🥉20 · ⭐ 2K · 💀) - Deep Learning Pipelines for Apache Spark. Apache-2 spark - mrq (🥉20 · ⭐ 900 · 💀) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT - riko (🥉18 · ⭐ 1.6K · 💀) - A Python stream processing engine modeled after Yahoo! Pipes. MIT - Databolt Flow (🥉18 · ⭐ 950 · 💀) - Python library for building highly effective data science.. MIT - Mara Pipelines (🥉17 · ⭐ 2.1K · 💀) - A lightweight opinionated ETL framework, halfway between.. MIT - bodywork-core (🥉16 · ⭐ 440 · 💀) - ML pipeline orchestration and model deployments on.. ❗️AGPL-3.0 - datajob (🥉15 · ⭐ 110 · 💀) - Build and deploy a serverless data pipeline on AWS with no effort. Apache-2 - RasgoQL (🥉12 · ⭐ 270 · 💀) - Write python locally, execute SQL in your data warehouse. ❗️AGPL-3.0


File Formats

Back to top

PyYAML (🥇40 · ⭐ 2.9K) - Canonical source repository for PyYAML. MIT - [GitHub](https://github.com/yaml/pyyaml) (👨‍💻 40 · 🔀 560 · 📦 1.8M · 📋 680 - 47% open · ⏱️ 25.09.2025):
git clone https://github.com/yaml/pyyaml
- [PyPi](https://pypi.org/project/pyyaml) (📥 700M / month · 📦 55K · ⏱️ 25.09.2025):
pip install pyyaml
- [Conda](https://anaconda.org/conda-forge/pyyaml) (📥 76M · ⏱️ 04.02.2026):
conda install -c conda-forge pyyaml
XlsxWriter (🥉38 · ⭐ 3.9K) - A Python module for creating Excel XLSX files. BSD-2 - [GitHub](https://github.com/jmcnamara/XlsxWriter) (👨‍💻 58 · 🔀 650 · 📦 110K · 📋 1K - 1% open · ⏱️ 28.01.2026):
git clone https://github.com/jmcnamara/XlsxWriter
- [PyPi](https://pypi.org/project/xlsxwriter) (📥 60M / month · 📦 470 · ⏱️ 16.09.2025):
pip install xlsxwriter
- [Conda](https://anaconda.org/conda-forge/xlsxwriter) (📥 4.5M · ⏱️ 12.10.2025):
conda install -c conda-forge xlsxwriter
jmespath (🥉35 · ⭐ 2.4K) - JMESPath is a query language for JSON. MIT - [GitHub](https://github.com/jmespath/jmespath.py) (👨‍💻 32 · 🔀 190 · 📋 150 - 39% open · ⏱️ 22.01.2026):
git clone https://github.com/jmespath/jmespath.py
- [PyPi](https://pypi.org/project/jmespath) (📥 470M / month · 📦 2K · ⏱️ 22.01.2026):
pip install jmespath
- [Conda](https://anaconda.org/conda-forge/jmespath) (📥 29M · ⏱️ 23.01.2026):
conda install -c conda-forge jmespath


Code Inspection

Back to top

deepdiff (🥇36 · ⭐ 2.5K) - DeepDiff: Deep Difference and search of any Python object/data... MIT - [GitHub](https://github.com/seperman/deepdiff) (👨‍💻 98 · 🔀 260 · 📦 20K · 📋 370 - 27% open · ⏱️ 03.09.2025):
git clone https://github.com/seperman/deepdiff
- [PyPi](https://pypi.org/project/deepdiff) (📥 64M / month · 📦 1.3K · ⏱️ 03.09.2025):
pip install deepdiff
- [Conda](https://anaconda.org/conda-forge/deepdiff) (📥 790K · ⏱️ 04.09.2025):
conda install -c conda-forge deepdiff
typing_inspect (🥉26 · ⭐ 380) - Runtime inspection utilities for Python typing module. MIT - [GitHub](https://github.com/ilevkivskyi/typing_inspect) (👨‍💻 21 · 🔀 41 · 📋 61 - 39% open · ⏱️ 18.01.2026):
git clone https://github.com/ilevkivskyi/typing_inspect
- [PyPi](https://pypi.org/project/typing_inspect) (📥 80M / month · 📦 720 · ⏱️ 24.05.2023):
pip install typing_inspect
- [Conda](https://anaconda.org/conda-forge/typing_inspect) (📥 3M · ⏱️ 22.04.2025):
conda install -c conda-forge typing_inspect
Show 2 hidden projects... - importlib-resources (🥈29 · ⭐ 71 · 💤) - Backport of the importlib.resources module. Apache-2 - entrypoints (🥉24 · ⭐ 77 · 💀) - Discover and load entry points from installed packages. MIT


General Utilities

Back to top

tenacity (🥇42 · ⭐ 8.4K) - Retrying library for Python. Apache-2 - [GitHub](https://github.com/jd/tenacity) (👨‍💻 100 · 🔀 300 · 📦 390K · 📋 400 - 31% open · ⏱️ 26.02.2026):
git clone https://github.com/jd/tenacity
- [PyPi](https://pypi.org/project/tenacity) (📥 250M / month · 📦 6.3K · ⏱️ 07.02.2026):
pip install tenacity
- [Conda](https://anaconda.org/conda-forge/tenacity) (📥 13M · ⏱️ 08.02.2026):
conda install -c conda-forge tenacity
attrs (🥇42 · ⭐ 5.7K) - Python Classes Without Boilerplate. MIT - [GitHub](https://github.com/python-attrs/attrs) (👨‍💻 180 · 🔀 420 · 📦 1.4M · 📋 790 - 17% open · ⏱️ 23.02.2026):
git clone https://github.com/python-attrs/attrs
- [PyPi](https://pypi.org/project/attrs) (📥 520M / month · 📦 10K · ⏱️ 06.10.2025):
pip install attrs
- [Conda](https://anaconda.org/conda-forge/attrs) (📥 62M · ⏱️ 04.12.2025):
conda install -c conda-forge attrs
more-itertools (🥈40 · ⭐ 4K · 📉) - More routines for operating on iterables, beyond itertools. MIT - [GitHub](https://github.com/more-itertools/more-itertools) (👨‍💻 140 · 🔀 310 · 📥 3.6K · 📦 290K · 📋 430 - 7% open · ⏱️ 10.02.2026):
git clone https://github.com/more-itertools/more-itertools
- [PyPi](https://pypi.org/project/more-itertools) (📥 220M / month · 📦 4.5K · ⏱️ 02.09.2025):
pip install more-itertools
- [Conda](https://anaconda.org/conda-forge/more-itertools) (📥 31M · ⏱️ 30.11.2025):
conda install -c conda-forge more-itertools
python-dependency-injector (🥈35 · ⭐ 4.8K) - Dependency injection framework for Python. BSD-3 - [GitHub](https://github.com/ets-labs/python-dependency-injector) (👨‍💻 41 · 🔀 340 · 📦 5.4K · 📋 650 - 32% open · ⏱️ 04.12.2025):
git clone https://github.com/ets-labs/python-dependency-injector
- [PyPi](https://pypi.org/project/dependency-injector) (📥 6.1M / month · 📦 340 · ⏱️ 04.12.2025):
pip install dependency-injector
- [Conda](https://anaconda.org/conda-forge/dependency_injector) (📥 120K · ⏱️ 04.12.2025):
conda install -c conda-forge dependency_injector
boltons (🥈33 · ⭐ 6.9K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3 - [GitHub](https://github.com/mahmoud/boltons) (👨‍💻 97 · 🔀 380 · 📥 50 · 📦 11K · 📋 190 - 36% open · ⏱️ 28.01.2026):
git clone https://github.com/mahmoud/boltons
- [PyPi](https://pypi.org/project/boltons) (📥 16M / month · 📦 380 · ⏱️ 03.02.2025):
pip install boltons
- [Conda](https://anaconda.org/conda-forge/boltons) (📥 13M · ⏱️ 11.06.2025):
conda install -c conda-forge boltons
returns (🥉32 · ⭐ 4.2K) - Make your functions return something meaningful, typed, and safe!. BSD-2 - [GitHub](https://github.com/dry-python/returns) (👨‍💻 67 · 🔀 140 · 📦 960 · 📋 450 - 18% open · ⏱️ 24.02.2026):
git clone https://github.com/dry-python/returns
- [PyPi](https://pypi.org/project/returns) (📥 820K / month · 📦 210 · ⏱️ 24.07.2025):
pip install returns
- [Conda](https://anaconda.org/conda-forge/returns) (📥 53K · ⏱️ 29.07.2025):
conda install -c conda-forge returns
funcy (🥉31 · ⭐ 3.5K) - A fancy and practical functional tools. BSD-3 - [GitHub](https://github.com/Suor/funcy) (👨‍💻 34 · 🔀 150 · 📦 15K · 📋 90 - 14% open · ⏱️ 14.02.2026):
git clone https://github.com/Suor/funcy
- [PyPi](https://pypi.org/project/funcy) (📥 4.9M / month · 📦 390 · ⏱️ 28.03.2023):
pip install funcy
- [Conda](https://anaconda.org/conda-forge/funcy) (📥 810K · ⏱️ 22.04.2025):
conda install -c conda-forge funcy
natsort (🥉30 · ⭐ 1K) - Simple yet flexible natural sorting in Python. MIT - [GitHub](https://github.com/SethMMorton/natsort) (👨‍💻 24 · 🔀 58 · 📦 46K · 📋 100 - 3% open · ⏱️ 01.08.2025):
git clone https://github.com/SethMMorton/natsort
- [PyPi](https://pypi.org/project/natsort) (📥 18M / month · 📦 1.5K · ⏱️ 20.06.2023):
pip install natsort
- [Conda](https://anaconda.org/conda-forge/natsort) (📥 2.5M · ⏱️ 12.02.2026):
conda install -c conda-forge natsort
ratelimit (🥉26 · ⭐ 830 · 💤) - API Rate Limit Decorator. MIT - [GitHub](https://github.com/tomasbasham/ratelimit) (👨‍💻 9 · 🔀 160 · 📦 6K · 📋 48 - 60% open · ⏱️ 31.05.2025):
git clone https://github.com/tomasbasham/ratelimit
- [PyPi](https://pypi.org/project/ratelimit) (📥 12M / month · 📦 360 · ⏱️ 17.12.2018):
pip install ratelimit
- [Conda](https://anaconda.org/conda-forge/ratelimit) (📥 26K · ⏱️ 22.04.2025):
conda install -c conda-forge ratelimit
ubelt (🥉25 · ⭐ 740) - A Python utility library with a stdlib like feel and extra batteries... Apache-2 - [GitHub](https://github.com/Erotemic/ubelt) (👨‍💻 5 · 🔀 50 · 📥 130 · 📋 25 - 36% open · ⏱️ 20.02.2026):
git clone https://github.com/Erotemic/ubelt
- [PyPi](https://pypi.org/project/ubelt) (📥 66K / month · 📦 130 · ⏱️ 08.02.2026):
pip install ubelt
- [Conda](https://anaconda.org/conda-forge/ubelt) (📥 370K · ⏱️ 09.02.2026):
conda install -c conda-forge ubelt
Show 5 hidden projects... - toolz (🥈36 · ⭐ 5.1K) - A functional standard library for Python. ❗Unlicensed - retrying (🥉28 · ⭐ 1.9K · 💀) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2 - pinject (🥉24 · ⭐ 1.3K · 💀) - A pythonic dependency injection library. Apache-2 - CommonRegex (🥉23 · ⭐ 1.6K · 💀) - A collection of common regular expressions bundled with an easy.. MIT - pampy (🥉22 · ⭐ 3.5K · 💀) - Pampy: The Pattern Matching for Python you always dreamed of. MIT


Python Implementations

Back to top

cpython (🥇51 · ⭐ 72K) - The Python programming language. MIT - [GitHub](https://github.com/python/cpython) (👨‍💻 3.7K · 🔀 34K · 📦 630K · 📋 77K - 11% open · ⏱️ 26.02.2026):
git clone https://github.com/python/cpython
- [PyPi](https://pypi.org/project/cpython) (📥 22 / month · 📦 21 · ⏱️ 22.07.2020):
pip install cpython
- [Conda](https://anaconda.org/conda-forge/typing) (📥 3.8M · ⏱️ 22.04.2025):
conda install -c conda-forge typing
- [npm](https://www.npmjs.com/package/@buckpkg/python) (📦 6 · ⏱️ 03.08.2017):
npm install @buckpkg/python
micropython (🥈36 · ⭐ 21K) - MicroPython - a lean and efficient Python implementation for.. Python-2.0 - [GitHub](https://github.com/micropython/micropython) (👨‍💻 720 · 🔀 8.7K · 📥 110K · 📦 16 · 📋 6.4K - 28% open · ⏱️ 26.02.2026):
git clone https://github.com/micropython/micropython
- [PyPi](https://pypi.org/project/micropython-_markupbase) (⏱️ 10.10.2016):
pip install micropython-_markupbase
Show 4 hidden projects... - grumpy (🥈22 · ⭐ 11K · 💀) - Grumpy is a Python to Go source code transcompiler and runtime. Apache-2 - pyston (🥈22 · ⭐ 2.5K · 💀) - (No longer maintained) A faster and highly-compatible.. Apache-2 - stackless (🥉17 · ⭐ 1.1K · 💤) - The Stackless Python programming language. ❗Unlicensed - cl-python (🥉11 · ⭐ 390 · 💀) - An implementation of Python in Common Lisp. ❗Unlicensed


Others

Back to top

Pygments (🥇43 · ⭐ 2.1K) - Pygments is a generic syntax highlighter written in Python. BSD-2 - [GitHub](https://github.com/pygments/pygments) (👨‍💻 910 · 🔀 760 · 📦 1.1M · 📋 2.1K - 29% open · ⏱️ 22.02.2026):
git clone https://github.com/pygments/pygments
- [PyPi](https://pypi.org/project/pygments) (📥 580M / month · 📦 9.6K · ⏱️ 21.06.2025):
pip install pygments
- [Conda](https://anaconda.org/conda-forge/pygments) (📥 56M · ⏱️ 22.06.2025):
conda install -c conda-forge pygments
pyparsing (🥇42 · ⭐ 2.5K) - Python library for creating PEG parsers. MIT - [GitHub](https://github.com/pyparsing/pyparsing) (👨‍💻 75 · 🔀 300 · 📥 15K · 📦 1.3M · 📋 380 - 10% open · ⏱️ 22.02.2026):
git clone https://github.com/pyparsing/pyparsing
- [PyPi](https://pypi.org/project/pyparsing) (📥 270M / month · 📦 6.3K · ⏱️ 21.01.2026):
pip install pyparsing
- [Conda](https://anaconda.org/conda-forge/pyparsing) (📥 66M · ⏱️ 21.01.2026):
conda install -c conda-forge pyparsing
cookiecutter (🥇40 · ⭐ 25K) - A cross-platform command-line utility that creates projects from.. BSD-3 - [GitHub](https://github.com/cookiecutter/cookiecutter) (👨‍💻 330 · 🔀 2.2K · 📦 37K · 📋 930 - 29% open · ⏱️ 01.02.2026):
git clone https://github.com/cookiecutter/cookiecutter
- [PyPi](https://pypi.org/project/cookiecutter) (📥 7.9M / month · 📦 1.1K · ⏱️ 21.02.2024):
pip install cookiecutter
- [Conda](https://anaconda.org/conda-forge/cookiecutter) (📥 1.8M · ⏱️ 22.04.2025):
conda install -c conda-forge cookiecutter
wrapt (🥇40 · ⭐ 2.3K) - A Python module for decorators, wrappers and monkey patching. BSD-2 - [GitHub](https://github.com/GrahamDumpleton/wrapt) (👨‍💻 36 · 🔀 240 · 📦 620K · 📋 220 - 20% open · ⏱️ 03.02.2026):
git clone https://github.com/GrahamDumpleton/wrapt
- [PyPi](https://pypi.org/project/wrapt) (📥 300M / month · 📦 3K · ⏱️ 03.02.2026):
pip install wrapt
- [Conda](https://anaconda.org/conda-forge/wrapt) (📥 32M · ⏱️ 03.02.2026):
conda install -c conda-forge wrapt
diagrams (🥈37 · ⭐ 42K) - Diagram as Code for prototyping cloud system architectures. MIT - [GitHub](https://github.com/mingrammer/diagrams) (👨‍💻 180 · 🔀 2.7K · 📦 2.3K · 📋 600 - 62% open · ⏱️ 07.02.2026):
git clone https://github.com/mingrammer/diagrams
- [PyPi](https://pypi.org/project/diagrams) (📥 5.5M / month · 📦 110 · ⏱️ 22.11.2025):
pip install diagrams
- [Conda](https://anaconda.org/conda-forge/diagrams) (📥 330K · ⏱️ 24.11.2025):
conda install -c conda-forge diagrams
pluggy (🥈37 · ⭐ 1.6K) - A minimalist production ready plugin system. MIT - [GitHub](https://github.com/pytest-dev/pluggy) (👨‍💻 58 · 🔀 140 · 📦 780K · 📋 200 - 26% open · ⏱️ 25.02.2026):
git clone https://github.com/pytest-dev/pluggy
- [PyPi](https://pypi.org/project/pluggy) (📥 610M / month · 📦 2.6K · ⏱️ 15.05.2025):
pip install pluggy
- [Conda](https://anaconda.org/conda-forge/pluggy) (📥 47M · ⏱️ 05.12.2025):
conda install -c conda-forge pluggy
fastcore (🥈36 · ⭐ 1.1K) - Python supercharged for the fastai library. Apache-2 - [GitHub](https://github.com/AnswerDotAI/fastcore) (👨‍💻 83 · 🔀 290 · 📦 13K · 📋 500 - 4% open · ⏱️ 26.02.2026):
git clone https://github.com/fastai/fastcore
- [PyPi](https://pypi.org/project/fastcore) (📥 8.9M / month · 📦 1.1K · ⏱️ 25.02.2026):
pip install fastcore
- [Conda](https://anaconda.org/conda-forge/fastcore) (📥 230K · ⏱️ 25.02.2026):
conda install -c conda-forge fastcore
Copier (🥈34 · ⭐ 3.2K) - Library and command-line utility for rendering projects templates. MIT - [GitHub](https://github.com/copier-org/copier) (👨‍💻 120 · 🔀 240 · 📦 1.8K · 📋 640 - 20% open · ⏱️ 24.02.2026):
git clone https://github.com/copier-org/copier
- [PyPi](https://pypi.org/project/copier) (📥 1.2M / month · 📦 300 · ⏱️ 21.02.2026):
pip install copier
py4j (🥈34 · ⭐ 1.3K) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3 - [GitHub](https://github.com/py4j/py4j) (👨‍💻 43 · 🔀 230 · 📦 55K · 📋 440 - 36% open · ⏱️ 11.12.2025):
git clone https://github.com/bartdag/py4j
- [PyPi](https://pypi.org/project/py4j) (📥 97M / month · 📦 340 · ⏱️ 15.01.2025):
pip install py4j
- [Conda](https://anaconda.org/conda-forge/py4j) (📥 13M · ⏱️ 22.04.2025):
conda install -c conda-forge py4j
decorator (🥈34 · ⭐ 900) - Decorators for Humans. BSD-2 - [GitHub](https://github.com/micheles/decorator) (👨‍💻 32 · 🔀 120 · 📦 760K · 📋 110 - 9% open · ⏱️ 12.12.2025):
git clone https://github.com/micheles/decorator
- [PyPi](https://pypi.org/project/decorator) (📥 180M / month · 📦 2.5K · ⏱️ 24.02.2025):
pip install decorator
- [Conda](https://anaconda.org/conda-forge/decorator) (📥 44M · ⏱️ 22.04.2025):
conda install -c conda-forge decorator
Send2Trash (🥉33 · ⭐ 300) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3 - [GitHub](https://github.com/arsenetar/send2trash) (👨‍💻 20 · 🔀 48 · 📦 320K · 📋 68 - 51% open · ⏱️ 27.01.2026):
git clone https://github.com/arsenetar/send2trash
- [PyPi](https://pypi.org/project/send2trash) (📥 41M / month · 📦 710 · ⏱️ 14.01.2026):
pip install send2trash
- [Conda](https://anaconda.org/conda-forge/send2trash) (📥 20M · ⏱️ 12.02.2026):
conda install -c conda-forge send2trash
python-mss (🥉28 · ⭐ 1.2K) - An ultra fast cross-platform multiple screenshots module in pure.. MIT - [GitHub](https://github.com/BoboTiG/python-mss) (👨‍💻 28 · 🔀 110 · 📋 160 - 24% open · ⏱️ 26.02.2026):
git clone https://github.com/BoboTiG/python-mss
- [PyPi](https://pypi.org/project/mss) (📥 2.2M / month · 📦 360 · ⏱️ 16.08.2025):
pip install mss
- [Conda](https://anaconda.org/conda-forge/python-mss) (📥 91K · ⏱️ 16.08.2025):
conda install -c conda-forge python-mss
Show 9 hidden projects... - pycparser (🥈38 · ⭐ 3.5K) - Complete C99 parser in pure Python. ❗Unlicensed - keyboard (🥉29 · ⭐ 4K · 💀) - Hook and simulate global keyboard events on Windows and Linux. MIT - pyscaffold (🥉29 · ⭐ 2.3K · 💀) - Python project template generator with batteries included. MIT - powerline-shell (🥉28 · ⭐ 6.3K · 💀) - A beautiful and useful prompt for your shell. MIT - pyscreenshot (🥉26 · ⭐ 510 · 💀) - Python screenshot library, replacement for the Pillow.. BSD-2 - catalogue (🥉26 · ⭐ 180 · 💀) - Super lightweight function registries for your library. MIT - pluginbase (🥉25 · ⭐ 1.1K · 💀) - A simple but flexible plugin system for Python. BSD-3 - openpyxl (🥉24 · ⭐ 13) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT - macropy (🥉23 · ⭐ 3.3K · 💀) - Macros in Python: quasiquotes, case classes, LINQ and more!. MIT

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • best-of-ml-python: A ranked list of awesome machine learning Python libraries.
  • best-of-web-python: A ranked list of awesome Python libraries for web development.
  • best-of-python-dev: A ranked list of awesome Python developer tools and libraries.
  • awesome-python: A curated list of awesome Python frameworks, libraries, software and resources.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/ml-tooling/best-of-python

Best of Python Developer Tools

Best-of Python Developer Tools

🏆  A ranked list of awesome python developer tools and libraries. Updated weekly.

This curated list contains 270 awesome open-source projects with a total of 1.1M stars grouped into 17 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Flake8 related project
  •   Pytest related project
  •   Pylint related project
  •   Sphinx related project
  •   MkDocs related project


Linters & Style Checkers

Back to top

ruff (🥇47 · ⭐ 46K) - An extremely fast Python linter and code formatter, written in Rust. MIT - [GitHub](https://github.com/astral-sh/ruff) (👨‍💻 820 · 🔀 1.8K · 📥 4.3M · 📦 160K · 📋 7.8K - 21% open · ⏱️ 05.03.2026):
git clone https://github.com/charliermarsh/ruff
- [PyPi](https://pypi.org/project/ruff) (📥 160M / month · 📦 41K · ⏱️ 26.02.2026):
pip install ruff
- [Conda](https://anaconda.org/conda-forge/ruff) (📥 6M · ⏱️ 03.03.2026):
conda install -c conda-forge ruff
pylint (🥇44 · ⭐ 5.7K) - Its not just a linter that annoys you!. ❗️GPL-2.0 - [GitHub](https://github.com/pylint-dev/pylint) (👨‍💻 630 · 🔀 1.2K · 📥 600 · 📦 490K · 📋 5.9K - 17% open · ⏱️ 04.03.2026):
git clone https://github.com/PyCQA/pylint
- [PyPi](https://pypi.org/project/pylint) (📥 54M / month · 📦 12K · ⏱️ 20.02.2026):
pip install pylint
- [Conda](https://anaconda.org/conda-forge/pylint) (📥 7.5M · ⏱️ 20.02.2026):
conda install -c conda-forge pylint
flake8 (🥇39 · ⭐ 3.8K · 📉) - Flake8 is a wrapper around these tools: PyFlakes; pycodestyle; Ned.. MIT - [GitHub](https://github.com/PyCQA/flake8) (👨‍💻 180 · 🔀 340 · 📦 680K · 📋 1.6K - 1% open · ⏱️ 22.12.2025):
git clone https://github.com/PyCQA/flake8
- [PyPi](https://pypi.org/project/flake8) (📥 49M / month · 📦 27K · ⏱️ 20.06.2025):
pip install flake8
- [Conda](https://anaconda.org/conda-forge/flake8) (📥 10M · ⏱️ 26.06.2025):
conda install -c conda-forge flake8
wemake-python-styleguide (🥇37 · ⭐ 2.8K) - The strictest and most opinionated python linter ever!. MIT - [GitHub](https://github.com/wemake-services/wemake-python-styleguide) (👨‍💻 220 · 🔀 420 · 📦 18K · 📋 1.2K - 1% open · ⏱️ 02.03.2026):
git clone https://github.com/wemake-services/wemake-python-styleguide
- [PyPi](https://pypi.org/project/wemake-python-styleguide) (📥 230K / month · 📦 110 · ⏱️ 28.02.2026):
pip install wemake-python-styleguide
beartype (🥈36 · ⭐ 3.4K) - Unbearably fast near-real-time pure-Python runtime-static type-checker. MIT - [GitHub](https://github.com/beartype/beartype) (👨‍💻 30 · 🔀 71 · 📦 9.7K · 📋 470 - 22% open · ⏱️ 05.03.2026):
git clone https://github.com/beartype/beartype
- [PyPi](https://pypi.org/project/beartype) (📥 49M / month · 📦 900 · ⏱️ 13.12.2025):
pip install beartype
- [Conda](https://anaconda.org/conda-forge/beartype) (📥 580K · ⏱️ 14.12.2025):
conda install -c conda-forge beartype
parso (🥈36 · ⭐ 660) - A Python Parser. MIT - [GitHub](https://github.com/davidhalter/parso) (👨‍💻 51 · 🔀 110 · 📦 590K · 📋 120 - 10% open · ⏱️ 09.02.2026):
git clone https://github.com/davidhalter/parso
- [PyPi](https://pypi.org/project/parso) (📥 100M / month · 📦 1.1K · ⏱️ 09.02.2026):
pip install parso
- [Conda](https://anaconda.org/conda-forge/parso) (📥 34M · ⏱️ 09.02.2026):
conda install -c conda-forge parso
pyflakes (🥈35 · ⭐ 1.4K · 💤) - A simple program which checks Python source files for errors. MIT - [GitHub](https://github.com/PyCQA/pyflakes) (👨‍💻 88 · 🔀 180 · 📦 330K · 📋 550 - 11% open · ⏱️ 20.06.2025):
git clone https://github.com/PyCQA/pyflakes
- [PyPi](https://pypi.org/project/pyflakes) (📥 55M / month · 📦 1.3K · ⏱️ 20.06.2025):
pip install pyflakes
- [Conda](https://anaconda.org/conda-forge/pyflakes) (📥 10M · ⏱️ 21.06.2025):
conda install -c conda-forge pyflakes
flake8-bugbear (🥈33 · ⭐ 1.1K) - A plugin for Flake8 finding likely bugs and design problems.. MIT - [GitHub](https://github.com/PyCQA/flake8-bugbear) (👨‍💻 90 · 🔀 120 · 📦 42K · 📋 250 - 25% open · ⏱️ 03.03.2026):
git clone https://github.com/PyCQA/flake8-bugbear
- [PyPi](https://pypi.org/project/flake8-bugbear) (📥 6.8M / month · 📦 1.5K · ⏱️ 29.11.2025):
pip install flake8-bugbear
- [Conda](https://anaconda.org/conda-forge/flake8-bugbear) (📥 890K · ⏱️ 02.12.2025):
conda install -c conda-forge flake8-bugbear
pycodestyle (🥈32 · ⭐ 5.2K) - Simple Python style checker in one Python file. MIT - [GitHub](https://github.com/PyCQA/pycodestyle) (👨‍💻 140 · 🔀 750 · 📋 780 - 13% open · ⏱️ 22.12.2025):
git clone https://github.com/PyCQA/pycodestyle
- [PyPi](https://pypi.org/project/pycodestyle) (📥 70M / month · 📦 2.2K · ⏱️ 20.06.2025):
pip install pycodestyle
- [Conda](https://anaconda.org/conda-forge/pycodestyle) (📥 10M · ⏱️ 22.06.2025):
conda install -c conda-forge pycodestyle
mypy-protobuf (🥈30 · ⭐ 700) - open source tools to generate mypy stubs from protobufs. Apache-2 - [GitHub](https://github.com/nipunn1313/mypy-protobuf) (👨‍💻 40 · 🔀 81 · 📦 4.4K · 📋 150 - 14% open · ⏱️ 13.01.2026):
git clone https://github.com/dropbox/mypy-protobuf
- [PyPi](https://pypi.org/project/mypy-protobuf) (📥 8.5M / month · 📦 270 · ⏱️ 13.01.2026):
pip install mypy-protobuf
- [Conda](https://anaconda.org/conda-forge/mypy-protobuf) (📥 180K · ⏱️ 05.02.2026):
conda install -c conda-forge mypy-protobuf
pylint-django (🥈30 · ⭐ 620) - Pylint plugin for improving code analysis for when.. ❗️GPL-3.0 - [GitHub](https://github.com/pylint-dev/pylint-django) (👨‍💻 72 · 🔀 120 · 📥 430 · 📦 32K · 📋 240 - 27% open · ⏱️ 01.01.2026):
git clone https://github.com/PyCQA/pylint-django
- [PyPi](https://pypi.org/project/pylint-django) (📥 1.9M / month · 📦 160 · ⏱️ 01.01.2026):
pip install pylint-django
- [Conda](https://anaconda.org/conda-forge/pylint-django) (📥 410K · ⏱️ 02.01.2026):
conda install -c conda-forge pylint-django
hacking (🥈29 · ⭐ 240) - OpenStack Hacking Style Checks. Mirror of code maintained at.. Apache-2 - [GitHub](https://github.com/openstack/hacking) (👨‍💻 190 · 🔀 67 · 📦 7.9K · ⏱️ 12.02.2026):
git clone https://github.com/openstack/hacking
- [PyPi](https://pypi.org/project/hacking) (📥 130K / month · 📦 110 · ⏱️ 06.11.2025):
pip install hacking
flake8-isort (🥈29 · ⭐ 190) - flake8 plugin that integrates isort. ❗️GPL-2.0 - [GitHub](https://github.com/gforcada/flake8-isort) (👨‍💻 40 · 🔀 200 · 📦 29K · 📋 60 - 3% open · ⏱️ 25.10.2025):
git clone https://github.com/gforcada/flake8-isort
- [PyPi](https://pypi.org/project/flake8-isort) (📥 1.5M / month · 📦 630 · ⏱️ 25.10.2025):
pip install flake8-isort
- [Conda](https://anaconda.org/conda-forge/flake8-isort) (📥 98K · ⏱️ 25.10.2025):
conda install -c conda-forge flake8-isort
flake8-comprehensions (🥈28 · ⭐ 470) - A flake8 plugin to help you write better.. MIT - [GitHub](https://github.com/adamchainz/flake8-comprehensions) (👨‍💻 16 · 🔀 23 · 📦 30K · 📋 62 - 9% open · ⏱️ 14.02.2026):
git clone https://github.com/adamchainz/flake8-comprehensions
- [PyPi](https://pypi.org/project/flake8-comprehensions) (📥 1.6M / month · 📦 780 · ⏱️ 09.09.2025):
pip install flake8-comprehensions
- [Conda](https://anaconda.org/conda-forge/flake8-comprehensions) (📥 1M · ⏱️ 10.09.2025):
conda install -c conda-forge flake8-comprehensions
nitpick (🥉26 · ⭐ 410) - Enforce the same settings on multiple projects. MIT - [GitHub](https://github.com/andreoliwa/nitpick) (👨‍💻 18 · 🔀 24 · 📥 12 · 📦 1.4K · 📋 130 - 36% open · ⏱️ 27.02.2026):
git clone https://github.com/andreoliwa/nitpick
- [PyPi](https://pypi.org/project/nitpick) (📥 14K / month · 📦 26 · ⏱️ 30.11.2025):
pip install nitpick
check-manifest (🥉26 · ⭐ 290) - Tool to check the completeness of MANIFEST.in for Python packages. MIT - [GitHub](https://github.com/mgedmin/check-manifest) (👨‍💻 23 · 🔀 39 · 📦 12K · 📋 100 - 23% open · ⏱️ 05.01.2026):
git clone https://github.com/mgedmin/check-manifest
- [PyPi](https://pypi.org/project/check-manifest) (📥 800K / month · 📦 5K · ⏱️ 15.10.2025):
pip install check-manifest
- [Conda](https://anaconda.org/conda-forge/check-manifest) (📥 190K · ⏱️ 15.10.2025):
conda install -c conda-forge check-manifest
flake8-commas (🥉26 · ⭐ 130) - Flake8 extension for enforcing trailing commas in python. MIT - [GitHub](https://github.com/PyCQA/flake8-commas) (👨‍💻 15 · 🔀 30 · 📦 19K · 📋 31 - 9% open · ⏱️ 05.01.2026):
git clone https://github.com/PyCQA/flake8-commas
- [PyPi](https://pypi.org/project/flake8-commas) (📥 290K / month · 📦 220 · ⏱️ 16.05.2024):
pip install flake8-commas
flake8-builtins (🥉26 · ⭐ 120) - Check for python builtins being used as variables or.. ❗️GPL-2.0 - [GitHub](https://github.com/gforcada/flake8-builtins) (👨‍💻 21 · 🔀 25 · 📦 12K · 📋 52 - 5% open · ⏱️ 25.10.2025):
git clone https://github.com/gforcada/flake8-builtins
- [PyPi](https://pypi.org/project/flake8-builtins) (📥 910K / month · 📦 590 · ⏱️ 25.10.2025):
pip install flake8-builtins
- [Conda](https://anaconda.org/conda-forge/flake8-builtins) (📥 480K · ⏱️ 27.10.2025):
conda install -c conda-forge flake8-builtins
flake8-import-order (🥉25 · ⭐ 280) - Flake8 plugin that checks import order against.. ❗️LGPL-3.0 - [GitHub](https://github.com/PyCQA/flake8-import-order) (👨‍💻 50 · 🔀 73 · 📥 11 · 📋 110 - 12% open · ⏱️ 02.03.2026):
git clone https://github.com/PyCQA/flake8-import-order
- [PyPi](https://pypi.org/project/flake8-import-order) (📥 1.5M / month · 📦 650 · ⏱️ 24.06.2025):
pip install flake8-import-order
- [Conda](https://anaconda.org/conda-forge/flake8-import-order) (📥 420K · ⏱️ 26.06.2025):
conda install -c conda-forge flake8-import-order
flake8-black (🥉25 · ⭐ 160) - flake8 plugin to run black for checking Python coding style. MIT - [GitHub](https://github.com/peterjc/flake8-black) (👨‍💻 11 · 🔀 11 · 📦 8.7K · 📋 31 - 12% open · ⏱️ 02.02.2026):
git clone https://github.com/peterjc/flake8-black
- [PyPi](https://pypi.org/project/flake8-black) (📥 630K / month · 📦 540 · ⏱️ 21.09.2025):
pip install flake8-black
- [Conda](https://anaconda.org/conda-forge/flake8-black) (📥 490K · ⏱️ 22.09.2025):
conda install -c conda-forge flake8-black
flake8-simplify (🥉24 · ⭐ 200) - A flake8 plugin that helps you to simplify code. MIT - [GitHub](https://github.com/MartinThoma/flake8-simplify) (👨‍💻 16 · 🔀 23 · 📋 130 - 42% open · ⏱️ 01.01.2026):
git clone https://github.com/MartinThoma/flake8-simplify
- [PyPi](https://pypi.org/project/flake8-simplify) (📥 370K / month · 📦 140 · ⏱️ 01.01.2026):
pip install flake8-simplify
- [Conda](https://anaconda.org/conda-forge/flake8-simplify) (📥 68K · ⏱️ 06.01.2026):
conda install -c conda-forge flake8-simplify
Show 19 hidden projects... - pydocstyle (🥈32 · ⭐ 1.1K · 💀) - docstring style checker. MIT - coala (🥈28 · ⭐ 3.6K · 💀) - coala provides a unified command-line interface for linting and.. ❗️AGPL-3.0 - pep8-naming (🥈28 · ⭐ 530 · 💤) - Naming Convention checker for Python. ❗️Saxpath - darglint (🥈28 · ⭐ 480 · 💀) - A python documentation linter which checks that the docstring.. MIT - flake8-quotes (🥉27 · ⭐ 180 · 💀) - Flake8 extension for checking quotes in python. MIT - pylama (🥉26 · ⭐ 1.1K · 💀) - Code audit tool for python. MIT - Fixit (🥉25 · ⭐ 700) - Advanced Python linting framework with auto-fixes and hierarchical.. ❗Unlicensed - flake8-eradicate (🥉25 · ⭐ 320 · 💀) - Flake8 plugin to find commented out or dead code. MIT - data-science-types (🥉25 · ⭐ 200 · 💀) - Mypy stubs, i.e., type information, for numpy, pandas.. Apache-2 - pandas-vet (🥉22 · ⭐ 170 · 💀) - A plugin for Flake8 that checks pandas code. MIT - flake8-bandit (🥉21 · ⭐ 120 · 💀) - Automated security testing using bandit and flake8. MIT - flakehell (🥉19 · ⭐ 230 · 💀) - Flake8 wrapper to make it nice, legacy-friendly, configurable. MIT - flake8-mypy (🥉19 · ⭐ 100 · 💀) - A plugin for flake8 integrating Mypy. MIT - pylint-flask (🥉18 · ⭐ 64 · 💀) - A Pylint plugin to analyze Flask applications. ❗️GPL-2.0 - pycycle (🥉17 · ⭐ 360 · 💀) - Tool for pinpointing circular imports in Python. Find cyclic imports.. MIT - bellybutton (🥉17 · ⭐ 280 · 💀) - Custom Python linting through AST expressions. MIT - imhotep (🥉17 · ⭐ 220 · 💀) - A static-analysis bot for Github. MIT - yala (🥉15 · ⭐ 15 · 💀) - Yet Another Linter Aggregator. MIT - linty_fresh (🥉12 · ⭐ 180 · 💀) - Surface lint errors during code review. Apache-2 mypy


Type checkers

Back to top

mypy (🥇49 · ⭐ 20K) - Optional static typing for Python. MIT - [GitHub](https://github.com/python/mypy) (👨‍💻 840 · 🔀 3.1K · 📦 350K · 📋 12K - 25% open · ⏱️ 04.03.2026):
git clone https://github.com/python/mypy
- [PyPi](https://pypi.org/project/mypy) (📥 110M / month · 📦 39K · ⏱️ 15.12.2025):
pip install mypy
- [Conda](https://anaconda.org/conda-forge/mypy) (📥 6.9M · ⏱️ 15.12.2025):
conda install -c conda-forge mypy
pyright (🥈38 · ⭐ 15K) - Static Type Checker for Python. MIT - [GitHub](https://github.com/microsoft/pyright) (👨‍💻 140 · 🔀 1.8K · 📥 6.4K · 📦 1.5K · 📋 7.4K - 2% open · ⏱️ 20.02.2026):
git clone https://github.com/Microsoft/pyright
- [npm](https://www.npmjs.com/package/pyright) (📥 2.4M / month · 📦 39 · ⏱️ 08.01.2026):
npm install pyright
pyre-check (🥉33 · ⭐ 7.1K) - Performant type-checking for python. MIT - [GitHub](https://github.com/facebook/pyre-check) (👨‍💻 300 · 🔀 450 · 📦 21 · 📋 460 - 32% open · ⏱️ 05.03.2026):
git clone https://github.com/facebook/pyre-check
- [PyPi](https://pypi.org/project/pyre-check) (📥 160K / month · 📦 87 · ⏱️ 07.07.2025):
pip install pyre-check
pytype (🥉32 · ⭐ 5K) - A static type analyzer for Python code. Apache-2 - [GitHub](https://github.com/google/pytype) (👨‍💻 110 · 🔀 290 · 📦 4.3K · 📋 950 - 21% open · ⏱️ 23.01.2026):
git clone https://github.com/google/pytype
- [PyPi](https://pypi.org/project/pytype) (📥 570K / month · 📦 230 · ⏱️ 11.10.2024):
pip install pytype
- [Conda](https://anaconda.org/conda-forge/pytype) (📥 610K · ⏱️ 22.04.2025):
conda install -c conda-forge pytype
Show 1 hidden projects... - typeguard (🥉33 · ⭐ 1.7K) - Run-time type checker for Python. ❗Unlicensed


Code Formatters

Back to top

black (🥇46 · ⭐ 41K) - The uncompromising Python code formatter. MIT - [GitHub](https://github.com/psf/black) (👨‍💻 510 · 🔀 2.7K · 📥 140K · 📦 670K · 📋 2.8K - 11% open · ⏱️ 03.03.2026):
git clone https://github.com/psf/black
- [PyPi](https://pypi.org/project/black) (📥 100M / month · 📦 52K · ⏱️ 18.01.2026):
pip install black
- [Conda](https://anaconda.org/conda-forge/black) (📥 18M · ⏱️ 21.01.2026):
conda install -c conda-forge black
isort (🥈42 · ⭐ 6.9K) - A Python utility / library to sort imports. MIT - [GitHub](https://github.com/PyCQA/isort) (👨‍💻 330 · 🔀 620 · 📦 570K · 📋 1.4K - 12% open · ⏱️ 28.02.2026):
git clone https://github.com/PyCQA/isort
- [PyPi](https://pypi.org/project/isort) (📥 94M / month · 📦 27K · ⏱️ 28.02.2026):
pip install isort
- [Conda](https://anaconda.org/conda-forge/isort) (📥 8.8M · ⏱️ 28.02.2026):
conda install -c conda-forge isort
autopep8 (🥉35 · ⭐ 4.7K) - A tool that automatically formats Python code to conform to the PEP 8.. MIT - [GitHub](https://github.com/hhatto/autopep8) (👨‍💻 64 · 🔀 290 · 📦 230K · 📋 520 - 23% open · ⏱️ 24.11.2025):
git clone https://github.com/hhatto/autopep8
- [PyPi](https://pypi.org/project/autopep8) (📥 8.3M / month · 📦 1.7K · ⏱️ 14.01.2025):
pip install autopep8
- [Conda](https://anaconda.org/conda-forge/autopep8) (📥 2.6M · ⏱️ 22.04.2025):
conda install -c conda-forge autopep8
docformatter (🥉28 · ⭐ 580) - Formats docstrings to follow PEP 257. MIT - [GitHub](https://github.com/PyCQA/docformatter) (👨‍💻 40 · 🔀 85 · 📥 61 · 📦 4.4K · 📋 180 - 14% open · ⏱️ 11.01.2026):
git clone https://github.com/myint/docformatter
- [PyPi](https://pypi.org/project/docformatter) (📥 1M / month · 📦 300 · ⏱️ 11.05.2025):
pip install docformatter
- [Conda](https://anaconda.org/conda-forge/docformatter) (📥 320K · ⏱️ 11.05.2025):
conda install -c conda-forge docformatter
Show 3 hidden projects... - yapf (🥈39 · ⭐ 14K · 💀) - A formatter for Python files. Apache-2 - pyformat (🥉19 · ⭐ 94 · 💀) - Formats Python code to follow a consistent style. ❗️Saxpath - autoimport (🥉18 · ⭐ 100 · 💀) - Autoimport automatically fixes wrong import statements. ❗️GPL-3.0


Code Refactoring

Back to top

jedi (🥇41 · ⭐ 6.1K) - Awesome autocompletion, static analysis and refactoring library for python. MIT - [GitHub](https://github.com/davidhalter/jedi) (👨‍💻 180 · 🔀 520 · 📦 590K · 📋 1.5K - 6% open · ⏱️ 13.02.2026):
git clone https://github.com/davidhalter/jedi
- [PyPi](https://pypi.org/project/jedi) (📥 100M / month · 📦 1.2K · ⏱️ 11.11.2024):
pip install jedi
- [Conda](https://anaconda.org/conda-forge/jedi) (📥 36M · ⏱️ 22.04.2025):
conda install -c conda-forge jedi
rope (🥇34 · ⭐ 2.2K) - a python refactoring library. ❗️LGPL-3.0 - [GitHub](https://github.com/python-rope/rope) (👨‍💻 84 · 🔀 170 · 📥 45 · 📦 79K · 📋 380 - 31% open · ⏱️ 04.01.2026):
git clone https://github.com/python-rope/rope
- [PyPi](https://pypi.org/project/rope) (📥 1.1M / month · 📦 320 · ⏱️ 12.07.2025):
pip install rope
- [Conda](https://anaconda.org/conda-forge/rope) (📥 2.3M · ⏱️ 13.07.2025):
conda install -c conda-forge rope
vulture (🥈33 · ⭐ 4.4K) - Find dead Python code. MIT - [GitHub](https://github.com/jendrikseipp/vulture) (👨‍💻 48 · 🔀 180 · 📦 6.5K · 📋 250 - 22% open · ⏱️ 04.03.2026):
git clone https://github.com/jendrikseipp/vulture
- [PyPi](https://pypi.org/project/vulture) (📥 5.6M / month · 📦 600 · ⏱️ 04.03.2026):
pip install vulture
- [Conda](https://anaconda.org/conda-forge/vulture) (📥 170K · ⏱️ 22.04.2025):
conda install -c conda-forge vulture
pyupgrade (🥈31 · ⭐ 4K) - A tool (and pre-commit hook) to automatically upgrade syntax for newer.. MIT - [GitHub](https://github.com/asottile/pyupgrade) (👨‍💻 36 · 🔀 200 · 📋 470 - 4% open · ⏱️ 22.12.2025):
git clone https://github.com/asottile/pyupgrade
- [PyPi](https://pypi.org/project/pyupgrade) (📥 1.3M / month · 📦 630 · ⏱️ 19.11.2025):
pip install pyupgrade
- [Conda](https://anaconda.org/conda-forge/pyupgrade) (📥 920K · ⏱️ 19.11.2025):
conda install -c conda-forge pyupgrade
autoflake (🥈30 · ⭐ 950) - Removes unused imports and unused variables as reported by pyflakes. MIT - [GitHub](https://github.com/PyCQA/autoflake) (👨‍💻 40 · 🔀 84 · 📋 120 - 31% open · ⏱️ 01.03.2026):
git clone https://github.com/myint/autoflake
- [PyPi](https://pypi.org/project/autoflake) (📥 5.8M / month · 📦 1.4K · ⏱️ 20.02.2026):
pip install autoflake
- [Conda](https://anaconda.org/conda-forge/autoflake) (📥 650K · ⏱️ 20.02.2026):
conda install -c conda-forge autoflake
MonkeyType (🥈26 · ⭐ 5K · 💤) - A Python library that generates static type annotations by.. BSD-3 - [GitHub](https://github.com/Instagram/MonkeyType) (👨‍💻 51 · 🔀 200 · 📋 200 - 30% open · ⏱️ 14.06.2025):
git clone https://github.com/Instagram/MonkeyType
- [PyPi](https://pypi.org/project/monkeytype) (📥 260K / month · 📦 23 · ⏱️ 20.03.2023):
pip install monkeytype
- [Conda](https://anaconda.org/conda-forge/monkeytype) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge monkeytype
unimport (🥉24 · ⭐ 250) - The ultimate linter and formatter for removing unused import statements.. MIT - [GitHub](https://github.com/hakancelikdev/unimport) (👨‍💻 16 · 🔀 21 · 📦 160 · 📋 120 - 0% open · ⏱️ 18.02.2026):
git clone https://github.com/hakancelik96/unimport
- [PyPi](https://pypi.org/project/unimport) (📥 59K / month · 📦 40 · ⏱️ 18.02.2026):
pip install unimport
add-trailing-comma (🥉22 · ⭐ 370) - A tool (and pre-commit hook) to automatically add trailing.. MIT - [GitHub](https://github.com/asottile/add-trailing-comma) (👨‍💻 11 · 🔀 29 · ⏱️ 22.12.2025):
git clone https://github.com/asottile/add-trailing-comma
- [PyPi](https://pypi.org/project/add-trailing-comma) (📥 110K / month · 📦 41 · ⏱️ 10.10.2025):
pip install add-trailing-comma
com2ann (🥉19 · ⭐ 160 · 💤) - Tool for translation type comments to type annotations in Python. MIT - [GitHub](https://github.com/ilevkivskyi/com2ann) (👨‍💻 8 · 🔀 13 · 📦 98 · 📋 33 - 30% open · ⏱️ 02.06.2025):
git clone https://github.com/ilevkivskyi/com2ann
- [PyPi](https://pypi.org/project/com2ann) (📥 19K / month · 📦 2 · ⏱️ 21.08.2021):
pip install com2ann
massedit (🥉17 · ⭐ 120) - Programmatically edit text files with Python. Useful for source to source.. MIT - [GitHub](https://github.com/elmotec/massedit) (👨‍💻 9 · 🔀 15 · 📥 33 · 📦 54 · 📋 8 - 12% open · ⏱️ 21.09.2025):
git clone https://github.com/elmotec/massedit
- [PyPi](https://pypi.org/project/massedit) (📥 2.7K / month · 📦 3 · ⏱️ 21.09.2025):
pip install massedit
Show 8 hidden projects... - redbaron (🥈26 · ⭐ 720 · 💀) - Bottom-up approach to refactoring in python. ❗️LGPL-3.0 - baron (🥉24 · ⭐ 300 · 💀) - IDE allow you to refactor code, Baron allows you to write.. ❗️LGPL-3.0 - eradicate (🥉24 · ⭐ 220) - Removes commented-out code from Python files. ❗️Saxpath - Bowler (🥉23 · ⭐ 1.6K · 💀) - Safe code refactoring for modern Python. MIT - pyannotate (🥉23 · ⭐ 1.4K · 💀) - Auto-generate PEP-484 annotations. Apache-2 - unify (🥉20 · ⭐ 97 · 💀) - Modifies strings to all use the same quote where possible. MIT - pep8ify (🥉15 · ⭐ 120 · 💀) - A library that modifies python source code to conform to pep8. Apache-2 - retype (🥉14 · ⭐ 150 · 💀) - Re-apply type annotations from .pyi stubs to your codebase. MIT


Code Security

Back to top

bandit (🥇38 · ⭐ 7.8K) - Bandit is a tool designed to find common security issues in Python.. Apache-2 - [GitHub](https://github.com/PyCQA/bandit) (👨‍💻 200 · 🔀 730 · 📥 920 · 📦 63K · 📋 740 - 28% open · ⏱️ 23.02.2026):
git clone https://github.com/PyCQA/bandit
- [PyPi](https://pypi.org/project/bandit) (📥 16M / month · 📦 3.4K · ⏱️ 25.02.2026):
pip install bandit
- [Conda](https://anaconda.org/conda-forge/bandit) (📥 590K · ⏱️ 25.02.2026):
conda install -c conda-forge bandit
sqlmap (🥈36 · ⭐ 37K) - Automatic SQL injection and database takeover tool. ❗️GPL-3.0 - [GitHub](https://github.com/sqlmapproject/sqlmap) (👨‍💻 150 · 🔀 6.2K · 📦 21 · 📋 5.4K - 1% open · ⏱️ 26.02.2026):
git clone https://github.com/sqlmapproject/sqlmap
- [PyPi](https://pypi.org/project/sqlmap) (📥 24K / month · 📦 12 · ⏱️ 01.02.2026):
pip install sqlmap
safety (🥈36 · ⭐ 2K) - Safety checks Python dependencies for known security vulnerabilities and.. MIT - [GitHub](https://github.com/pyupio/safety) (👨‍💻 55 · 🔀 170 · 📥 990K · 📦 19K · 📋 270 - 16% open · ⏱️ 04.03.2026):
git clone https://github.com/pyupio/safety
- [PyPi](https://pypi.org/project/safety) (📥 4.6M / month · 📦 1.3K · ⏱️ 25.02.2026):
pip install safety
- [Conda](https://anaconda.org/conda-forge/safety) (📥 160K · ⏱️ 07.11.2025):
conda install -c conda-forge safety
dlint (🥉20 · ⭐ 170) - Dlint is a tool for encouraging best coding practices and helping ensure.. BSD-3 - [GitHub](https://github.com/dlint-py/dlint) (👨‍💻 16 · 🔀 16 · 📋 48 - 50% open · ⏱️ 07.01.2026):
git clone https://github.com/dlint-py/dlint
- [PyPi](https://pypi.org/project/dlint) (📥 110K / month · 📦 93 · ⏱️ 31.10.2024):
pip install dlint
- [Conda](https://anaconda.org/conda-forge/dlint) (📥 13K · ⏱️ 22.04.2025):
conda install -c conda-forge dlint
Show 4 hidden projects... - pyarmor (🥉34 · ⭐ 5K) - A tool used to obfuscate python scripts, bind obfuscated scripts to.. ❗️SGI-B-2.0 - detect-secrets (🥉29 · ⭐ 4.4K · 💀) - An enterprise friendly way of detecting and preventing.. Apache-2 - dodgy (🥉21 · ⭐ 130 · 💀) - Looks at Python code to search for things which look dodgy such as.. MIT - pyt (🥉20 · ⭐ 2.2K · 💀) - A Static Analysis Tool for Detecting Security Vulnerabilities in.. ❗️GPL-2.0


Virtual Environments

Back to top

pipenv (🥇46 · ⭐ 25K) - Python Development Workflow for Humans. MIT - [GitHub](https://github.com/pypa/pipenv) (👨‍💻 540 · 🔀 1.9K · 📦 170K · 📋 4.3K - 3% open · ⏱️ 08.02.2026):
git clone https://github.com/pypa/pipenv
- [PyPi](https://pypi.org/project/pipenv) (📥 24M / month · 📦 250 · ⏱️ 17.12.2025):
pip install pipenv
- [Conda](https://anaconda.org/conda-forge/pipenv) (📥 320K · ⏱️ 17.12.2025):
conda install -c conda-forge pipenv
virtualenv (🥈45 · ⭐ 5K) - Virtual Python Environment builder. MIT - [GitHub](https://github.com/pypa/virtualenv) (👨‍💻 300 · 🔀 1.1K · 📥 34 · 📦 500K · ⏱️ 03.03.2026):
git clone https://github.com/pypa/virtualenv
- [PyPi](https://pypi.org/project/virtualenv) (📥 330M / month · 📦 2.1K · ⏱️ 27.02.2026):
pip install virtualenv
- [Conda](https://anaconda.org/conda-forge/virtualenv) (📥 20M · ⏱️ 04.03.2026):
conda install -c conda-forge virtualenv
nodeenv (🥈37 · ⭐ 1.8K) - Virtual environment for Node.js & integrator with virtualenv. BSD-3 - [GitHub](https://github.com/ekalinin/nodeenv) (👨‍💻 110 · 🔀 220 · 📦 130K · 📋 230 - 28% open · ⏱️ 27.12.2025):
git clone https://github.com/ekalinin/nodeenv
- [PyPi](https://pypi.org/project/nodeenv) (📥 110M / month · 📦 410 · ⏱️ 20.12.2025):
pip install nodeenv
- [Conda](https://anaconda.org/conda-forge/nodeenv) (📥 7.7M · ⏱️ 20.12.2025):
conda install -c conda-forge nodeenv
pyenv (🥈35 · ⭐ 44K) - Simple Python version management. MIT - [GitHub](https://github.com/pyenv/pyenv) (👨‍💻 470 · 🔀 3.2K · 📦 21 · 📋 1.9K - 4% open · ⏱️ 04.03.2026):
git clone https://github.com/pyenv/pyenv
- [PyPi](https://pypi.org/project/pyenv) (📥 14K / month · ⏱️ 12.01.2019):
pip install pyenv
pyenv-virtualenv (🥉23 · ⭐ 6.7K) - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv). MIT - [GitHub](https://github.com/pyenv/pyenv-virtualenv) (👨‍💻 67 · 🔀 430 · 📦 21 · 📋 360 - 27% open · ⏱️ 18.12.2025):
git clone https://github.com/pyenv/pyenv-virtualenv
pyenv-installer (🥉16 · ⭐ 4.1K) - This tool is used to install `pyenv` and friends. MIT - [GitHub](https://github.com/pyenv/pyenv-installer) (👨‍💻 43 · 🔀 460 · 📋 88 - 9% open · ⏱️ 05.09.2025):
git clone https://github.com/pyenv/pyenv-installer
Show 4 hidden projects... - vex (🥉18 · ⭐ 370 · 💀) - Run a command in the named virtualenv. MIT - dh-virtualenv (🥉16 · ⭐ 1.6K · 💀) - Python virtualenvs in Debian packages. ❗️GPL-2.0 - pipenv-pipes (🥉14 · ⭐ 130 · 💀) - A PipEnv Environment Switcher. MIT - freshenv (🥉13 · ⭐ 170 · 💀) - Provision, share, manage local and cloud developer environments. MPL-2.0


Dependency & Package Managers

Back to top

pip (🥇47 · ⭐ 10K) - The Python package installer. MIT - [GitHub](https://github.com/pypa/pip) (👨‍💻 870 · 🔀 3.2K · 📦 250K · 📋 7.8K - 13% open · ⏱️ 04.03.2026):
git clone https://github.com/pypa/pip
- [PyPi](https://pypi.org/project/pip) (📥 660M / month · 📦 5.7K · ⏱️ 05.02.2026):
pip install pip
- [Conda](https://anaconda.org/conda-forge/pip) (📥 200M · ⏱️ 05.02.2026):
conda install -c conda-forge pip
conda (🥇43 · ⭐ 7.3K) - A system-level, binary package and environment manager running on all.. BSD-3 - [GitHub](https://github.com/conda/conda) (👨‍💻 490 · 🔀 2.1K · 📥 43K · 📦 52K · 📋 10K - 5% open · ⏱️ 04.03.2026):
git clone https://github.com/conda/conda
- [PyPi](https://pypi.org/project/conda) (📥 6.4K / month · 📦 83 · ⏱️ 22.04.2017):
pip install conda
- [Conda](https://anaconda.org/conda-forge/conda) (📥 70M · ⏱️ 27.02.2026):
conda install -c conda-forge conda
poetry (🥈42 · ⭐ 34K) - Python packaging and dependency management made easy. MIT - [GitHub](https://github.com/python-poetry/poetry) (👨‍💻 640 · 🔀 2.4K · 📥 16M · 📋 6.4K - 9% open · ⏱️ 28.02.2026):
git clone https://github.com/python-poetry/poetry
- [PyPi](https://pypi.org/project/poetry) (📥 72M / month · 📦 900 · ⏱️ 01.02.2026):
pip install poetry
- [Conda](https://anaconda.org/conda-forge/poetry) (📥 7.7M · ⏱️ 21.01.2026):
conda install -c conda-forge poetry
pip-tools (🥈39 · ⭐ 8K) - A set of tools to keep your pinned Python dependencies fresh. BSD-3 - [GitHub](https://github.com/jazzband/pip-tools) (👨‍💻 220 · 🔀 640 · 📦 37K · 📋 1.2K - 16% open · ⏱️ 05.03.2026):
git clone https://github.com/jazzband/pip-tools
- [PyPi](https://pypi.org/project/pip-tools) (📥 23M / month · 📦 2.9K · ⏱️ 11.02.2026):
pip install pip-tools
- [Conda](https://anaconda.org/conda-forge/pip-tools) (📥 300K · ⏱️ 12.02.2026):
conda install -c conda-forge pip-tools
PDM (🥈37 · ⭐ 8.5K) - A modern Python package and dependency manager supporting the latest PEP.. MIT - [GitHub](https://github.com/pdm-project/pdm) (👨‍💻 240 · 🔀 460 · 📥 13K · 📦 570 · 📋 2K - 2% open · ⏱️ 05.03.2026):
git clone https://github.com/pdm-project/pdm
- [PyPi](https://pypi.org/project/pdm) (📥 8.7M / month · 📦 220 · ⏱️ 22.01.2026):
pip install pdm
- [Conda](https://anaconda.org/conda-forge/pdm) (📥 1.7M · ⏱️ 23.01.2026):
conda install -c conda-forge pdm
pipx (🥉35 · ⭐ 13K) - Install and Run Python Applications in Isolated Environments. MIT - [GitHub](https://github.com/pypa/pipx) (👨‍💻 170 · 🔀 510 · 📥 910K · 📦 4.7K · 📋 890 - 17% open · ⏱️ 23.01.2026):
git clone https://github.com/pypa/pipx
- [PyPi](https://pypi.org/project/pipx) (📥 8.1M / month · 📦 75 · ⏱️ 30.09.2025):
pip install pipx
- [Conda](https://anaconda.org/conda-forge/pipx) (📥 200K · ⏱️ 26.10.2025):
conda install -c conda-forge pipx
pipreqs (🥉33 · ⭐ 7.4K) - pipreqs - Generate pip requirements.txt file based on imports of any.. Apache-2 - [GitHub](https://github.com/bndr/pipreqs) (👨‍💻 76 · 🔀 420 · 📦 40K · 📋 330 - 65% open · ⏱️ 01.03.2026):
git clone https://github.com/bndr/pipreqs
- [PyPi](https://pypi.org/project/pipreqs) (📥 900K / month · 📦 320 · ⏱️ 18.02.2024):
pip install pipreqs
- [Conda](https://anaconda.org/conda-forge/pipreqs) (📥 90K · ⏱️ 22.04.2025):
conda install -c conda-forge pipreqs
mamba (🥉30 · ⭐ 7.9K) - The Fast Cross-Platform Package Manager. BSD-3 - [GitHub](https://github.com/mamba-org/mamba) (👨‍💻 180 · 🔀 430 · 📋 2.1K - 22% open · ⏱️ 04.03.2026):
git clone https://github.com/mamba-org/mamba
- [Conda](https://anaconda.org/conda-forge/mamba) (📥 22M · ⏱️ 08.01.2026):
conda install -c conda-forge mamba
pyflow (🥉21 · ⭐ 1.3K) - An installation and dependency system for Python. MIT - [GitHub](https://github.com/David-OConnor/pyflow) (👨‍💻 29 · 🔀 48 · 📥 8.9K · 📦 42 · 📋 140 - 46% open · ⏱️ 30.12.2025):
git clone https://github.com/David-OConnor/pyflow
- [PyPi](https://pypi.org/project/pyflow) (📥 320 / month · 📦 1 · ⏱️ 02.07.2021):
pip install pyflow
Show 2 hidden projects... - dephell (🥉26 · ⭐ 1.8K · 💀) - Python project management. Manage packages: convert between formats,.. MIT - pip-run (🥉18 · ⭐ 140 · 💤) - pip-run - dynamic dependency loader for Python. ❗Unlicensed


Code Metrics & Complexity

Back to top

prospector (🥇34 · ⭐ 2.1K) - Inspects Python source files and provides information about.. ❗️GPL-2.0 - [GitHub](https://github.com/prospector-dev/prospector) (👨‍💻 98 · 🔀 180 · 📦 5.4K · 📋 400 - 8% open · ⏱️ 16.02.2026):
git clone https://github.com/PyCQA/prospector
- [PyPi](https://pypi.org/project/prospector) (📥 500K / month · 📦 290 · ⏱️ 03.02.2026):
pip install prospector
- [Conda](https://anaconda.org/conda-forge/prospector) (📥 210K · ⏱️ 03.02.2026):
conda install -c conda-forge prospector
mccabe (🥈31 · ⭐ 680 · 💀) - McCabe complexity checker for Python. ❗️Saxpath - [GitHub](https://github.com/PyCQA/mccabe) (👨‍💻 24 · 🔀 65 · 📦 520K · 📋 55 - 18% open · ⏱️ 03.12.2023):
git clone https://github.com/PyCQA/mccabe
- [PyPi](https://pypi.org/project/mccabe) (📥 78M / month · 📦 930 · ⏱️ 24.01.2022):
pip install mccabe
- [Conda](https://anaconda.org/conda-forge/mccabe) (📥 11M · ⏱️ 22.04.2025):
conda install -c conda-forge mccabe
wily (🥉26 · ⭐ 1.3K) - A Python application for tracking, reporting on timing and complexity in.. Apache-2 - [GitHub](https://github.com/tonybaloney/wily) (👨‍💻 24 · 🔀 63 · 📦 280 · 📋 120 - 37% open · ⏱️ 19.10.2025):
git clone https://github.com/tonybaloney/wily
- [PyPi](https://pypi.org/project/wily) (📥 43K / month · 📦 2 · ⏱️ 11.10.2023):
pip install wily
Show 3 hidden projects... - radon (🥈30 · ⭐ 1.9K · 💀) - Various code metrics for Python code. MIT - xenon (🥉24 · ⭐ 270 · 💀) - Monitoring tool based on radon. MIT - cohesion (🥉16 · ⭐ 260 · 💀) - A tool for measuring Python class cohesion. ❗️GPL-3.0


Logging

Back to top

rich (🥇47 · ⭐ 56K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT - [GitHub](https://github.com/Textualize/rich) (👨‍💻 290 · 🔀 2K · 📦 510K · 📋 1.6K - 19% open · ⏱️ 26.02.2026):
git clone https://github.com/Textualize/rich
- [PyPi](https://pypi.org/project/rich) (📥 370M / month · 📦 35K · ⏱️ 19.02.2026):
pip install rich
- [Conda](https://anaconda.org/conda-forge/rich) (📥 18M · ⏱️ 20.02.2026):
conda install -c conda-forge rich
tqdm (🥇44 · ⭐ 31K) - A Fast, Extensible Progress Bar for Python and CLI. MPL-2.0 - [GitHub](https://github.com/tqdm/tqdm) (👨‍💻 130 · 🔀 1.4K · 📥 20K · 📦 1.2M · 📋 1.2K - 49% open · ⏱️ 03.02.2026):
git clone https://github.com/tqdm/tqdm
- [PyPi](https://pypi.org/project/tqdm) (📥 340M / month · 📦 50K · ⏱️ 03.02.2026):
pip install tqdm
- [Conda](https://anaconda.org/conda-forge/tqdm) (📥 46M · ⏱️ 03.02.2026):
conda install -c conda-forge tqdm
- [Docker Hub](https://hub.docker.com/r/tqdm/tqdm) (📥 5.9K · ⭐ 3 · ⏱️ 28.02.2026):
docker pull tqdm/tqdm
sentry-sdk (🥇40 · ⭐ 2.1K) - The official Python SDK for Sentry.io. MIT - [GitHub](https://github.com/getsentry/sentry-python) (👨‍💻 300 · 🔀 580 · 📥 3.8K · 📋 2.1K - 13% open · ⏱️ 05.03.2026):
git clone https://github.com/getsentry/sentry-python
- [PyPi](https://pypi.org/project/sentry-sdk) (📥 96M / month · 📦 1.5K · ⏱️ 03.03.2026):
pip install sentry-sdk
- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 1.5M · ⏱️ 04.03.2026):
conda install -c conda-forge sentry-sdk
loguru (🥈38 · ⭐ 24K) - Python logging made (stupidly) simple. MIT - [GitHub](https://github.com/Delgan/loguru) (👨‍💻 72 · 🔀 760 · 📦 150K · 📋 1.1K - 20% open · ⏱️ 22.02.2026):
git clone https://github.com/Delgan/loguru
- [PyPi](https://pypi.org/project/loguru) (📥 62M / month · 📦 11K · ⏱️ 06.12.2024):
pip install loguru
- [Conda](https://anaconda.org/conda-forge/loguru) (📥 4.1M · ⏱️ 16.01.2026):
conda install -c conda-forge loguru
structlog (🥈38 · ⭐ 4.6K) - Simple, powerful, and fast logging for Python. Apache-2 - [GitHub](https://github.com/hynek/structlog) (👨‍💻 140 · 🔀 270 · 📦 30K · 📋 390 - 8% open · ⏱️ 04.03.2026):
git clone https://github.com/hynek/structlog
- [PyPi](https://pypi.org/project/structlog) (📥 61M / month · 📦 2.2K · ⏱️ 27.10.2025):
pip install structlog
- [Conda](https://anaconda.org/conda-forge/structlog) (📥 1M · ⏱️ 28.10.2025):
conda install -c conda-forge structlog
tabulate (🥈36 · ⭐ 2.5K · 📈) - Pretty-print tabular data in Python, a library and a command-line.. MIT - [GitHub](https://github.com/astanin/python-tabulate) (👨‍💻 110 · 🔀 180 · 📋 300 - 37% open · ⏱️ 05.03.2026):
git clone https://github.com/astanin/python-tabulate
- [PyPi](https://pypi.org/project/tabulate) (📥 150M / month · 📦 12K · ⏱️ 04.03.2026):
pip install tabulate
- [Conda](https://anaconda.org/conda-forge/tabulate) (📥 11M · ⏱️ 07.12.2025):
conda install -c conda-forge tabulate
colorlog (🥉31 · ⭐ 960) - A colored formatter for the python logging module. MIT - [GitHub](https://github.com/borntyping/python-colorlog) (👨‍💻 35 · 🔀 95 · 📦 63K · ⏱️ 16.10.2025):
git clone https://github.com/borntyping/python-colorlog
- [PyPi](https://pypi.org/project/colorlog) (📥 51M / month · 📦 2.7K · ⏱️ 16.10.2025):
pip install colorlog
- [Conda](https://anaconda.org/conda-forge/colorlog) (📥 6.4M · ⏱️ 16.10.2025):
conda install -c conda-forge colorlog
alive-progress (🥉30 · ⭐ 6.3K) - A new kind of Progress Bar, with real-time throughput, ETA, and.. MIT - [GitHub](https://github.com/rsalmei/alive-progress) (👨‍💻 11 · 🔀 230 · 📦 4.9K · 📋 250 - 6% open · ⏱️ 10.10.2025):
git clone https://github.com/rsalmei/alive-progress
- [PyPi](https://pypi.org/project/alive-progress) (📥 3.2M / month · 📦 590 · ⏱️ 20.07.2025):
pip install alive-progress
- [Conda](https://anaconda.org/conda-forge/alive-progress) (📥 240K · ⏱️ 22.04.2025):
conda install -c conda-forge alive-progress
notifiers (🥉28 · ⭐ 2.7K) - The easy way to send notifications. MIT - [GitHub](https://github.com/liiight/notifiers) (👨‍💻 27 · 🔀 110 · 📦 1.4K · 📋 110 - 36% open · ⏱️ 26.12.2025):
git clone https://github.com/liiight/notifiers
- [PyPi](https://pypi.org/project/notifiers) (📥 490K / month · 📦 37 · ⏱️ 17.05.2025):
pip install notifiers
- [Conda](https://anaconda.org/conda-forge/notifiers) (📥 65K · ⏱️ 20.05.2025):
conda install -c conda-forge notifiers
better-exceptions (🥉25 · ⭐ 4.7K) - Pretty and useful exceptions in Python, automatically. MIT - [GitHub](https://github.com/Qix-/better-exceptions) (👨‍💻 19 · 🔀 200 · 📋 85 - 40% open · ⏱️ 22.10.2025):
git clone https://github.com/Qix-/better-exceptions
- [PyPi](https://pypi.org/project/better-exceptions) (📥 430K / month · 📦 100 · ⏱️ 29.01.2021):
pip install better-exceptions
stackprinter (🥉25 · ⭐ 1.3K) - Debugging-friendly exceptions for Python. MIT - [GitHub](https://github.com/cknd/stackprinter) (👨‍💻 8 · 🔀 41 · 📦 450 · 📋 36 - 30% open · ⏱️ 30.10.2025):
git clone https://github.com/cknd/stackprinter
- [PyPi](https://pypi.org/project/stackprinter) (📥 380K / month · 📦 48 · ⏱️ 13.03.2024):
pip install stackprinter
- [Conda](https://anaconda.org/conda-forge/stackprinter) (📥 17K · ⏱️ 08.01.2026):
conda install -c conda-forge stackprinter
Show 10 hidden projects... - prettytable (🥈35 · ⭐ 1.6K) - Display tabular data in a visually appealing ASCII table.. ❗Unlicensed - logbook (🥈33 · ⭐ 1.5K) - A cool logging replacement for Python. ❗Unlicensed - python-json-logger (🥈32 · ⭐ 1.8K · 💀) - Json Formatter for the standard python logger. BSD-2 - python-coloredlogs (🥉30 · ⭐ 560 · 💀) - Colored terminal output for Pythons logging module. MIT - progressbar2 (🥉29 · ⭐ 880 · 💀) - Progressbar 2 - A progress bar for Python 2 and Python 3 -.. BSD-3 - wasabi (🥉27 · ⭐ 470 · 💀) - A lightweight console printing and formatting toolkit. MIT - rebound (🥉25 · ⭐ 4.1K · 💀) - Instant Stack Overflow results whenever an exception is thrown. ❗️GPL-2.0 - PrettyErrors (🥉23 · ⭐ 2.9K · 💀) - Prettify Python exception output to make it legible. MIT - python-devtools (🥉22 · ⭐ 1.1K · 💀) - Dev tools for python. MIT - tbvaccine (🥉17 · ⭐ 380 · 💀) - A small utility to pretty-print Python tracebacks. MIT


Shell

Back to top

xxh (🥉19 · ⭐ 5.9K) - Bring your favorite shell wherever you go through the ssh. Xonsh shell,.. BSD-2 - [GitHub](https://github.com/xxh/xxh) (👨‍💻 27 · 🔀 120 · 📥 5.1K · 📋 99 - 30% open · ⏱️ 22.09.2025):
git clone https://github.com/xxh/xxh
- [PyPi](https://pypi.org/project/xxh-xxh) (📥 880 / month · ⏱️ 06.04.2024):
pip install xxh-xxh
Show 1 hidden projects... - xonsh (🥇38 · ⭐ 9.2K) - Python-powered shell. Full-featured, cross-platform and AI-.. ❗️BSD-1-Clause


Documentation

Back to top

🔗 best-of-mkdocs ( ⭐ 1.7K) - Collection of MkDocs projects and plugins.

mkdocs-material (🥇42 · ⭐ 26K) - Documentation that simply works. MIT - [GitHub](https://github.com/squidfunk/mkdocs-material) (👨‍💻 330 · 🔀 4K · 📦 81K · 📋 2.7K - 0% open · ⏱️ 05.03.2026):
git clone https://github.com/squidfunk/mkdocs-material
- [PyPi](https://pypi.org/project/mkdocs-material) (📥 15M / month · 📦 8.9K · ⏱️ 03.03.2026):
pip install mkdocs-material
- [Conda](https://anaconda.org/conda-forge/mkdocs-material) (📥 900K · ⏱️ 25.02.2026):
conda install -c conda-forge mkdocs-material
mkdocs (🥇40 · ⭐ 22K) - Project documentation with Markdown. BSD-2 - [GitHub](https://github.com/mkdocs/mkdocs) (👨‍💻 260 · 🔀 2.6K · 📦 96K · 📋 2.1K - 6% open · ⏱️ 20.10.2025):
git clone https://github.com/mkdocs/mkdocs
- [PyPi](https://pypi.org/project/mkdocs) (📥 15M / month · 📦 7.1K · ⏱️ 30.08.2024):
pip install mkdocs
- [Conda](https://anaconda.org/conda-forge/mkdocs) (📥 790K · ⏱️ 22.04.2025):
conda install -c conda-forge mkdocs
sphinx_rtd_theme (🥈38 · ⭐ 5K) - Sphinx theme from Read the Docs. MIT - [GitHub](https://github.com/readthedocs/sphinx_rtd_theme) (👨‍💻 120 · 🔀 1.8K · 📦 16 · 📋 940 - 27% open · ⏱️ 12.01.2026):
git clone https://github.com/readthedocs/sphinx_rtd_theme
- [PyPi](https://pypi.org/project/sphinx_rtd_theme) (📥 13M / month · 📦 20K · ⏱️ 12.01.2026):
pip install sphinx_rtd_theme
- [Conda](https://anaconda.org/conda-forge/sphinx_rtd_theme) (📥 4.9M · ⏱️ 23.01.2026):
conda install -c conda-forge sphinx_rtd_theme
mkdocstrings (🥈34 · ⭐ 2.1K) - Automatic documentation from sources, for MkDocs. ISC - [GitHub](https://github.com/mkdocstrings/mkdocstrings) (👨‍💻 54 · 🔀 120 · 📦 24K · 📋 470 - 1% open · ⏱️ 10.02.2026):
git clone https://github.com/mkdocstrings/mkdocstrings
- [PyPi](https://pypi.org/project/mkdocstrings) (📥 6.9M / month · 📦 1.9K · ⏱️ 07.02.2026):
pip install mkdocstrings
- [Conda](https://anaconda.org/conda-forge/mkdocstrings) (📥 310K · ⏱️ 08.02.2026):
conda install -c conda-forge mkdocstrings
Griffe (🥈34 · ⭐ 610 · 📈) - Signatures for entire Python programs. Extract the structure, the.. ISC - [GitHub](https://github.com/mkdocstrings/griffe) (👨‍💻 46 · 🔀 63 · 📦 15K · 📋 300 - 9% open · ⏱️ 10.02.2026):
git clone https://github.com/mkdocstrings/griffe
- [PyPi](https://pypi.org/project/griffe) (📥 26M / month · 📦 440 · ⏱️ 09.02.2026):
pip install griffe
- [Conda](https://anaconda.org/conda-forge/griffe) (📥 790K · ⏱️ 23.02.2026):
conda install -c conda-forge griffe
sphinx-autodoc-typehints (🥈34 · ⭐ 580) - Type hints support for the Sphinx autodoc extension. MIT - [GitHub](https://github.com/tox-dev/sphinx-autodoc-typehints) (👨‍💻 66 · 🔀 110 · 📦 60K · 📋 230 - 0% open · ⏱️ 04.03.2026):
git clone https://github.com/tox-dev/sphinx-autodoc-typehints
- [PyPi](https://pypi.org/project/sphinx-autodoc-typehints) (📥 6.6M / month · 📦 6.4K · ⏱️ 04.03.2026):
pip install sphinx-autodoc-typehints
- [Conda](https://anaconda.org/conda-forge/sphinx-autodoc-typehints) (📥 1M · ⏱️ 02.03.2026):
conda install -c conda-forge sphinx-autodoc-typehints
breathe (🥈31 · ⭐ 810) - ReStructuredText and Sphinx bridge to Doxygen. BSD-3 - [GitHub](https://github.com/breathe-doc/breathe) (👨‍💻 120 · 🔀 210 · 📥 800 · 📦 19K · 📋 620 - 30% open · ⏱️ 01.12.2025):
git clone https://github.com/michaeljones/breathe
- [PyPi](https://pypi.org/project/breathe) (📥 1.4M / month · 📦 130 · ⏱️ 08.07.2025):
pip install breathe
- [Conda](https://anaconda.org/conda-forge/breathe) (📥 1M · ⏱️ 22.04.2025):
conda install -c conda-forge breathe
pdoc3 (🥉28 · ⭐ 1.2K) - Auto-generate API documentation for Python projects. ❗️AGPL-3.0 - [GitHub](https://github.com/pdoc3/pdoc) (👨‍💻 69 · 🔀 140 · 📦 5.1K · 📋 340 - 30% open · ⏱️ 03.11.2025):
git clone https://github.com/pdoc3/pdoc
- [PyPi](https://pypi.org/project/pdoc3) (📥 560K / month · 📦 490 · ⏱️ 20.03.2025):
pip install pdoc3
- [Conda](https://anaconda.org/anaconda/pdoc3) (📥 2.6K · ⏱️ 17.10.2025):
conda install -c anaconda pdoc3
sphinx-autobuild (🥉28 · ⭐ 600) - Watch a Sphinx directory and rebuild the documentation.. MIT - [GitHub](https://github.com/sphinx-doc/sphinx-autobuild) (👨‍💻 37 · 🔀 91 · 📦 31K · 📋 110 - 17% open · ⏱️ 16.12.2025):
git clone https://github.com/executablebooks/sphinx-autobuild
- [PyPi](https://pypi.org/project/sphinx-autobuild) (📥 5.9M / month · 📦 2.3K · ⏱️ 25.08.2025):
pip install sphinx-autobuild
- [Conda](https://anaconda.org/conda-forge/sphinx-autobuild) (📥 470K · ⏱️ 04.11.2025):
conda install -c conda-forge sphinx-autobuild
blacken-docs (🥉26 · ⭐ 680) - Run `black` on python code blocks in documentation files. MIT - [GitHub](https://github.com/adamchainz/blacken-docs) (👨‍💻 26 · 🔀 45 · 📦 1.5K · 📋 81 - 11% open · ⏱️ 14.02.2026):
git clone https://github.com/asottile/blacken-docs
- [PyPi](https://pypi.org/project/blacken-docs) (📥 250K / month · 📦 120 · ⏱️ 08.09.2025):
pip install blacken-docs
- [Conda](https://anaconda.org/conda-forge/blacken-docs) (📥 59K · ⏱️ 08.09.2025):
conda install -c conda-forge blacken-docs
mkdocs-awesome-pages-plugin (🥉24 · ⭐ 620) - A plugin for customizing the navigation structure of.. MIT - [GitHub](https://github.com/lukasgeiter/mkdocs-awesome-nav) (👨‍💻 11 · 🔀 41 · 📦 480 · 📋 120 - 19% open · ⏱️ 02.12.2025):
git clone https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
- [PyPi](https://pypi.org/project/mkdocs-awesome-pages-plugin) (📥 860K / month · 📦 220 · ⏱️ 22.12.2024):
pip install mkdocs-awesome-pages-plugin
lazydocs (🥉24 · ⭐ 240 · 💤) - Generate markdown API documentation from Google-style Python.. MIT - [GitHub](https://github.com/ml-tooling/lazydocs) (👨‍💻 13 · 🔀 46 · 📦 400 · 📋 45 - 8% open · ⏱️ 28.08.2025):
git clone https://github.com/ml-tooling/lazydocs
- [PyPi](https://pypi.org/project/lazydocs) (📥 340K / month · 📦 65 · ⏱️ 27.07.2021):
pip install lazydocs
pytkdocs (🥉23 · ⭐ 54 · 💤) - Load Python objects documentation. ISC - [GitHub](https://github.com/mkdocstrings/pytkdocs) (👨‍💻 23 · 🔀 30 · 📦 1.6K · 📋 100 - 5% open · ⏱️ 09.03.2025):
git clone https://github.com/mkdocstrings/pytkdocs
- [PyPi](https://pypi.org/project/pytkdocs) (📥 130K / month · 📦 22 · ⏱️ 09.03.2025):
pip install pytkdocs
- [Conda](https://anaconda.org/conda-forge/pytkdocs) (📥 220K · ⏱️ 22.04.2025):
conda install -c conda-forge pytkdocs
mkdocs-pdf-export-plugin (🥉22 · ⭐ 340) - An MkDocs plugin to export content pages as PDF files. MIT - [GitHub](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin) (👨‍💻 12 · 🔀 39 · 📦 1.5K · 📋 90 - 48% open · ⏱️ 08.10.2025):
git clone https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
- [PyPi](https://pypi.org/project/mkdocs-pdf-export-plugin) (📥 42K / month · 📦 6 · ⏱️ 05.10.2021):
pip install mkdocs-pdf-export-plugin
mkdocs-print-site-plugin (🥉20 · ⭐ 180) - MkDocs Plugin that adds an additional page that.. MIT - [GitHub](https://github.com/timvink/mkdocs-print-site-plugin) (👨‍💻 16 · 🔀 29 · 📋 110 - 11% open · ⏱️ 30.10.2025):
git clone https://github.com/timvink/mkdocs-print-site-plugin
- [PyPi](https://pypi.org/project/mkdocs-print-site-plugin) (📥 130K / month · 📦 22 · ⏱️ 03.08.2025):
pip install mkdocs-print-site-plugin
Show 13 hidden projects... - sphinx (🥇41 · ⭐ 7.7K · 📉) - The Sphinx documentation generator. ❗Unlicensed - alabaster (🥈33 · ⭐ 760 · 💀) - Lightweight, configurable Sphinx theme. BSD-3 - pdoc (🥈32 · ⭐ 2.5K) - API Documentation for Python Projects. ❗️MIT-0 - numpydoc (🥈29 · ⭐ 340) - Numpys Sphinx extensions. ❗Unlicensed - interrogate (🥉27 · ⭐ 660 · 💀) - Explain yourself! Interrogate a codebase for docstring coverage. MIT - sphinx-bootstrap-theme (🥉26 · ⭐ 590 · 💀) - Sphinx Bootstrap Theme. MIT - sphinx-markdown-builder (🥉25 · ⭐ 160 · 💀) - DISCONTINUED: sphinx builder that outputs markdown.. MIT - mkdocs-with-pdf (🥉24 · ⭐ 390 · 💀) - Generate a single PDF file from MkDocs repository. MIT - portray (🥉23 · ⭐ 870 · 💀) - Your Project with Great Documentation. MIT - pycco (🥉22 · ⭐ 860 · 💀) - Literate-style documentation generator. MIT - releases (🥉22 · ⭐ 180 · 💀) - A powerful Sphinx changelog-generating extension. BSD-2 - mkdocs-git-revision-date-plugin (🥉21 · ⭐ 61 · 💀) - MkDocs plugin for setting revision date from git per.. MIT - mkdocs-versioning (🥉16 · ⭐ 40 · 💀) - A tool that allows for versioning sites built with.. MIT


Debugging Tools

Back to top

icecream (🥇32 · ⭐ 10K) - Never use print() to debug again. MIT - [GitHub](https://github.com/gruns/icecream) (👨‍💻 37 · 🔀 220 · 📦 21 · 📋 170 - 38% open · ⏱️ 21.01.2026):
git clone https://github.com/gruns/icecream
- [PyPi](https://pypi.org/project/icecream) (📥 2.5M / month · 📦 580 · ⏱️ 21.01.2026):
pip install icecream
- [Conda](https://anaconda.org/conda-forge/icecream) (📥 99K · ⏱️ 23.01.2026):
conda install -c conda-forge icecream
PySnooper (🥈31 · ⭐ 17K · 💤) - Never use print for debugging again. MIT - [GitHub](https://github.com/cool-RR/PySnooper) (👨‍💻 29 · 🔀 950 · 📦 2.1K · 📋 140 - 21% open · ⏱️ 31.05.2025):
git clone https://github.com/cool-RR/PySnooper
- [PyPi](https://pypi.org/project/pysnooper) (📥 560K / month · 📦 67 · ⏱️ 31.05.2025):
pip install pysnooper
- [Conda](https://anaconda.org/conda-forge/pysnooper) (📥 150K · ⏱️ 22.04.2025):
conda install -c conda-forge pysnooper
pyelftools (🥈31 · ⭐ 2.2K) - Parsing ELF and DWARF in Python. Unlicense - [GitHub](https://github.com/eliben/pyelftools) (👨‍💻 110 · 🔀 540 · 📦 12K · 📋 280 - 27% open · ⏱️ 01.12.2025):
git clone https://github.com/eliben/pyelftools
- [PyPi](https://pypi.org/project/pyelftools) (📥 10M / month · 📦 270 · ⏱️ 19.02.2025):
pip install pyelftools
- [Conda](https://anaconda.org/conda-forge/pyelftools) (📥 1.2M · ⏱️ 22.04.2025):
conda install -c conda-forge pyelftools
ipdb (🥈31 · ⭐ 2K) - Integration of IPython pdb. BSD-3 - [GitHub](https://github.com/gotcha/ipdb) (👨‍💻 60 · 🔀 150 · 📦 68K · 📋 210 - 36% open · ⏱️ 27.02.2026):
git clone https://github.com/gotcha/ipdb
- [PyPi](https://pypi.org/project/ipdb) (📥 14M / month · 📦 1.1K · ⏱️ 09.03.2023):
pip install ipdb
- [Conda](https://anaconda.org/conda-forge/ipdb) (📥 770K · ⏱️ 22.04.2025):
conda install -c conda-forge ipdb
gdbgui (🥉27 · ⭐ 10K · 💤) - Browser-based frontend to gdb (gnu debugger). Add breakpoints,.. ❗️GPL-3.0 - [GitHub](https://github.com/cs01/gdbgui) (👨‍💻 45 · 🔀 520 · 📥 20K · 📦 510 · 📋 340 - 49% open · ⏱️ 29.06.2025):
git clone https://github.com/cs01/gdbgui
- [PyPi](https://pypi.org/project/gdbgui) (📥 9K / month · 📦 2 · ⏱️ 29.06.2025):
pip install gdbgui
pyrasite (🥉23 · ⭐ 2.9K · 💤) - Inject code into running Python processes. ❗️GPL-3.0 - [GitHub](https://github.com/lmacken/pyrasite) (👨‍💻 25 · 🔀 200 · 📦 71 · 📋 60 - 71% open · ⏱️ 07.04.2025):
git clone https://github.com/lmacken/pyrasite
- [PyPi](https://pypi.org/project/pyrasite) (📥 77K / month · ⏱️ 09.05.2012):
pip install pyrasite
snoop (🥉23 · ⭐ 1.4K) - A powerful set of Python debugging tools, based on PySnooper. MIT - [GitHub](https://github.com/alexmojaki/snoop) (👨‍💻 22 · 🔀 41 · 📋 57 - 45% open · ⏱️ 11.01.2026):
git clone https://github.com/alexmojaki/snoop
- [PyPi](https://pypi.org/project/snoop) (📥 240K / month · 📦 41 · ⏱️ 06.10.2024):
pip install snoop
- [Conda](https://anaconda.org/conda-forge/snoop) (📥 12K · ⏱️ 22.04.2025):
conda install -c conda-forge snoop
python-hunter (🥉23 · ⭐ 860 · 💤) - Hunter is a flexible code tracing toolkit. BSD-2 - [GitHub](https://github.com/ionelmc/python-hunter) (👨‍💻 10 · 🔀 51 · 📋 100 - 46% open · ⏱️ 22.08.2025):
git clone https://github.com/ionelmc/python-hunter
- [PyPi](https://pypi.org/project/hunter) (📥 1.1M / month · 📦 17 · ⏱️ 22.08.2025):
pip install hunter
- [Conda](https://anaconda.org/conda-forge/hunter) (📥 210K · ⏱️ 03.11.2025):
conda install -c conda-forge hunter
Birdseye (🥉21 · ⭐ 1.7K) - Graphical Python debugger which lets you easily view the values of all.. MIT - [GitHub](https://github.com/alexmojaki/birdseye) (👨‍💻 10 · 🔀 73 · 📋 58 - 36% open · ⏱️ 06.09.2025):
git clone https://github.com/alexmojaki/birdseye
- [PyPi](https://pypi.org/project/birdseye) (📥 1.4K / month · 📦 9 · ⏱️ 06.09.2025):
pip install birdseye
Show 4 hidden projects... - pudb (🥇33 · ⭐ 3.2K) - Full-screen console debugger for Python. ❗Unlicensed - pdbpp (🥉28 · ⭐ 1.4K · 💀) - pdb++, a drop-in replacement for pdb (the Python debugger). BSD-3 - python-manhole (🥉20 · ⭐ 400 · 💀) - Debugging manhole for python applications. BSD-2 - reloadium (🥉18 · ⭐ 3K · 💀) - Hot Reloading and Profiling for Python. Apache-2


Testing Tools

Back to top

🔗 best-of-web-python - Testing ( ⭐ 2.7K) - Testing libraries & tools for python web frameworks.

🔗 unittest - Unittest is a test framework included in the Python standard library.

pytest (🥇49 · ⭐ 14K) - The pytest framework makes it easy to write small tests, yet scales to.. MIT - [GitHub](https://github.com/pytest-dev/pytest) (👨‍💻 1.1K · 🔀 3K · 📥 29K · 📦 1.7M · 📋 6.4K - 15% open · ⏱️ 04.03.2026):
git clone https://github.com/pytest-dev/pytest
- [PyPi](https://pypi.org/project/pytest) (📥 510M / month · 📦 120K · ⏱️ 06.12.2025):
pip install pytest
- [Conda](https://anaconda.org/conda-forge/pytest) (📥 45M · ⏱️ 06.12.2025):
conda install -c conda-forge pytest
robotframework (🥇43 · ⭐ 11K) - Generic automation framework for acceptance testing and RPA. Apache-2 - [GitHub](https://github.com/robotframework/robotframework) (👨‍💻 220 · 🔀 2.5K · 📥 580 · 📦 14K · 📋 4.8K - 5% open · ⏱️ 03.03.2026):
git clone https://github.com/robotframework/robotframework
- [PyPi](https://pypi.org/project/robotframework) (📥 4.7M / month · 📦 1.1K · ⏱️ 03.03.2026):
pip install robotframework
- [Conda](https://anaconda.org/conda-forge/robotframework) (📥 260K · ⏱️ 04.03.2026):
conda install -c conda-forge robotframework
hypothesis (🥇42 · ⭐ 8.5K) - The property-based testing library for Python. MPL-2.0 - [GitHub](https://github.com/HypothesisWorks/hypothesis) (👨‍💻 360 · 🔀 630 · 📦 38K · 📋 1.7K - 3% open · ⏱️ 01.03.2026):
git clone https://github.com/HypothesisWorks/hypothesis
- [PyPi](https://pypi.org/project/hypothesis) (📥 24M / month · 📦 4K · ⏱️ 16.02.2026):
pip install hypothesis
- [Conda](https://anaconda.org/conda-forge/hypothesis) (📥 17M · ⏱️ 17.02.2026):
conda install -c conda-forge hypothesis
tox (🥇42 · ⭐ 3.9K) - Command line driven CI frontend and development task automation tool. MIT - [GitHub](https://github.com/tox-dev/tox) (👨‍💻 340 · 🔀 550 · 📦 130K · 📋 1.9K - 0% open · ⏱️ 04.03.2026):
git clone https://github.com/tox-dev/tox
- [PyPi](https://pypi.org/project/tox) (📥 29M / month · 📦 13K · ⏱️ 04.03.2026):
pip install tox
- [Conda](https://anaconda.org/conda-forge/tox) (📥 1.7M · ⏱️ 01.03.2026):
conda install -c conda-forge tox
playwright-python (🥇40 · ⭐ 14K) - Python version of the Playwright testing and automation.. Apache-2 - [GitHub](https://github.com/microsoft/playwright-python) (👨‍💻 51 · 🔀 1.1K · 📦 51K · 📋 1.5K - 4% open · ⏱️ 11.02.2026):
git clone https://github.com/microsoft/playwright-python
- [PyPi](https://pypi.org/project/playwright) (📥 39M / month · 📦 3.7K · ⏱️ 30.01.2026):
pip install playwright
pytest-asyncio (🥇40 · ⭐ 1.6K) - Asyncio support for pytest. Apache-2 - [GitHub](https://github.com/pytest-dev/pytest-asyncio) (👨‍💻 77 · 🔀 180 · 📥 1.9K · 📦 180K · 📋 390 - 13% open · ⏱️ 02.03.2026):
git clone https://github.com/pytest-dev/pytest-asyncio
- [PyPi](https://pypi.org/project/pytest-asyncio) (📥 130M / month · 📦 15K · ⏱️ 10.11.2025):
pip install pytest-asyncio
- [Conda](https://anaconda.org/conda-forge/pytest-asyncio) (📥 3M · ⏱️ 10.11.2025):
conda install -c conda-forge pytest-asyncio
pytest-xdist (🥈38 · ⭐ 1.8K) - pytest plugin for distributed testing and loop-on-failures.. MIT - [GitHub](https://github.com/pytest-dev/pytest-xdist) (👨‍💻 110 · 🔀 250 · 📥 400 · 📦 130K · 📋 700 - 42% open · ⏱️ 03.03.2026):
git clone https://github.com/pytest-dev/pytest-xdist
- [PyPi](https://pypi.org/project/pytest-xdist) (📥 87M / month · 📦 5.6K · ⏱️ 01.07.2025):
pip install pytest-xdist
- [Conda](https://anaconda.org/conda-forge/pytest-xdist) (📥 11M · ⏱️ 02.07.2025):
conda install -c conda-forge pytest-xdist
pytest-mock (🥈36 · ⭐ 2K · 📉) - Thin-wrapper around the mock package for easier use with.. MIT - [GitHub](https://github.com/pytest-dev/pytest-mock) (👨‍💻 82 · 🔀 150 · 📥 160 · 📦 130K · 📋 170 - 8% open · ⏱️ 24.02.2026):
git clone https://github.com/pytest-dev/pytest-mock
- [PyPi](https://pypi.org/project/pytest-mock) (📥 76M / month · 📦 9.4K · ⏱️ 16.09.2025):
pip install pytest-mock
- [Conda](https://anaconda.org/conda-forge/pytest-mock) (📥 4.7M · ⏱️ 17.09.2025):
conda install -c conda-forge pytest-mock
pytest-cov (🥈35 · ⭐ 2K) - Coverage plugin for pytest. MIT - [GitHub](https://github.com/pytest-dev/pytest-cov) (👨‍💻 100 · 🔀 230 · 📋 450 - 34% open · ⏱️ 02.03.2026):
git clone https://github.com/pytest-dev/pytest-cov
- [PyPi](https://pypi.org/project/pytest-cov) (📥 140M / month · 📦 48K · ⏱️ 09.09.2025):
pip install pytest-cov
- [Conda](https://anaconda.org/conda-forge/pytest-cov) (📥 17M · ⏱️ 11.09.2025):
conda install -c conda-forge pytest-cov
pytest-html (🥈35 · ⭐ 770) - Plugin for generating HTML reports for pytest results. MPL-2.0 - [GitHub](https://github.com/pytest-dev/pytest-html) (👨‍💻 65 · 🔀 250 · 📦 58K · 📋 450 - 41% open · ⏱️ 05.03.2026):
git clone https://github.com/pytest-dev/pytest-html
- [PyPi](https://pypi.org/project/pytest-html) (📥 19M / month · 📦 1.1K · ⏱️ 19.01.2026):
pip install pytest-html
- [Conda](https://anaconda.org/conda-forge/pytest-html) (📥 950K · ⏱️ 21.01.2026):
conda install -c conda-forge pytest-html
mimesis (🥈34 · ⭐ 4.8K) - Mimesis is a fast Python library for generating fake data in multiple.. MIT - [GitHub](https://github.com/lk-geimfari/mimesis) (👨‍💻 130 · 🔀 350 · 📥 870 · 📦 2.3K · 📋 360 - 3% open · ⏱️ 18.01.2026):
git clone https://github.com/lk-geimfari/mimesis
- [PyPi](https://pypi.org/project/mimesis) (📥 1.8M / month · 📦 83 · ⏱️ 11.01.2026):
pip install mimesis
- [Conda](https://anaconda.org/conda-forge/mimesis) (📥 370K · ⏱️ 11.01.2026):
conda install -c conda-forge mimesis
nox (🥈34 · ⭐ 1.5K) - Flexible test automation for Python. Apache-2 - [GitHub](https://github.com/wntrblm/nox) (👨‍💻 120 · 🔀 180 · 📦 7.5K · 📋 440 - 15% open · ⏱️ 16.02.2026):
git clone https://github.com/theacodes/nox
- [PyPi](https://pypi.org/project/nox) (📥 5.2M / month · 📦 1.5K · ⏱️ 10.02.2026):
pip install nox
- [Conda](https://anaconda.org/conda-forge/nox) (📥 560K · ⏱️ 10.02.2026):
conda install -c conda-forge nox
pytest-bdd (🥈34 · ⭐ 1.4K) - BDD library for the pytest runner. MIT - [GitHub](https://github.com/pytest-dev/pytest-bdd) (👨‍💻 65 · 🔀 230 · 📦 4.7K · 📋 380 - 22% open · ⏱️ 06.12.2025):
git clone https://github.com/pytest-dev/pytest-bdd
- [PyPi](https://pypi.org/project/pytest-bdd) (📥 2.2M / month · 📦 110 · ⏱️ 05.12.2024):
pip install pytest-bdd
- [Conda](https://anaconda.org/conda-forge/pytest-bdd) (📥 74K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-bdd
nose2 (🥈34 · ⭐ 820 · 📈) - The successor to nose, based on unittest2. BSD-2 - [GitHub](https://github.com/nose-devs/nose2) (👨‍💻 83 · 🔀 130 · 📦 27K · 📋 240 - 17% open · ⏱️ 02.03.2026):
git clone https://github.com/nose-devs/nose2
- [PyPi](https://pypi.org/project/nose2) (📥 600K / month · 📦 360 · ⏱️ 02.03.2026):
pip install nose2
- [Conda](https://anaconda.org/conda-forge/nose2) (📥 220K · ⏱️ 22.04.2025):
conda install -c conda-forge nose2
coveralls-python (🥈34 · ⭐ 570) - Show coverage stats online via coveralls.io. MIT - [GitHub](https://github.com/TheKevJames/coveralls-python) (👨‍💻 66 · 🔀 190 · 📦 37K · 📋 180 - 4% open · ⏱️ 04.03.2026):
git clone https://github.com/TheKevJames/coveralls-python
- [PyPi](https://pypi.org/project/coveralls) (📥 1.4M / month · 📦 2.6K · ⏱️ 28.02.2026):
pip install coveralls
- [Conda](https://anaconda.org/conda-forge/coveralls) (📥 1.5M · ⏱️ 28.02.2026):
conda install -c conda-forge coveralls
freezegun (🥉32 · ⭐ 4.5K · 💤) - Let your Python tests travel through time. Apache-2 - [GitHub](https://github.com/spulec/freezegun) (👨‍💻 130 · 🔀 290 · 📥 170 · 📋 360 - 40% open · ⏱️ 19.08.2025):
git clone https://github.com/spulec/freezegun
- [PyPi](https://pypi.org/project/freezegun) (📥 39M / month · 📦 1.3K · ⏱️ 09.08.2025):
pip install freezegun
- [Conda](https://anaconda.org/conda-forge/freezegun) (📥 1.9M · ⏱️ 09.08.2025):
conda install -c conda-forge freezegun
pytest-sugar (🥉31 · ⭐ 1.5K) - a plugin for py.test that changes the default look and feel.. BSD-3 - [GitHub](https://github.com/Teemu/pytest-sugar) (👨‍💻 57 · 🔀 81 · 📥 53 · 📦 30K · 📋 130 - 25% open · ⏱️ 12.12.2025):
git clone https://github.com/Teemu/pytest-sugar
- [PyPi](https://pypi.org/project/pytest-sugar) (📥 5.6M / month · 📦 1.5K · ⏱️ 23.08.2025):
pip install pytest-sugar
- [Conda](https://anaconda.org/conda-forge/pytest-sugar) (📥 460K · ⏱️ 24.08.2025):
conda install -c conda-forge pytest-sugar
pytest-benchmark (🥉31 · ⭐ 1.4K) - pytest fixture for benchmarking code. BSD-2 - [GitHub](https://github.com/ionelmc/pytest-benchmark) (👨‍💻 53 · 🔀 130 · 📋 220 - 55% open · ⏱️ 16.02.2026):
git clone https://github.com/ionelmc/pytest-benchmark
- [PyPi](https://pypi.org/project/pytest-benchmark) (📥 9.2M / month · 📦 1.9K · ⏱️ 09.11.2025):
pip install pytest-benchmark
- [Conda](https://anaconda.org/conda-forge/pytest-benchmark) (📥 2.9M · ⏱️ 09.11.2025):
conda install -c conda-forge pytest-benchmark
factory_boy (🥉30 · ⭐ 3.8K) - A test fixtures replacement for Python. MIT - [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 400 · 📋 630 - 30% open · ⏱️ 14.12.2025):
git clone https://github.com/FactoryBoy/factory_boy
- [PyPi](https://pypi.org/project/factory_boy) (📥 18M / month · 📦 650 · ⏱️ 03.02.2025):
pip install factory_boy
- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 290K · ⏱️ 25.04.2025):
conda install -c conda-forge factory_boy
pytest-testinfra (🥉30 · ⭐ 2.5K · 💤) - Testinfra test your infrastructures. Apache-2 - [GitHub](https://github.com/pytest-dev/pytest-testinfra) (👨‍💻 140 · 🔀 360 · 📦 2.6K · 📋 380 - 38% open · ⏱️ 12.08.2025):
git clone https://github.com/pytest-dev/pytest-testinfra
- [PyPi](https://pypi.org/project/pytest-testinfra) (📥 850K / month · 📦 20 · ⏱️ 30.03.2025):
pip install pytest-testinfra
- [Conda](https://anaconda.org/conda-forge/pytest-testinfra) (📥 37K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testinfra
asv (🥉30 · ⭐ 990 · 📉) - Airspeed Velocity: A simple Python benchmarking tool with web-based.. BSD-3 - [GitHub](https://github.com/airspeed-velocity/asv) (👨‍💻 96 · 🔀 200 · 📥 2.1K · 📦 1.6K · 📋 680 - 24% open · ⏱️ 19.12.2025):
git clone https://github.com/airspeed-velocity/asv
- [PyPi](https://pypi.org/project/asv) (📥 320K / month · 📦 160 · ⏱️ 13.09.2025):
pip install asv
- [Conda](https://anaconda.org/conda-forge/asv) (📥 1.3M · ⏱️ 07.12.2025):
conda install -c conda-forge asv
pytest-testmon (🥉27 · ⭐ 950) - Selects tests affected by changed files. Executes the right.. MIT - [GitHub](https://github.com/tarpas/pytest-testmon) (👨‍💻 29 · 🔀 74 · 📦 1.6K · 📋 180 - 20% open · ⏱️ 01.12.2025):
git clone https://github.com/tarpas/pytest-testmon
- [PyPi](https://pypi.org/project/pytest-testmon) (📥 1.7M / month · 📦 59 · ⏱️ 01.12.2025):
pip install pytest-testmon
- [Conda](https://anaconda.org/conda-forge/pytest-testmon) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-testmon
pytest-randomly (🥉27 · ⭐ 700) - Pytest plugin to randomly order tests and control random.seed. MIT - [GitHub](https://github.com/pytest-dev/pytest-randomly) (👨‍💻 20 · 🔀 32 · 📦 12K · 📋 76 - 11% open · ⏱️ 14.02.2026):
git clone https://github.com/pytest-dev/pytest-randomly
- [PyPi](https://pypi.org/project/pytest-randomly) (📥 5.3M / month · 📦 770 · ⏱️ 12.09.2025):
pip install pytest-randomly
- [Conda](https://anaconda.org/conda-forge/pytest-randomly) (📥 370K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-randomly
pytest-docker (🥉26 · ⭐ 480) - Docker-based integration tests. MIT - [GitHub](https://github.com/avast/pytest-docker) (👨‍💻 30 · 🔀 77 · 📥 250 · 📦 2.5K · 📋 62 - 33% open · ⏱️ 12.11.2025):
git clone https://github.com/avast/pytest-docker
- [PyPi](https://pypi.org/project/pytest-docker) (📥 1.3M / month · 📦 150 · ⏱️ 12.11.2025):
pip install pytest-docker
pytest-mypy (🥉26 · ⭐ 260 · 💤) - Mypy static type checker plugin for Pytest. MIT - [GitHub](https://github.com/realpython/pytest-mypy) (👨‍💻 16 · 🔀 33 · 📦 4.7K · 📋 72 - 9% open · ⏱️ 02.04.2025):
git clone https://github.com/dbader/pytest-mypy
- [PyPi](https://pypi.org/project/pytest-mypy) (📥 510K / month · 📦 780 · ⏱️ 02.04.2025):
pip install pytest-mypy
- [Conda](https://anaconda.org/conda-forge/pytest-mypy) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge pytest-mypy
pytest-datadir (🥉25 · ⭐ 270) - pytest plugin for manipulating test data directories and.. MIT - [GitHub](https://github.com/gabrielcnr/pytest-datadir) (👨‍💻 16 · 🔀 25 · 📥 88 · 📦 2.2K · 📋 23 - 13% open · ⏱️ 23.02.2026):
git clone https://github.com/gabrielcnr/pytest-datadir
- [PyPi](https://pypi.org/project/pytest-datadir) (📥 1.2M / month · 📦 270 · ⏱️ 30.07.2025):
pip install pytest-datadir
- [Conda](https://anaconda.org/conda-forge/pytest-datadir) (📥 420K · ⏱️ 30.07.2025):
conda install -c conda-forge pytest-datadir
xdoctest (🥉24 · ⭐ 220) - A rewrite of Pythons builtin doctest module (with pytest plugin.. Apache-2 - [GitHub](https://github.com/Erotemic/xdoctest) (👨‍💻 13 · 🔀 18 · 📥 270 · 📋 57 - 38% open · ⏱️ 01.03.2026):
git clone https://github.com/Erotemic/xdoctest
- [PyPi](https://pypi.org/project/xdoctest) (📥 650K / month · 📦 240 · ⏱️ 08.09.2025):
pip install xdoctest
- [Conda](https://anaconda.org/conda-forge/xdoctest) (📥 270K · ⏱️ 21.11.2025):
conda install -c conda-forge xdoctest
Show 14 hidden projects... - pyautogui (🥈35 · ⭐ 12K · 💀) - A cross-platform GUI automation Python module for human beings... BSD-3 - nose (🥈33 · ⭐ 1.4K · 💀) - nose is nicer testing for python. ❗️LGPL-2.1+ - green (🥉28 · ⭐ 810 · 💀) - Green is a clean, colorful, fast python test runner. MIT - PyHamcrest (🥉28 · ⭐ 800) - Hamcrest matchers for Python. ❗Unlicensed - uiautomator (🥉27 · ⭐ 2.1K · 💀) - Python wrapper of Android uiautomator test tool. MIT - ddt (🥉27 · ⭐ 440 · 💀) - Data-Driven Tests for Python Unittest. MIT - pytest-watch (🥉26 · ⭐ 760 · 💀) - Local continuous test runner with pytest and watchdog. MIT - pytest-lazy-fixture (🥉24 · ⭐ 400 · 💀) - It helps to use fixtures in pytest.mark.parametrize. MIT - sixpack (🥉23 · ⭐ 1.8K · 💀) - Sixpack is a language-agnostic a/b-testing framework. BSD-2 - pytest-plugins (🥉23 · ⭐ 600 · 💀) - A grab-bag of nifty pytest plugins. MIT - Mamba Test Runner (🥉22 · ⭐ 540 · 💀) - The definitive testing tool for Python. Born under the.. MIT - assertpy (🥉21 · ⭐ 520 · 💀) - Simple assertion library for unit testing in python with a fluent.. BSD-3 - fake2db (🥉18 · ⭐ 2.4K · 💀) - create custom test databases that are populated with fake data. ❗️GPL-2.0 - pytest-play (🥉16 · ⭐ 71 · 💀) - pytest plugin that let you automate actions and.. Apache-2


Code Packaging

Back to top

🔗 Python.org Packaging - An Overview of Packaging for Python.

pyinstaller (🥇44 · ⭐ 13K) - Freeze (package) Python programs into stand-alone executables. ❗️GPL-2.0 - [GitHub](https://github.com/pyinstaller/pyinstaller) (👨‍💻 490 · 🔀 2K · 📥 750K · 📦 87K · 📋 5.6K - 5% open · ⏱️ 04.03.2026):
git clone https://github.com/pyinstaller/pyinstaller
- [PyPi](https://pypi.org/project/pyinstaller) (📥 6.7M / month · 📦 1.7K · ⏱️ 14.02.2026):
pip install pyinstaller
- [Conda](https://anaconda.org/conda-forge/pyinstaller) (📥 1.7M · ⏱️ 18.02.2026):
conda install -c conda-forge pyinstaller
Nuitka (🥇40 · ⭐ 15K) - Nuitka is a Python compiler written in Python. Its fully compatible.. ❗️AGPL-3.0 - [GitHub](https://github.com/Nuitka/Nuitka) (👨‍💻 200 · 🔀 760 · 📦 3.7K · 📋 2.8K - 6% open · ⏱️ 03.03.2026):
git clone https://github.com/Nuitka/Nuitka
- [PyPi](https://pypi.org/project/nuitka) (📥 1.2M / month · 📦 200 · ⏱️ 03.03.2026):
pip install nuitka
- [Conda](https://anaconda.org/conda-forge/nuitka) (📥 2.8M · ⏱️ 15.02.2026):
conda install -c conda-forge nuitka
pex (🥈35 · ⭐ 4.2K) - A tool for generating .pex (Python EXecutable) files, lock files and venvs. Apache-2 - [GitHub](https://github.com/pex-tool/pex) (👨‍💻 120 · 🔀 310 · 📥 240K · 📋 1.2K - 4% open · ⏱️ 04.03.2026):
git clone https://github.com/pantsbuild/pex
- [PyPi](https://pypi.org/project/pex) (📥 4.3M / month · 📦 64 · ⏱️ 01.03.2026):
pip install pex
briefcase (🥈34 · ⭐ 3.2K) - Tools to support converting a Python project into a standalone.. BSD-3 - [GitHub](https://github.com/beeware/briefcase) (👨‍💻 200 · 🔀 480 · 📥 1.1K · 📦 850 · 📋 1K - 18% open · ⏱️ 05.03.2026):
git clone https://github.com/beeware/briefcase
- [PyPi](https://pypi.org/project/briefcase) (📥 46K / month · 📦 42 · ⏱️ 05.03.2026):
pip install briefcase
cx_Freeze (🥈30 · ⭐ 1.5K) - Creates standalone executables from Python scripts with the.. ❗Unlicensed - [GitHub](https://github.com/marcelotduarte/cx_Freeze) (👨‍💻 120 · 🔀 240 · 📋 1.1K - 4% open · ⏱️ 04.03.2026):
git clone https://github.com/marcelotduarte/cx_Freeze
- [PyPi](https://pypi.org/project/cx_freeze) (📥 180K / month · 📦 140 · ⏱️ 20.02.2026):
pip install cx_freeze
- [Conda](https://anaconda.org/conda-forge/cx_freeze) (📥 1.3M · ⏱️ 20.02.2026):
conda install -c conda-forge cx_freeze
py2app (🥉28 · ⭐ 420) - py2app is a Python setuptools command which will allow you to make.. MIT - [GitHub](https://github.com/ronaldoussoren/py2app) (👨‍💻 31 · 🔀 43 · 📦 5.5K · 📋 540 - 41% open · ⏱️ 25.01.2026):
git clone https://github.com/ronaldoussoren/py2app
- [PyPi](https://pypi.org/project/py2app) (📥 53K / month · 📦 42 · ⏱️ 13.02.2026):
pip install py2app
constructor (🥉27 · ⭐ 500) - tool for creating installers from conda packages. BSD-3 - [GitHub](https://github.com/conda/constructor) (👨‍💻 78 · 🔀 180 · 📥 290 · 📦 27 · 📋 440 - 9% open · ⏱️ 03.03.2026):
git clone https://github.com/conda/constructor
- [Conda](https://anaconda.org/anaconda/constructor) (📥 37K · ⏱️ 04.03.2026):
conda install -c anaconda constructor
py2exe (🥉26 · ⭐ 990 · 💤) - Create standalone Windows programs from Python code. MIT - [GitHub](https://github.com/py2exe/py2exe) (👨‍💻 24 · 🔀 100 · 📥 25K · 📦 2.2K · 📋 190 - 14% open · ⏱️ 15.07.2025):
git clone https://github.com/py2exe/py2exe
- [PyPi](https://pypi.org/project/py2exe) (📥 16K / month · 📦 11 · ⏱️ 16.07.2025):
pip install py2exe
shiv (🥉24 · ⭐ 1.9K) - shiv is a command line utility for building fully self contained Python.. BSD-2 - [GitHub](https://github.com/linkedin/shiv) (👨‍💻 44 · 🔀 110 · 📥 2.6K · 📋 150 - 44% open · ⏱️ 10.01.2026):
git clone https://github.com/linkedin/shiv
- [PyPi](https://pypi.org/project/shiv) (📥 140K / month · 📦 16 · ⏱️ 01.11.2024):
pip install shiv
Show 6 hidden projects... - packaging (🥈39 · ⭐ 710) - Core utilities for Python packages. ❗Unlicensed - PyOxidizer (🥉27 · ⭐ 6.1K · 💀) - A modern Python application packaging and distribution tool. MPL-2.0 - pynsist (🥉23 · ⭐ 980 · 💀) - Build Windows installers for Python applications. MIT - xar (🥉21 · ⭐ 1.6K · 💀) - executable archive format. BSD-3 - pyship (🥉16 · ⭐ 44) - pyship - ship Python desktop apps to end users. MIT - subpar (🥉13 · ⭐ 570 · 💀) - Subpar is a utility for creating self-contained python.. Apache-2


Build Tools

Back to top

setuptools (🥇46 · ⭐ 2.8K) - Official project repository for the Setuptools build system. MIT - [GitHub](https://github.com/pypa/setuptools) (👨‍💻 640 · 🔀 1.4K · 📦 840K · 📋 2.8K - 22% open · ⏱️ 02.03.2026):
git clone https://github.com/pypa/setuptools
- [PyPi](https://pypi.org/project/setuptools) (📥 1.3B / month · 📦 31K · ⏱️ 08.02.2026):
pip install setuptools
- [Conda](https://anaconda.org/conda-forge/setuptools) (📥 190M · ⏱️ 09.02.2026):
conda install -c conda-forge setuptools
scons (🥇39 · ⭐ 2.4K) - SCons - a software construction tool. MIT - [GitHub](https://github.com/SCons/scons) (👨‍💻 170 · 🔀 340 · 📥 2K · 📦 4.2K · 📋 3.5K - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/SCons/scons
- [PyPi](https://pypi.org/project/scons) (📥 940K / month · 📦 58 · ⏱️ 16.11.2025):
pip install scons
- [Conda](https://anaconda.org/conda-forge/scons) (📥 1.3M · ⏱️ 17.11.2025):
conda install -c conda-forge scons
wheel (🥇39 · ⭐ 550) - The official binary distribution format for Python. MIT - [GitHub](https://github.com/pypa/wheel) (👨‍💻 88 · 🔀 170 · 📦 380K · 📋 420 - 3% open · ⏱️ 03.03.2026):
git clone https://github.com/pypa/wheel
- [PyPi](https://pypi.org/project/wheel) (📥 470M / month · 📦 16K · ⏱️ 22.01.2026):
pip install wheel
- [Conda](https://anaconda.org/conda-forge/wheel) (📥 160M · ⏱️ 23.01.2026):
conda install -c conda-forge wheel
twine (🥈38 · ⭐ 1.8K) - Utilities for interacting with PyPI. Apache-2 - [GitHub](https://github.com/pypa/twine) (👨‍💻 130 · 🔀 320 · 📥 120 · 📦 130K · 📋 560 - 10% open · ⏱️ 02.03.2026):
git clone https://github.com/pypa/twine
- [PyPi](https://pypi.org/project/twine) (📥 25M / month · 📦 23K · ⏱️ 04.09.2025):
pip install twine
- [Conda](https://anaconda.org/conda-forge/twine) (📥 1.6M · ⏱️ 04.09.2025):
conda install -c conda-forge twine
setuptools_scm (🥈37 · ⭐ 940 · 📈) - the blessed package to manage your versions by scm tags. MIT - [GitHub](https://github.com/pypa/setuptools-scm) (👨‍💻 160 · 🔀 230 · 📥 670 · 📦 33K · 📋 650 - 6% open · ⏱️ 25.02.2026):
git clone https://github.com/pypa/setuptools_scm
- [PyPi](https://pypi.org/project/setuptools_scm) (📥 120M / month · 📦 2.3K · ⏱️ 19.10.2025):
pip install setuptools_scm
- [Conda](https://anaconda.org/conda-forge/setuptools_scm) (📥 6.5M · ⏱️ 20.10.2025):
conda install -c conda-forge setuptools_scm
invoke (🥈36 · ⭐ 4.7K) - Pythonic task management & command execution. BSD-2 - [GitHub](https://github.com/pyinvoke/invoke) (👨‍💻 62 · 🔀 380 · 📦 32K · 📋 840 - 51% open · ⏱️ 20.10.2025):
git clone https://github.com/pyinvoke/invoke
- [PyPi](https://pypi.org/project/invoke) (📥 66M / month · 📦 1.2K · ⏱️ 11.10.2025):
pip install invoke
- [Conda](https://anaconda.org/conda-forge/invoke) (📥 2M · ⏱️ 11.10.2025):
conda install -c conda-forge invoke
buildbot (🥉35 · ⭐ 5.4K) - Python-based continuous integration testing framework; your pull.. ❗️GPL-2.0 - [GitHub](https://github.com/buildbot/buildbot) (👨‍💻 900 · 🔀 1.6K · 📥 100K · 📦 410 · 📋 1.8K - 41% open · ⏱️ 04.03.2026):
git clone https://github.com/buildbot/buildbot
- [PyPi](https://pypi.org/project/buildbot) (📥 40K / month · 📦 20 · ⏱️ 12.05.2025):
pip install buildbot
- [Conda](https://anaconda.org/conda-forge/buildbot) (📥 170K · ⏱️ 13.05.2025):
conda install -c conda-forge buildbot
doit (🥉34 · ⭐ 2K) - CLI task management & automation tool. MIT - [GitHub](https://github.com/pydoit/doit) (👨‍💻 70 · 🔀 190 · 📦 2.2K · 📋 320 - 29% open · ⏱️ 12.02.2026):
git clone https://github.com/pydoit/doit
- [PyPi](https://pypi.org/project/doit) (📥 680K / month · 📦 140 · ⏱️ 09.02.2026):
pip install doit
- [Conda](https://anaconda.org/conda-forge/doit) (📥 480K · ⏱️ 09.02.2026):
conda install -c conda-forge doit
flit (🥉33 · ⭐ 2.2K) - Simplified packaging of Python modules. BSD-3 - [GitHub](https://github.com/pypa/flit) (👨‍💻 82 · 🔀 150 · 📦 2.7K · 📋 440 - 29% open · ⏱️ 12.02.2026):
git clone https://github.com/pypa/flit
- [PyPi](https://pypi.org/project/flit) (📥 10M / month · 📦 930 · ⏱️ 25.03.2025):
pip install flit
- [Conda](https://anaconda.org/conda-forge/flit) (📥 360K · ⏱️ 22.04.2025):
conda install -c conda-forge flit
pybuilder (🥉27 · ⭐ 2K) - Software build automation tool for Python. Apache-2 - [GitHub](https://github.com/pybuilder/pybuilder) (👨‍💻 39 · 🔀 270 · 📋 530 - 19% open · ⏱️ 13.02.2026):
git clone https://github.com/pybuilder/pybuilder
- [PyPi](https://pypi.org/project/pybuilder) (📥 60K / month · 📦 6 · ⏱️ 13.02.2026):
pip install pybuilder
- [Conda](https://anaconda.org/conda-forge/pybuilder) (📥 350K · ⏱️ 13.02.2026):
conda install -c conda-forge pybuilder
universal-build (🥉14 · ⭐ 26 · 💀) - Universal build utilities for containerized build pipelines. MIT - [GitHub](https://github.com/ml-tooling/universal-build) (👨‍💻 5 · 🔀 8 · 📥 23 · 📋 4 - 25% open · ⏱️ 15.09.2022):
git clone https://github.com/ml-tooling/universal-build
- [PyPi](https://pypi.org/project/universal-build) (📥 290 / month · 📦 7 · ⏱️ 16.11.2021):
pip install universal-build
Show 3 hidden projects... - buildout (🥉28 · ⭐ 610) - Buildout is a deployment automation tool written in and extended.. ❗️ZPL-2.1 - paver (🥉22 · ⭐ 460 · 💀) - Python-based project scripting. BSD-3 - pynt (🥉17 · ⭐ 160 · 💀) - A pynt of Python build. MIT


System Monitoring & Profiling

Back to top

psutil (🥇47 · ⭐ 11K) - Cross-platform lib for process and system monitoring in Python. BSD-3 - [GitHub](https://github.com/giampaolo/psutil) (👨‍💻 230 · 🔀 1.5K · 📦 770K · 📋 1.9K - 18% open · ⏱️ 05.03.2026):
git clone https://github.com/giampaolo/psutil
- [PyPi](https://pypi.org/project/psutil) (📥 280M / month · 📦 20K · ⏱️ 28.01.2026):
pip install psutil
- [Conda](https://anaconda.org/conda-forge/psutil) (📥 58M · ⏱️ 29.01.2026):
conda install -c conda-forge psutil
memray (🥈36 · ⭐ 15K) - Memray is a memory profiler for Python. Apache-2 - [GitHub](https://github.com/bloomberg/memray) (👨‍💻 61 · 🔀 430 · 📦 1.9K · 📋 260 - 17% open · ⏱️ 28.02.2026):
git clone https://github.com/bloomberg/memray
- [PyPi](https://pypi.org/project/memray) (📥 13M / month · 📦 110 · ⏱️ 16.10.2025):
pip install memray
- [Conda](https://anaconda.org/conda-forge/memray) (📥 620K · ⏱️ 15.12.2025):
conda install -c conda-forge memray
Scalene (🥈35 · ⭐ 13K) - Scalene: a high-performance, high-precision CPU, GPU, and memory.. Apache-2 - [GitHub](https://github.com/plasma-umass/scalene) (👨‍💻 60 · 🔀 430 · 📦 970 · 📋 520 - 30% open · ⏱️ 04.03.2026):
git clone https://github.com/plasma-umass/scalene
- [PyPi](https://pypi.org/project/scalene) (📥 380K / month · 📦 63 · ⏱️ 31.01.2026):
pip install scalene
pyinstrument (🥈35 · ⭐ 7.7K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3 - [GitHub](https://github.com/joerick/pyinstrument) (👨‍💻 76 · 🔀 260 · 📦 4.1K · 📋 190 - 14% open · ⏱️ 06.01.2026):
git clone https://github.com/joerick/pyinstrument
- [PyPi](https://pypi.org/project/pyinstrument) (📥 11M / month · 📦 240 · ⏱️ 04.01.2026):
pip install pyinstrument
- [Conda](https://anaconda.org/conda-forge/pyinstrument) (📥 1.1M · ⏱️ 04.01.2026):
conda install -c conda-forge pyinstrument
py-spy (🥈34 · ⭐ 15K · 💤) - Sampling profiler for Python programs. MIT - [GitHub](https://github.com/benfred/py-spy) (👨‍💻 53 · 🔀 500 · 📥 50K · 📦 7.9K · 📋 450 - 49% open · ⏱️ 18.08.2025):
git clone https://github.com/benfred/py-spy
- [PyPi](https://pypi.org/project/py-spy) (📥 16M / month · 📦 110 · ⏱️ 31.07.2025):
pip install py-spy
- [Conda](https://anaconda.org/conda-forge/py-spy) (📥 780K · ⏱️ 01.08.2025):
conda install -c conda-forge py-spy
- [Cargo](https://crates.io/crates/py-spy) (📥 7.6K / month · 📦 4 · ⏱️ 31.07.2025):
cargo install py-spy
Yappi (🥈31 · ⭐ 1.7K) - Yet Another Python Profiler, but this time multithreading, asyncio and.. MIT - [GitHub](https://github.com/sumerc/yappi) (👨‍💻 35 · 🔀 78 · 📦 1.7K · 📋 100 - 24% open · ⏱️ 26.02.2026):
git clone https://github.com/sumerc/yappi
- [PyPi](https://pypi.org/project/yappi) (📥 3.3M / month · 📦 74 · ⏱️ 24.10.2025):
pip install yappi
- [Conda](https://anaconda.org/conda-forge/yappi) (📥 360K · ⏱️ 28.10.2025):
conda install -c conda-forge yappi
Bpytop (🥉29 · ⭐ 11K · 💤) - Linux/OSX/FreeBSD resource monitor. Apache-2 - [GitHub](https://github.com/aristocratos/bpytop) (👨‍💻 36 · 🔀 430 · 📦 240 · 📋 320 - 28% open · ⏱️ 01.06.2025):
git clone https://github.com/aristocratos/bpytop
- [PyPi](https://pypi.org/project/bpytop) (📥 9.7K / month · 📦 1 · ⏱️ 22.12.2021):
pip install bpytop
- [Conda](https://anaconda.org/conda-forge/bpytop) (📥 27K · ⏱️ 22.04.2025):
conda install -c conda-forge bpytop
line_profiler (🥉29 · ⭐ 3.2K) - Line-by-line profiling for Python. BSD-3 - [GitHub](https://github.com/pyutils/line_profiler) (👨‍💻 53 · 🔀 130 · 📥 2.1K · 📋 140 - 37% open · ⏱️ 18.02.2026):
git clone https://github.com/pyutils/line_profiler
- [PyPi](https://pypi.org/project/line_profiler) (📥 3.1M / month · 📦 400 · ⏱️ 23.02.2026):
pip install line_profiler
- [Conda](https://anaconda.org/conda-forge/line_profiler) (📥 4.8M · ⏱️ 24.02.2026):
conda install -c conda-forge line_profiler
pympler (🥉27 · ⭐ 1.4K · 💤) - Development tool to measure, monitor and analyze the memory.. Apache-2 - [GitHub](https://github.com/pympler/pympler) (👨‍💻 30 · 🔀 89 · 📋 120 - 51% open · ⏱️ 07.06.2025):
git clone https://github.com/pympler/pympler
- [PyPi](https://pypi.org/project/pympler) (📥 6.5M / month · 📦 260 · ⏱️ 28.06.2024):
pip install pympler
- [Conda](https://anaconda.org/conda-forge/pympler) (📥 660K · ⏱️ 22.04.2025):
conda install -c conda-forge pympler
Show 9 hidden projects... - Glances (🥇38 · ⭐ 32K) - Glances an Eye on your system. A top/htop alternative for.. ❗Unlicensed - memory-profiler (🥉29 · ⭐ 4.6K · 💀) - Monitor Memory usage of Python code. BSD-3 - Diamond (🥉28 · ⭐ 1.8K · 💀) - Diamond is a python daemon that collects system metrics and publishes.. MIT - memory_profiler (🥉27 · ⭐ 4.5K · 💀) - Monitor Memory usage of Python code. BSD-3 - vprof (🥉24 · ⭐ 4K · 💀) - Visual profiler for Python. BSD-2 - Profiling (🥉21 · ⭐ 3K · 💀) - Was an interactive continuous Python profiler. BSD-3 - heartrate (🥉19 · ⭐ 1.8K · 💀) - Simple real time visualisation of the execution of a Python program. MIT - pyheat (🥉18 · ⭐ 840 · 💀) - pprofile + matplotlib = Python program profiled as an awesome heatmap!. MIT - livepython (🥉12 · ⭐ 2.6K · 💀) - Visually trace Python code in real-time. MIT


AST Tools

Back to top

executing (🥇30 · ⭐ 380 · 💤) - Get information about what a Python frame is currently doing,.. MIT - [GitHub](https://github.com/alexmojaki/executing) (👨‍💻 11 · 🔀 38 · 📦 330K · 📋 52 - 36% open · ⏱️ 31.08.2025):
git clone https://github.com/alexmojaki/executing
- [PyPi](https://pypi.org/project/executing) (📥 97M / month · 📦 800 · ⏱️ 01.09.2025):
pip install executing
- [Conda](https://anaconda.org/conda-forge/executing) (📥 25M · ⏱️ 01.09.2025):
conda install -c conda-forge executing
astor (🥈29 · ⭐ 860) - Python AST read/write. BSD-3 - [GitHub](https://github.com/berkerpeksag/astor) (👨‍💻 35 · 🔀 110 · 📋 130 - 24% open · ⏱️ 17.02.2026):
git clone https://github.com/berkerpeksag/astor
- [PyPi](https://pypi.org/project/astor) (📥 12M / month · 📦 620 · ⏱️ 10.12.2019):
pip install astor
- [Conda](https://anaconda.org/conda-forge/astor) (📥 2.8M · ⏱️ 22.04.2025):
conda install -c conda-forge astor
gast (🥈28 · ⭐ 150) - Python AST that abstracts the underlying Python version. BSD-3 - [GitHub](https://github.com/serge-sans-paille/gast) (👨‍💻 11 · 🔀 38 · 📦 220K · ⏱️ 29.11.2025):
git clone https://github.com/serge-sans-paille/gast
- [PyPi](https://pypi.org/project/gast) (📥 19M / month · 📦 530 · ⏱️ 29.11.2025):
pip install gast
- [Conda](https://anaconda.org/conda-forge/gast) (📥 3.9M · ⏱️ 30.11.2025):
conda install -c conda-forge gast
asteval (🥉27 · ⭐ 210) - minimalistic evaluator of python expression using ast module. MIT - [GitHub](https://github.com/newville/asteval) (👨‍💻 27 · 🔀 47 · ⏱️ 17.12.2025):
git clone https://github.com/newville/asteval
- [PyPi](https://pypi.org/project/asteval) (📥 3.8M / month · 📦 190 · ⏱️ 17.12.2025):
pip install asteval
- [Conda](https://anaconda.org/conda-forge/asteval) (📥 860K · ⏱️ 18.12.2025):
conda install -c conda-forge asteval
Show 2 hidden projects... - astunparse (🥈28 · ⭐ 230 · 💀) - An AST unparser for Python. BSD-3 - typed_ast (🥉26 · ⭐ 230 · 💀) - Modified fork of CPythons ast module that parses `# type:`.. Apache-2


Others

Back to top

pre-commit (🥇41 · ⭐ 15K) - A framework for managing and maintaining multi-language pre-commit.. MIT - [GitHub](https://github.com/pre-commit/pre-commit) (👨‍💻 170 · 🔀 930 · 📥 5.1M · 📦 270K · 📋 2.3K - 1% open · ⏱️ 22.12.2025):
git clone https://github.com/pre-commit/pre-commit
- [PyPi](https://pypi.org/project/pre-commit) (📥 100M / month · 📦 26K · ⏱️ 16.12.2025):
pip install pre-commit
- [Conda](https://anaconda.org/conda-forge/pre-commit) (📥 9M · ⏱️ 17.12.2025):
conda install -c conda-forge pre-commit

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/ml-tooling/best-of-python-dev

Best of Atomistic Machine Learning

Best of Atomistic Machine Learning ⚛️🧬💎

🏆  A ranked list of awesome atomistic machine learning (AML) projects. Updated regularly.

DOI

This curated list contains 510 awesome open-source projects with a total of 240K stars grouped into 23 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml.

The current focus of this list is more on simulation data rather than experimental data, and more on materials rather than drug design. Nevertheless, contributions from other fields are warmly welcome!

How to cite. See the button "Cite this repository" on the right side-bar.

🧙‍♂️ Discover other best-of lists or create your own.

Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects


Active learning

Back to top

Projects that focus on enabling active learning, iterative learning schemes for atomistic ML.

DP-GEN (🥇23 · ⭐ 380) - The deep potential generator to generate a deep-learning based model of interatomic potential energy and force field. LGPL-3.0 ML-IAP MD workflows - [GitHub](https://github.com/deepmodeling/dpgen) (👨‍💻 73 · 🔀 180 · 📥 2.1K · 📦 8 · 📋 340 - 13% open · ⏱️ 25.02.2026):
git clone https://github.com/deepmodeling/dpgen
- [PyPi](https://pypi.org/project/dpgen) (📥 470 / month · 📦 2 · ⏱️ 07.08.2025):
pip install dpgen
- [Conda](https://anaconda.org/deepmodeling/dpgen) (📥 280 · ⏱️ 25.03.2025):
conda install -c deepmodeling dpgen
FLARE (🥈18 · ⭐ 340) - An open-source Python package for creating fast and accurate interatomic potentials. MIT C++ ML-IAP - [GitHub](https://github.com/mir-group/flare) (👨‍💻 44 · 🔀 78 · 📥 9 · 📦 12 · 📋 220 - 14% open · ⏱️ 30.01.2026):
git clone https://github.com/mir-group/flare
Bgolearn (🥈16 · ⭐ 130) - [arXiv:2601.06820] Offical implement of Bgolearn. MIT materials-discovery probabilistic - [GitHub](https://github.com/Bin-Cao/Bgolearn) (👨‍💻 4 · 🔀 18 · 📥 70 · ⏱️ 23.02.2026):
git clone https://github.com/Bin-Cao/Bgolearn
- [PyPi](https://pypi.org/project/Bgolearn) (📥 610 / month · ⏱️ 13.01.2026):
pip install Bgolearn
IPSuite (🥈16 · ⭐ 24) - A Python toolkit for FAIR development and deployment of machine-learned interatomic potentials. EPL-2.0 ML-IAP MD workflows HTC FAIR - [GitHub](https://github.com/zincware/IPSuite) (👨‍💻 9 · 🔀 13 · 📦 13 · 📋 180 - 48% open · ⏱️ 18.12.2025):
git clone https://github.com/zincware/IPSuite
- [PyPi](https://pypi.org/project/ipsuite) (📥 260 / month · 📦 5 · ⏱️ 20.11.2025):
pip install ipsuite
DP-GEN2 (🥉14 · ⭐ 40) - 2nd generation of the Deep Potential GENerator. LGPL-3.0 ML-IAP MD workflows - [GitHub](https://github.com/deepmodeling/dpgen2) (👨‍💻 19 · 🔀 35 · 📦 6 · 📋 46 - 39% open · ⏱️ 20.02.2026):
git clone https://github.com/deepmodeling/dpgen2
Show 4 hidden projects... - flare++ (🥉12 · ⭐ 38 · 💀) - A many-body extension of the FLARE code. MIT C++ ML-IAP - Finetuna (🥉10 · ⭐ 66 · 💀) - Active Learning for Machine Learning Potentials. MIT - ACEHAL (🥉5 · ⭐ 15 · 💀) - Hyperactive Learning (HAL) Python interface for building Atomic Cluster Expansion potentials. Unlicensed Julia - ALEBREW (🥉4 · ⭐ 21 · 💀) - Official repository for the paper Uncertainty-biased molecular dynamics for learning uniformly accurate interatomic.. Custom ML-IAP MD


Community resources

Back to top

Projects that collect atomistic ML resources or foster communication within community.

🔗 ACE / GRACE support - Support forum for the Atomic Cluster Expansion (ACE) and extensions.

🔗 AI for Science Map - Interactive mindmap of the AI4Science research field, including atomistic machine learning, including papers,..

🔗 ASE ecosystem - This is a list of software packages related to ASE or using ASE. md, ml-iap

🔗 Atomic Cluster Expansion - Atomic Cluster Expansion (ACE) community homepage.

🔗 CrystaLLM - Generate a crystal structure from a composition. language-models generative pretrained transformer

🔗 GAP-ML.org community homepage ML-IAP

🔗 matsci.org - A community forum for the discussion of anything materials science, with a focus on computational materials science..

🔗 Matter Modeling Stack Exchange - Machine Learning - Forum StackExchange, site Matter Modeling, ML-tagged questions.

Best-of Machine Learning with Python (🥇22 · ⭐ 23K) - A ranked list of awesome machine learning Python libraries. Updated weekly. CC-BY-4.0 general-ml Python - [GitHub](https://github.com/lukasmasuch/best-of-ml-python) (👨‍💻 56 · 🔀 3K · 📋 63 - 46% open · ⏱️ 07.11.2025):
git clone https://github.com/ml-tooling/best-of-ml-python
MatBench Discovery (🥇21 · ⭐ 210) - An evaluation framework for machine learning models simulating high-throughput materials discovery. MIT datasets benchmarking model-repository - [GitHub](https://github.com/janosh/matbench-discovery) (👨‍💻 28 · 🔀 54 · 📦 5 · 📋 72 - 4% open · ⏱️ 14.02.2026):
git clone https://github.com/janosh/matbench-discovery
- [PyPi](https://pypi.org/project/matbench-discovery) (📥 1.9K / month · 📦 2 · ⏱️ 11.09.2024):
pip install matbench-discovery
OpenML (🥇20 · ⭐ 730) - Open Machine Learning. BSD-3 datasets - [GitHub](https://github.com/openml/OpenML) (👨‍💻 35 · 🔀 120 · 📋 960 - 40% open · ⏱️ 23.01.2026):
git clone https://github.com/openml/OpenML
Graph-based Deep Learning Literature (🥈17 · ⭐ 5K) - links to conference publications in graph-based deep learning. MIT general-ml rep-learn - [GitHub](https://github.com/naganandy/graph-based-deep-learning-literature) (👨‍💻 12 · 🔀 770 · ⏱️ 07.02.2026):
git clone https://github.com/naganandy/graph-based-deep-learning-literature
Garden (🥈17 · ⭐ 37) - FAIR AI/ML Model Publishing Framework. MIT model-repository - [GitHub](https://github.com/Garden-AI/garden) (👨‍💻 14 · 🔀 4 · 📦 6 · 📋 370 - 2% open · ⏱️ 09.12.2025):
git clone https://github.com/Garden-AI/garden
- [PyPi](https://pypi.org/project/garden-ai) (📥 380 / month · ⏱️ 09.12.2025):
pip install garden-ai
GT4SD - Generative Toolkit for Scientific Discovery (🥈14 · ⭐ 370) - Gradio apps of generative models in GT4SD. MIT generative pretrained drug-discovery model-repository - [GitHub](https://github.com/GT4SD/gt4sd-core) (👨‍💻 20 · 🔀 78 · 📋 120 - 11% open · ⏱️ 18.09.2025):
git clone https://github.com/GT4SD/gt4sd-core
AI for Science Resources (🥈13 · ⭐ 730) - List of resources for AI4Science research, including learning resources. GPL-3.0 license - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 89 · 📋 32 - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/divelab/AIRS
Neural-Network-Models-for-Chemistry (🥈13 · ⭐ 180) - A collection of Neural Network Models for chemistry. MIT rep-learn - [GitHub](https://github.com/Eipgen/Neural-Network-Models-for-Chemistry) (👨‍💻 3 · 🔀 24 · 📋 2 - 50% open · ⏱️ 05.02.2026):
git clone https://github.com/Eipgen/Neural-Network-Models-for-Chemistry
GNoME Explorer (🥈12 · ⭐ 1.1K · 💤) - Graph Networks for Materials Exploration Database. Apache-2 datasets materials-discovery - [GitHub](https://github.com/google-deepmind/materials_discovery) (👨‍💻 2 · 🔀 180 · 📋 25 - 84% open · ⏱️ 03.03.2025):
git clone https://github.com/google-deepmind/materials_discovery
Awesome Materials Informatics (🥈11 · ⭐ 490 · 💤) - Curated list of known efforts in materials informatics, i.e. in modern materials science. Custom - [GitHub](https://github.com/tilde-lab/awesome-materials-informatics) (👨‍💻 21 · 🔀 100 · ⏱️ 19.06.2025):
git clone https://github.com/tilde-lab/awesome-materials-informatics
Awesome-Scientific-Language-Models (🥈10 · ⭐ 640 · 💤) - A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery (EMNLP24). MIT language-models general-ml pretrained multimodal - [GitHub](https://github.com/yuzhimanhua/Awesome-Scientific-Language-Models) (👨‍💻 9 · 🔀 34 · ⏱️ 21.06.2025):
git clone https://github.com/yuzhimanhua/Awesome-Scientific-Language-Models
Awesome Materials & Chemistry Datasets (🥈10 · ⭐ 280) - A curated list of the most useful datasets in materials science and chemistry for training machine learning and AI.. MIT datasets experimental-data literature-data proprietary - [GitHub](https://github.com/blaiszik/awesome-matchem-datasets) (👨‍💻 9 · 🔀 34 · 📋 14 - 28% open · ⏱️ 31.10.2025):
git clone https://github.com/blaiszik/awesome-matchem-datasets
Awesome Neural SBI (🥉9 · ⭐ 150) - Community-sourced list of papers and resources on neural simulation-based inference. MIT active-learning - [GitHub](https://github.com/smsharma/awesome-neural-sbi) (👨‍💻 7 · 🔀 8 · 📋 2 - 50% open · ⏱️ 28.01.2026):
git clone https://github.com/smsharma/awesome-neural-sbi
optimade.science (🥉9 · ⭐ 10) - A sky-scanner Optimade browser-only GUI. MIT datasets - [GitHub](https://github.com/tilde-lab/optimade.science) (👨‍💻 8 · 🔀 4 · 📋 26 - 26% open · ⏱️ 04.11.2025):
git clone https://github.com/tilde-lab/optimade.science
DeepModeling Projects (🥉9 · ⭐ 8) - DeepModeling projects. CC-BY-4.0 - [GitHub](https://github.com/deepmodeling/deepmodeling-projects) (👨‍💻 4 · 🔀 2 · ⏱️ 20.02.2026):
git clone https://github.com/deepmodeling/deepmodeling-projects
Awesome Neural Geometry (🥉8 · ⭐ 1.1K) - A curated collection of resources and research related to the geometry of representations in the brain, deep networks,.. Unlicensed educational rep-learn - [GitHub](https://github.com/neurreps/awesome-neural-geometry) (👨‍💻 16 · 🔀 69 · ⏱️ 24.02.2026):
git clone https://github.com/neurreps/awesome-neural-geometry
The Collection of Database and Dataset Resources in Materials Science (🥉8 · ⭐ 410) - A list of databases, datasets and books/handbooks where you can find materials properties for machine learning.. Unlicensed datasets - [GitHub](https://github.com/sedaoturak/data-resources-for-materials-science) (👨‍💻 2 · 🔀 56 · ⏱️ 05.02.2026):
git clone https://github.com/sedaoturak/data-resources-for-materials-science
AI for Science paper collection (🥉8 · ⭐ 160) - List the AI for Science papers accepted by top conferences. Apache-2 - [GitHub](https://github.com/AI4QC/AI_for_Science_paper_collection) (👨‍💻 7 · 🔀 15 · ⏱️ 24.09.2025):
git clone https://github.com/sherrylixuecheng/AI_for_Science_paper_collection
Awesome-Crystal-GNNs (🥉7 · ⭐ 110) - This repository contains a collection of resources and papers on GNN Models on Crystal Solid State Materials. MIT - [GitHub](https://github.com/kdmsit/Awesome-Crystal-GNNs) (👨‍💻 2 · 🔀 14 · ⏱️ 24.10.2025):
git clone https://github.com/kdmsit/Awesome-Crystal-GNNs
Charting ML Publications in Science (🥉6 · ⭐ 43 · 💤) - Literature analysis of ML applications in materials science, chemistry, physics. MIT literature-data general-ml - [GitHub](https://github.com/blaiszik/ml_publication_charts) (👨‍💻 2 · ⏱️ 22.03.2025):
git clone https://github.com/blaiszik/ml_publication_charts
LAM Crystal Philately competition 2024 (🥉5 · ⭐ 22 · 💤) - OpenLAM Challenge crystal structure prediction https://arxiv.org/abs/2501.16358. LGPL-2.1 single-paper datasets structure-prediction materials-discovery ML-IAP UIP - [GitHub](https://github.com/deepmodeling/openlam) (👨‍💻 2 · 🔀 5 · ⏱️ 10.02.2025):
git clone https://github.com/deepmodeling/openlam
Show 9 hidden projects... - MatBench (🥈19 · ⭐ 190 · 💀) - Matbench: Benchmarks for materials science property prediction. MIT datasets benchmarking model-repository - MoLFormers UI (🥉9 · ⭐ 380 · 💀) - A family of foundation models trained on chemicals. Apache-2 transformer language-models pretrained drug-discovery - Awesome-Graph-Generation (🥉8 · ⭐ 360 · 💀) - A curated list of up-to-date graph generation papers and resources. Unlicensed rep-learn - A Highly Opinionated List of Open-Source Materials Informatics Resources (🥉7 · ⭐ 150 · 💀) - A Highly Opinionated List of Open Source Materials Informatics Resources. MIT - MADICES Awesome Interoperability (🥉7 · ⭐ 1) - Linked data interoperability resources of the Machine-actionable data interoperability for the chemical sciences.. MIT datasets - Geometric-GNNs (🥉4 · ⭐ 120 · 💀) - List of Geometric GNNs for 3D atomic systems. Unlicensed datasets educational rep-learn - Does this material exist? (🥉3 · ⭐ 18 · 💀) - Vote on whether you think predicted crystal structures could be synthesised. MIT for-fun materials-discovery - GitHub topic materials-informatics (🥉1) - GitHub topic materials-informatics. Unlicensed - MateriApps (🥉1) - A Portal Site of Materials Science Simulation. Unlicensed


Datasets

Back to top

Datasets, databases and trained models for atomistic ML.

🔗 Alexandria Materials Database - A database of millions of theoretical crystal structures (3D, 2D and 1D) discovered by machine learning accelerated..

🔗 Catalysis Hub - A web-platform for sharing data and software for computational catalysis research!.

🔗 Citrination Datasets - AI-Powered Materials Data Platform. Open Citrination has been decommissioned.

🔗 crystals.ai - Curated datasets for reproducible AI in materials science.

🔗 DeepChem Models - DeepChem models on HuggingFace. model-repository pretrained language-models

🔗 Graphs of Materials Project 20190401 - The dataset used to train the MEGNet interatomic potential. ML-IAP

🔗 HME21 Dataset - High-temperature multi-element 2021 dataset for the PreFerred Potential (PFP).. UIP

🔗 JARVIS-Leaderboard ( ⭐ 72) - A large scale benchmark of materials design methods: https://www.nature.com/articles/s41524-024-01259-w. model-repository benchmarking community-resource educational

🔗 Materials Project - Charge Densities - Materials Project has started offering charge density information available for download via their public API.

🔗 Materials Project Trajectory (MPtrj) Dataset - The dataset used to train the CHGNet universal potential. UIP

🔗 matterverse.ai - Database of yet-to-be-sythesized materials predicted using state-of-the-art machine learning algorithms.

🔗 MPF.2021.2.8 - The dataset used to train the M3GNet universal potential. UIP

🔗 NRELMatDB - Computational materials database with the specific focus on materials for renewable energy applications including, but..

🔗 QM9 Charge Densities and Energies - QM9 molecules calculated with VASP using Atomic Simulation Environment. ML-DFT

🔗 QM40 Dataset - A More Realistic QM Dataset for Machine Learning in Molecular Science https://doi.org/10.1038/s41597-024-04206-y. drug-discovery

🔗 QMugs dataset - Quantum Mechanical Properties of Drug-like Molecules https://doi.org/10.1038/s41597-022-01390-7. drug-discovery

🔗 Quantum-Machine.org Datasets - Collection of datasets, including QM7, QM9, etc. MD, DFT. Small organic molecules, mostly.

🔗 sGDML Datasets - MD17, MD22, DFT datasets.

🔗 MoleculeNet - A Benchmark for Molecular Machine Learning. benchmarking

🔗 ZINC15 - A free database of commercially-available compounds for virtual screening. ZINC contains over 230 million purchasable.. graph biomolecules

🔗 ZINC20 - A free database of commercially-available compounds for virtual screening. ZINC contains over 230 million purchasable.. graph biomolecules

FAIR Chemistry datasets (🥇31 · ⭐ 2K) - Datasets OC20, OC22, etc. Formerly known as Open Catalyst Project. MIT catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 66 · 🔀 440 · 📋 540 - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 190K / month · 📦 37 · ⏱️ 26.02.2026):
pip install fairchem-core
Meta Open Materials 2024 (OMat24) Dataset (🥇30 · ⭐ 2K) - Contains over 100 million Density Functional Theory calculations focused on structural and compositional diversity. CC-BY-4.0 - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 66 · 🔀 440 · 📋 540 - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 190K / month · 📦 37 · ⏱️ 26.02.2026):
pip install fairchem-core
MPContribs (🥇26 · ⭐ 39) - Platform for materials scientists to contribute and disseminate their materials data through Materials Project. MIT - [GitHub](https://github.com/materialsproject/MPContribs) (👨‍💻 29 · 🔀 27 · 📦 58 · 📋 120 - 30% open · ⏱️ 26.02.2026):
git clone https://github.com/materialsproject/MPContribs
- [PyPi](https://pypi.org/project/mpcontribs-client) (📥 12K / month · 📦 7 · ⏱️ 09.02.2026):
pip install mpcontribs-client
OPTIMADE Python tools (🥇24 · ⭐ 87) - Tools for implementing and consuming OPTIMADE APIs in Python. MIT - [GitHub](https://github.com/Materials-Consortia/optimade-python-tools) (👨‍💻 33 · 🔀 49 · 📋 500 - 22% open · ⏱️ 17.02.2026):
git clone https://github.com/Materials-Consortia/optimade-python-tools
- [PyPi](https://pypi.org/project/optimade) (📥 21K / month · 📦 4 · ⏱️ 13.02.2026):
pip install optimade
- [Conda](https://anaconda.org/conda-forge/optimade) (📥 170K · ⏱️ 13.02.2026):
conda install -c conda-forge optimade
load-atoms (🥈19 · ⭐ 48) - download and manipulate atomistic datasets. MIT data-structures - [GitHub](https://github.com/jla-gardner/load-atoms) (👨‍💻 5 · 🔀 5 · 📦 8 · 📋 35 - 14% open · ⏱️ 25.11.2025):
git clone https://github.com/jla-gardner/load-atoms
- [PyPi](https://pypi.org/project/load-atoms) (📥 350K / month · 📦 3 · ⏱️ 25.11.2025):
pip install load-atoms
Open Databases Integration for Materials Design (OPTIMADE) (🥈18 · ⭐ 100) - Specification of a common REST API for access to materials databases. CC-BY-4.0 - [GitHub](https://github.com/Materials-Consortia/OPTIMADE) (👨‍💻 24 · 🔀 37 · 📋 260 - 30% open · ⏱️ 18.12.2025):
git clone https://github.com/Materials-Consortia/OPTIMADE
OpenQDC (🥈14 · ⭐ 59 · 💤) - Repository of Quantum Datasets Publicly Available. CC-BY-4.0 - [GitHub](https://github.com/valence-labs/OpenQDC) (👨‍💻 10 · 🔀 5 · 📦 4 · 📋 50 - 18% open · ⏱️ 19.06.2025):
git clone https://github.com/valence-labs/openQDC
- [PyPi](https://pypi.org/project/openqdc) (📥 130 / month · ⏱️ 09.08.2024):
pip install openqdc
- [Conda](https://anaconda.org/conda-forge/openqdc) (📥 2K · ⏱️ 22.04.2025):
conda install -c conda-forge openqdc
QH9 (🥈13 · ⭐ 730) - A Quantum Hamiltonian Prediction Benchmark. CC-BY-NC-SA-4.0 ML-DFT - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 89 · 📋 32 - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/divelab/AIRS
nablaDFT (🥈13 · ⭐ 230) - nablaDFT: Large-Scale Conformational Energy and Hamiltonian Prediction benchmark and dataset. MIT ML-DFT ML-WFT drug-discovery ML-IAP benchmarking - [GitHub](https://github.com/AIRI-Institute/nablaDFT) (👨‍💻 9 · 🔀 25 · 📋 28 - 10% open · ⏱️ 31.12.2025):
git clone https://github.com/AIRI-Institute/nablaDFT
OpenKIM (🥈12 · ⭐ 37 · 💤) - The Open Knowledgebase of Interatomic Models (OpenKIM) aims to be an online resource for standardized testing, long-.. LGPL-2.1 model-repository knowledge-base pretrained - [GitHub](https://github.com/openkim/kim-api) (👨‍💻 27 · 🔀 18 · 📋 37 - 40% open · ⏱️ 29.04.2025):
git clone https://github.com/openkim/kim-api
MPDS API (🥈12 · ⭐ 26) - Tutorials, notebooks, issue tracker, and website on the MPDS API: the data retrieval interface for the Materials.. CC-BY-4.0 phase-transition - [GitHub](https://github.com/mpds-io/mpds-api) (👨‍💻 5 · 🔀 5 · 📋 36 - 22% open · ⏱️ 24.01.2026):
git clone https://github.com/mpds-io/mpds-api
- [PyPi](https://pypi.org/project/mpds_client) (📥 220 / month · ⏱️ 14.09.2020):
pip install mpds_client
SPICE (🥈11 · ⭐ 190) - A collection of QM data for training potential functions. MIT ML-IAP MD - [GitHub](https://github.com/openmm/spice-dataset) (👨‍💻 1 · 🔀 10 · 📥 340 · 📋 76 - 27% open · ⏱️ 25.02.2026):
git clone https://github.com/openmm/spice-dataset
MatPES (🥈11 · ⭐ 51) - A foundational potential energy dataset for materials. BSD-3 UIP ML-IAP - [GitHub](https://github.com/materialyzeai/matpes) (👨‍💻 3 · 🔀 4 · 📋 9 - 22% open · ⏱️ 01.12.2025):
git clone https://github.com/materialsvirtuallab/matpes
- [PyPi](https://pypi.org/project/matpes) (📥 76 / month · ⏱️ 10.03.2025):
pip install matpes
AIS Square (🥉10 · ⭐ 15) - A collaborative and open-source platform for sharing AI for Science datasets, models, and workflows. Home of the.. LGPL-3.0 community-resource model-repository - [GitHub](https://github.com/deepmodeling/AIS-Square) (👨‍💻 8 · 🔀 8 · 📋 6 - 83% open · ⏱️ 30.01.2026):
git clone https://github.com/deepmodeling/AIS-Square
OBELiX (🥉9 · ⭐ 50) - A Curated Dataset of Crystal Structures and Experimentally Measured Ionic Conductivities for Lithium Solid-State.. CC-BY-4.0 experimental-data transport-phenomena - [GitHub](https://github.com/NRC-Mila/OBELiX) (👨‍💻 6 · 🔀 9 · 📋 2 - 50% open · ⏱️ 27.11.2025):
git clone https://github.com/NRC-Mila/OBELiX
- [PyPi](https://pypi.org/project/obelix-data) (📥 120 / month · ⏱️ 16.05.2025):
pip install obelix-data
polyVERSE (🥉8 · ⭐ 30) - polyVERSE is a comprehensive repository of informatics-ready datasets curated by the Ramprasad Group. Custom soft-matter - [GitHub](https://github.com/Ramprasad-Group/polyVERSE) (👨‍💻 9 · 🔀 6 · ⏱️ 21.01.2026):
git clone https://github.com/Ramprasad-Group/polyVERSE
GDB-9-Ex9 and ORNL_AISD-Ex (🥉5 · ⭐ 10 · 💤) - Distributed computing workflow for generation and analysis of large scale molecular datasets obtained running multi-.. Unlicensed - [GitHub](https://github.com/ORNL/Analysis-of-Large-Scale-Molecular-Datasets-with-Python) (👨‍💻 7 · 🔀 6 · ⏱️ 12.03.2025):
git clone https://github.com/ORNL/Analysis-of-Large-Scale-Molecular-Datasets-with-Python
Visual Graph Datasets (🥉5 · ⭐ 5) - Datasets for the training of graph neural networks (GNNs) and subsequent visualization of attributional explanations.. MIT XAI rep-learn - [GitHub](https://github.com/aimat-lab/visual_graph_datasets) (👨‍💻 2 · 🔀 3 · ⏱️ 25.09.2025):
git clone https://github.com/aimat-lab/visual_graph_datasets
Show 16 hidden projects... - ATOM3D (🥈19 · ⭐ 320 · 💀) - ATOM3D: tasks on molecules in three dimensions. MIT biomolecules benchmarking - Materials Data Facility (MDF) (🥉10 · ⭐ 10 · 💀) - A simple way to publish, discover, and access materials datasets. Publication of very large datasets supported (e.g.,.. Apache-2 - MoleculeNet Leaderboard (🥉9 · ⭐ 100 · 💀) - MIT benchmarking - 2DMD dataset (🥉9 · ⭐ 8 · 💀) - Code for Kazeev, N., Al-Maeeni, A.R., Romanov, I. et al. Sparse representation for machine learning the properties of.. Apache-2 material-defect - ANI-1 Dataset (🥉8 · ⭐ 100 · 💀) - A data set of 20 million calculated off-equilibrium conformations for organic molecules. MIT - GEOM (🥉7 · ⭐ 240 · 💀) - GEOM: Energy-annotated molecular conformations. Unlicensed drug-discovery - ANI-1x Datasets (🥉6 · ⭐ 68 · 💀) - The ANI-1ccx and ANI-1x data sets, coupled-cluster and density functional theory properties for organic molecules. MIT - COMP6 Benchmark dataset (🥉6 · ⭐ 40 · 💀) - COMP6 Benchmark dataset for ML potentials. MIT - SciGlass (🥉6 · ⭐ 15 · 💀) - The database contains a vast set of data on the properties of glass materials. MIT - The Perovskite Database Project (🥉5 · ⭐ 70 · 💀) - Perovskite Database Project aims at making all perovskite device data, both past and future, available in a form.. Unlicensed community-resource - OPTIMADE providers dashboard (🥉5 · ⭐ 2 · 💤) - A dashboard of known providers. Unlicensed - 3DSC Database (🥉4 · ⭐ 24 · 💀) - Repo for the paper publishing the superconductor database with 3D crystal structures. Custom superconductors materials-discovery - paper-data-redundancy (🥉4 · ⭐ 11 · 💀) - Repo for the paper Exploiting redundancy in large materials datasets for efficient machine learning with less data. BSD-3 small-data single-paper - linear-regression-benchmarks (🥉4 · ⭐ 1 · 💀) - Data sets used for linear regression benchmarks. MIT benchmarking single-paper - nep-data (🥉3 · ⭐ 21 · 💀) - Data related to the NEP machine-learned potential of GPUMD. Unlicensed ML-IAP MD transport-phenomena - tmQM_wB97MV Dataset (🥉1 · ⭐ 9 · 💀) - Code for Applying Large Graph Neural Networks to Predict Transition Metal Complex Energies Using the tmQM_wB97MV.. Unlicensed catalysis rep-learn


Data Structures

Back to top

Projects that focus on providing data structures used in atomistic machine learning.

dpdata (🥇27 · ⭐ 240) - A Python package for manipulating atomistic data of software in computational science. LGPL-3.0 - [GitHub](https://github.com/deepmodeling/dpdata) (👨‍💻 68 · 🔀 150 · 📦 160 · 📋 160 - 32% open · ⏱️ 26.02.2026):
git clone https://github.com/deepmodeling/dpdata
- [PyPi](https://pypi.org/project/dpdata) (📥 60K / month · 📦 42 · ⏱️ 21.10.2025):
pip install dpdata
- [Conda](https://anaconda.org/deepmodeling/dpdata) (📥 400 · ⏱️ 25.03.2025):
conda install -c deepmodeling dpdata
Metatensor (🥈22 · ⭐ 94) - Self-describing sparse tensor data format for atomistic machine learning and beyond. BSD-3 ML-IAP MD Rust C-lang C++ Python - [GitHub](https://github.com/metatensor/metatensor) (👨‍💻 36 · 🔀 26 · 📥 53K · 📦 14 · 📋 270 - 26% open · ⏱️ 13.02.2026):
git clone https://github.com/metatensor/metatensor
- [PyPi](https://pypi.org/project/metatensor) (📥 1.5K / month · ⏱️ 26.01.2024):
pip install metatensor
mp-pyrho (🥉19 · ⭐ 42) - Tools for re-griding volumetric quantum chemistry data for machine-learning purposes. Custom ML-DFT - [GitHub](https://github.com/materialsproject/pyrho) (👨‍💻 10 · 🔀 10 · 📦 33 · 📋 10 - 70% open · ⏱️ 13.10.2025):
git clone https://github.com/materialsproject/pyrho
- [PyPi](https://pypi.org/project/mp-pyrho) (📥 350K / month · 📦 5 · ⏱️ 13.10.2025):
pip install mp-pyrho
dlpack (🥉17 · ⭐ 1.2K) - common in-memory tensor structure. Apache-2 C++ - [GitHub](https://github.com/dmlc/dlpack) (👨‍💻 33 · 🔀 150 · 📋 87 - 29% open · ⏱️ 24.01.2026):
git clone https://github.com/dmlc/dlpack


Density functional theory (ML-DFT)

Back to top

Projects and models that focus on quantities of DFT, such as density functional approximations (ML-DFA), the charge density, density of states, the Hamiltonian, etc.

🔗 IKS-PIML - Code and generated data for the paper Inverting the Kohn-Sham equations with physics-informed machine learning.. neural-operator pinn datasets single-paper

🔗 M-OFDFT - Overcoming the Barrier of Orbital-Free Density Functional Theory in Molecular Systems Using Deep Learning.. transformer single-paper

JAX-DFT (🥇26 · ⭐ 37K) - This library provides basic building blocks that can construct DFT calculations as a differentiable program. Apache-2 - [GitHub](https://github.com/google-research/google-research) (👨‍💻 860 · 🔀 8.3K · 📋 2.1K - 83% open · ⏱️ 25.02.2026):
git clone https://github.com/google-research/google-research
MALA (🥇17 · ⭐ 98) - Materials Learning Algorithms. A framework for machine learning materials properties from first-principles data. BSD-3 - [GitHub](https://github.com/mala-project/mala) (👨‍💻 47 · 🔀 28 · 📦 2 · 📋 310 - 9% open · ⏱️ 16.09.2025):
git clone https://github.com/mala-project/mala
Q-stack (🥇15 · ⭐ 18) - Stack of codes for dedicated pre- and post-processing tasks for Quantum Machine Learning (QML). MIT excited-states general-tool - [GitHub](https://github.com/lcmd-epfl/Q-stack) (👨‍💻 8 · 🔀 7 · 📋 55 - 12% open · ⏱️ 28.01.2026):
git clone https://github.com/lcmd-epfl/Q-stack
QHNet (🥈13 · ⭐ 730) - Artificial Intelligence Research for Science (AIRS). GPL-3.0 rep-learn - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 89 · 📋 32 - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/divelab/AIRS
HamGNN (🥈13 · ⭐ 160) - An E(3) equivariant Graph Neural Network for predicting electronic Hamiltonian matrix. GPL-3.0 rep-learn magnetism C-lang - [GitHub](https://github.com/QuantumLab-ZY/HamGNN) (👨‍💻 6 · 🔀 36 · 📋 77 - 83% open · ⏱️ 29.01.2026):
git clone https://github.com/QuantumLab-ZY/HamGNN
SALTED (🥈13 · ⭐ 42) - Symmetry-Adapted Learning of Three-dimensional Electron Densities (and their electrostatic response). GPL-3.0 - [GitHub](https://github.com/andreagrisafi/SALTED) (👨‍💻 24 · 🔀 6 · 📋 10 - 30% open · ⏱️ 20.02.2026):
git clone https://github.com/andreagrisafi/SALTED
DeePKS-kit (🥈9 · ⭐ 120 · 💤) - a package for developing machine learning-based chemically accurate energy and density functional models. LGPL-3.0 ml-functional - [GitHub](https://github.com/deepmodeling/deepks-kit) (👨‍💻 7 · 🔀 39 · 📋 32 - 46% open · ⏱️ 28.04.2025):
git clone https://github.com/deepmodeling/deepks-kit
CiderPress (🥈9 · ⭐ 18 · 💤) - A high-performance software package for training and evaluating machine-learned XC functionals using the CIDER.. GPL-3.0 ml-functional C-lang - [GitHub](https://github.com/mir-group/CiderPress) (👨‍💻 2 · 🔀 3 · ⏱️ 09.04.2025):
git clone https://github.com/mir-group/CiderPress
- [PyPi](https://pypi.org/project/ciderpress) (📥 74 / month · ⏱️ 13.03.2025):
pip install ciderpress
ACEhamiltonians (🥈9 · ⭐ 17) - Provides tools for constructing, fitting, and predicting self-consistent Hamiltonian and overlap matrices in solid-.. MIT Julia - [GitHub](https://github.com/ACEsuit/ACEhamiltonians.jl) (👨‍💻 5 · 🔀 7 · 📋 5 - 40% open · ⏱️ 17.09.2025):
git clone https://github.com/ACEsuit/ACEhamiltonians.jl
dftio (🥈8 · ⭐ 14 · 📉) - dftio is to assist machine learning communities to transcript DFT output into a format that is easy to read or used by.. LGPL-3.0 data-structures workflows - [GitHub](https://github.com/deepmodeling/dftio) (👨‍💻 5 · 🔀 10 · 📋 8 - 50% open · ⏱️ 18.12.2025):
git clone https://github.com/deepmodeling/dftio
DeepH-E3 (🥉7 · ⭐ 110) - General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian. MIT magnetism - [GitHub](https://github.com/Xiaoxun-Gong/DeepH-E3) (👨‍💻 2 · 🔀 28 · 📋 40 - 67% open · ⏱️ 27.01.2026):
git clone https://github.com/Xiaoxun-Gong/DeepH-E3
ChargE3Net (🥉7 · ⭐ 71 · 💤) - [npj Comp. Mat.] Higher-order equivariant neural networks for charge density prediction in materials. MIT rep-learn - [GitHub](https://github.com/AIforGreatGood/charge3net) (👨‍💻 3 · 🔀 18 · 📋 14 - 35% open · ⏱️ 21.02.2025):
git clone https://github.com/AIforGreatGood/charge3net
Show 25 hidden projects... - DM21 (🥇20 · ⭐ 15K · 💀) - This package provides a PySCF interface to the DM21 (DeepMind 21) family of exchange-correlation functionals described.. Apache-2 - DeepH-pack (🥈12 · ⭐ 320 · 💀) - Deep neural networks for density functional theory Hamiltonian. LGPL-3.0 Julia - Grad DFT (🥈10 · ⭐ 110 · 💀) - GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation.. Apache-2 - NeuralXC (🥈10 · ⭐ 36 · 💀) - Implementation of a machine learned density functional. BSD-3 - PROPhet (🥈9 · ⭐ 66 · 💀) - PROPhet is a code to integrate machine learning techniques with first-principles quantum chemistry approaches. GPL-3.0 ML-IAP MD single-paper C++ - Libnxc (🥈8 · ⭐ 21 · 💀) - A library for using machine-learned exchange-correlation functionals for density-functional theory. MPL-2.0 C++ Fortran - Mat2Spec (🥉7 · ⭐ 29 · 💀) - Density of States Prediction for Materials Discovery via Contrastive Learning from Probabilistic Embeddings. MIT spectroscopy - DeepDFT (🥉6 · ⭐ 87 · 💀) - Official implementation of DeepDFT model. MIT - scdp (scalable charge density prediction) (🥉6 · ⭐ 39 · 💀) - [NeurIPS 2024] source code for A Recipe for Charge Density Prediction. MIT rep-learn single-paper - charge-density-models (🥉6 · ⭐ 15 · 💀) - Tools to build charge density models using [fairchem](https://github.com/FAIR-Chem/fairchem). MIT rep-learn - KSR-DFT (🥉6 · ⭐ 4 · 💀) - Kohn-Sham regularizer for machine-learned DFT functionals. Apache-2 - xDeepH (🥉5 · ⭐ 40 · 💀) - Extended DeepH (xDeepH) method for magnetic materials. LGPL-3.0 magnetism Julia - InfGCN for Electron Density Estimation (🥉5 · ⭐ 16 · 💀) - Official implementation of the NeurIPS 23 spotlight paper of InfGCN. MIT rep-learn neural-operator - rho_learn (🥉5 · ⭐ 4 · 💀) - A proof-of-concept workflow for torch-based electron density learning. MIT ML-DFT rep-eng - ML-DFT (🥉4 · ⭐ 27 · 💀) - A package for density functional approximation using machine learning. MIT - DeepCDP (🥉4 · ⭐ 6 · 💀) - DeepCDP: Deep learning Charge Density Prediction. Unlicensed - CSNN (🥉4 · ⭐ 3 · 💀) - Primary codebase of CSNN - Concentric Spherical Neural Network for 3D Representation Learning. BSD-3 - rholearn (🥉4 · ⭐ 3 · 💀) - Learning and predicting electronic densities decomposed on a basis and global electronic densities of states at DFT.. MIT ML-DFT rep-eng density-of-states - gprep (🥉4 · 💀) - Fitting DFTB repulsive potentials with GPR. MIT single-paper - APET (🥉3 · ⭐ 6 · 💀) - Atomic Positional Embedding-based Transformer. GPL-3.0 density-of-states transformer - MALADA (🥉3 · ⭐ 1 · 💤) - MALA Data Acquisition: Helpful tools to build data for MALA. BSD-3 - ofdft_nflows (🥉2 · ⭐ 11 · 💀) - Nomalizing flows for orbita-free DFT. Unlicensed generative - A3MD (🥉2 · ⭐ 8 · 💀) - MPNN-like + Analytic Density Model = Accurate electron densities. Unlicensed rep-learn single-paper - MLDensity (🥉1 · ⭐ 7 · 💀) - Linear Jacobi-Legendre expansion of the charge density for machine learning-accelerated electronic structure.. Unlicensed - kdft (🥉1 · ⭐ 2 · 💀) - The Kernel Density Functional (KDF) code allows generating ML based DFT functionals. Unlicensed


Educational Resources

Back to top

Tutorials, guides, cookbooks, recipes, etc.

🔗 AI for Science 101 community-resource rep-learn

🔗 AL4MS 2023 workshop tutorials active-learning

🔗 Quantum Chemistry in the Age of Machine Learning - Book, 2022.

Deep Learning for Molecules and Materials Book (🥇13 · ⭐ 720) - Deep learning for molecules and materials book. Custom - [GitHub](https://github.com/whitead/dmol-book) (👨‍💻 19 · 🔀 130 · 📋 180 - 17% open · ⏱️ 20.02.2026):
git clone https://github.com/whitead/dmol-book
Geometric GNN Dojo (🥇12 · ⭐ 520) - New to geometric GNNs: try our practical notebook, prepared for MPhil students at the University of Cambridge. MIT rep-learn - [GitHub](https://github.com/chaitjo/geometric-gnn-dojo) (👨‍💻 4 · 🔀 51 · 📋 9 - 22% open · ⏱️ 09.10.2025):
git clone https://github.com/chaitjo/geometric-gnn-dojo
AI4Chemistry course (🥇12 · ⭐ 240) - EPFL AI for chemistry course, Spring 2023. https://schwallergroup.github.io/ai4chem_course. MIT chemistry - [GitHub](https://github.com/schwallergroup/ai4chem_course) (👨‍💻 8 · 🔀 58 · 📋 4 - 25% open · ⏱️ 25.02.2026):
git clone https://github.com/schwallergroup/ai4chem_course
COSMO Software Cookbook (🥈11 · ⭐ 35) - A collection of simulation recipes for the atomic-scale modeling of materials and molecules. BSD-3 - [GitHub](https://github.com/lab-cosmo/atomistic-cookbook) (👨‍💻 19 · 🔀 7 · 📋 32 - 43% open · ⏱️ 23.02.2026):
git clone https://github.com/lab-cosmo/software-cookbook
MLforMaterials (🥈9 · ⭐ 130) - Online resource for a practical course in machine learning for materials research at Imperial College London.. MIT community-resource general-ml rep-eng materials-discovery - [GitHub](https://github.com/aronwalsh/MLforMaterials) (👨‍💻 2 · 🔀 17 · ⏱️ 07.02.2026):
git clone https://github.com/aronwalsh/MLforMaterials
DSECOP (🥈9 · ⭐ 51 · 💤) - This repository contains data science educational materials developed by DSECOP Fellows. CCO-1.0 - [GitHub](https://github.com/GDS-Education-Community-of-Practice/DSECOP) (👨‍💻 14 · 🔀 25 · 📋 8 - 12% open · ⏱️ 29.04.2025):
git clone https://github.com/GDS-Education-Community-of-Practice/DSECOP
iam-notebooks (🥈9 · ⭐ 36) - Jupyter notebooks for the lectures of the Introduction to Atomistic Modeling. Apache-2 - [GitHub](https://github.com/ceriottm/iam-notebooks) (👨‍💻 6 · 🔀 5 · ⏱️ 14.02.2026):
git clone https://github.com/ceriottm/iam-notebooks
jarvis-tools-notebooks (🥈8 · ⭐ 95 · 💤) - This repository is no longer maintained. For the latest updates and continued development, please visit:.. NIST - [GitHub](https://github.com/JARVIS-Materials-Design/jarvis-tools-notebooks) (👨‍💻 6 · 🔀 40 · ⏱️ 10.07.2025):
git clone https://github.com/JARVIS-Materials-Design/jarvis-tools-notebooks
DeepModeling Tutorials (🥉6 · ⭐ 16 · 💤) - Tutorials for DeepModeling projects. Unlicensed - [GitHub](https://github.com/deepmodeling/tutorials) (👨‍💻 12 · 🔀 23 · 📋 4 - 25% open · ⏱️ 03.04.2025):
git clone https://github.com/deepmodeling/tutorials
MACE-tutorials (🥉5 · ⭐ 53) - Another set of tutorials for the MACE interatomic potential by one of the authors. MIT ML-IAP rep-learn MD - [GitHub](https://github.com/ACEsuit/mace-tutorials) (👨‍💻 2 · 🔀 14 · ⏱️ 22.01.2026):
git clone https://github.com/ilyes319/mace-tutorials
Show 19 hidden projects... - DeepLearningLifeSciences (🥇12 · ⭐ 400 · 💀) - Example code from the book Deep Learning for the Life Sciences. MIT - Introduction to AI-driven Science on Supercomputers: A Student Training Series (🥇12 · ⭐ 240) - Unlicensed general-ml rep-learn language-models - OPTIMADE Tutorial Exercises (🥈9 · ⭐ 17 · 💀) - Tutorial exercises for the OPTIMADE API. MIT datasets - RDKit Tutorials (🥈8 · ⭐ 310 · 💀) - Tutorials to learn how to work with the RDKit. Custom - BestPractices (🥈8 · ⭐ 200 · 💀) - Things that you should (and should not) do in your Materials Informatics research. MIT - MAChINE (🥉7 · ⭐ 1 · 💀) - Client-Server Web App to introduce usage of ML in materials science to beginners. MIT - Applied AI for Materials (🥉6 · ⭐ 73 · 💀) - Course materials for Applied AI for Materials Science and Engineering. Unlicensed - Machine Learning for Materials Hard and Soft (🥉6 · ⭐ 39 · 💀) - ESI-DCAFM-TACO-VDSP Summer School on Machine Learning for Materials Hard and Soft. Unlicensed - ML for catalysis tutorials (🥉6 · ⭐ 11 · 💀) - A jupyter book repo for tutorial on how to use OCP ML models for catalysis. MIT - Data Handling, DoE and Statistical Analysis for Material Chemists (🥉6 · ⭐ 4 · 💀) - Notebooks for workshops of DoE course, hosted by the Computational Materials Chemistry group at Uppsala University. GPL-3.0 - AI4Science101 (🥉5 · ⭐ 100 · 💀) - AI for Science. Unlicensed - ML-in-chemistry-101 (🥉4 · ⭐ 85 · 💀) - The course materials for Machine Learning in Chemistry 101. Unlicensed - DSM-CORE (🥉4 · ⭐ 16 · 💤) - Data Science for Materials - Collection of Open Educational Resources. Unlicensed - chemrev-gpr (🥉4 · ⭐ 12 · 💀) - Notebooks accompanying the paper on GPR in materials and molecules in Chemical Reviews 2020. Unlicensed - AI4ChemMat Hands-On Series (🥉4 · ⭐ 1 · 💀) - Hands-On Series organized by Chemistry and Materials working group at Argonne Nat Lab. MPL-2.0 - PiNN Lab (🥉3 · ⭐ 3 · 💀) - Material for running a lab session on atomic neural networks. GPL-3.0 - MLDensity_tutorial (🥉2 · ⭐ 12 · 💀) - Tutorial files to work with ML for the charge density in molecules and solids. Unlicensed - LAMMPS-style pair potentials with GAP (🥉2 · ⭐ 4 · 💀) - A tutorial on how to create LAMMPS-style pair potentials and use them in combination with GAP potentials to run MD.. Unlicensed ML-IAP MD rep-eng - MALA Tutorial (🥉2 · ⭐ 2 · 💀) - A full MALA hands-on tutorial. Unlicensed


Explainable Artificial intelligence (XAI)

Back to top

Projects that focus on explainability and model interpretability in atomistic ML.

exmol (🥇18 · ⭐ 350 · 💤) - Explainer for black box models that predict molecule properties. MIT - [GitHub](https://github.com/ur-whitelab/exmol) (👨‍💻 9 · 🔀 47 · 📋 72 - 8% open · ⏱️ 08.05.2025):
git clone https://github.com/ur-whitelab/exmol
- [PyPi](https://pypi.org/project/exmol) (📥 2.4K / month · 📦 3 · ⏱️ 08.05.2025):
pip install exmol
Show 3 hidden projects... - MEGAN: Multi Explanation Graph Attention Student (🥈4 · ⭐ 12) - Minimal implementation of graph attention student model architecture. MIT rep-learn - Linear vs blackbox (🥉3 · ⭐ 2 · 💀) - Code and data related to the publication: Interpretable models for extrapolation in scientific machine learning. MIT XAI single-paper rep-eng - XElemNet (🥉2 · 💀) - Using explainable artificial intelligence (XAI) techniques to analyze ElemNet... Unlicensed rep-eng single-paper


Electronic structure methods (ML-ESM)

Back to top

Projects and models that focus on quantities of electronic structure methods, which do not fit into either of the categories ML-WFT or ML-DFT.

DeePTB (🥇16 · ⭐ 100) - DeePTB: A deep learning package for tight-binding Hamiltonian with ab initio accuracy. LGPL-3.0 ML-DFT - [GitHub](https://github.com/deepmodeling/DeePTB) (👨‍💻 15 · 🔀 26 · 📦 4 · 📋 64 - 37% open · ⏱️ 09.02.2026):
git clone https://github.com/deepmodeling/DeePTB
- [PyPi](https://pypi.org/project/dptb) (📥 370 / month · 📦 2 · ⏱️ 07.05.2025):
pip install dptb
Show 5 hidden projects... - QDF for molecule (🥈8 · ⭐ 230 · 💀) - Quantum deep field: data-driven wave function, electron density generation, and energy prediction and extrapolation.. MIT - QMLearn (🥈5 · ⭐ 12 · 💀) - Quantum Machine Learning by learning one-body reduced density matrices in the AO basis... MIT - q-pac (🥈5 · ⭐ 6 · 💀) - Kernel charge equilibration method. MIT electrostatics - halex (🥈5 · ⭐ 3 · 💀) - Hamiltonian Learning for Excited States https://doi.org/10.48550/arXiv.2311.00844. Unlicensed excited-states - e3psi (🥉3 · ⭐ 7 · 💀) - Equivariant machine learning library for learning from electronic structures. LGPL-3.0


General Tools

Back to top

General tools for atomistic machine learning.

RDKit (🥇39 · ⭐ 3.3K) - BSD-3 C++ cheminformatics - [GitHub](https://github.com/rdkit/rdkit) (👨‍💻 270 · 🔀 950 · 📦 3 · 📋 4.2K - 15% open · ⏱️ 26.02.2026):
git clone https://github.com/rdkit/rdkit
- [PyPi](https://pypi.org/project/rdkit) (📥 5.6M / month · 📦 1.5K · ⏱️ 16.02.2026):
pip install rdkit
- [Conda](https://anaconda.org/rdkit/rdkit) (📥 2.6M · ⏱️ 25.03.2025):
conda install -c rdkit rdkit
DeepChem (🥇34 · ⭐ 6.6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology. MIT - [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 260 · 🔀 2.1K · 📦 650 · 📋 2.2K - 41% open · ⏱️ 20.02.2026):
git clone https://github.com/deepchem/deepchem
- [PyPi](https://pypi.org/project/deepchem) (📥 45K / month · 📦 24 · ⏱️ 20.02.2026):
pip install deepchem
- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025):
conda install -c conda-forge deepchem
- [Docker Hub](https://hub.docker.com/r/deepchemio/deepchem) (📥 9.4K · ⭐ 5 · ⏱️ 15.07.2025):
docker pull deepchemio/deepchem
Matminer (🥇32 · ⭐ 570) - Data mining for materials science. Custom - [GitHub](https://github.com/hackingmaterials/matminer) (👨‍💻 56 · 🔀 210 · 📦 470 · 📋 230 - 12% open · ⏱️ 10.02.2026):
git clone https://github.com/hackingmaterials/matminer
- [PyPi](https://pypi.org/project/matminer) (📥 1.3M / month · 📦 86 · ⏱️ 22.01.2026):
pip install matminer
- [Conda](https://anaconda.org/conda-forge/matminer) (📥 110K · ⏱️ 23.01.2026):
conda install -c conda-forge matminer
QUIP (🥈28 · ⭐ 390) - libAtoms/QUIP molecular dynamics framework: https://libatoms.github.io. GPL-2.0 MD ML-IAP rep-eng Fortran - [GitHub](https://github.com/libAtoms/QUIP) (👨‍💻 86 · 🔀 130 · 📥 850 · 📦 46 · 📋 490 - 23% open · ⏱️ 30.01.2026):
git clone https://github.com/libAtoms/QUIP
- [PyPi](https://pypi.org/project/quippy-ase) (📥 9.5K / month · 📦 9 · ⏱️ 30.01.2026):
pip install quippy-ase
- [Docker Hub](https://hub.docker.com/r/libatomsquip/quip) (📥 10K · ⭐ 4 · ⏱️ 24.04.2023):
docker pull libatomsquip/quip
JARVIS-Tools (🥈24 · ⭐ 370) - About JARVIS-Tools: an open-source software package for data-driven atomistic materials design. Publications:.. Custom - [GitHub](https://github.com/usnistgov/jarvis) (👨‍💻 16 · 🔀 140 · 📋 94 - 52% open · ⏱️ 25.08.2025):
git clone https://github.com/usnistgov/jarvis
- [PyPi](https://pypi.org/project/jarvis-tools) (📥 220K / month · 📦 40 · ⏱️ 29.01.2026):
pip install jarvis-tools
- [Conda](https://anaconda.org/conda-forge/jarvis-tools) (📥 130K · ⏱️ 02.01.2026):
conda install -c conda-forge jarvis-tools
MAML (🥈21 · ⭐ 450) - Python for Materials Machine Learning, Materials Descriptors, Machine Learning Force Fields, Deep Learning, etc. BSD-3 - [GitHub](https://github.com/materialyzeai/maml) (👨‍💻 39 · 🔀 93 · 📦 17 · 📋 76 - 14% open · ⏱️ 14.02.2026):
git clone https://github.com/materialsvirtuallab/maml
- [PyPi](https://pypi.org/project/maml) (📥 400 / month · 📦 3 · ⏱️ 02.04.2025):
pip install maml
Molfeat (🥈20 · ⭐ 220 · 💤) - molfeat - the hub for all your molecular featurizers. Apache-2 cheminformatics rep-eng rep-learn generative language-models pretrained - [GitHub](https://github.com/datamol-io/molfeat) (👨‍💻 19 · 🔀 27 · 📦 73 · 📋 61 - 27% open · ⏱️ 27.05.2025):
git clone https://github.com/datamol-io/molfeat
- [PyPi](https://pypi.org/project/molfeat) (📥 4.6K / month · 📦 13 · ⏱️ 27.05.2025):
pip install molfeat
- [Conda](https://anaconda.org/conda-forge/molfeat) (📥 42K · ⏱️ 30.05.2025):
conda install -c conda-forge molfeat
Scikit-Matter (🥈19 · ⭐ 91) - A collection of scikit-learn compatible utilities that implement methods born out of the materials science and.. BSD-3 scikit-learn - [GitHub](https://github.com/scikit-learn-contrib/scikit-matter) (👨‍💻 20 · 🔀 25 · 📥 19 · 📋 81 - 23% open · ⏱️ 19.01.2026):
git clone https://github.com/scikit-learn-contrib/scikit-matter
- [PyPi](https://pypi.org/project/skmatter) (📥 2.5K / month · 📦 5 · ⏱️ 06.01.2026):
pip install skmatter
- [Conda](https://anaconda.org/conda-forge/skmatter) (📥 6K · ⏱️ 08.01.2026):
conda install -c conda-forge skmatter
AtomAI (🥈18 · ⭐ 220 · 💤) - Deep and Machine Learning for Microscopy. MIT computer-vision USL experimental-data - [GitHub](https://github.com/pycroscopy/atomai) (👨‍💻 6 · 🔀 41 · 📦 13 · 📋 20 - 55% open · ⏱️ 23.06.2025):
git clone https://github.com/pycroscopy/atomai
- [PyPi](https://pypi.org/project/atomai) (📥 1K / month · 📦 1 · ⏱️ 23.06.2025):
pip install atomai
MLatom (🥉15 · ⭐ 140) - AI-enhanced computational chemistry. MIT UIP ML-IAP MD ML-DFT ML-ESM transfer-learning active-learning spectroscopy structure-optimization - [GitHub](https://github.com/dralgroup/mlatom) (👨‍💻 6 · 🔀 17 · 📋 8 - 37% open · ⏱️ 13.02.2026):
git clone https://github.com/dralgroup/mlatom
- [PyPi](https://pypi.org/project/mlatom) (📥 1.8K / month · ⏱️ 13.02.2026):
pip install mlatom
MAST-ML (🥉15 · ⭐ 130) - MAterials Simulation Toolkit for Machine Learning (MAST-ML). MIT - [GitHub](https://github.com/uw-cmg/MAST-ML) (👨‍💻 19 · 🔀 61 · 📥 160 · 📋 220 - 14% open · ⏱️ 10.10.2025):
git clone https://github.com/uw-cmg/MAST-ML
Artificial Intelligence for Science (AIRS) (🥉13 · ⭐ 730) - Artificial Intelligence Research for Science (AIRS). GPL-3.0 license rep-learn generative ML-IAP MD ML-DFT ML-WFT biomolecules - [GitHub](https://github.com/divelab/AIRS) (👨‍💻 36 · 🔀 89 · 📋 32 - 18% open · ⏱️ 22.02.2026):
git clone https://github.com/divelab/AIRS
Show 12 hidden projects... - QML (🥈17 · ⭐ 210 · 💀) - QML: Quantum Machine Learning. MIT - Automatminer (🥈17 · ⭐ 170 · 💀) - An automatic engine for predicting materials properties. Custom autoML - XenonPy (🥉16 · ⭐ 150 · 💀) - XenonPy is a Python Software for Materials Informatics. BSD-3 - AMPtorch (🥉11 · ⭐ 61 · 💀) - AMPtorch: Atomistic Machine Learning Package (AMP) - PyTorch. GPL-3.0 - OpenChem (🥉10 · ⭐ 740 · 💀) - OpenChem: Deep Learning toolkit for Computational Chemistry and Drug Design Research. MIT - JAXChem (🥉7 · ⭐ 81 · 💀) - JAXChem is a JAX-based deep learning library for complex and versatile chemical modeling. MIT - uncertainty_benchmarking (🥉7 · ⭐ 42 · 💀) - Various code/notebooks to benchmark different ways we could estimate uncertainty in ML predictions. Unlicensed benchmarking probabilistic - torchchem (🥉7 · ⭐ 38 · 💀) - An experimental repo for experimenting with PyTorch models. MIT - Equisolve (🥉6 · ⭐ 5 · 💀) - A ML toolkit package utilizing the metatensor data format to build models for the prediction of equivariant properties.. BSD-3 ML-IAP - quantum-structure-ml (🥉3 · ⭐ 3 · 💀) - Multi-class classification model for predicting the magnetic order of magnetic structures and a binary classification.. Unlicensed magnetism benchmarking - ACEatoms (🥉3 · ⭐ 2 · 💀) - Generic code for modelling atomic properties using ACE. Custom Julia - Magpie (🥉3) - Materials Agnostic Platform for Informatics and Exploration (Magpie). MIT Java


Generative Models

Back to top

Projects that implement generative models for atomistic ML.

GT4SD (🥇17 · ⭐ 370) - GT4SD, an open-source library to accelerate hypothesis generation in the scientific discovery process. MIT pretrained drug-discovery rep-learn - [GitHub](https://github.com/GT4SD/gt4sd-core) (👨‍💻 20 · 🔀 78 · 📋 120 - 11% open · ⏱️ 18.09.2025):
git clone https://github.com/GT4SD/gt4sd-core
- [PyPi](https://pypi.org/project/gt4sd) (📥 2.5K / month · ⏱️ 19.02.2025):
pip install gt4sd
SLICES and MatterGPT (🥈14 · ⭐ 140) - SLICES: An Invertible, Invariant, and String-based Crystal Representation [2023, Nature Communications] MatterGPT,.. LGPL-2.1 rep-eng language-models transformer materials-discovery structure-prediction - [GitHub](https://github.com/xiaohang007/SLICES) (👨‍💻 2 · 🔀 53 · 📦 5 · 📋 17 - 23% open · ⏱️ 23.01.2026):
git clone https://github.com/xiaohang007/SLICES
- [PyPi](https://pypi.org/project/slices) (📥 460 / month · 📦 1 · ⏱️ 14.10.2025):
pip install slices
- [Docker Hub](https://hub.docker.com/r/xiaohang07/slices) (📥 710 · ⭐ 1 · ⏱️ 14.10.2025):
docker pull xiaohang07/slices
synspace (🥈12 · ⭐ 48 · 💤) - Synthesis generative model. MIT - [GitHub](https://github.com/whitead/synspace) (👨‍💻 2 · 🔀 4 · 📦 36 · 📋 4 - 50% open · ⏱️ 24.04.2025):
git clone https://github.com/whitead/synspace
- [PyPi](https://pypi.org/project/synspace) (📥 2.1K / month · 📦 4 · ⏱️ 24.04.2025):
pip install synspace
SchNetPack G-SchNet (🥈11 · ⭐ 64) - G-SchNet extension for SchNetPack. MIT - [GitHub](https://github.com/atomistic-machine-learning/schnetpack-gschnet) (👨‍💻 3 · 🔀 11 · ⏱️ 13.11.2025):
git clone https://github.com/atomistic-machine-learning/schnetpack-gschnet
SiMGen (🥈9 · ⭐ 28) - Zero Shot Molecular Generation via Similarity Kernels. MIT viz - [GitHub](https://github.com/RokasEl/simgen) (👨‍💻 4 · 🔀 5 · 📦 2 · 📋 5 - 20% open · ⏱️ 27.08.2025):
git clone https://github.com/RokasEl/simgen
- [PyPi](https://pypi.org/project/simgen) (📥 17 / month · ⏱️ 13.12.2024):
pip install simgen
Show 12 hidden projects... - MoLeR (🥇15 · ⭐ 320 · 💀) - Implementation of MoLeR: a generative model of molecular graphs which supports scaffold-constrained generation. MIT - PMTransformer (🥈14 · ⭐ 120 · 💀) - Universal Transfer Learning in Porous Materials, including MOFs. MIT transfer-learning pretrained transformer - EDM (🥈9 · ⭐ 550 · 💀) - E(3) Equivariant Diffusion Model for Molecule Generation in 3D. MIT - G-SchNet (🥉8 · ⭐ 140 · 💀) - G-SchNet - a generative model for 3d molecular structures. MIT - bVAE-IM (🥉8 · ⭐ 14 · 💀) - Implementation of Chemical Design with GPU-based Ising Machine. MIT QML single-paper - molecular-vae (🥉7 · ⭐ 70 · 💀) - Pytorch implementation of the paper Automatic Chemical Design Using a Data-Driven Continuous Representation of.. MIT rep-learn cheminformatics single-paper - cG-SchNet (🥉7 · ⭐ 65 · 💀) - cG-SchNet - a conditional generative neural network for 3d molecular structures. MIT - COATI (🥉6 · ⭐ 120 · 💀) - COATI: multi-modal contrastive pre-training for representing and traversing chemical space. Apache-2 drug-discovery multimodal pretrained rep-learn - rxngenerator (🥉6 · ⭐ 14 · 💀) - A generative model for molecular generation via multi-step chemical reactions. MIT - MolSLEPA (🥉5 · ⭐ 7 · 💀) - Interpretable Fragment-based Molecule Design with Self-learning Entropic Population Annealing. MIT XAI - Mapping out phase diagrams with generative classifiers (🥉4 · ⭐ 8 · 💀) - Repository for our ``Mapping out phase diagrams with generative models paper. MIT phase-transition - descriptors-inversion (🥉4 · ⭐ 6 · 💀) - Local inversion of the chemical environment representations. MIT rep-eng single-paper


Interatomic Potentials (ML-IAP)

Back to top

Machine learning interatomic potentials (aka ML-IAP, MLIAP, MLIP, MLP) and force fields (ML-FF) for molecular dynamics.

fairchem (🥇31 · ⭐ 2K) - FAIR Chemistrys library of machine learning methods for chemistry. Formerly known as Open Catalyst Project. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 66 · 🔀 440 · 📋 540 - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 190K / month · 📦 37 · ⏱️ 26.02.2026):
pip install fairchem-core
DeePMD-kit (🥇30 · ⭐ 1.9K) - A deep learning package for many-body potential energy representation and molecular dynamics. LGPL-3.0 MD workflows C++ - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 84 · 🔀 580 · 📥 68K · 📦 46 · 📋 1K - 11% open · ⏱️ 26.02.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 11K / month · 📦 17 · ⏱️ 12.12.2025):
pip install deepmd-kit
- [Conda](https://anaconda.org/deepmodeling/deepmd-kit) (📥 3.5K · ⏱️ 25.03.2025):
conda install -c deepmodeling deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 5K · ⭐ 1 · ⏱️ 27.12.2025):
docker pull deepmodeling/deepmd-kit
NequIP (🥇30 · ⭐ 870 · 📈) - NequIP is a code for building E(3)-equivariant interatomic potentials. MIT - [GitHub](https://github.com/mir-group/nequip) (👨‍💻 38 · 🔀 200 · 📦 43 · 📋 120 - 5% open · ⏱️ 24.02.2026):
git clone https://github.com/mir-group/nequip
- [PyPi](https://pypi.org/project/nequip) (📥 350K / month · 📦 14 · ⏱️ 09.01.2026):
pip install nequip
- [Conda](https://anaconda.org/conda-forge/nequip) (📥 20K · ⏱️ 09.01.2026):
conda install -c conda-forge nequip
TorchANI (🥇25 · ⭐ 540) - TorchANI 2.0 is an open-source library that supports training, development, and research of ANI-style neural network.. MIT - [GitHub](https://github.com/aiqm/torchani) (👨‍💻 22 · 🔀 140 · 📦 69 · 📋 180 - 4% open · ⏱️ 15.12.2025):
git clone https://github.com/aiqm/torchani
- [PyPi](https://pypi.org/project/torchani) (📥 4.2K / month · 📦 15 · ⏱️ 17.11.2025):
pip install torchani
- [Conda](https://anaconda.org/conda-forge/torchani) (📥 1.2M · ⏱️ 23.01.2026):
conda install -c conda-forge torchani
Metatrain (🥇24 · ⭐ 59) - Train, fine-tune, and manipulate machine learning models for atomistic systems. BSD-3 workflows benchmarking rep-eng rep-learn - [GitHub](https://github.com/metatensor/metatrain) (👨‍💻 30 · 🔀 23 · 📥 71 · 📦 13 · 📋 290 - 30% open · ⏱️ 23.02.2026):
git clone https://github.com/metatensor/metatrain
- [PyPi](https://pypi.org/project/metatrain) (📥 11K / month · 📦 3 · ⏱️ 09.01.2026):
pip install metatrain
MACE (🥇23 · ⭐ 1.1K · 📈) - MACE - Fast and accurate machine learning interatomic potentials with higher order equivariant message passing. MIT - [GitHub](https://github.com/ACEsuit/mace) (👨‍💻 69 · 🔀 380 · 📋 570 - 20% open · ⏱️ 22.02.2026):
git clone https://github.com/ACEsuit/mace
MatCalc (🥇23 · ⭐ 130) - A python library for calculating materials properties from the PES. BSD-3 workflows benchmarking UIP pretrained model-repository - [GitHub](https://github.com/materialyzeai/matcalc) (👨‍💻 22 · 🔀 32 · 📦 21 · 📋 28 - 21% open · ⏱️ 17.02.2026):
git clone https://github.com/materialsvirtuallab/matcalc
- [PyPi](https://pypi.org/project/matcalc) (📥 2.4K / month · 📦 10 · ⏱️ 09.12.2025):
pip install matcalc
TorchMD-NET (🥇22 · ⭐ 470) - Training neural network potentials. MIT MD rep-learn transformer pretrained - [GitHub](https://github.com/torchmd/torchmd-net) (👨‍💻 19 · 🔀 95 · 📥 180 · 📋 130 - 30% open · ⏱️ 25.02.2026):
git clone https://github.com/torchmd/torchmd-net
- [Conda](https://anaconda.org/conda-forge/torchmd-net) (📥 760K · ⏱️ 28.01.2026):
conda install -c conda-forge torchmd-net
janus-core (🥈21 · ⭐ 44) - Tools for machine learnt interatomic potentials. BSD-3 benchmarking workflows structure-optimization MD transport-phenomena - [GitHub](https://github.com/stfc/janus-core) (👨‍💻 11 · 🔀 17 · 📥 240 · 📦 14 · 📋 300 - 15% open · ⏱️ 21.02.2026):
git clone https://github.com/stfc/janus-core
- [PyPi](https://pypi.org/project/janus-core) (📥 5.8K / month · 📦 6 · ⏱️ 20.02.2026):
pip install janus-core
apax (🥈20 · ⭐ 35) - A flexible and performant framework for training machine learning potentials. MIT - [GitHub](https://github.com/apax-hub/apax) (👨‍💻 11 · 🔀 7 · 📦 6 · 📋 170 - 16% open · ⏱️ 24.02.2026):
git clone https://github.com/apax-hub/apax
- [PyPi](https://pypi.org/project/apax) (📥 560 / month · 📦 2 · ⏱️ 23.02.2026):
pip install apax
KLIFF (🥈19 · ⭐ 40) - KIM-based Learning-Integrated Fitting Framework for interatomic potentials. LGPL-2.1 probabilistic workflows - [GitHub](https://github.com/openkim/kliff) (👨‍💻 14 · 🔀 21 · 📦 4 · 📋 57 - 42% open · ⏱️ 28.01.2026):
git clone https://github.com/openkim/kliff
- [PyPi](https://pypi.org/project/kliff) (📥 110 / month · ⏱️ 11.04.2025):
pip install kliff
- [Conda](https://anaconda.org/conda-forge/kliff) (📥 210K · ⏱️ 22.04.2025):
conda install -c conda-forge kliff
sGDML (🥈17 · ⭐ 160 · 💤) - sGDML - Reference implementation of the Symmetric Gradient Domain Machine Learning model. MIT - [GitHub](https://github.com/stefanch/sGDML) (👨‍💻 8 · 🔀 41 · 📦 13 · 📋 22 - 50% open · ⏱️ 13.06.2025):
git clone https://github.com/stefanch/sGDML
- [PyPi](https://pypi.org/project/sgdml) (📥 600 / month · 📦 2 · ⏱️ 13.06.2025):
pip install sgdml
Autoplex (🥈17 · ⭐ 140) - Code for automated fitting of machine learned interatomic potentials. GPL-3.0 benchmarking workflows - [GitHub](https://github.com/autoatml/autoplex) (👨‍💻 14 · 🔀 22 · 📦 2 · 📋 140 - 26% open · ⏱️ 26.02.2026):
git clone https://github.com/autoatml/autoplex
- [PyPi](https://pypi.org/project/autoplex) (📥 290 / month · ⏱️ 14.11.2025):
pip install autoplex
Allegro (🥈16 · ⭐ 460) - Allegro is an open-source code for building highly scalable and accurate equivariant deep learning interatomic.. MIT - [GitHub](https://github.com/mir-group/allegro) (👨‍💻 8 · 🔀 72 · 📋 51 - 3% open · ⏱️ 22.12.2025):
git clone https://github.com/mir-group/allegro
Graph-PES (🥈16 · ⭐ 120) - train and use graph-based ML models of potential energy surfaces. MIT rep-learn UIP MD pretrained - [GitHub](https://github.com/vldgroup/graph-pes) (👨‍💻 5 · 🔀 12 · 📦 3 · 📋 17 - 17% open · ⏱️ 20.02.2026):
git clone https://github.com/jla-gardner/graph-pes
- [PyPi](https://pypi.org/project/graph-pes) (📥 4.3K / month · 📦 2 · ⏱️ 20.02.2026):
pip install graph-pes
MLIPX - Machine-Learned Interatomic Potential eXploration (🥈15 · ⭐ 96) - Machine-Learned Interatomic Potential eXploration (mlipx) is designed at BASF for evaluating machine-learned.. MIT benchmarking viz workflows - [GitHub](https://github.com/basf/mlipx) (👨‍💻 5 · 🔀 7 · 📦 6 · 📋 18 - 33% open · ⏱️ 16.10.2025):
git clone https://github.com/basf/mlipx
- [PyPi](https://pypi.org/project/mlipx) (📥 4.9K / month · ⏱️ 09.06.2025):
pip install mlipx
Neural Force Field (🥈14 · ⭐ 280) - Neural Network Force Field based on PyTorch. MIT pretrained - [GitHub](https://github.com/learningmatter-mit/NeuralForceField) (👨‍💻 45 · 🔀 61 · 📋 23 - 21% open · ⏱️ 10.02.2026):
git clone https://github.com/learningmatter-mit/NeuralForceField
NNPOps (🥈14 · ⭐ 100) - High-performance operations for neural network potentials. MIT MD C++ - [GitHub](https://github.com/openmm/NNPOps) (👨‍💻 11 · 🔀 19 · 📋 66 - 42% open · ⏱️ 04.02.2026):
git clone https://github.com/openmm/NNPOps
- [Conda](https://anaconda.org/conda-forge/nnpops) (📥 650K · ⏱️ 22.04.2025):
conda install -c conda-forge nnpops
calorine (🥈14 · ⭐ 15) - A Python package for constructing and sampling neuroevolution potential models. https://doi.org/10.21105/joss.06264. Custom - [PyPi](https://pypi.org/project/calorine) (📥 170K / month · 📦 8 · ⏱️ 24.01.2026):
pip install calorine
- [GitLab](https://gitlab.com/materials-modeling/calorine) (🔀 6 · 📋 110 - 6% open · ⏱️ 24.01.2026):
git clone https://gitlab.com/materials-modeling/calorine
n2p2 (🥈13 · ⭐ 240 · 💤) - n2p2 - A Neural Network Potential Package. GPL-3.0 C++ - [GitHub](https://github.com/CompPhysVienna/n2p2) (👨‍💻 13 · 🔀 88 · 📋 160 - 47% open · ⏱️ 17.03.2025):
git clone https://github.com/CompPhysVienna/n2p2
PiNN (🥈13 · ⭐ 120) - A Python library for building atomic neural networks. BSD-3 - [GitHub](https://github.com/Teoroo-CMC/PiNN) (👨‍💻 6 · 🔀 38 · 📋 7 - 14% open · ⏱️ 22.12.2025):
git clone https://github.com/Teoroo-CMC/PiNN
- [Docker Hub](https://hub.docker.com/r/teoroo/pinn) (📥 650 · ⏱️ 22.12.2025):
docker pull teoroo/pinn
wfl (🥈13 · ⭐ 43) - Workflow is a Python toolkit for building interatomic potential creation and atomistic simulation workflows. GPL-2.0 workflows HTC - [GitHub](https://github.com/libAtoms/workflow) (👨‍💻 20 · 🔀 20 · 📦 5 · 📋 170 - 42% open · ⏱️ 22.12.2025):
git clone https://github.com/libAtoms/workflow
MACE-Jax (🥈12 · ⭐ 87) - Equivariant machine learning interatomic potentials in JAX. MIT - [GitHub](https://github.com/ACEsuit/mace-jax) (👨‍💻 5 · 🔀 20 · 📋 10 - 50% open · ⏱️ 10.02.2026):
git clone https://github.com/ACEsuit/mace-jax
aiida-mlip (🥈12 · ⭐ 16) - machine learning interatomic potentials aiida plugin. BSD-3 workflows structure-optimization MD - [GitHub](https://github.com/ElliottKasoar/aiida-mlip) (👨‍💻 7 · 🔀 10 · ⏱️ 30.01.2026):
git clone https://github.com/ElliottKasoar/aiida-mlip
- [PyPi](https://pypi.org/project/aiida-mlip) (📥 520 / month · ⏱️ 17.11.2025):
pip install aiida-mlip
tinker-hp (🥉11 · ⭐ 100) - Tinker-HP: High-Performance Massively Parallel Tinker for CPUs & GPUs. Custom - [GitHub](https://github.com/TinkerTools/tinker-hp) (👨‍💻 12 · 🔀 26 · 📋 28 - 25% open · ⏱️ 26.01.2026):
git clone https://github.com/TinkerTools/tinker-hp
DeepMD-GNN (🥉10 · ⭐ 52) - DeePMD-kit plugin for various graph neural network models. LGPL-3.0 rep-learn MD UIP C++ - [GitHub](https://github.com/deepmodeling/deepmd-gnn) (👨‍💻 7 · 🔀 8 · 📋 22 - 50% open · ⏱️ 13.02.2026):
git clone https://github.com/deepmodeling/deepmd-gnn
PyNEP (🥉9 · ⭐ 68) - A python interface of the machine learning potential NEP used in GPUMD. MIT - [GitHub](https://github.com/bigd4/PyNEP) (👨‍💻 10 · 🔀 17 · 📋 14 - 42% open · ⏱️ 27.10.2025):
git clone https://github.com/bigd4/PyNEP
Point Edge Transformer (PET) (🥉9 · ⭐ 33 · 💤) - Point Edge Transformer. MIT rep-learn transformer - [GitHub](https://github.com/spozdn/pet) (👨‍💻 9 · 🔀 7 · ⏱️ 18.03.2025):
git clone https://github.com/spozdn/pet
ACE1.jl (🥉9 · ⭐ 23 · 💤) - Atomic Cluster Expansion for Modelling Invariant Atomic Properties. Custom Julia - [GitHub](https://github.com/ACEsuit/ACE1.jl) (👨‍💻 9 · 🔀 7 · 📋 46 - 47% open · ⏱️ 15.04.2025):
git clone https://github.com/ACEsuit/ACE1.jl
TurboGAP (🥉9 · ⭐ 21) - The TurboGAP code. Custom Fortran - [GitHub](https://github.com/mcaroba/turbogap) (👨‍💻 8 · 🔀 12 · 📋 12 - 66% open · ⏱️ 25.02.2026):
git clone https://github.com/mcaroba/turbogap
ACEfit (🥉9 · ⭐ 8) - MIT Julia - [GitHub](https://github.com/ACEsuit/ACEfit.jl) (👨‍💻 9 · 🔀 8 · 📋 58 - 39% open · ⏱️ 03.12.2025):
git clone https://github.com/ACEsuit/ACEfit.jl
EquiformerV2 (🥉8 · ⭐ 320 · 💤) - [ICLR 2024] EquiformerV2: Improved Equivariant Transformer for Scaling to Higher-Degree Representations. MIT pretrained UIP rep-learn - [GitHub](https://github.com/atomicarchitects/equiformer_v2) (👨‍💻 2 · 🔀 44 · 📋 27 - 66% open · ⏱️ 11.02.2025):
git clone https://github.com/atomicarchitects/equiformer_v2
GAP (🥉8 · ⭐ 44) - Gaussian Approximation Potential (GAP). Custom - [GitHub](https://github.com/libAtoms/GAP) (👨‍💻 13 · 🔀 20 · ⏱️ 03.01.2026):
git clone https://github.com/libAtoms/GAP
ALF (🥉8 · ⭐ 39) - A framework for performing active learning for training machine-learned interatomic potentials. Custom active-learning - [GitHub](https://github.com/lanl/ALF) (👨‍💻 6 · 🔀 13 · ⏱️ 10.11.2025):
git clone https://github.com/lanl/alf
Asparagus (🥉7 · ⭐ 12) - Program Package for Sampling, Training and Applying ML-based Potential models https://doi.org/10.48550/arXiv.2407.15175. MIT workflows sampling MD - [GitHub](https://github.com/MMunibas/Asparagus) (👨‍💻 11 · 🔀 6 · ⏱️ 25.02.2026):
git clone https://github.com/MMunibas/Asparagus
MLXDM (🥉6 · ⭐ 9 · 💤) - A Neural Network Potential with Rigorous Treatment of Long-Range Dispersion https://doi.org/10.1039/D2DD00150K. MIT long-range - [GitHub](https://github.com/RowleyGroup/MLXDM) (👨‍💻 7 · 🔀 2 · ⏱️ 12.03.2025):
git clone https://github.com/RowleyGroup/MLXDM
Show 42 hidden projects... - MEGNet (🥇22 · ⭐ 550 · 💀) - Graph Networks as a Universal Machine Learning Framework for Molecules and Crystals. BSD-3 multifidelity - PyXtalFF (🥈15 · ⭐ 94 · 💀) - Machine Learning Interatomic Potential Predictions. MIT - Ultra-Fast Force Fields (UF3) (🥈15 · ⭐ 70 · 💀) - UF3: a python library for generating ultra-fast interatomic potentials. Apache-2 - Pacemaker (🥈13 · ⭐ 100 · 💀) - Python package for fitting atomic cluster expansion (ACE) potentials. Custom - TensorMol (🥈12 · ⭐ 280 · 💀) - Tensorflow + Molecules = TensorMol. GPL-3.0 single-paper - ANI-1 (🥈12 · ⭐ 230 · 💀) - ANI-1 neural net potential with python interface (ASE). MIT - So3krates (MLFF) (🥈12 · ⭐ 130 · 💀) - Build neural networks for machine learning force fields with JAX. MIT - SIMPLE-NN (🥈12 · ⭐ 48 · 💀) - SIMPLE-NN(SNU Interatomic Machine-learning PotentiaL packagE version Neural Network). GPL-3.0 - CCS_fit (🥉10 · ⭐ 10 · 💀) - Curvature Constrained Splines. GPL-3.0 - DimeNet (🥉9 · ⭐ 350 · 💀) - DimeNet and DimeNet++ models, as proposed in Directional Message Passing for Molecular Graphs (ICLR 2020) and Fast and.. Custom - SchNet (🥉9 · ⭐ 280 · 💀) - SchNet - a deep learning architecture for quantum chemistry. MIT - GemNet (🥉9 · ⭐ 220 · 💀) - GemNet model in PyTorch, as proposed in GemNet: Universal Directional Graph Neural Networks for Molecules (NeurIPS.. Custom - ACE.jl (🥉9 · ⭐ 67 · 💀) - Parameterisation of Equivariant Properties of Particle Systems. Custom Julia - NNsforMD (🥉9 · ⭐ 11 · 💀) - Neural network class for molecular dynamics to predict potential energy, forces and non-adiabatic couplings. MIT - AIMNet (🥉8 · ⭐ 110 · 💀) - Atoms In Molecules Neural Network Potential. MIT single-paper - SIMPLE-NN v2 (🥉8 · ⭐ 43 · 💀) - SIMPLE-NN is an open package that constructs Behler-Parrinello-type neural-network interatomic potentials from ab.. GPL-3.0 - Atomistic Adversarial Attacks (🥉8 · ⭐ 40 · 💀) - Code for performing adversarial attacks on atomistic systems using NN potentials. MIT probabilistic - SNAP (🥉8 · ⭐ 38 · 💀) - Repository for spectral neighbor analysis potential (SNAP) model development. BSD-3 - MEGNetSparse (🥉8 · ⭐ 5 · 💀) - A library imlementing a graph neural network with sparse representation from Code for Kazeev, N., Al-Maeeni, A.R.,.. MIT material-defect - PhysNet (🥉7 · ⭐ 110 · 💀) - Code for training PhysNet models. MIT electrostatics - MLIP-3 (🥉6 · ⭐ 27 · 💀) - MLIP-3: Active learning on atomic environments with Moment Tensor Potentials (MTP). BSD-2 C++ - testing-framework (🥉6 · ⭐ 11 · 💀) - The purpose of this repository is to aid the testing of a large number of interatomic potentials for a variety of.. Unlicensed benchmarking - PANNA (🥉6 · ⭐ 11 · 💀) - A package to train and validate all-to-all connected network models for BP[1] and modified-BP[2] type local atomic.. MIT benchmarking - BPNET (🥉6 · ⭐ 3 · 💤) - Fast Behler-Parrinello type neural networks in Fortran2008. MIT rep-eng Fortran - ACE1Pack.jl (🥉6 · ⭐ 1 · 💀) - Provides convenience functionality for the usage of ACE1.jl, ACEfit.jl, JuLIP.jl for fitting interatomic potentials.. MIT Julia - glp (🥉5 · ⭐ 26 · 💀) - tools for graph-based machine-learning potentials in jax. MIT - NequIP-JAX (🥉5 · ⭐ 23 · 💀) - JAX implementation of the NequIP interatomic potential. Unlicensed - Allegro-Legato (🥉5 · ⭐ 21 · 💀) - An extension of Allegro with enhanced robustness and time-to-failure. MIT MD - TensorPotential (🥉5 · ⭐ 13 · 💀) - Tensorpotential is a TensorFlow based tool for development, fitting ML interatomic potentials from electronic.. Custom - GN-MM (🥉5 · ⭐ 11 · 💀) - The Gaussian Moment Neural Network (GM-NN) package developed for large-scale atomistic simulations employing atomistic.. MIT active-learning MD rep-eng magnetism - Alchemical learning (🥉5 · ⭐ 2 · 💀) - Code for the Modeling high-entropy transition metal alloys with alchemical compression article. BSD-3 rep-eng Defects & Disorder - MatML (🥉4 · ⭐ 9) - Full MatML Docker image, including MatGL, MatCalc, MatPES and LAMMPS with ML-GNNP and ML-SNAP. BSD-3 MD UIP rep-learn pretrained - PeriodicPotentials (🥉4 · 💀) - A Periodic table app that displays potentials based on the selected elements. MIT community-resource viz JavaScript - Allegro-JAX (🥉3 · ⭐ 22 · 💤) - JAX implementation of the Allegro interatomic potential. MIT - ACE Workflows (🥉3 · 💀) - Workflow Examples for ACE Models. Unlicensed Julia workflows - PyFLAME (🥉3 · 💀) - An automated approach for developing neural network interatomic potentials with FLAME.. Unlicensed active-learning structure-prediction structure-optimization rep-eng Fortran - SingleNN (🥉2 · ⭐ 9 · 💀) - An efficient package for training and executing neural-network interatomic potentials. Unlicensed C++ - mag-ace (🥉2 · ⭐ 5 · 💤) - Magnetic ACE potential. FORTRAN interface for LAMMPS SPIN package. Unlicensed magnetism MD Fortran - AisNet (🥉2 · ⭐ 3 · 💀) - A Universal Interatomic Potential Neural Network with Encoded Local Environment Features.. MIT - RuNNer (🥉2) - The RuNNer Neural Network Energy Representation is a Fortran-based framework for the construction of Behler-.. GPL-3.0 Fortran - nnp-pre-training (🥉1 · ⭐ 6 · 💀) - Synthetic pre-training for neural-network interatomic potentials. Unlicensed pretrained MD - mlp (🥉1 · ⭐ 1 · 💀) - Proper orthogonal descriptors for efficient and accurate interatomic potentials... Unlicensed Julia


Language Models

Back to top

Projects that use (large) language models (LMs, LLMs) or natural language procesing (NLP) techniques for atomistic ML.

🔗 MaCBench Leaderboard - Leaderboard for multimodal language models for chemistry & materials research. community-resource benchmarking datasets

ChemBench (🥇18 · ⭐ 130) - How good are LLMs at chemistry?. MIT benchmarking multimodal - [GitHub](https://github.com/lamalab-org/chembench) (👨‍💻 15 · 🔀 16 · 📦 3 · 📋 340 - 16% open · ⏱️ 11.09.2025):
git clone https://github.com/lamalab-org/chembench
- [PyPi](https://pypi.org/project/chembench) (📥 1K / month · ⏱️ 27.02.2025):
pip install chembench
paper-qa (🥇17 · ⭐ 8.1K) - LLM Chain for answering questions from docs. Unlicensed ai-agent - [GitHub]() (🔀 820):
git clone https://github.com/whitead/paper-qa
- [PyPi](https://pypi.org/project/paper-qa) (📥 29K / month · 📦 22 · ⏱️ 17.02.2026):
pip install paper-qa
ChatMOF (🥈12 · ⭐ 110 · 💤) - Predict and Inverse design for metal-organic framework with large-language models (llms). MIT generative - [GitHub](https://github.com/Yeonghun1675/ChatMOF) (👨‍💻 2 · 🔀 21 · 📦 3 · ⏱️ 15.05.2025):
git clone https://github.com/Yeonghun1675/ChatMOF
- [PyPi](https://pypi.org/project/chatmof) (📥 520 / month · ⏱️ 01.07.2024):
pip install chatmof
AtomGPT (🥈11 · ⭐ 50 · 🐣) - https://atomgpt.org. Custom generative pretrained transformer - [GitHub](https://github.com/usnistgov/atomgpt) (👨‍💻 7 · 🔀 10 · ⏱️ 21.08.2025):
git clone https://github.com/usnistgov/atomgpt
- [PyPi](https://pypi.org/project/atomgpt) (📥 200 / month · 📦 1 · ⏱️ 22.03.2025):
pip install atomgpt
LLaMP (🥉8 · ⭐ 89) - [EMNLP 25] A web app and Python API for multi-modal RAG framework to ground LLMs on high-fidelity materials.. BSD-3 multimodal RAG materials-discovery pretrained JavaScript Python - [GitHub](https://github.com/chiang-yuan/llamp) (👨‍💻 6 · 🔀 14 · 📋 25 - 32% open · ⏱️ 11.11.2025):
git clone https://github.com/chiang-yuan/llamp
LLM-Prop (🥉8 · ⭐ 52) - A repository for the LLM-Prop implementation. MIT - [GitHub](https://github.com/vertaix/LLM-Prop) (👨‍💻 7 · 🔀 11 · 📋 3 - 66% open · ⏱️ 31.01.2026):
git clone https://github.com/vertaix/LLM-Prop
LLM4Chem (🥉6 · ⭐ 110 · 💤) - Official code repo for the paper LlaSMol: Advancing Large Language Models for Chemistry with a Large-Scale,.. MIT cheminformatics datasets - [GitHub](https://github.com/OSU-NLP-Group/LLM4Chem) (👨‍💻 2 · 🔀 18 · ⏱️ 09.06.2025):
git clone https://github.com/OSU-NLP-Group/LLM4Chem
Show 17 hidden projects... - OpenBioML ChemNLP (🥇17 · ⭐ 170 · 💀) - ChemNLP project. MIT datasets - ChemCrow (🥈16 · ⭐ 880 · 💀) - Open source package for the accurate solution of reasoning-intensive chemical tasks. MIT ai-agent - ChemDataExtractor (🥈16 · ⭐ 350 · 💀) - Automatically extract chemical information from scientific documents. MIT literature-data - mat2vec (🥈12 · ⭐ 630 · 💀) - Supplementary Materials for Tshitoyan et al. Unsupervised word embeddings capture latent knowledge from materials.. MIT rep-learn - gptchem (🥈12 · ⭐ 260 · 💀) - Use GPT-3 to solve chemistry problems. MIT - nlcc (🥈11 · ⭐ 46 · 💀) - Natural language computational chemistry command line interface. MIT single-paper - NIST ChemNLP (🥈11 · ⭐ 28 · 🐣) - chemnlp. MIT literature-data - MoLFormer (🥉9 · ⭐ 380 · 💀) - Repository for MolFormer. Apache-2 transformer pretrained drug-discovery - MolSkill (🥉9 · ⭐ 120 · 💀) - Extracting medicinal chemistry intuition via preference machine learning. MIT drug-discovery recommender - chemlift (🥉7 · ⭐ 45 · 💀) - Language-interfaced fine-tuning for chemistry. MIT - BERT-PSIE-TC (🥉6 · ⭐ 15 · 💀) - A dataset of Curie temperatures automatically extracted from scientific literature with the use of the BERT-PSIE.. MIT magnetism - crystal-text-llm (🥉5 · ⭐ 120 · 💀) - Large language models to generate stable crystals. CC-BY-NC-4.0 materials-discovery - SciBot (🥉5 · ⭐ 31 · 💀) - SciBot is a simple demo of building a domain-specific chatbot for science. Unlicensed ai-agent - Cephalo (🥉5 · ⭐ 12 · 💀) - Multimodal Vision-Language Models for Bio-Inspired Materials Analysis and Design. Apache-2 generative multimodal pretrained - MAPI_LLM (🥉5 · ⭐ 9 · 💀) - A LLM application developed during the LLM March MADNESS Hackathon https://doi.org/10.1039/D3DD00113J. MIT ai-agent dataset - CatBERTa (🥉4 · ⭐ 27 · 💀) - Large Language Model for Catalyst Property Prediction. Unlicensed transformer catalysis - ChemDataWriter (🥉3 · ⭐ 14 · 💀) - ChemDataWriter is a transformer-based library for automatically generating research books in the chemistry area. MIT literature-data


Materials Discovery

Back to top

Projects that implement materials discovery methods using atomistic ML.

SMACT (🥇24 · ⭐ 130) - Python package to aid materials design and informatics. MIT HTC structure-prediction electrostatics - [GitHub](https://github.com/WMD-group/SMACT) (👨‍💻 45 · 🔀 29 · 📦 70 · 📋 64 - 9% open · ⏱️ 24.02.2026):
git clone https://github.com/WMD-group/SMACT
- [PyPi](https://pypi.org/project/smact) (📥 9.8K / month · 📦 9 · ⏱️ 31.07.2025):
pip install smact
- [Conda](https://anaconda.org/conda-forge/smact) (📥 9.4K · ⏱️ 31.07.2025):
conda install -c conda-forge smact
MatterGen (🥇18 · ⭐ 1.6K · 📈) - Official implementation of MatterGen -- a generative model for inorganic materials design across the periodic table.. MIT generative structure-prediction pretrained - [GitHub](https://github.com/microsoft/mattergen) (👨‍💻 13 · 🔀 300 · 📋 140 - 5% open · ⏱️ 23.02.2026):
git clone https://github.com/microsoft/mattergen
BOSS (🥈13 · ⭐ 27) - Bayesian Optimization Structure Search (BOSS). Apache-2 probabilistic - [PyPi](https://pypi.org/project/aalto-boss) (📥 2.6K / month · ⏱️ 28.11.2025):
pip install aalto-boss
- [GitLab](https://gitlab.com/cest-group/boss) (🔀 13 · 📋 37 - 16% open · ⏱️ 28.11.2025):
git clone https://gitlab.com/cest-group/boss
Materials Discovery: GNoME (🥈12 · ⭐ 1.1K · 💤) - Graph Networks for Materials Science (GNoME) and dataset of 381,000 novel stable materials. Apache-2 UIP datasets rep-learn proprietary - [GitHub](https://github.com/google-deepmind/materials_discovery) (👨‍💻 2 · 🔀 180 · 📋 25 - 84% open · ⏱️ 03.03.2025):
git clone https://github.com/google-deepmind/materials_discovery
aviary (🥈11 · ⭐ 61) - The Wren sits on its Roost in the Aviary. MIT - [GitHub](https://github.com/CompRhys/aviary) (👨‍💻 6 · 🔀 13 · 📋 34 - 11% open · ⏱️ 06.01.2026):
git clone https://github.com/CompRhys/aviary
AGOX (🥉10 · ⭐ 18) - AGOX is a package for global optimization of atomic system using e.g. the energy calculated from density functional.. GPL-3.0 structure-optimization - [PyPi](https://pypi.org/project/agox) (📥 440 / month · 📦 3 · ⏱️ 04.02.2026):
pip install agox
- [GitLab](https://gitlab.com/agox/agox) (🔀 8 · 📋 28 - 32% open · ⏱️ 04.02.2026):
git clone https://gitlab.com/agox/agox
Show 7 hidden projects... - Computational Autonomy for Materials Discovery (CAMD) (🥉7 · ⭐ 1 · 💀) - Agent-based sequential learning software for materials discovery. Apache-2 - MAGUS (🥉5 · ⭐ 100 · 💀) - Machine learning And Graph theory assisted Universal structure Searcher. Unlicensed structure-prediction active-learning - CSPML (crystal structure prediction with machine learning-based element substitution) (🥉5 · ⭐ 29 · 💀) - Original implementation of CSPML. MIT structure-prediction - SPINNER (🥉4 · ⭐ 15 · 💀) - SPINNER (Structure Prediction of Inorganic crystals using Neural Network potentials with Evolutionary and Random.. GPL-3.0 C++ structure-prediction - ML-atomate (🥉4 · ⭐ 7 · 💀) - Machine learning-assisted Atomate code for autonomous computational materials screening. GPL-3.0 active-learning workflows - closed-loop-acceleration-benchmarks (🥉4 · 💀) - Data and scripts in support of the publication By how much can closed-loop frameworks accelerate computational.. MIT materials-discovery active-learning single-paper - sl_discovery (🥉3 · ⭐ 5 · 💀) - Data processing and models related to Quantifying the performance of machine learning models in materials discovery. Apache-2 materials-discovery single-paper


Mathematical tools

Back to top

Projects that implement mathematical objects used in atomistic machine learning.

cuEquivariance (🥇24 · ⭐ 370) - cuEquivariance is a math library that is a collective of low-level primitives and tensor ops to accelerate widely-used.. Apache-2 rep-learn - [GitHub](https://github.com/NVIDIA/cuEquivariance) (👨‍💻 7 · 🔀 26 · 📋 75 - 21% open · ⏱️ 17.02.2026):
git clone https://github.com/NVIDIA/cuEquivariance
- [PyPi](https://pypi.org/project/cuequivariance) (📥 74K / month · 📦 10 · ⏱️ 17.02.2026):
pip install cuequivariance
- [Conda](https://anaconda.org/conda-forge/cuequivariance) (📥 20K · ⏱️ 18.02.2026):
conda install -c conda-forge cuequivariance
KFAC-JAX (🥇20 · ⭐ 310) - Second Order Optimization and Curvature Estimation with K-FAC in JAX. Apache-2 - [GitHub](https://github.com/google-deepmind/kfac-jax) (👨‍💻 20 · 🔀 29 · 📦 11 · 📋 36 - 69% open · ⏱️ 25.02.2026):
git clone https://github.com/google-deepmind/kfac-jax
- [PyPi](https://pypi.org/project/kfac-jax) (📥 790 / month · 📦 2 · ⏱️ 25.02.2026):
pip install kfac-jax
SpheriCart (🥈19 · ⭐ 94) - Multi-language library for the calculation of spherical harmonics in Cartesian coordinates. MIT - [GitHub](https://github.com/lab-cosmo/sphericart) (👨‍💻 13 · 🔀 16 · 📥 910 · 📦 10 · 📋 44 - 31% open · ⏱️ 17.02.2026):
git clone https://github.com/lab-cosmo/sphericart
- [PyPi](https://pypi.org/project/sphericart) (📥 3.5K / month · 📦 2 · ⏱️ 17.02.2026):
pip install sphericart
gpax (🥈17 · ⭐ 230 · 💤) - Gaussian Processes for Experimental Sciences. MIT probabilistic active-learning - [GitHub](https://github.com/ziatdinovmax/gpax) (👨‍💻 6 · 🔀 29 · 📦 6 · 📋 43 - 23% open · ⏱️ 04.07.2025):
git clone https://github.com/ziatdinovmax/gpax
- [PyPi](https://pypi.org/project/gpax) (📥 210 / month · ⏱️ 04.07.2025):
pip install gpax
OpenEquivariance (🥈15 · ⭐ 130) - OpenEquivariance: a fast, open-source GPU JIT kernel generator for the Clebsch-Gordon Tensor Product. BSD-3 rep-learn - [GitHub](https://github.com/PASSIONLab/OpenEquivariance) (👨‍💻 3 · 🔀 9 · 📦 2 · 📋 35 - 11% open · ⏱️ 24.02.2026):
git clone https://github.com/PASSIONLab/OpenEquivariance
Polynomials4ML.jl (🥈14 · ⭐ 14) - Polynomials for ML: fast evaluation, batching, differentiation. MIT Julia - [GitHub](https://github.com/ACEsuit/Polynomials4ML.jl) (👨‍💻 12 · 🔀 7 · 📋 61 - 14% open · ⏱️ 29.12.2025):
git clone https://github.com/ACEsuit/Polynomials4ML.jl
GElib (🥉9 · ⭐ 25) - C++/CUDA library for SO(3) equivariant operations. MPL-2.0 C++ - [GitHub](https://github.com/risi-kondor/GElib) (👨‍💻 6 · 🔀 3 · 📋 8 - 50% open · ⏱️ 21.10.2025):
git clone https://github.com/risi-kondor/GElib
cnine (🥉6 · ⭐ 5) - Cnine tensor library. Unlicensed C++ - [GitHub](https://github.com/risi-kondor/cnine) (👨‍💻 8 · 🔀 4 · 📋 2 - 50% open · ⏱️ 27.12.2025):
git clone https://github.com/risi-kondor/cnine
Show 6 hidden projects... - lie-nn (🥉9 · ⭐ 36 · 💀) - Tools for building equivariant polynomials on reductive Lie groups. MIT rep-learn - LapJAX (🥉8 · ⭐ 75 · 💀) - A JAX based package designed for efficient second order operators (e.g., laplacian) computation. MIT - EquivariantOperators.jl (🥉6 · ⭐ 18 · 💀) - This package is deprecated. Functionalities are migrating to Porcupine.jl. MIT Julia - COSMO Toolbox (🥉6 · ⭐ 8 · 💀) - Assorted libraries and utilities for atomistic simulation analysis. Unlicensed C++ - torch_spex (🥉3 · ⭐ 2 · 💀) - Spherical expansions in PyTorch. Unlicensed - Wigner Kernels (🥉1 · ⭐ 2 · 💀) - Collection of programs to benchmark Wigner kernels. Unlicensed benchmarking


Molecular Dynamics

Back to top

Projects that simplify the integration of molecular dynamics and atomistic machine learning.

JAX-MD (🥇27 · ⭐ 1.4K) - Differentiable, Hardware Accelerated, Molecular Dynamics. Apache-2 - [GitHub](https://github.com/jax-md/jax-md) (👨‍💻 44 · 🔀 230 · 📦 81 · 📋 200 - 33% open · ⏱️ 23.01.2026):
git clone https://github.com/jax-md/jax-md
- [PyPi](https://pypi.org/project/jax-md) (📥 11K / month · 📦 16 · ⏱️ 07.11.2025):
pip install jax-md
TorchSim (🥇25 · ⭐ 420) - Torch-native, batchable, atomistic simulations. MIT HTC UIP ML-IAP structure-optimization - [GitHub](https://github.com/TorchSim/torch-sim) (👨‍💻 29 · 🔀 80 · 📋 140 - 24% open · ⏱️ 25.02.2026):
git clone https://github.com/Radical-AI/torch-sim
- [PyPi](https://pypi.org/project/torch-sim-atomistic) (📥 350K / month · 📦 7 · ⏱️ 18.02.2026):
pip install torch-sim-atomistic
GPUMD (🥈23 · ⭐ 730) - GPUMD is a highly efficient general-purpose molecular dynamic (MD) package and enables machine-learned potentials.. GPL-3.0 ML-IAP C++ electrostatics - [GitHub](https://github.com/brucefan1983/GPUMD) (👨‍💻 56 · 🔀 170 · 📋 260 - 6% open · ⏱️ 25.02.2026):
git clone https://github.com/brucefan1983/GPUMD
mlcolvar (🥈22 · ⭐ 140) - A unified framework for machine learning collective variables for enhanced sampling simulations. MIT sampling - [GitHub](https://github.com/luigibonati/mlcolvar) (👨‍💻 14 · 🔀 35 · 📦 11 · 📋 100 - 12% open · ⏱️ 19.02.2026):
git clone https://github.com/luigibonati/mlcolvar
- [PyPi](https://pypi.org/project/mlcolvar) (📥 570 / month · 📦 4 · ⏱️ 03.02.2026):
pip install mlcolvar
openmm-torch (🥈17 · ⭐ 220 · 💤) - OpenMM plugin to define forces with neural networks. Custom ML-IAP C++ - [GitHub](https://github.com/openmm/openmm-torch) (👨‍💻 9 · 🔀 29 · 📋 100 - 31% open · ⏱️ 20.02.2025):
git clone https://github.com/openmm/openmm-torch
- [Conda](https://anaconda.org/conda-forge/openmm-torch) (📥 1.1M · ⏱️ 16.12.2025):
conda install -c conda-forge openmm-torch
FitSNAP (🥈17 · ⭐ 180) - Software for generating machine-learning interatomic potentials for LAMMPS. GPL-2.0 - [GitHub](https://github.com/FitSNAP/FitSNAP) (👨‍💻 24 · 🔀 65 · 📥 15 · 📋 84 - 25% open · ⏱️ 17.10.2025):
git clone https://github.com/FitSNAP/FitSNAP
- [Conda](https://anaconda.org/conda-forge/fitsnap3) (📥 16K · ⏱️ 22.04.2025):
conda install -c conda-forge fitsnap3
OpenMM-ML (🥈17 · ⭐ 150 · 📈) - High level API for using machine learning models in OpenMM simulations. MIT ML-IAP - [GitHub](https://github.com/openmm/openmm-ml) (👨‍💻 7 · 🔀 36 · 📦 2 · 📋 74 - 41% open · ⏱️ 20.02.2026):
git clone https://github.com/openmm/openmm-ml
- [Conda](https://anaconda.org/conda-forge/openmm-ml) (📥 40K · ⏱️ 16.01.2026):
conda install -c conda-forge openmm-ml
DMFF (🥉13 · ⭐ 190) - DMFF (Differentiable Molecular Force Field) is a Jax-based python package that provides a full differentiable.. LGPL-3.0 C++ - [GitHub](https://github.com/deepmodeling/DMFF) (👨‍💻 17 · 🔀 47 · 📋 33 - 39% open · ⏱️ 06.08.2025):
git clone https://github.com/deepmodeling/DMFF
Psiflow (🥉13 · ⭐ 140) - scalable molecular simulation. MIT ML-IAP active-learning sampling - [GitHub](https://github.com/molmod/psiflow) (👨‍💻 5 · 🔀 15 · 📋 58 - 20% open · ⏱️ 29.09.2025):
git clone https://github.com/molmod/psiflow
pair_allegro (🥉11 · ⭐ 59) - LAMMPS pair styles for NequIP and Allegro deep learning interatomic potentials. MIT ML-IAP rep-learn - [GitHub](https://github.com/mir-group/pair_nequip_allegro) (👨‍💻 6 · 🔀 10 · 📋 47 - 21% open · ⏱️ 19.09.2025):
git clone https://github.com/mir-group/pair_allegro
pair_nequip (🥉10 · ⭐ 44 · 💤) - LAMMPS pair style for NequIP. MIT ML-IAP rep-learn - [GitHub](https://github.com/mir-group/pair_nequip) (👨‍💻 3 · 🔀 14 · 📋 33 - 39% open · ⏱️ 25.04.2025):
git clone https://github.com/mir-group/pair_nequip
PACE (🥉10 · ⭐ 31) - The LAMMPS ML-IAP `pair_style pace`, aka Atomic Cluster Expansion (ACE), aka ML-PACE,.. Custom - [GitHub](https://github.com/ICAMS/lammps-user-pace) (👨‍💻 8 · 🔀 16 · 📋 11 - 45% open · ⏱️ 03.12.2025):
git clone https://github.com/ICAMS/lammps-user-pace
MUSE (🥉5 · ⭐ 7 · 💤) - A python package for fast building amorphous solids and liquid mixtures from @materialsproject computed structures and.. MIT ML-IAP Defects & Disorder - [GitHub](https://github.com/chiang-yuan/muse) (👨‍💻 2 · 🔀 1 · 📦 1 · ⏱️ 15.05.2025):
git clone https://github.com/chiang-yuan/muse
Show 2 hidden projects... - SOMD (🥉4 · ⭐ 17) - Molecular dynamics package designed for the SIESTA DFT code. AGPL-3.0 ML-IAP active-learning - interface-lammps-mlip-3 (🥉3 · ⭐ 4 · 💀) - An interface between LAMMPS and MLIP (version 3). GPL-2.0


Probabilistic ML

Back to top

Projects that focus on probabilistic, Bayesian, Gaussian process and adversarial methods for atomistic ML, for optimization, uncertainty quantification (UQ), etc.

thermo (🥇5 · ⭐ 17) - Data-driven risk-conscious thermoelectric materials discovery. MIT materials-discovery experimental-data active-learning transport-phenomena - [GitHub](https://github.com/janosh/thermo) (👨‍💻 2 · 🔀 4 · ⏱️ 12.11.2025):
git clone https://github.com/janosh/thermo


Reinforcement Learning

Back to top

Projects that focus on reinforcement learning for atomistic ML.

Show 2 hidden projects... - ReLeaSE (🥇11 · ⭐ 370 · 💀) - Deep Reinforcement Learning for de-novo Drug Design. MIT drug-discovery - CatGym (🥉6 · ⭐ 13 · 💀) - Surface segregation using Deep Reinforcement Learning. GPL


Representation Engineering

Back to top

Projects that offer implementations of representations aka descriptors, fingerprints of atomistic systems, and models built with them, aka feature engineering.

DScribe (🥇26 · ⭐ 460) - DScribe is a python package for creating machine learning descriptors for atomistic systems. Apache-2 - [GitHub](https://github.com/SINGROUP/dscribe) (👨‍💻 18 · 🔀 96 · 📦 280 · 📋 110 - 12% open · ⏱️ 27.09.2025):
git clone https://github.com/SINGROUP/dscribe
- [PyPi](https://pypi.org/project/dscribe) (📥 390K / month · 📦 63 · ⏱️ 27.09.2025):
pip install dscribe
- [Conda](https://anaconda.org/conda-forge/dscribe) (📥 270K · ⏱️ 10.12.2025):
conda install -c conda-forge dscribe
cdk (🥇25 · ⭐ 570) - The Chemistry Development Kit. LGPL-2.1 cheminformatics Java - [GitHub](https://github.com/cdk/cdk) (👨‍💻 170 · 🔀 170 · 📥 44K · 📋 330 - 9% open · ⏱️ 27.01.2026):
git clone https://github.com/cdk/cdk
- [Maven](https://search.maven.org/artifact/org.openscience.cdk/cdk-bundle) (📦 18 · ⏱️ 29.03.2025):
<dependency>
    <groupId>org.openscience.cdk</groupId>
    <artifactId>cdk-bundle</artifactId>
    <version>[VERSION]</version>
</dependency>
ChemML (🥇19 · ⭐ 170) - ChemML is a machine learning and informatics program suite for the chemical and materials sciences. BSD-3 cheminformatics active-learning workflows - [GitHub](https://github.com/hachmannlab/chemml) (👨‍💻 16 · 🔀 33 · 📥 14 · 📦 8 · 📋 13 - 53% open · ⏱️ 06.12.2025):
git clone https://github.com/hachmannlab/chemml
- [PyPi](https://pypi.org/project/chemml) (📥 250 / month · 📦 2 · ⏱️ 08.10.2023):
pip install chemml
pySIPFENN (🥇16 · ⭐ 24) - Python python toolset for Structure-Informed Property and Feature Engineering with Neural Networks. It offers unique.. LGPL-3.0 material-defect Defects & Disorder pretrained transfer-learning - [GitHub](https://github.com/PhasesResearchLab/pySIPFENN) (👨‍💻 5 · 🔀 5 · 📥 120 · 📦 7 · 📋 8 - 62% open · ⏱️ 20.01.2026):
git clone https://github.com/PhasesResearchLab/pySIPFENN
- [PyPi](https://pypi.org/project/pysipfenn) (📥 160 / month · ⏱️ 20.01.2026):
pip install pysipfenn
- [Conda](https://anaconda.org/conda-forge/pysipfenn) (📥 21K · ⏱️ 20.01.2026):
conda install -c conda-forge pysipfenn
MODNet (🥈15 · ⭐ 100 · 💤) - MODNet: a framework for machine learning materials properties. MIT pretrained small-data transfer-learning - [GitHub](https://github.com/ppdebreuck/modnet) (👨‍💻 11 · 🔀 34 · 📦 11 · 📋 64 - 50% open · ⏱️ 02.05.2025):
git clone https://github.com/ppdebreuck/modnet
Featomic (🥈14 · ⭐ 78) - Computing representations for atomistic machine learning. BSD-3 Rust C++ - [GitHub](https://github.com/metatensor/featomic) (👨‍💻 18 · 🔀 18 · 📥 830 · 📋 86 - 47% open · ⏱️ 04.02.2026):
git clone https://github.com/metatensor/featomic
GlassPy (🥈13 · ⭐ 36 · 💤) - Python module for scientists working with glass materials. GPL-3.0 - [GitHub](https://github.com/drcassar/glasspy) (👨‍💻 2 · 🔀 8 · 📦 7 · 📋 15 - 46% open · ⏱️ 21.07.2025):
git clone https://github.com/drcassar/glasspy
- [PyPi](https://pypi.org/project/glasspy) (📥 440 / month · ⏱️ 05.09.2024):
pip install glasspy
SISSO (🥈12 · ⭐ 350) - A data-driven method combining symbolic regression and compressed sensing for accurate & interpretable models. Apache-2 Fortran - [GitHub](https://github.com/rouyang2017/SISSO) (👨‍💻 3 · 🔀 93 · 📋 78 - 23% open · ⏱️ 26.01.2026):
git clone https://github.com/rouyang2017/SISSO
PDynA (🥈12 · ⭐ 49) - Python package to analyse the structural dynamics of perovskites. MIT MD - [GitHub](https://github.com/WMD-group/PDynA) (👨‍💻 4 · 🔀 5 · 📦 2 · ⏱️ 14.01.2026):
git clone https://github.com/WMD-group/PDynA
- [PyPi](https://pypi.org/project/pdyna) (📥 28 / month · ⏱️ 23.09.2024):
pip install pdyna
BenchML (🥉11 · ⭐ 15) - ML benchmarking and pipeling framework. Apache-2 benchmarking - [GitHub](https://github.com/capoe/benchml) (👨‍💻 9 · 🔀 6 · 📋 13 - 23% open · ⏱️ 28.10.2025):
git clone https://github.com/capoe/benchml
- [PyPi](https://pypi.org/project/benchml) (📥 74 / month · ⏱️ 14.07.2022):
pip install benchml
ElemNet (🥉8 · ⭐ 100) - Deep Learning the Chemistry of Materials From Only Elemental Composition for Enhancing Materials Property Prediction. Unlicensed single-paper - [GitHub](https://github.com/NU-CUCIS/ElemNet) (👨‍💻 4 · 🔀 35 · 📋 8 - 50% open · ⏱️ 13.01.2026):
git clone https://github.com/NU-CUCIS/ElemNet
MOLPIPx (🥉8 · ⭐ 49) - Differentiable version of Permutationally Invariant Polynomial (PIP) models in JAX and Rust. Apache-2 Python Rust - [GitHub](https://github.com/ChemAI-Lab/molpipx) (👨‍💻 11 · 🔀 1 · ⏱️ 22.01.2026):
git clone https://github.com/ChemAI-Lab/molpipx
soap_turbo (🥉7 · ⭐ 9) - soap_turbo comprises a series of libraries to be used in combination with QUIP/GAP and TurboGAP. Custom Fortran - [GitHub](https://github.com/libAtoms/soap_turbo) (👨‍💻 4 · 🔀 8 · 📋 8 - 62% open · ⏱️ 22.01.2026):
git clone https://github.com/libAtoms/soap_turbo
SA-GPR (🥉6 · ⭐ 22 · 💤) - Public repository for symmetry-adapted Gaussian Process Regression (SA-GPR). LGPL-3.0 C-lang - [GitHub](https://github.com/dilkins/TENSOAP) (👨‍💻 6 · 🔀 16 · 📥 16 · 📋 9 - 44% open · ⏱️ 03.02.2025):
git clone https://github.com/dilkins/TENSOAP
fplib (🥉6 · ⭐ 8) - libfp is a library for calculating crystalline fingerprints and measuring similarities of materials. MIT C-lang single-paper - [GitHub](https://github.com/Rutgers-ZRG/libfp) (👨‍💻 2 · 🔀 1 · 📦 2 · ⏱️ 22.09.2025):
git clone https://github.com/zhuligs/fplib
Show 16 hidden projects... - CatLearn (🥇16 · ⭐ 120 · 💀) - GPL-3.0 surface-science - ElementEmbeddings (🥇16 · ⭐ 50 · 💀) - Python package to interact with high-dimensional representations of the chemical elements. MIT XAI USL viz - Librascal (🥈13 · ⭐ 83 · 💀) - A scalable and versatile library to generate representations for atomic-scale learning. LGPL-2.1 - CBFV (🥈12 · ⭐ 29 · 💀) - Tool to quickly create a composition-based feature vector. Unlicensed - cmlkit (🥉10 · ⭐ 33 · 💀) - tools for machine learning in condensed matter physics and quantum chemistry. MIT benchmarking - SkipAtom (🥉9 · ⭐ 28 · 💀) - Distributed representations of atoms, inspired by the Skip-gram model. MIT - NICE (🥉7 · ⭐ 12 · 💀) - NICE (N-body Iteratively Contracted Equivariants) is a set of tools designed for the calculation of invariant and.. MIT - SISSO++ (🥉7 · ⭐ 5 · 💀) - C++ Implementation of SISSO with python bindings. Apache-2 C++ - milad (🥉6 · ⭐ 34 · 💀) - Moment Invariants Local Atomic Descriptor. GPL-3.0 generative - SOAPxx (🥉6 · ⭐ 7 · 💀) - A SOAP implementation. GPL-2.0 C++ - pyLODE (🥉6 · ⭐ 3 · 💀) - Pythonic implementation of LOng Distance Equivariants. Apache-2 electrostatics - AMP (🥉6 · 💀) - Amp is an open-source package designed to easily bring machine-learning to atomistic calculations. Unlicensed - MXenes4HER (🥉5 · ⭐ 6 · 💀) - Predicting hydrogen evolution (HER) activity over 4500 MXene materials https://doi.org/10.1039/D3TA00344B. GPL-3.0 materials-discovery catalysis scikit-learn single-paper - automl-materials (🥉4 · ⭐ 5 · 💀) - AutoML for Regression Tasks on Small Tabular Data in Materials Design. MIT autoML benchmarking single-paper - magnetism-prediction (🥉4 · ⭐ 2 · 💤) - DFT-aided Machine Learning Search for Magnetism in Fe-based Bimetallic Chalcogenides. Apache-2 magnetism single-paper - ML-for-CurieTemp-Predictions (🥉3 · ⭐ 2 · 💀) - Machine Learning Predictions of High-Curie-Temperature Materials. MIT single-paper magnetism


Representation Learning

Back to top

General models that learn a representations aka embeddings of atomistic systems, such as message-passing neural networks (MPNN).

Deep Graph Library (DGL) (🥇36 · ⭐ 14K · 💤) - Python package built to ease deep learning on graph, on top of existing DL frameworks. Apache-2 - [GitHub](https://github.com/dmlc/dgl) (👨‍💻 300 · 🔀 3K · 📦 4.2K · 📋 3K - 20% open · ⏱️ 31.07.2025):
git clone https://github.com/dmlc/dgl
- [PyPi](https://pypi.org/project/dgl) (📥 110K / month · 📦 150 · ⏱️ 13.05.2024):
pip install dgl
- [Conda](https://anaconda.org/dglteam/dgl) (📥 470K · ⏱️ 25.03.2025):
conda install -c dglteam dgl
PyG Models (🥇34 · ⭐ 24K) - Representation learning models implemented in PyTorch Geometric. MIT general-ml - [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 560 · 🔀 4K · 📦 11K · 📋 4K - 31% open · ⏱️ 19.02.2026):
git clone https://github.com/pyg-team/pytorch_geometric
e3nn (🥇30 · ⭐ 1.2K) - A modular framework for neural networks with Euclidean symmetry. MIT - [GitHub](https://github.com/e3nn/e3nn) (👨‍💻 38 · 🔀 180 · 📦 580 · 📋 180 - 17% open · ⏱️ 13.02.2026):
git clone https://github.com/e3nn/e3nn
- [PyPi](https://pypi.org/project/e3nn) (📥 610K / month · 📦 74 · ⏱️ 13.02.2026):
pip install e3nn
- [Conda](https://anaconda.org/conda-forge/e3nn) (📥 62K · ⏱️ 14.02.2026):
conda install -c conda-forge e3nn
SchNetPack (🥇28 · ⭐ 910) - SchNetPack - Deep Neural Networks for Atomistic Systems. MIT - [GitHub](https://github.com/atomistic-machine-learning/schnetpack) (👨‍💻 43 · 🔀 250 · 📦 110 · 📋 280 - 1% open · ⏱️ 20.01.2026):
git clone https://github.com/atomistic-machine-learning/schnetpack
- [PyPi](https://pypi.org/project/schnetpack) (📥 5.8K / month · 📦 4 · ⏱️ 19.12.2025):
pip install schnetpack
MatGL (Materials Graph Library) (🥇27 · ⭐ 510) - Graph deep learning library for materials. BSD-3 ML-IAP pretrained multifidelity - [GitHub](https://github.com/materialyzeai/matgl) (👨‍💻 25 · 🔀 100 · 📦 90 · 📋 150 - 2% open · ⏱️ 25.02.2026):
git clone https://github.com/materialsvirtuallab/matgl
- [PyPi](https://pypi.org/project/matgl) (📥 25K / month · 📦 30 · ⏱️ 14.12.2025):
pip install matgl
- [Docker Hub](https://hub.docker.com/r/materialsvirtuallab/matgl) (📥 180 · ⭐ 1 · ⏱️ 08.04.2025):
docker pull materialsvirtuallab/matgl
ALIGNN (🥈18 · ⭐ 300) - Atomistic Line Graph Neural Network https://scholar.google.com/citations?user=9Q-tNnwAAAAJ.. Custom - [GitHub](https://github.com/usnistgov/alignn) (👨‍💻 8 · 🔀 110 · 📦 24 · 📋 85 - 67% open · ⏱️ 25.08.2025):
git clone https://github.com/usnistgov/alignn
- [PyPi](https://pypi.org/project/alignn) (📥 7K / month · 📦 11 · ⏱️ 02.04.2025):
pip install alignn
Uni-Mol (🥈17 · ⭐ 1.1K · 💤) - Official Repository for the Uni-Mol Series Methods. MIT pretrained - [GitHub](https://github.com/deepmodeling/Uni-Mol) (👨‍💻 20 · 🔀 160 · 📥 21K · 📋 230 - 48% open · ⏱️ 29.05.2025):
git clone https://github.com/deepmodeling/Uni-Mol
HydraGNN (🥈16 · ⭐ 100) - Distributed PyTorch implementation of multi-headed graph convolutional neural networks. BSD-3 - [GitHub](https://github.com/ORNL/HydraGNN) (👨‍💻 18 · 🔀 38 · 📦 3 · 📋 56 - 30% open · ⏱️ 25.02.2026):
git clone https://github.com/ORNL/HydraGNN
Compositionally-Restricted Attention-Based Network (CrabNet) (🥈14 · ⭐ 17 · 💤) - Predict materials properties using only the composition information!. MIT - [GitHub](https://github.com/sparks-baird/CrabNet) (👨‍💻 6 · 🔀 6 · 📦 16 · 📋 19 - 84% open · ⏱️ 04.06.2025):
git clone https://github.com/sparks-baird/CrabNet
- [PyPi](https://pypi.org/project/crabnet) (📥 1.3K / month · 📦 2 · ⏱️ 10.01.2023):
pip install crabnet
hippynn (🥈13 · ⭐ 93) - python library for atomistic machine learning. Custom workflows - [GitHub](https://github.com/lanl/hippynn) (👨‍💻 20 · 🔀 34 · 📦 4 · 📋 41 - 34% open · ⏱️ 18.02.2026):
git clone https://github.com/lanl/hippynn
Equiformer (🥉8 · ⭐ 270 · 💤) - [ICLR 2023 Spotlight] Equiformer: Equivariant Graph Attention Transformer for 3D Atomistic Graphs. MIT transformer - [GitHub](https://github.com/atomicarchitects/equiformer) (👨‍💻 2 · 🔀 51 · 📋 21 - 52% open · ⏱️ 11.02.2025):
git clone https://github.com/atomicarchitects/equiformer
UVVisML (🥉8 · ⭐ 35 · 💤) - Predict optical properties of molecules with machine learning. MIT optical-properties single-paper probabilistic - [GitHub](https://github.com/learningmatter-mit/uvvisml) (👨‍💻 1 · 🔀 9 · 📋 2 - 50% open · ⏱️ 30.07.2025):
git clone https://github.com/learningmatter-mit/uvvisml
DeeperGATGNN (🥉7 · ⭐ 63) - Scalable graph neural networks for materials property prediction. MIT - [GitHub](https://github.com/usccolumbia/deeperGATGNN) (👨‍💻 3 · 🔀 8 · ⏱️ 02.02.2026):
git clone https://github.com/usccolumbia/deeperGATGNN
AdsorbML (🥉7 · ⭐ 43 · 💤) - MIT surface-science single-paper - [GitHub](https://github.com/Open-Catalyst-Project/AdsorbML) (👨‍💻 7 · 🔀 6 · 📋 4 - 75% open · ⏱️ 05.02.2025):
git clone https://github.com/Open-Catalyst-Project/AdsorbML
Crystalframer (🥉7 · ⭐ 13) - The official code respository for Rethinking the role of frames for SE(3)-invariant crystal structure modeling (ICLR.. MIT transformer single-paper - [GitHub](https://github.com/omron-sinicx/crystalframer) (👨‍💻 3 · 🔀 2 · 📥 11 · ⏱️ 16.10.2025):
git clone https://github.com/omron-sinicx/crystalframer
Crystalformer (🥉6 · ⭐ 27 · 💤) - The official code respository for Crystalformer: Infinitely Connected Attention for Periodic Structure Encoding (ICLR.. MIT transformer single-paper - [GitHub](https://github.com/omron-sinicx/crystalformer) (🔀 1 · 📋 4 - 25% open · ⏱️ 08.03.2025):
git clone https://github.com/omron-sinicx/crystalformer
Show 47 hidden projects... - dgl-lifesci (🥇24 · ⭐ 790 · 💀) - Python package for graph neural networks in chemistry and biology. Apache-2 - e3nn-jax (🥇21 · ⭐ 220 · 💀) - jax library for E3 Equivariant Neural Networks. Apache-2 - NVIDIA Deep Learning Examples for Tensor Cores (🥈20 · ⭐ 15K · 💀) - State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and.. Custom educational drug-discovery - DIG: Dive into Graphs (🥈20 · ⭐ 2K · 💀) - A library for graph deep learning research. GPL-3.0 - escnn (🥈17 · ⭐ 500 · 💀) - Equivariant Steerable CNNs Library for Pytorch https://quva-lab.github.io/escnn/. Custom - kgcnn (🥈17 · ⭐ 120 · 💀) - Graph convolutions in Keras with TensorFlow, PyTorch or Jax. MIT - Graphormer (🥈15 · ⭐ 2.4K · 💀) - Graphormer is a general-purpose deep learning backbone for molecular modeling. MIT transformer pretrained - benchmarking-gnns (🥈14 · ⭐ 2.6K · 💀) - Repository for benchmarking graph neural networks (JMLR 2023). MIT single-paper benchmarking - xtal2png (🥈14 · ⭐ 39 · 💀) - Encode/decode a crystal structure to/from a grayscale PNG image for direct use with image-based machine learning.. MIT computer-vision - Crystal Graph Convolutional Neural Networks (CGCNN) (🥈13 · ⭐ 820 · 💀) - Crystal graph convolutional neural networks for predicting material properties. MIT - Neural fingerprint (nfp) (🥈12 · ⭐ 62 · 💀) - Keras layers for end-to-end learning with rdkit and pymatgen. Custom - FAENet (🥈12 · ⭐ 34 · 💀) - Frame Averaging Equivariant GNN for materials modeling. MIT - pretrained-gnns (🥈10 · ⭐ 1.1K · 💀) - Strategies for Pre-training Graph Neural Networks. MIT pretrained - GDC (🥈10 · ⭐ 270 · 💀) - Graph Diffusion Convolution, as proposed in Diffusion Improves Graph Learning (NeurIPS 2019). MIT generative - Atom2Vec (🥈10 · ⭐ 37 · 💀) - Atom2Vec: a simple way to describe atoms for machine learning. MIT - SE(3)-Transformers (🥈9 · ⭐ 570 · 💀) - code for the SE3 Transformers paper: https://arxiv.org/abs/2006.10503. MIT single-paper transformer - GATGNN: Global Attention Graph Neural Network (🥈9 · ⭐ 84 · 💀) - Pytorch Repository for our work: Graph convolutional neural networks with global attention for improved materials.. MIT - ai4material_design (🥈9 · ⭐ 8 · 💀) - Code for Kazeev, N., Al-Maeeni, A.R., Romanov, I. et al. Sparse representation for machine learning the properties of.. Apache-2 pretrained material-defect - molecularGNN_smiles (🥉8 · ⭐ 340 · 💀) - The code of a graph neural network (GNN) for molecules, which is based on learning representations of r-radius.. Apache-2 - graphite (🥉8 · ⭐ 110 · 💀) - A repository for implementing graph network models based on atomic structures. MIT - GNNOpt (🥉8 · ⭐ 33 · 💀) - Universal Ensemble-Embedding Graph Neural Network for Direct Prediction of Optical Spectra from Crystal Structures. MIT optical-properties single-paper - T-e3nn (🥉8 · ⭐ 17 · 💀) - Time-reversal Euclidean neural networks based on e3nn. MIT magnetism - tensorfieldnetworks (🥉7 · ⭐ 160 · 💀) - Rotation- and translation-equivariant neural networks for 3D point clouds. MIT - DTNN (🥉7 · ⭐ 78 · 💀) - Deep Tensor Neural Network. MIT - Graph-Aware-Transformers (🥉7 · ⭐ 68 · 💀) - Graph-Aware Attention for Adaptive Dynamics in Transformers. Apache-2 transformer graph-data pretrained single-paper - Cormorant (🥉7 · ⭐ 60 · 💀) - Codebase for Cormorant Neural Networks. Custom - escnn_jax (🥉7 · ⭐ 32 · 💀) - Equivariant Steerable CNNs Library for Pytorch https://quva-lab.github.io/escnn/. Custom - CGAT (🥉7 · ⭐ 31 · 💀) - Crystal graph attention neural networks for materials prediction. MIT - Geom3D (🥉6 · ⭐ 130 · 💀) - Geom3D: Geometric Modeling on 3D Structures, NeurIPS 2023. MIT benchmarking single-paper - matsciml (🥉6 · ⭐ 130 · 💀) - Open MatSci ML Toolkit is a framework for prototyping and scaling out deep learning models for materials discovery.. MIT workflows benchmarking - MACE-Layer (🥉6 · ⭐ 46 · 💀) - Higher order equivariant graph neural networks for 3D point clouds. MIT - charge_transfer_nnp (🥉6 · ⭐ 37 · 💀) - Graph neural network potential with charge transfer. MIT electrostatics - GLAMOUR (🥉6 · ⭐ 24 · 💀) - Graph Learning over Macromolecule Representations. MIT single-paper - FieldSchNet (🥉6 · ⭐ 23 · 💀) - Deep neural network for molecules in external fields. MIT - ML4pXRDs (🥉6 · ⭐ 3 · 💀) - Contains code to train neural networks based on simulated powder XRDs from synthetic crystals. MIT XRD single-paper - Autobahn (🥉5 · ⭐ 30 · 💀) - Repository for Autobahn: Automorphism Based Graph Neural Networks. MIT - CraTENet (🥉5 · ⭐ 17 · 💀) - An attention-based deep neural network for thermoelectric transport properties. MIT transport-phenomena - SCFNN (🥉5 · ⭐ 15 · 💀) - Self-consistent determination of long-range electrostatics in neural network potentials. MIT C++ electrostatics single-paper - gkx: Green-Kubo Method in JAX (🥉5 · ⭐ 8 · 💀) - Green-Kubo + JAX + MLPs = Anharmonic Thermal Conductivities Done Fast. MIT transport-phenomena - Per-site PAiNN (🥉5 · ⭐ 2 · 💀) - Fork of PaiNN for PerovskiteOrderingGCNNs. MIT probabilistic pretrained single-paper - Per-Site CGCNN (🥉5 · ⭐ 1 · 💀) - Crystal graph convolutional neural networks for predicting material properties. MIT pretrained single-paper - Graph Transport Network (🥉4 · ⭐ 15 · 💀) - Graph transport network (GTN), as proposed in Scalable Optimal Transport in High Dimensions for Graph Distances,.. Custom transport-phenomena - EGraFFBench (🥉4 · ⭐ 11 · 💀) - Unlicensed single-paper benchmarking ML-IAP - atom_by_atom (🥉3 · ⭐ 10 · 💀) - Atom-by-atom design of metal oxide catalysts for the oxygen evolution reaction with Machine Learning. Unlicensed surface-science single-paper - Element encoder (🥉3 · ⭐ 6 · 💀) - Autoencoder neural network to compress properties of atomic species into a vector representation. GPL-3.0 single-paper - Point Edge Transformer (🥉2) - Smooth, exact rotational symmetrization for deep learning on point clouds. CC-BY-4.0 - SphericalNet (🥉1 · ⭐ 3 · 💀) - Implementation of Clebsch-Gordan Networks (CGnet: https://arxiv.org/pdf/1806.09231.pdf) by GElib & cnine libraries in.. Unlicensed


Universal Potentials

Back to top

Machine-learned interatomic potentials (ML-IAP) that have been trained on large, chemically and structural diverse datasets. For materials, this means e.g. datasets that include a majority of the periodic table.

🔗 TeaNet - Universal neural network interatomic potential inspired by iterative electronic relaxations.. ML-IAP

🔗 PreFerred Potential (PFP) - Universal neural network potential for material discovery https://doi.org/10.1038/s41467-022-30687-9. ML-IAP proprietary

FAIRChem EquiformerV2 models (🥇31 · ⭐ 2K) - FAIRChem implementation of Equiformer V2 (eqV2) models. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 66 · 🔀 440 · 📋 540 - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 190K / month · 📦 37 · ⏱️ 26.02.2026):
pip install fairchem-core
FAIRChem eSEN models (🥇31 · ⭐ 2K) - FAIRChem implementation of Smooth Energy Network (eSEN) models arXiv:2502.12147. MIT pretrained UIP rep-learn catalysis - [GitHub](https://github.com/facebookresearch/fairchem) (👨‍💻 66 · 🔀 440 · 📋 540 - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/FAIR-Chem/fairchem
- [PyPi](https://pypi.org/project/fairchem-core) (📥 190K / month · 📦 37 · ⏱️ 26.02.2026):
pip install fairchem-core
DPA-2 (🥈30 · ⭐ 1.9K) - A large atomic model as a multi-task learner https://arxiv.org/abs/2312.15492. LGPL-3.0 ML-IAP pretrained workflows datasets - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 84 · 🔀 580 · 📥 68K · 📦 46 · 📋 1K - 11% open · ⏱️ 26.02.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 11K / month · 📦 17 · ⏱️ 12.12.2025):
pip install deepmd-kit
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 2.6M · ⏱️ 22.12.2025):
conda install -c conda-forge deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 5K · ⭐ 1 · ⏱️ 27.12.2025):
docker pull deepmodeling/deepmd-kit
DeePMD-DPA3 (🥈30 · ⭐ 1.9K) - Successor of DPA-2. LGPL-3.0 ML-IAP pretrained workflows datasets - [GitHub](https://github.com/deepmodeling/deepmd-kit) (👨‍💻 84 · 🔀 580 · 📥 68K · 📦 46 · 📋 1K - 11% open · ⏱️ 26.02.2026):
git clone https://github.com/deepmodeling/deepmd-kit
- [PyPi](https://pypi.org/project/deepmd-kit) (📥 11K / month · 📦 17 · ⏱️ 12.12.2025):
pip install deepmd-kit
- [Conda](https://anaconda.org/conda-forge/deepmd-kit) (📥 2.6M · ⏱️ 22.12.2025):
conda install -c conda-forge deepmd-kit
- [Docker Hub](https://hub.docker.com/r/deepmodeling/deepmd-kit) (📥 5K · ⭐ 1 · ⏱️ 27.12.2025):
docker pull deepmodeling/deepmd-kit
SevenNet (🥈25 · ⭐ 230) - SevenNet - a graph neural network interatomic potential package supporting efficient multi-GPU parallel molecular.. GPL-3.0 ML-IAP MD pretrained - [GitHub](https://github.com/MDIL-SNU/SevenNet) (👨‍💻 20 · 🔀 49 · 📥 11K · 📋 89 - 21% open · ⏱️ 25.02.2026):
git clone https://github.com/MDIL-SNU/SevenNet
- [PyPi](https://pypi.org/project/sevenn) (📥 360K / month · 📦 22 · ⏱️ 14.12.2025):
pip install sevenn
MACE-FOUNDATION models (🥈23 · ⭐ 1.1K) - MACE foundation models (MP, OMAT, mh-1). MIT ML-IAP pretrained rep-learn MD - [GitHub](https://github.com/ACEsuit/mace-foundations) (👨‍💻 3 · 🔀 380 · 📥 320K · 📋 32 - 9% open · ⏱️ 19.11.2025):
git clone https://github.com/ACEsuit/mace-foundations
- [PyPi](https://pypi.org/project/mace-torch) (📥 68K / month · 📦 74 · ⏱️ 22.02.2026):
pip install mace-torch
MatterSim (🥈21 · ⭐ 510 · 📈) - MatterSim: A deep learning atomistic model across elements, temperatures and pressures. MIT ML-IAP active-learning multimodal phase-transition pretrained - [GitHub](https://github.com/microsoft/mattersim) (👨‍💻 18 · 🔀 73 · 📥 36 · 📋 45 - 53% open · ⏱️ 25.02.2026):
git clone https://github.com/microsoft/mattersim
- [PyPi](https://pypi.org/project/mattersim) (📥 380K / month · 📦 21 · ⏱️ 25.02.2026):
pip install mattersim
CHGNet (🥈21 · ⭐ 360) - Pretrained universal neural network potential for charge-informed atomistic modeling https://chgnet.lbl.gov. Custom ML-IAP MD pretrained electrostatics magnetism structure-relaxation - [GitHub](https://github.com/CederGroupHub/chgnet) (👨‍💻 13 · 🔀 95 · 📦 67 · 📋 77 - 5% open · ⏱️ 19.02.2026):
git clone https://github.com/CederGroupHub/chgnet
- [PyPi](https://pypi.org/project/chgnet) (📥 26K / month · 📦 33 · ⏱️ 22.09.2025):
pip install chgnet
Orb Models (🥉20 · ⭐ 540) - ORB forcefield models from Orbital Materials. Custom ML-IAP pretrained - [GitHub](https://github.com/orbital-materials/orb-models) (👨‍💻 14 · 🔀 71 · 📦 30 · 📋 75 - 12% open · ⏱️ 17.02.2026):
git clone https://github.com/orbital-materials/orb-models
- [PyPi](https://pypi.org/project/orb-models) (📥 9.8K / month · 📦 20 · ⏱️ 21.08.2025):
pip install orb-models
M3GNet (🥉18 · ⭐ 310 · 💤) - Materials graph network with 3-body interactions featuring a DFT surrogate crystal relaxer and a state-of-the-art.. BSD-3 ML-IAP pretrained - [GitHub](https://github.com/materialyzeai/m3gnet) (👨‍💻 16 · 🔀 74 · 📋 35 - 42% open · ⏱️ 07.04.2025):
git clone https://github.com/materialsvirtuallab/m3gnet
- [PyPi](https://pypi.org/project/m3gnet) (📥 1.6K / month · 📦 17 · ⏱️ 17.11.2022):
pip install m3gnet
PET-MAD (🥉18 · ⭐ 150 · 📉) - Universal interatomic potentials for advanced materials modeling. BSD-3 ML-IAP MD rep-learn transformer - [GitHub](https://github.com/lab-cosmo/upet) (👨‍💻 12 · 🔀 13 · 📥 28 · 📋 13 - 23% open · ⏱️ 15.02.2026):
git clone https://github.com/lab-cosmo/pet-mad
- [PyPi](https://pypi.org/project/pet-mad) (📥 4.3K / month · 📦 9 · ⏱️ 12.12.2025):
pip install pet-mad
- [Conda](https://anaconda.org/conda-forge/pet-mad):
conda install -c conda-forge pet-mad
MLIP Arena Leaderboard (🥉13 · ⭐ 90) - [NeurIPS 25 Spotlight] Fair and transparent benchmark of machine learning interatomic potentials (MLIPs), beyond basic.. Apache-2 ML-IAP benchmarking - [GitHub](https://github.com/atomind-ai/mlip-arena) (👨‍💻 3 · 🔀 8 · 📦 2 · 📋 20 - 70% open · ⏱️ 16.10.2025):
git clone https://github.com/atomind-ai/mlip-arena
GRACE (🥉12 · ⭐ 84) - GRACE models and gracemaker (as implemented in TensorPotential package). Custom ML-IAP pretrained MD rep-learn rep-eng - [GitHub](https://github.com/ICAMS/grace-tensorpotential) (👨‍💻 4 · 🔀 9 · 📦 10 · 📋 17 - 64% open · ⏱️ 17.12.2025):
git clone https://github.com/ICAMS/grace-tensorpotential
EScAIP (🥉7 · ⭐ 59) - [NeurIPS 2024] Official implementation of the Efficiently Scaled Attention Interatomic Potential. MIT ML-IAP rep-learn transformer single-paper - [GitHub](https://github.com/ASK-Berkeley/EScAIP) (👨‍💻 2 · 🔀 6 · 📥 15 · 📋 9 - 22% open · ⏱️ 26.09.2025):
git clone https://github.com/ASK-Berkeley/EScAIP
CHIPS-FF (🥉6 · ⭐ 8 · 💤) - Evaluation of universal machine learning force-fields https://doi.org/10.1021/acsmaterialslett.5c00093. Custom benchmarking structure-optimization MD materials-discovery transport-phenomena - [GitHub](https://github.com/usnistgov/chipsff) (👨‍💻 3 · 📋 2 - 50% open · ⏱️ 06.02.2025):
git clone https://github.com/usnistgov/chipsff
Show 2 hidden projects... - ffonons (🥉6 · ⭐ 23 · 💀) - Phonons from ML force fields. MIT benchmarking density-of-states - Joint Multidomain Pre-Training (JMP) (🥉5 · ⭐ 62 · 💀) - Code for From Molecules to Materials Pre-training Large Generalizable Models for Atomic Property Prediction. CC-BY-NC-4.0 pretrained ML-IAP general-tool


Unsupervised Learning

Back to top

Projects that focus on unsupervised, semi- or self-supervised learning for atomistic ML, such as dimensionality reduction, clustering, contrastive learning, etc.

DADApy (🥇17 · ⭐ 140) - Distance-based Analysis of DAta-manifolds in python. Apache-2 - [GitHub](https://github.com/sissa-data-science/DADApy) (👨‍💻 21 · 🔀 23 · 📋 42 - 28% open · ⏱️ 12.02.2026):
git clone https://github.com/sissa-data-science/DADApy
- [PyPi](https://pypi.org/project/dadapy) (📥 770 / month · ⏱️ 11.04.2025):
pip install dadapy
Show 9 hidden projects... - mat_discover (🥈13 · ⭐ 45 · 💀) - A materials discovery algorithm geared towards exploring high-performance candidates in new chemical spaces. MIT materials-discovery rep-eng HTC - ASAP (🥈12 · ⭐ 150 · 💀) - ASAP is a package that can quickly analyze and visualize datasets of crystal or molecular structures. MIT - pumml (🥈10 · ⭐ 37 · 💀) - Positive and Unlabeled Materials Machine Learning (pumml) is a code that uses semi-supervised machine learning to.. MIT materials-discovery - Sketchmap (🥉8 · ⭐ 48 · 💀) - Suite of programs to perform non-linear dimensionality reduction -- sketch-map in particular. GPL-3.0 C++ - paper-ml-robustness-material-property (🥉5 · ⭐ 4 · 💀) - A critical examination of robustness and generalizability of machine learning prediction of materials properties. BSD-3 datasets single-paper - 3D-EMGP (🥉4 · ⭐ 33 · 💀) - [AAAI 2023] The implementation for the paper Energy-Motivated Equivariant Pretraining for 3D Molecular Graphs. MIT pretrained rep-learn single-paper - Coarse-Graining-Auto-encoders (🥉4 · ⭐ 21 · 💀) - Implementation of coarse-graining Autoencoders. Unlicensed single-paper - KmdPlus (🥉4 · ⭐ 8 · 💀) - This module contains a class for treating kernel mean descriptor (KMD), and a function for generating descriptors with.. MIT - Descriptor Embedding and Clustering for Atomisitic-environment Framework (DECAF) ( ⭐ 2) - Provides a workflow to obtain clustering of local environments in dataset of structures. Unlicensed


Visualization

Back to top

Projects that focus on visualization (viz.) for atomistic ML.

Crystal Toolkit (🥇25 · ⭐ 190) - Crystal Toolkit is a framework for building web apps for materials science and is currently powering the new Materials.. MIT - [GitHub](https://github.com/materialsproject/crystaltoolkit) (👨‍💻 37 · 🔀 66 · 📦 43 · 📋 150 - 45% open · ⏱️ 25.02.2026):
git clone https://github.com/materialsproject/crystaltoolkit
- [PyPi](https://pypi.org/project/crystal-toolkit) (📥 5.3K / month · 📦 12 · ⏱️ 13.02.2026):
pip install crystal-toolkit
pymatviz (🥈23 · ⭐ 300) - A toolkit for visualizations in materials informatics. MIT general-tool probabilistic - [GitHub](https://github.com/janosh/pymatviz) (👨‍💻 14 · 🔀 38 · 📥 730 · 📦 31 · 📋 65 - 1% open · ⏱️ 25.02.2026):
git clone https://github.com/janosh/pymatviz
- [PyPi](https://pypi.org/project/pymatviz) (📥 8.2K / month · 📦 10 · ⏱️ 11.02.2026):
pip install pymatviz
Chemiscope (🥈22 · ⭐ 170) - An interactive structure/property explorer for materials and molecules. BSD-3 JavaScript - [GitHub](https://github.com/lab-cosmo/chemiscope) (👨‍💻 27 · 🔀 43 · 📥 640 · 📦 6 · 📋 170 - 9% open · ⏱️ 23.02.2026):
git clone https://github.com/lab-cosmo/chemiscope
- [npm](https://www.npmjs.com/package/chemiscope) (📥 60 / month · 📦 3 · ⏱️ 15.03.2023):
npm install chemiscope
Elementari (🥉21 · ⭐ 300) - Interactive browser visualizations for materials science: crystal structures/molecules, trajectories, convex hulls,.. MIT JavaScript - [GitHub](https://github.com/janosh/matterviz) (👨‍💻 6 · 🔀 29 · 📥 2.6K · 📦 3 · 📋 43 - 6% open · ⏱️ 25.02.2026):
git clone https://github.com/janosh/elementari
- [npm](https://www.npmjs.com/package/elementari) (📦 2 · ⏱️ 19.06.2025):
npm install elementari
ZnDraw (🥉21 · ⭐ 49) - A powerful tool for visualizing, modifying, and analysing atomistic systems. EPL-2.0 MD generative JavaScript - [GitHub](https://github.com/zincware/ZnDraw) (👨‍💻 10 · 🔀 5 · 📦 15 · 📋 380 - 20% open · ⏱️ 20.02.2026):
git clone https://github.com/zincware/ZnDraw
- [PyPi](https://pypi.org/project/zndraw) (📥 6.6K / month · 📦 5 · ⏱️ 26.02.2026):
pip install zndraw
Atomvision (🥉12 · ⭐ 34) - Deep learning framework for atomistic image data. Custom computer-vision experimental-data rep-learn - [GitHub](https://github.com/usnistgov/atomvision) (👨‍💻 4 · 🔀 17 · 📦 4 · 📋 8 - 50% open · ⏱️ 25.08.2025):
git clone https://github.com/usnistgov/atomvision
- [PyPi](https://pypi.org/project/atomvision) (📥 270 / month · ⏱️ 08.05.2023):
pip install atomvision


Wavefunction methods (ML-WFT)

Back to top

Projects and models that focus on quantities of wavefunction theory methods, such as Monte Carlo techniques like deep learning variational Monte Carlo (DL-VMC), quantum chemistry methods, etc.

DeepQMC (🥇18 · ⭐ 410 · 💤) - Deep learning quantum Monte Carlo for electrons in real space. MIT - [GitHub](https://github.com/deepqmc/deepqmc) (👨‍💻 14 · 🔀 62 · 📦 3 · 📋 63 - 6% open · ⏱️ 14.07.2025):
git clone https://github.com/deepqmc/deepqmc
- [PyPi](https://pypi.org/project/deepqmc) (📥 160 / month · ⏱️ 24.09.2024):
pip install deepqmc
FermiNet (🥈15 · ⭐ 820) - An implementation of the Fermionic Neural Network for ab-initio electronic structure calculations. Apache-2 transformer - [GitHub](https://github.com/google-deepmind/ferminet) (👨‍💻 23 · 🔀 160 · 📋 71 - 4% open · ⏱️ 13.11.2025):
git clone https://github.com/google-deepmind/ferminet
DeepErwin (🥈8 · ⭐ 66 · 💤) - DeepErwin is a python 3.8+ package that implements and optimizes JAX 2.x wave function models for numerical solutions.. Custom - [GitHub](https://github.com/mdsunivie/deeperwin) (👨‍💻 9 · 🔀 8 · 📥 18 · 📦 2 · ⏱️ 18.04.2025):
git clone https://github.com/mdsunivie/deeperwin
- [PyPi](https://pypi.org/project/deeperwin) (📥 60 / month · ⏱️ 14.12.2021):
pip install deeperwin
JaQMC (🥉7 · ⭐ 92 · 💤) - JAX accelerated Quantum Monte Carlo. Apache-2 - [GitHub](https://github.com/bytedance/jaqmc) (👨‍💻 4 · 🔀 10 · ⏱️ 30.05.2025):
git clone https://github.com/bytedance/jaqmc
Show 3 hidden projects... - ACEpsi.jl (🥉7 · ⭐ 3 · 💀) - ACE wave function parameterizations. MIT rep-eng Julia - SchNOrb (🥉6 · ⭐ 69 · 💀) - Unifying machine learning and quantum chemistry with a deep neural network for molecular wavefunctions. MIT - LapNet (🥉5 · ⭐ 72 · 💀) - Efficient and Accurate Neural-Network Ansatz for Quantum Monte Carlo. Apache-2


Others

Back to top


Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Credit by: @github.com/JuDFTteam/best-of-atomistic-machine-learning

Awesome Python

# Awesome Python

An opinionated list of awesome Python frameworks, libraries, software and resources.

Inspired by awesome-php.


Admin Panels

Libraries for administrative interfaces.

  • ajenti - The admin panel your servers deserve.
  • django-grappelli - A jazzy skin for the Django Admin-Interface.
  • django-unfold - Elevate your Django admin with a stunning modern interface, powerful features, and seamless user experience.
  • flask-admin - Simple and extensible administrative interface framework for Flask.
  • flower - Real-time monitor and web admin for Celery.
  • func-to-web - Instantly create web UIs from Python functions using type hints. Zero frontend code required.
  • jet-bridge - Admin panel framework for any application with nice UI (ex Jet Django).
  • streamlit - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
  • wooey - A Django app which creates automatic web UIs for Python scripts.

Algorithms and Design Patterns

Python implementation of data structures, algorithms and design patterns. Also see awesome-algorithms.

  • Algorithms
  • algorithms - Minimal examples of data structures and algorithms.
  • python-ds - A collection of data structure and algorithms for coding interviews.
  • sortedcontainers - Fast and pure-Python implementation of sorted collections.
  • thealgorithms - All Algorithms implemented in Python.
  • Design Patterns
  • python-cqrs - Event-Driven Architecture Framework with CQRS/CQS, Transaction Outbox, Saga orchestration.
  • python-patterns - A collection of design patterns in Python.
  • transitions - A lightweight, object-oriented finite state machine implementation.

ASGI Servers

ASGI-compatible web servers.

  • daphne - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
  • granian - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI.
  • hypercorn - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
  • uvicorn - A lightning-fast ASGI server implementation, using uvloop and httptools.

Asynchronous Programming

Libraries for asynchronous, concurrent and parallel execution. Also see awesome-asyncio.

  • asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
  • awesome-asyncio
  • concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
  • gevent - A coroutine-based Python networking library that uses greenlet.
  • multiprocessing - (Python standard library) Process-based parallelism.
  • trio - A friendly library for async concurrency and I/O.
  • twisted - An event-driven networking engine.
  • uvloop - Ultra fast asyncio event loop.

Audio

Libraries for manipulating audio and its metadata.

  • Audio
  • audioFlux - A library for audio and music analysis, feature extraction.
  • audioread - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
  • dejavu - Audio fingerprinting and recognition.
  • gTTS - Python library and CLI tool for converting text to speech using Google Translate TTS.
  • kapre - Keras Audio Preprocessors.
  • librosa - Python library for audio and music analysis.
  • matchering - A library for automated reference audio mastering.
  • mingus - An advanced music theory and notation package with MIDI file and playback support.
  • pyaudioanalysis - Audio feature extraction, classification, segmentation and applications.
  • pydub - Manipulate audio with a simple and easy high level interface.
  • timeside - Open web audio processing framework.
  • Metadata
  • beets - A music library manager and MusicBrainz tagger.
  • eyed3 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
  • mutagen - A Python module to handle audio metadata.
  • tinytag - A library for reading music meta data of MP3, OGG, FLAC and Wave files.

Authentication

Libraries for implementing authentication schemes.

  • OAuth
  • authlib - JavaScript Object Signing and Encryption draft implementation.
  • django-allauth - Authentication app for Django that "just works."
  • django-oauth-toolkit - OAuth 2 goodies for Django.
  • oauthlib - A generic and thorough implementation of the OAuth request-signing logic.
  • JWT
  • pyjwt - JSON Web Token implementation in Python.
  • python-jose - A JOSE implementation in Python.

Build Tools

Compile software from source code.

  • bitbake - A make-like build tool for embedded Linux.
  • buildout - A build system for creating, assembling and deploying applications from multiple parts.
  • platformio - A console tool to build code with different development platforms.
  • pybuilder - A continuous build tool written in pure Python.
  • scons - A software construction tool.

Built-in Classes Enhancement

Libraries for enhancing Python built-in classes.

  • attrs - Replacement for __init__, __eq__, __repr__, etc. boilerplate in class definitions.
  • bidict - Efficient, Pythonic bidirectional map data structures and related functionality.
  • box - Python dictionaries with advanced dot notation access.
  • dataclasses - (Python standard library) Data classes.
  • dotteddict - A library that provides a method of accessing lists and dicts with a dotted path notation.

CMS

Content Management Systems.

  • feincms - One of the most advanced Content Management Systems built on Django.
  • indico - A feature-rich event management system, made @ CERN.
  • wagtail - A Django content management system.

Caching

Libraries for caching data.

  • beaker - A WSGI middleware for sessions and caching.
  • django-cache-machine - Automatic caching and invalidation for Django models.
  • django-cacheops - A slick ORM cache with automatic granular event-driven invalidation.
  • dogpile.cache - dogpile.cache is a next generation replacement for Beaker made by the same authors.
  • hermescache - Python caching library with tag-based invalidation and dogpile effect prevention.
  • pylibmc - A Python wrapper around the libmemcached interface.
  • python-diskcache - SQLite and file backed cache backend with faster lookups than memcached and redis.

Code Analysis

Tools of static analysis, linters and code quality checkers. Also see awesome-static-analysis.

  • Code Analysis
  • code-graph-rag - Builds knowledge graphs from multi-language codebases using Tree-sitter and Memgraph, enabling natural language querying of code structure.
  • code2flow - Turn your Python and JavaScript code into DOT flowcharts.
  • prospector - A tool to analyze Python code.
  • vulture - A tool for finding and analyzing dead Python code.
  • Code Linters
  • flake8 - A wrapper around pycodestyle, pyflakes and McCabe.
  • pylint - A fully customizable source code analyzer.
  • ruff - An extremely fast Python linter and code formatter.
  • Code Formatters
  • black - The uncompromising Python code formatter.
  • isort - A Python utility / library to sort imports.
  • yapf - Yet another Python code formatter from Google.
  • Static Type Checkers, also see awesome-python-typing
  • mypy - Check variable types during compile time.
  • pyre-check - Performant type checking.
  • ty - An extremely fast Python type checker and language server.
  • typeshed - Collection of library stubs for Python, with static types.
  • Static Type Annotations Generators
  • monkeytype - A system for Python that generates static type annotations by collecting runtime types.
  • pytype - Pytype checks and infers types for Python code - without requiring type annotations.

Command-line Interface Development

Libraries for building command-line applications.

  • Command-line Application Development
  • argparse - (Python standard library) Command-line option and argument parsing.
  • cement - CLI Application Framework for Python.
  • click - A package for creating beautiful command line interfaces in a composable way.
  • cliff - A framework for creating command-line programs with multi-level commands.
  • python-fire - A library for creating command line interfaces from absolutely any Python object.
  • python-prompt-toolkit - A library for building powerful interactive command lines.
  • Typer - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
  • Terminal Rendering
  • alive-progress - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
  • asciimatics - A package to create full-screen text UIs (from interactive forms to ASCII animations).
  • bashplotlib - Making basic plots in the terminal.
  • colorama - Cross-platform colored terminal text.
  • rich - Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler log handler.
  • textual - A framework for building interactive user interfaces that run in the terminal and the browser.
  • tqdm - Fast, extensible progress bar for loops and CLI.

Command-line Tools

Useful CLI-based tools for productivity.

  • Productivity Tools
  • ccb - A CLI tool to orchestrate multiple LLMs (Claude, Gemini, etc.) in Tmux panes with cross-agent interaction.
  • cookiecutter - A command-line utility that creates projects from cookiecutters (project templates).
  • copier - A library and command-line utility for rendering projects templates.
  • doitlive - A tool for live presentations in the terminal.
  • howdoi - Instant coding answers via the command line.
  • invoke - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
  • pathpicker - Select files out of bash output.
  • thefuck - Correcting your previous console command.
  • tmuxp - A tmux session manager.
  • try - A dead simple CLI to try out python packages - it's never been easier.
  • CLI Enhancements
  • httpie - A command line HTTP client, a user-friendly cURL replacement.
  • iredis - Redis CLI with autocompletion and syntax highlighting.
  • litecli - SQLite CLI with autocompletion and syntax highlighting.
  • mycli - MySQL CLI with autocompletion and syntax highlighting.
  • pgcli - PostgreSQL CLI with autocompletion and syntax highlighting.

Computer Vision

Libraries for Computer Vision.

  • easyocr - Ready-to-use OCR with 40+ languages supported.
  • kornia - Open Source Differentiable Computer Vision Library for PyTorch.
  • opencv - Open Source Computer Vision Library.
  • pytesseract - A wrapper for Google Tesseract OCR.
  • tesserocr - Another simple, Pillow-friendly, wrapper around the tesseract-ocr API for OCR.

Configuration Files

Libraries for storing and parsing configuration options.

  • configobj - INI file parser with validation.
  • configparser - (Python standard library) INI file parser.
  • dynaconf - Dynaconf is a configuration manager with plugins for Django, Flask and FastAPI.
  • hydra - Hydra is a framework for elegantly configuring complex applications.
  • python-decouple - Strict separation of settings from code.

Cryptography

  • cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
  • paramiko - The leading native Python SSHv2 protocol library.
  • pynacl - Python binding to the Networking and Cryptography (NaCl) library.

Data Analysis

Libraries for data analysis.

  • aws-sdk-pandas - Pandas on AWS.
  • datasette - An open source multi-tool for exploring and publishing data.
  • desbordante - An open source data profiler for complex pattern discovery.
  • docling - Library for converting documents into structured data.
  • optimus - Agile Data Science Workflows made easy with PySpark.
  • pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
  • pathway - Real-time data processing framework for Python with reactive dataflows.
  • polars - A fast DataFrame library implemented in Rust with a Python API.

Data Validation

Libraries for validating data. Used for forms in many cases.

  • cerberus - A lightweight and extensible data validation library.
  • colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
  • jsonschema - An implementation of JSON Schema for Python.
  • pydantic - Data validation using Python type hints.
  • schema - A library for validating Python data structures.
  • schematics - Data Structure Validation.
  • voluptuous - A Python data validation library.

Data Visualization

Libraries for visualizing data. Also see awesome-javascript.

  • altair - Declarative statistical visualization library for Python.
  • bokeh - Interactive Web Plotting for Python.
  • bqplot - Interactive Plotting Library for the Jupyter Notebook.
  • cartopy - A cartographic python library with matplotlib support.
  • diagrams - Diagram as Code.
  • matplotlib - A Python 2D plotting library.
  • plotly - Interactive graphing library for Python.
  • plotnine - A grammar of graphics for Python based on ggplot2.
  • pygal - A Python SVG Charts Creator.
  • pygraphviz - Python interface to Graphviz.
  • pyqtgraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
  • seaborn - Statistical data visualization using Matplotlib.
  • UltraPlot - Matplotlib wrapper for publication-ready scientific figures with minimal code. Includes advanced subplot management, panel layouts, and batteries-included geoscience plotting.
  • vispy - High-performance scientific visualization based on OpenGL.

Database

Databases implemented in Python.

  • DuckDB - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads.
  • pickleDB - A simple and lightweight key-value store for Python.
  • tinydb - A tiny, document-oriented database.
  • zodb - A native object database for Python. A key-value and object graph database.

Database Drivers

Libraries for connecting and operating databases.

Date and Time

Libraries for working with dates and times.

  • arrow - A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
  • dateutil - Extensions to the standard Python datetime module.
  • pendulum - Python datetimes made easy.
  • pytz - World timezone definitions, modern and historical. Brings the tz database into Python.

Debugging Tools

Libraries for debugging code.

  • pdb-like Debugger
  • ipdb - IPython-enabled pdb.
  • pudb - A full-screen, console-based Python debugger.
  • Tracing
  • manhole - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
  • python-hunter - A flexible code tracing toolkit.
  • Profiler
  • py-spy - A sampling profiler for Python programs. Written in Rust.
  • vprof - Visual Python profiler.
  • Others
  • django-debug-toolbar - Display various debug information for Django.
  • flask-debugtoolbar - A port of the django-debug-toolbar to flask.
  • icecream - Inspect variables, expressions, and program execution with a single, simple function call.
  • memory-graph - Visualize Python data at runtime to debug references, mutability, and aliasing.
  • pyelftools - Parsing and analyzing ELF files and DWARF debugging information.

Deep Learning

Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.

  • jax - a library for high-performance numerical computing with automatic differentiation and JIT compilation.
  • keras - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
  • pytorch-lightning - Deep learning framework to train, deploy, and ship AI products Lightning fast.
  • pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
  • stable-baselines3 - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
  • tensorflow - The most popular Deep Learning framework created by Google.
  • vllm - A high-throughput and memory-efficient inference and serving engine for LLMs.

DevOps Tools

Software and libraries for DevOps.

  • Cloud Providers
  • boto3 - Python interface to Amazon Web Services.
  • Configuration Management
  • ansible - A radically simple IT automation platform.
  • cloudinit - A multi-distribution package that handles early initialization of a cloud instance.
  • openstack - Open source software for building private and public clouds.
  • pyinfra - A versatile CLI tools and python libraries to automate infrastructure.
  • saltstack - Infrastructure automation and management system.
  • SSH-style Deployment
  • cuisine - Chef-like functionality for Fabric.
  • fabric - A simple, Pythonic tool for remote execution and deployment.
  • Process Management
  • supervisor - Supervisor process control system for UNIX.
  • Monitoring
  • psutil - A cross-platform process and system utilities module.
  • Backup
  • borg - A deduplicating archiver with compression and encryption.
  • Chaos Engineering
  • chaostoolkit - A Chaos Engineering toolkit & Orchestration for Developers.

Distributed Computing

Frameworks and libraries for Distributed Computing.

  • Batch Processing
  • dask - A flexible parallel computing library for analytic computing.
  • luigi - A module that helps you build complex pipelines of batch jobs.
  • mpi4py - Python bindings for MPI.
  • PySpark - Apache Spark Python API.
  • Ray - A system for parallel and distributed Python that unifies the machine learning ecosystem.
  • Stream Processing
  • streamparse - Run Python code against real-time streams of data via Apache Storm.

Distribution

Libraries to create packaged executables for release distribution.

  • cx_freeze - It is a Python tool that converts Python scripts into standalone executables and installers for Windows, macOS, and Linux.
  • Nuitka - Compiles Python programs into high-performance standalone executables (cross-platform, supports all Python versions).
  • py2app - Freezes Python scripts (Mac OS X).
  • py2exe - Freezes Python scripts (Windows).
  • pyarmor - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
  • pyinstaller - Converts Python programs into stand-alone executables (cross-platform).
  • shiv - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.

Documentation

Libraries for generating project documentation.

  • sphinx - Python Documentation generator.
  • awesome-sphinxdoc
  • pdoc - Epydoc replacement to auto generate API documentation for Python libraries.

Downloader

Libraries for downloading.

  • akshare - A financial data interface library, built for human beings!
  • edgartools - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.
  • OpenBB - A financial data platform for analysts, quants and AI agents.
  • s3cmd - A command line tool for managing Amazon S3 and CloudFront.
  • yfinance - Easy Pythonic way to download market and financial data from Yahoo Finance.
  • youtube-dl - A command-line program to download videos from YouTube and other video sites.

Editor Plugins and IDEs

  • Emacs
  • elpy - Emacs Python Development Environment.
  • Vim
  • jedi-vim - Vim bindings for the Jedi auto-completion library for Python.
  • python-mode - An all in one plugin for turning Vim into a Python IDE.
  • YouCompleteMe - Includes Jedi-based completion engine for Python.
  • Visual Studio
  • PTVS - Python Tools for Visual Studio.
  • Visual Studio Code
  • Python - The official VSCode extension with rich support for Python.
  • IDE
  • PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
  • spyder - Open Source Python IDE.

Email

Libraries for sending and parsing email.

  • Mail Servers
  • modoboa - A mail hosting and management platform including a modern Web UI.
  • Clients
  • imbox - Python IMAP for Humans.
  • yagmail - Yet another Gmail/SMTP client.
  • Others
  • flanker - An email address and Mime parsing library.
  • mailer - High-performance extensible mail delivery framework.

Environment Management

Libraries for Python version and virtual environment management.

  • pyenv - Simple Python version management.
  • pyenv-win - Pyenv for Windows, Simple Python version management.
  • uv - An extremely fast Python package and project manager, written in Rust.
  • virtualenv - A tool to create isolated Python environments.

File Manipulation

Libraries for file manipulation.

  • markitdown - Python tool for converting files and office documents to Markdown.
  • mimetypes - (Python standard library) Map filenames to MIME types.
  • path.py - A module wrapper for os.path.
  • pathlib - (Python standard library) A cross-platform, object-oriented path library.
  • python-magic - A Python interface to the libmagic file type identification library.
  • watchdog - API and shell utilities to monitor file system events.
  • watchfiles - Simple, modern and fast file watching and code reload in python.

Functional Programming

Functional Programming with Python.

  • coconut - A variant of Python built for simple, elegant, Pythonic functional programming.
  • cytoolz - Cython implementation of Toolz: High performance functional utilities.
  • functools - (Python standard library) Higher-order functions and operations on callable objects.
  • funcy - A fancy and practical functional tools.
  • more-itertools - More routines for operating on iterables, beyond itertools.
  • returns - A set of type-safe monads, transformers, and composition utilities.
  • toolz - A collection of functional utilities for iterators, functions, and dictionaries.

GUI Development

Libraries for working with graphical user interface applications.

  • curses - Built-in wrapper for ncurses used to create terminal GUI applications.
  • CustomTkinter - A modern and customizable python UI-library based on Tkinter.
  • DearPyGui - A Simple GPU accelerated Python GUI framework
  • enaml - Creating beautiful user-interfaces with Declarative Syntax like QML.
  • Flet - Cross-platform GUI framework for building modern apps in pure Python.
  • Flexx - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
  • Gooey - Turn command line programs into a full GUI application with one line.
  • kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
  • NiceGUI - An easy-to-use, Python-based UI framework, which shows up in your web browser.
  • pyglet - A cross-platform windowing and multimedia library for Python.
  • PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
  • PySide - Qt for Python offers the official Python bindings for Qt, this is same as PyQt but it's the official binding with different licensing.
  • PyQt - Python bindings for the Qt cross-platform application and UI framework.
  • pywebview - A lightweight cross-platform native wrapper around a webview component.
  • Tkinter - Tkinter is Python's de-facto standard GUI package.
  • Toga - A Python native, OS native GUI toolkit.
  • urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
  • wxPython - A blending of the wxWidgets C++ class library with the Python.

GraphQL

Libraries for working with GraphQL.

Game Development

Awesome game development libraries.

  • Arcade - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
  • Cocos2d - A framework for building 2D games, demos, and other graphical/interactive applications.
  • Harfang3D - Python framework for 3D, VR and game development.
  • Panda3D - 3D game engine developed by Disney.
  • Pygame - Pygame is a set of Python modules designed for writing games.
  • PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
  • PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
  • PySDL2 - A ctypes based wrapper for the SDL2 library.
  • RenPy - A Visual Novel engine.

Geolocation

Libraries for geocoding addresses and working with latitudes and longitudes.

  • django-countries - A Django app that provides a country field for models and forms.
  • geodjango - A world-class geographic web framework.
  • geojson - Python bindings and utilities for GeoJSON.
  • geopandas - Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.
  • geopy - Python Geocoding Toolbox.

HTML Manipulation

Libraries for working with HTML and XML.

  • beautifulsoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
  • cssutils - A CSS library for Python.
  • html5lib - A standards-compliant library for parsing and serializing HTML documents and fragments.
  • JustHTML - A pure Python HTML5 parser that just works.
  • lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
  • markupsafe - Implements a XML/HTML/XHTML Markup safe string for Python.
  • pyquery - A jQuery-like library for parsing HTML.
  • untangle - Converts XML documents to Python objects for easy access.
  • WeasyPrint - A visual rendering engine for HTML and CSS that can export to PDF.
  • xmldataset - Simple XML Parsing.
  • xmltodict - Working with XML feel like you are working with JSON.

HTTP Clients

Libraries for working with HTTP.

  • httpx - A next generation HTTP client for Python.
  • requests - HTTP Requests for Humans.
  • treq - Python requests like API built on top of Twisted's HTTP client.
  • urllib3 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.

Hardware

Libraries for programming with hardware.

  • bleak - A cross platform Bluetooth Low Energy Client for Python using asyncio.
  • mouse - Hook and simulate global mouse events on Windows and Linux.
  • pynput - A library to control and monitor input devices.
  • scapy - A brilliant packet manipulation library.

Image Processing

Libraries for manipulating images.

  • pillow - Pillow is the friendly PIL fork.
  • pymatting - A library for alpha matting.
  • python-barcode - Create barcodes in Python with no extra dependencies.
  • python-qrcode - A pure Python QR Code generator.
  • pyvips - A fast image processing library with low memory needs.
  • quads - Computer art based on quadtrees.
  • scikit-image - A Python library for (scientific) image processing.
  • thumbor - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
  • wand - Python bindings for MagickWand, C API for ImageMagick.

Implementations

Implementations of Python.

  • clpython - Implementation of the Python programming language written in Common Lisp.
  • cpython - Default, most widely used implementation of the Python programming language written in C.
  • cython - Optimizing Static Compiler for Python.
  • ironpython - Implementation of the Python programming language written in C#.
  • micropython - A lean and efficient Python programming language implementation.
  • numba - Python JIT compiler to LLVM aimed at scientific Python.
  • peachpy - x86-64 assembler embedded in Python.
  • pypy - A very fast and compliant implementation of the Python language.
  • pyston - A Python implementation using JIT techniques.

Interactive Interpreter

Interactive Python interpreters (REPL).

Internationalization

Libraries for working with i18n.

  • Babel - An internationalization library for Python.

Job Scheduler

Libraries for scheduling jobs.

  • Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
  • APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
  • django-schedule - A calendaring app for Django.
  • doit - A task runner and build tool.
  • Joblib - A set of tools to provide lightweight pipelining in Python.
  • Plan - Writing crontab file in Python like a charm.
  • Prefect - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
  • schedule - Python job scheduling for humans.
  • Spiff - A powerful workflow engine implemented in pure Python.
  • TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.

Logging

Libraries for generating and working with logs.

  • logbook - Logging replacement for Python.
  • logging - (Python standard library) Logging facility for Python.
  • loguru - Library which aims to bring enjoyable logging in Python.
  • sentry-python - Sentry SDK for Python.
  • structlog - Structured logging made easy.

Machine Learning

Libraries for Machine Learning. Also see awesome-machine-learning.

  • diffusers - A library that provides pretrained diffusion models for generating and editing images, audio, and video.
  • gym - A toolkit for developing and comparing reinforcement learning algorithms.
  • Feature-engine - sklearn compatible API with the widest toolset for feature engineering and selection.
  • H2O - Open Source Fast Scalable Machine Learning Platform.
  • Instructor - A library for extracting structured data from LLMs, powered by Pydantic.
  • LangChain - Building applications with LLMs through composability.
  • LlamaIndex - A data framework for your LLM application.
  • Metrics - Machine learning evaluation metrics.
  • MindsDB - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
  • PraisonAI - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
  • pydantic-ai - A Python agent framework for building generative AI applications with structured schemas.
  • RAGFlow - An open-source RAG engine for document understanding and question answering with LLMs.
  • rasa - An open-source machine learning framework for automated text and voice-based conversations.
  • scikit-learn - The most popular Python library for Machine Learning with extensive documentation and community support.
  • Spark ML - Apache Spark's scalable Machine Learning library for distributed computing.
  • Transformers - A framework that lets you easily use pretrained transformer models for NLP, vision, and audio tasks.
  • xgboost - A scalable, portable, and distributed gradient boosting library.

Microsoft Windows

Python programming on Microsoft Windows.

  • PythonNet - Python Integration with the .NET Common Language Runtime (CLR).
  • PyWin32 - Python Extensions for Windows.
  • WinPython - Portable development environment for Windows 10/11.

Miscellaneous

Useful libraries or tools that don't fit in the categories above.

  • blinker - A fast Python in-process signal/event dispatching system.
  • boltons - A set of pure-Python utilities.
  • itsdangerous - Various helpers to pass trusted data to untrusted environments.
  • pluginbase - A simple but flexible plugin system for Python.
  • tryton - A general-purpose business framework.

Natural Language Processing

Libraries for working with human languages.

  • General
  • gensim - Topic Modeling for Humans.
  • langid.py - Stand-alone language identification system.
  • nltk - A leading platform for building Python programs to work with human language data.
  • pattern - A web mining module.
  • polyglot - Natural language pipeline supporting hundreds of languages.
  • spacy - A library for industrial-strength natural language processing in Python and Cython.
  • Stanza - The Stanford NLP Group's official Python library, supporting 60+ languages.
  • Chinese
  • funNLP - A collection of tools and datasets for Chinese NLP.
  • jieba - The most popular Chinese text segmentation library.
  • pkuseg-python - A toolkit for Chinese word segmentation in various domains.
  • snownlp - A library for processing Chinese text.

Network Virtualization

Tools and libraries for Virtual Networking and SDN (Software Defined Networking).

  • mininet - A popular network emulator and API written in Python.
  • napalm - Cross-vendor API to manipulate network devices.
  • pox - A Python-based SDN control applications, such as OpenFlow SDN controllers.

ORM

Libraries that implement Object-Relational Mapping or data mapping techniques.

  • Relational Databases
  • Django Models - The Django ORM.
  • SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
  • dataset - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
  • peewee - A small, expressive ORM.
  • pony - ORM that provides a generator-oriented interface to SQL.
  • pydal - A pure Python Database Abstraction Layer.
  • SQLModel - SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy.
  • NoSQL Databases
  • mongoengine - A Python Object-Document-Mapper for working with MongoDB.
  • ODMantic - Sync and Async ODM for MongoDB built on top of Pydantic for model definition and validation.
  • PynamoDB - A Pythonic interface for Amazon DynamoDB.

Package Management

Libraries for package and dependency management.

  • pip - The package installer for Python.
  • pip-tools - A set of tools to keep your pinned Python dependencies fresh.
  • conda - Cross-platform, Python-agnostic binary package manager.
  • hatch - Modern, extensible Python project management.
  • poetry - Python dependency management and packaging made easy.
  • uv - An extremely fast Python package and project manager, written in Rust.

Package Repositories

Local PyPI repository server and proxies.

  • bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
  • devpi - PyPI server and packaging/testing/release tool.
  • warehouse - Next generation Python Package Repository (PyPI).

Penetration Testing

Frameworks and tools for penetration testing.

  • fsociety - A Penetration testing framework.
  • setoolkit - A toolkit for social engineering.
  • sherlock - Hunt down social media accounts by username across social networks.
  • sqlmap - Automatic SQL injection and database takeover tool.

Permissions

Libraries that allow or deny users access to data or functionality.

  • django-guardian - Implementation of per object permissions for Django 1.2+
  • django-rules - A tiny but powerful app providing object-level permissions to Django, without requiring a database.

Processes

Libraries for starting and communicating with OS processes.

Quantum Computing

Libraries for quantum computing.

  • Cirq — A Google-developed framework focused on hardware-aware quantum circuit design for NISQ devices.
  • PennyLane — A hybrid quantum-classical machine learning library with automatic differentiation support.
  • Qiskit — An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
  • QuTiP - Quantum Toolbox in Python.

Recommender Systems

Libraries for building recommender systems.

  • annoy - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
  • fastFM - A library for Factorization Machines.
  • implicit - A fast Python implementation of collaborative filtering for implicit datasets.
  • lightfm - A Python implementation of a number of popular recommendation algorithms.
  • spotlight - Deep recommender models using PyTorch.
  • Surprise - A scikit for building and analyzing recommender systems.
  • tensorrec - A Recommendation Engine Framework in TensorFlow.

Refactoring

Refactoring tools and libraries for Python.

  • Bowler - Safe code refactoring for modern Python.
  • Rope - Rope is a python refactoring library.

RESTful API

Libraries for building RESTful APIs.

  • Django
  • django-rest-framework - A powerful and flexible toolkit to build web APIs.
  • django-tastypie - Creating delicious APIs for Django apps.
  • Flask
  • eve - REST API framework powered by Flask, MongoDB and good intentions.
  • flask-api - Browsable Web APIs for Flask.
  • flask-restful - Quickly building REST APIs for Flask.
  • Pyramid
  • cornice - A RESTful framework for Pyramid.
  • Framework agnostic
  • falcon - A high-performance framework for building cloud APIs and web app backends.
  • fastapi - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
  • hug - A Python 3 framework for cleanly exposing APIs.
  • sandman2 - Automated REST APIs for existing database-driven systems.
  • sanic - A Python 3.6+ web server and web framework that's written to go fast.

Robotics

Libraries for robotics.

  • PythonRobotics - This is a compilation of various robotics algorithms with visualizations.

RPC Servers

RPC-compatible servers.

  • RPyC (Remote Python Call) - A transparent and symmetric RPC library for Python
  • zeroRPC - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.

Science

Libraries for scientific computing. Also see Python-for-Scientists.

  • astropy - A community Python library for Astronomy.
  • bcbio-nextgen - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
  • bcbb - Collection of useful code related to biological analysis.
  • Biopython - Biopython is a set of freely available tools for biological computation.
  • cclib - A library for parsing and interpreting the results of computational chemistry packages.
  • Colour - Implementing a comprehensive number of colour theory transformations and algorithms.
  • Karate Club - Unsupervised machine learning toolbox for graph structured data.
  • manim - An animation engine for explanatory math videos.
  • NetworkX - A high-productivity software for complex networks.
  • NIPY - A collection of neuroimaging toolkits.
  • NumPy - A fundamental package for scientific computing with Python.
  • ObsPy - A Python toolbox for seismology.
  • Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
  • PathSim - A block-based system modeling and simulation framework with a browser-based visual editor.
  • PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
  • PyMC - Markov Chain Monte Carlo sampling toolkit.
  • RDKit - Cheminformatics and Machine Learning Software.
  • SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
  • shapely - Manipulation and analysis of geometric objects in the Cartesian plane.
  • SimPy - A process-based discrete-event simulation framework.
  • statsmodels - Statistical modeling and econometrics in Python.
  • SymPy - A Python library for symbolic mathematics.
  • Zipline - A Pythonic algorithmic trading library.

Libraries and software for indexing and performing search queries on data.

Serialization

Libraries for serializing complex data types.

  • marshmallow - A lightweight library for converting complex objects to and from simple Python datatypes.
  • orjson - Fast, correct JSON library.
  • pysimdjson - A Python bindings for simdjson.
  • python-rapidjson - A Python wrapper around RapidJSON.
  • toonify - A compact, human-readable serialization format that reduces LLM token usage by 30-60% compared to JSON.
  • ultrajson - A fast JSON decoder and encoder written in C with Python bindings.

Serverless Frameworks

Frameworks for developing serverless Python code.

  • python-lambda - A toolkit for developing and deploying Python code in AWS Lambda.
  • Zappa - A tool for deploying WSGI applications on AWS Lambda and API Gateway.

Shell

Shells built with Python.

  • xonsh - A Python-powered shell. Full-featured and cross-platform.

Specific Formats Processing

Libraries for parsing and manipulating specific text formats.

  • General
  • kreuzberg - High-performance document extraction library with a Rust core, supporting 62+ formats including PDF, Office, images with OCR, HTML, email, and archives.
  • tablib - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
  • Office
  • docxtpl - Editing a docx document by jinja2 template
  • openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
  • pyexcel - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
  • python-docx - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
  • python-pptx - Python library for creating and updating PowerPoint (.pptx) files.
  • XlsxWriter - A Python module for creating Excel .xlsx files.
  • xlwings - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
  • PDF
  • pdf_oxide - A fast PDF library for text extraction, image extraction, and markdown conversion, powered by Rust.
  • pdfminer.six - Pdfminer.six is a community maintained fork of the original PDFMiner.
  • pikepdf - A powerful library for reading and editing PDF files, based on qpdf.
  • PyPDF2 - A library capable of splitting, merging and transforming PDF pages.
  • ReportLab - Allowing Rapid creation of rich PDF documents.
  • Markdown
  • Jimmy - Convert your notes to Markdown.
  • Mistune - Fastest and full featured pure Python parsers of Markdown.
  • Python-Markdown - A Python implementation of John Gruber’s Markdown.
  • YAML
  • PyYAML - YAML implementations for Python.
  • CSV
  • csvkit - Utilities for converting to and working with CSV.
  • Archive
  • unp - A command line tool that can unpack archives easily.

Static Site Generator

Static site generator is a software that takes some text + templates as input and produces HTML files on the output.

  • lektor - An easy to use static CMS and blog engine.
  • makesite - Simple, lightweight, and magic-free static site/blog generator (< 130 lines).
  • mkdocs - Markdown friendly documentation generator.
  • nikola - A static website and blog generator.
  • pelican - Static site generator that supports Markdown and reST syntax.

Task Queues

Libraries for working with task queues.

  • celery - An asynchronous task queue/job queue based on distributed message passing.
  • dramatiq - A fast and reliable background task processing library for Python 3.
  • huey - Little multi-threaded task queue.
  • mrq - A distributed worker task queue in Python using Redis & gevent.
  • rq - Simple job queues for Python.

Template Engine

Libraries and tools for templating and lexing.

  • Genshi - Python templating toolkit for generation of web-aware output.
  • Jinja2 - A modern and designer friendly templating language.
  • Mako - Hyperfast and lightweight templating for the Python platform.

Testing

Libraries for testing codebases and generating test data.

  • Testing Frameworks
  • hypothesis - Hypothesis is an advanced Quickcheck style property based testing library.
  • nose2 - The successor to nose, based on `unittest2.
  • pytest - A mature full-featured Python testing tool.
  • Robot Framework - A generic test automation framework.
  • ScanAPI - Automated Testing and Documentation for your REST API.
  • unittest - (Python standard library) Unit testing framework.
  • Test Runners
  • green - A clean, colorful test runner.
  • mamba - The definitive testing tool for Python. Born under the banner of BDD.
  • tox - Auto builds and tests distributions in multiple Python versions
  • GUI / Web Testing
  • locust - Scalable user load testing tool written in Python.
  • PyAutoGUI - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
  • Schemathesis - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
  • Selenium - Python bindings for Selenium WebDriver.
  • splinter - Open source tool for testing web applications.
  • Mock
  • doublex - Powerful test doubles framework for Python.
  • freezegun - Travel through time by mocking the datetime module.
  • httmock - A mocking library for requests for Python 2.6+ and 3.2+.
  • httpretty - HTTP request mock tool for Python.
  • mock - (Python standard library) A mocking and patching library.
  • mocket - A socket mock framework with gevent/asyncio/SSL support.
  • responses - A utility library for mocking out the requests Python library.
  • VCR.py - Record and replay HTTP interactions on your tests.
  • Object Factories
  • factory_boy - A test fixtures replacement for Python.
  • mixer - Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc.
  • polyfactory - mock data generation library with support to classes (continuation of pydantic-factories)
  • Code Coverage
  • coverage - Code coverage measurement.
  • Fake Data
  • faker - A Python package that generates fake data.
  • mimesis - is a Python library that help you generate fake data.

Text Processing

Libraries for parsing and manipulating plain texts.

  • General
  • chardet - Python ⅔ compatible character encoding detector.
  • difflib - (Python standard library) Helpers for computing deltas.
  • ftfy - Makes Unicode text less broken and more consistent automagically.
  • Levenshtein - Fast computation of Levenshtein distance and string similarity.
  • pangu.py - Paranoid text spacing.
  • pyfiglet - An implementation of figlet written in Python.
  • pypinyin - Convert Chinese hanzi (漢字) to pinyin (拼音).
  • textdistance - Compute distance between sequences with 30+ algorithms.
  • unidecode - ASCII transliterations of Unicode text.
  • Slugify
  • awesome-slugify - A Python slugify library that can preserve unicode.
  • python-slugify - A Python slugify library that translates unicode to ASCII.
  • unicode-slugify - A slugifier that generates unicode slugs with Django as a dependency.
  • Unique identifiers
  • hashids - Implementation of hashids in Python.
  • shortuuid - A generator library for concise, unambiguous and URL-safe UUIDs.
  • Parser
  • pygments - A generic syntax highlighter.
  • pyparsing - A general purpose framework for generating parsers.
  • python-nameparser - Parsing human names into their individual components.
  • python-phonenumbers - Parsing, formatting, storing and validating international phone numbers.
  • python-user-agents - Browser user agent parser.
  • sqlparse - A non-validating SQL parser.

URL Manipulation

Libraries for parsing URLs.

  • furl - A small Python library that makes parsing and manipulating URLs easy.
  • purl - A simple, immutable URL class with a clean API for interrogation and manipulation.
  • webargs - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.

Video

Libraries for manipulating video and GIFs.

  • moviepy - A module for script-based movie editing with many formats, including animated GIFs.
  • scikit-video - Video processing routines for SciPy.
  • vidgear - Most Powerful multi-threaded Video Processing framework.

Web Asset Management

Tools for managing, compressing and minifying website assets.

  • django-compressor - Compresses linked and inline JavaScript or CSS into a single cached file.
  • django-pipeline - An asset packaging library for Django.
  • django-storages - A collection of custom storage back ends for Django.
  • fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
  • flask-assets - Helps you integrate webassets into your Flask app.
  • webassets - Bundles, optimizes, and manages unique cache-busting URLs for static resources.

Web Content Extracting

Libraries for extracting web contents.

  • html2text - Convert HTML to Markdown-formatted text.
  • lassie - Web Content Retrieval for Humans.
  • micawber - A small library for extracting rich content from URLs.
  • newspaper - News extraction, article extraction and content curation in Python.
  • python-readability - Fast Python port of arc90's readability tool.
  • requests-html - Pythonic HTML Parsing for Humans.
  • sumy - A module for automatic summarization of text documents and HTML pages.
  • textract - Extract text from any document, Word, PowerPoint, PDFs, etc.
  • toapi - Every web site provides APIs.

Web Crawling

Libraries to automate web scraping.

  • browser-use - Make websites accessible for AI agents with easy browser automation.
  • feedparser - Universal feed parser.
  • grab - Site scraping framework.
  • mechanicalsoup - A Python library for automating interaction with websites.
  • scrapy - A fast high-level screen scraping and web crawling framework.

Web Frameworks

Traditional full stack web frameworks. Also see RESTful API.

  • Synchronous
  • django - The most popular web framework in Python.
  • flask - A microframework for Python.
  • pyramid - A small, fast, down-to-earth, open source Python web framework.
  • fastHTML - The fastest way to create an HTML app.
  • masonite - The modern and developer centric Python web framework.
  • Asynchronous
  • Litestar - Production-ready, capable and extensible ASGI Web framework.
  • microdot - The impossibly small web framework for Python and MicroPython.
  • reflex – A framework for building reactive, full-stack web applications entirely with python .
  • tornado - A web framework and asynchronous networking library.

WebSocket

Libraries for working with WebSocket.

  • autobahn-python - WebSocket & WAMP for Python on Twisted and asyncio.
  • channels - Developer-friendly asynchrony for Django.
  • websockets - A library for building WebSocket servers and clients with a focus on correctness and simplicity.

WSGI Servers

WSGI-compatible web servers.

  • gunicorn - Pre-forked, ported from Ruby's Unicorn project.
  • uwsgi - A project aims at developing a full stack for building hosting services, written in C.
  • waitress - Multi-threaded, powers Pyramid.
  • werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.

Resources

Where to discover learning resources or new Python libraries.

Newsletters

Podcasts

Contributing

Your contributions are always welcome! Please take a look at the contribution guidelines first.


If you have any question about this opinionated list, do not hesitate to contact @VintaChen on Twitter.

Credit by: @github.com/vinta/awesome-python