Git Product home page Git Product logo

best-of-ml-python's Introduction

Best-of Machine Learning with Python

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

This curated list contains 910 awesome open-source projects with a total of 3.8M 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 (🥇55 · ⭐ 180K) - An Open Source Machine Learning Framework for Everyone. Apache-2
  • GitHub (👨‍💻 4.3K · 🔀 88K · 📦 270K · 📋 37K - 5% open · ⏱️ 13.04.2023):

     git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 16M / month · 📦 15K · ⏱️ 22.03.2023):

     pip install tensorflow
    
  • Conda (📥 4.1M · ⏱️ 27.03.2023):

     conda install -c conda-forge tensorflow
    
  • Docker Hub (📥 72M · ⭐ 2.1K · ⏱️ 13.04.2023):

     docker pull tensorflow/tensorflow
    
scikit-learn (🥇52 · ⭐ 54K) - scikit-learn: machine learning in Python. BSD-3
  • GitHub (👨‍💻 2.9K · 🔀 24K · 📥 860 · 📦 500K · 📋 11K - 20% open · ⏱️ 13.04.2023):

     git clone https://github.com/scikit-learn/scikit-learn
    
  • PyPi (📥 38M / month · 📦 28K · ⏱️ 24.01.2023):

     pip install scikit-learn
    
  • Conda (📥 21M · ⏱️ 24.03.2023):

     conda install -c conda-forge scikit-learn
    
PyTorch (🥇50 · ⭐ 65K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3
  • GitHub (👨‍💻 4K · 🔀 18K · 📥 13K · 📋 34K - 34% open · ⏱️ 13.04.2023):

     git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 10M / month · 📦 9.3K · ⏱️ 15.12.2022):

     pip install torch
    
  • Conda (📥 15M · ⏱️ 14.03.2023):

     conda install -c pytorch pytorch
    
Keras (🥇45 · ⭐ 58K) - Deep Learning for humans. Apache-2
  • GitHub (👨‍💻 1.2K · 🔀 19K · 📋 12K - 3% open · ⏱️ 12.04.2023):

     git clone https://github.com/keras-team/keras
    
  • PyPi (📥 10M / month · 📦 560 · ⏱️ 23.02.2023):

     pip install keras
    
  • Conda (📥 3M · ⏱️ 25.03.2023):

     conda install -c conda-forge keras
    
PySpark (🥇45 · ⭐ 35K) - Apache Spark Python API. Apache-2
  • GitHub (👨‍💻 2.8K · 🔀 27K · ⏱️ 13.04.2023):

     git clone https://github.com/apache/spark
    
  • PyPi (📥 25M / month · 📦 1K · ⏱️ 28.11.2022):

     pip install pyspark
    
  • Conda (📥 2.5M · ⏱️ 19.02.2023):

     conda install -c conda-forge pyspark
    
StatsModels (🥇45 · ⭐ 8.4K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
  • GitHub (👨‍💻 410 · 🔀 2.7K · 📥 27 · 📦 89K · 📋 5.2K - 49% open · ⏱️ 07.04.2023):

     git clone https://github.com/statsmodels/statsmodels
    
  • PyPi (📥 9.6M / month · 📦 5K · ⏱️ 02.11.2022):

     pip install statsmodels
    
  • Conda (📥 9.4M · ⏱️ 04.11.2022):

     conda install -c conda-forge statsmodels
    
XGBoost (🥈44 · ⭐ 24K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
  • GitHub (👨‍💻 600 · 🔀 8.6K · 📥 6.3K · 📦 52K · 📋 4.8K - 7% open · ⏱️ 11.04.2023):

     git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 8.4M / month · 📦 1.6K · ⏱️ 06.01.2023):

     pip install xgboost
    
  • Conda (📥 3.8M · ⏱️ 17.03.2023):

     conda install -c conda-forge xgboost
    
jax (🥈44 · ⭐ 23K · 📈) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
  • GitHub (👨‍💻 530 · 🔀 2.1K · 📦 9.9K · 📋 4.3K - 31% open · ⏱️ 13.04.2023):

     git clone https://github.com/google/jax
    
  • PyPi (📥 3.5M / month · 📦 580 · ⏱️ 25.01.2023):

     pip install jax
    
  • Conda (📥 680K · ⏱️ 31.03.2023):

     conda install -c conda-forge jaxlib
    
LightGBM (🥈43 · ⭐ 15K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
  • GitHub (👨‍💻 280 · 🔀 3.7K · 📥 190K · 📦 20K · 📋 3K - 8% open · ⏱️ 11.04.2023):

     git clone https://github.com/microsoft/LightGBM
    
  • PyPi (📥 5.9M / month · 📦 740 · ⏱️ 24.01.2023):

     pip install lightgbm
    
  • Conda (📥 1.6M · ⏱️ 24.01.2023):

     conda install -c conda-forge lightgbm
    
pytorch-lightning (🥈42 · ⭐ 22K) - Deep learning framework to train, deploy, and ship AI.. Apache-2
  • GitHub (👨‍💻 850 · 🔀 2.8K · 📥 11K · 📋 6.1K - 11% open · ⏱️ 13.04.2023):

     git clone https://github.com/Lightning-AI/lightning
    
  • PyPi (📥 4.5M / month · 📦 610 · ⏱️ 18.01.2023):

     pip install pytorch-lightning
    
  • Conda (📥 760K · ⏱️ 12.04.2023):

     conda install -c conda-forge pytorch-lightning
    
PaddlePaddle (🥈42 · ⭐ 20K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2
  • GitHub (👨‍💻 1K · 🔀 5.1K · 📥 15K · 📦 220 · 📋 17K - 11% open · ⏱️ 13.04.2023):

     git clone https://github.com/PaddlePaddle/Paddle
    
  • PyPi (📥 150K / month · 📦 70 · ⏱️ 17.02.2023):

     pip install paddlepaddle
    
Catboost (🥈42 · ⭐ 7.1K · 📈) - A fast, scalable, high performance Gradient Boosting on.. Apache-2
  • GitHub (👨‍💻 1.1K · 🔀 1.1K · 📥 140K · 📋 2K - 24% open · ⏱️ 13.04.2023):

     git clone https://github.com/catboost/catboost
    
  • PyPi (📥 1.9M / month · 📦 290 · ⏱️ 01.11.2022):

     pip install catboost
    
  • Conda (📥 1.3M · ⏱️ 30.01.2023):

     conda install -c conda-forge catboost
    
Fastai (🥈40 · ⭐ 24K) - The fastai deep learning library. Apache-2
  • GitHub (👨‍💻 650 · 🔀 7.4K · 📦 13K · 📋 1.7K - 8% open · ⏱️ 28.03.2023):

     git clone https://github.com/fastai/fastai
    
  • PyPi (📥 340K / month · 📦 330 · ⏱️ 15.02.2023):

     pip install fastai
    
Jina (🥈39 · ⭐ 18K) - Build multimodal AI services via cloud native technologies. Apache-2
  • GitHub (👨‍💻 160 · 🔀 2.1K · 📦 480 · 📋 1.8K - 2% open · ⏱️ 13.04.2023):

     git clone https://github.com/jina-ai/jina
    
  • PyPi (📥 54K / month · 📦 8 · ⏱️ 06.07.2022):

     pip install jina
    
  • Conda (📥 41K · ⏱️ 16.08.2022):

     conda install -c conda-forge jina-core
    
  • Docker Hub (📥 1.2M · ⭐ 8 · ⏱️ 13.04.2023):

     docker pull jinaai/jina
    
MXNet (🥈38 · ⭐ 20K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning.. Apache-2
  • GitHub (👨‍💻 980 · 🔀 6.9K · 📥 26K · 📦 6.2K · 📋 9.6K - 18% open · ⏱️ 26.01.2023):

     git clone https://github.com/apache/incubator-mxnet
    
  • PyPi (📥 460K / month · 📦 290 · ⏱️ 17.05.2022):

     pip install mxnet
    
  • Conda (📥 9.3K · 📦 5 · ⏱️ 24.10.2022):

     conda install -c anaconda mxnet
    
Theano (🥈38 · ⭐ 9.7K) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
  • GitHub (👨‍💻 390 · 🔀 2.5K · 📦 14K · 📋 2.8K - 24% open · ⏱️ 20.12.2022):

     git clone https://github.com/Theano/Theano
    
  • PyPi (📥 270K / month · 📦 2.8K · ⏱️ 27.07.2020):

     pip install theano
    
  • Conda (📥 2.3M · ⏱️ 16.03.2022):

     conda install -c conda-forge theano
    
PyFlink (🥈37 · ⭐ 21K) - Apache Flink Python API. Apache-2
  • GitHub (👨‍💻 1.7K · 🔀 12K · ⏱️ 13.04.2023):

     git clone https://github.com/apache/flink
    
  • PyPi (📥 80K / month · 📦 22 · ⏱️ 30.01.2023):

     pip install apache-flink
    
Vowpal Wabbit (🥈37 · ⭐ 8.2K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.9K · 📋 1.3K - 10% open · ⏱️ 07.04.2023):

     git clone https://github.com/VowpalWabbit/vowpal_wabbit
    
  • PyPi (📥 98K / month · 📦 32 · ⏱️ 09.11.2022):

     pip install vowpalwabbit
    
  • Conda (📥 110K · ⏱️ 15.03.2023):

     conda install -c conda-forge vowpalwabbit
    
Flax (🥈37 · ⭐ 4.2K) - Flax is a neural network library for JAX that is designed for.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 490 · 📥 43 · 📦 2.8K · 📋 720 - 17% open · ⏱️ 11.04.2023):

     git clone https://github.com/google/flax
    
  • PyPi (📥 590K / month · 📦 140 · ⏱️ 26.01.2023):

     pip install flax
    
  • Conda (📥 23K · ⏱️ 16.03.2023):

     conda install -c conda-forge flax
    
Thinc (🥈36 · ⭐ 2.7K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
  • GitHub (👨‍💻 61 · 🔀 270 · 📦 29K · 📋 140 - 17% open · ⏱️ 05.04.2023):

     git clone https://github.com/explosion/thinc
    
  • PyPi (📥 4.3M / month · 📦 620 · ⏱️ 13.01.2023):

     pip install thinc
    
  • Conda (📥 2.4M · ⏱️ 08.03.2023):

     conda install -c conda-forge thinc
    
einops (🥈34 · ⭐ 6.6K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT
  • GitHub (👨‍💻 23 · 🔀 290 · 📦 9.2K · 📋 140 - 26% open · ⏱️ 16.03.2023):

     git clone https://github.com/arogozhnikov/einops
    
  • PyPi (📥 3.5M / month · 📦 290 · ⏱️ 09.11.2022):

     pip install einops
    
  • Conda (📥 88K · ⏱️ 09.12.2022):

     conda install -c conda-forge einops
    
ivy (🥉33 · ⭐ 10K) - The Unified Machine Learning Framework. Apache-2
  • GitHub (👨‍💻 910 · 🔀 3.7K · 📋 7.7K - 23% open · ⏱️ 13.04.2023):

     git clone https://github.com/unifyai/ivy
    
  • PyPi (📥 590 / month · 📦 6 · ⏱️ 01.06.2022):

     pip install ivy-core
    
Sonnet (🥉33 · ⭐ 9.5K) - TensorFlow-based neural network library. Apache-2
  • GitHub (👨‍💻 56 · 🔀 1.4K · 📦 1K · 📋 190 - 17% open · ⏱️ 23.02.2023):

     git clone https://github.com/deepmind/sonnet
    
  • PyPi (📥 22K / month · 📦 53 · ⏱️ 15.12.2022):

     pip install dm-sonnet
    
  • Conda (📥 22K · ⏱️ 14.11.2020):

     conda install -c conda-forge sonnet
    
Ludwig (🥉33 · ⭐ 8.9K) - Data-centric declarative deep learning framework. Apache-2
  • GitHub (👨‍💻 130 · 🔀 1K · 📦 160 · 📋 960 - 27% open · ⏱️ 13.04.2023):

     git clone https://github.com/ludwig-ai/ludwig
    
  • PyPi (📥 2.6K / month · 📦 9 · ⏱️ 28.10.2022):

     pip install ludwig
    
tensorpack (🥉33 · ⭐ 6.3K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2
  • GitHub (👨‍💻 58 · 🔀 1.9K · 📥 150 · 📦 1.2K · 📋 1.4K - 0% open · ⏱️ 31.03.2023):

     git clone https://github.com/tensorpack/tensorpack
    
  • PyPi (📥 16K / month · 📦 47 · ⏱️ 22.01.2021):

     pip install tensorpack
    
  • Conda (📥 8.9K · ⏱️ 06.02.2022):

     conda install -c conda-forge tensorpack
    
Chainer (🥉33 · ⭐ 5.8K) - A flexible framework of neural networks for deep learning. MIT
  • GitHub (👨‍💻 320 · 🔀 1.4K · 📦 3K · 📋 2K - 0% open · ⏱️ 17.10.2022):

     git clone https://github.com/chainer/chainer
    
  • PyPi (📥 20K / month · 📦 400 · ⏱️ 05.01.2022):

     pip install chainer
    
  • Conda (📥 13K · ⏱️ 21.01.2022):

     conda install -c conda-forge chainer
    
mlpack (🥉33 · ⭐ 4.4K) - mlpack: a fast, header-only C++ machine learning library. BSD-3
  • GitHub (👨‍💻 300 · 🔀 1.5K · 📋 1.5K - 3% open · ⏱️ 12.04.2023):

     git clone https://github.com/mlpack/mlpack
    
  • PyPi (📥 1.9K / month · 📦 1 · ⏱️ 29.12.2022):

     pip install mlpack
    
  • Conda (📥 140K · ⏱️ 30.12.2022):

     conda install -c conda-forge mlpack
    
tensorflow-upstream (🥉33 · ⭐ 640) - TensorFlow ROCm port. Apache-2
  • GitHub (👨‍💻 4.3K · 🔀 73 · 📥 21 · 📋 350 - 21% open · ⏱️ 13.04.2023):

     git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
    
  • PyPi (📥 3.5K / month · 📦 5 · ⏱️ 06.12.2022):

     pip install tensorflow-rocm
    
Ignite (🥉32 · ⭐ 4.3K) - High-level library to help with training and evaluating neural.. BSD-3
  • GitHub (👨‍💻 190 · 🔀 590 · 📋 1.2K - 12% open · ⏱️ 12.04.2023):

     git clone https://github.com/pytorch/ignite
    
  • PyPi (📥 120K / month · 📦 39 · ⏱️ 08.11.2022):

     pip install pytorch-ignite
    
  • Conda (📥 130K · ⏱️ 18.02.2023):

     conda install -c pytorch ignite
    
Haiku (🥉32 · ⭐ 2.4K) - JAX-based neural network library. Apache-2
  • GitHub (👨‍💻 74 · 🔀 200 · 📦 1.2K · 📋 240 - 36% open · ⏱️ 08.04.2023):

     git clone https://github.com/deepmind/dm-haiku
    
  • PyPi (📥 120K / month · 📦 44 · ⏱️ 16.11.2022):

     pip install dm-haiku
    
  • Conda (📥 10K · ⏱️ 21.09.2022):

     conda install -c conda-forge dm-haiku
    
CNTK (🥉31 · ⭐ 17K · 💤) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT
  • GitHub (👨‍💻 270 · 🔀 4.4K · 📥 14K · 📋 3.4K - 24% open · ⏱️ 23.09.2022):

     git clone https://github.com/microsoft/CNTK
    
  • PyPi (📥 800 / month · 📦 18 · ⏱️ 09.12.2020):

     pip install cntk
    
ktrain (🥉31 · ⭐ 1.1K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2
  • GitHub (👨‍💻 16 · 🔀 270 · 📦 400 · ⏱️ 05.04.2023):

     git clone https://github.com/amaiya/ktrain
    
  • PyPi (📥 22K / month · 📦 3 · ⏱️ 03.02.2023):

     pip install ktrain
    
skorch (🥉30 · ⭐ 5.1K) - A scikit-learn compatible neural network library that wraps.. BSD-3
  • GitHub (👨‍💻 56 · 🔀 340 · 📦 800 · 📋 480 - 12% open · ⏱️ 29.03.2023):

     git clone https://github.com/skorch-dev/skorch
    
  • PyPi (📥 49K / month · 📦 45 · ⏱️ 18.11.2022):

     pip install skorch
    
  • Conda (📥 760K · ⏱️ 14.03.2023):

     conda install -c conda-forge skorch
    
Neural Network Libraries (🥉30 · ⭐ 2.6K) - Neural Network Libraries. Apache-2
  • GitHub (👨‍💻 72 · 🔀 330 · 📥 570 · 📋 88 - 35% open · ⏱️ 06.04.2023):

     git clone https://github.com/sony/nnabla
    
  • PyPi (📥 3.9K / month · 📦 53 · ⏱️ 14.02.2023):

     pip install nnabla
    
dyNET (🥉29 · ⭐ 3.4K · 💤) - DyNet: The Dynamic Neural Network Toolkit. Apache-2
  • GitHub (👨‍💻 160 · 🔀 700 · 📥 10K · 📦 240 · 📋 930 - 28% open · ⏱️ 14.08.2022):

     git clone https://github.com/clab/dynet
    
  • PyPi (📥 3.2K / month · 📦 28 · ⏱️ 21.10.2020):

     pip install dyNET
    
Towhee (🥉27 · ⭐ 2K) - Towhee is a framework that is dedicated to making neural data.. Apache-2
  • GitHub (👨‍💻 29 · 🔀 190 · 📥 1.1K · 📋 590 - 1% open · ⏱️ 12.04.2023):

     git clone https://github.com/towhee-io/towhee
    
  • PyPi (📥 2.4K / month · ⏱️ 02.12.2022):

     pip install towhee
    
Neural Tangents (🥉27 · ⭐ 2K) - Fast and Easy Infinite Neural Networks in Python. Apache-2
  • GitHub (👨‍💻 24 · 🔀 220 · 📥 280 · 📦 67 · 📋 140 - 41% open · ⏱️ 09.03.2023):

     git clone https://github.com/google/neural-tangents
    
  • PyPi (📥 3.9K / month · 📦 1 · ⏱️ 19.09.2022):

     pip install neural-tangents
    
Geomstats (🥉26 · ⭐ 920) - Computations and statistics on manifolds with geometric structures. MIT
  • GitHub (👨‍💻 77 · 🔀 210 · 📋 540 - 42% open · ⏱️ 13.03.2023):

     git clone https://github.com/geomstats/geomstats
    
  • PyPi (📥 2.1K / month · 📦 2 · ⏱️ 22.04.2022):

     pip install geomstats
    
  • Conda (📥 1.1K · ⏱️ 01.06.2022):

     conda install -c conda-forge geomstats
    
xLearn (🥉25 · ⭐ 3K · 💤) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
  • GitHub (👨‍💻 30 · 🔀 530 · 📥 3.8K · 📦 120 · 📋 310 - 62% open · ⏱️ 05.06.2022):

     git clone https://github.com/aksnzhy/xlearn
    
  • PyPi (📥 3.7K / month · 📦 12 · ⏱️ 04.12.2018):

     pip install xlearn
    
fklearn (🥉25 · ⭐ 1.4K) - fklearn: Functional Machine Learning. Apache-2
  • GitHub (👨‍💻 53 · 🔀 160 · 📦 13 · 📋 60 - 60% open · ⏱️ 11.04.2023):

     git clone https://github.com/nubank/fklearn
    
  • PyPi (📥 5.1K / month · ⏱️ 06.09.2022):

     pip install fklearn
    
NeuPy (🥉24 · ⭐ 740) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
  • GitHub (👨‍💻 8 · 🔀 160 · 📦 140 · 📋 270 - 12% open · ⏱️ 03.01.2023):

     git clone https://github.com/itdxer/neupy
    
  • PyPi (📥 4.3K / month · 📦 12 · ⏱️ 04.04.2019):

     pip install neupy
    
mace (🥉23 · ⭐ 4.8K · 💤) - MACE is a deep learning inference framework optimized for mobile.. Apache-2
  • GitHub (👨‍💻 67 · 🔀 810 · 📥 1.5K · 📋 670 - 8% open · ⏱️ 30.05.2022):

     git clone https://github.com/XiaoMi/mace
    
Objax (🥉21 · ⭐ 740) - Objax is a machine learning framework that provides an Object.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 68 · 📦 34 · 📋 110 - 43% open · ⏱️ 07.04.2023):

     git clone https://github.com/google/objax
    
  • PyPi (📥 410 / month · 📦 3 · ⏱️ 31.01.2022):

     pip install objax
    
ThunderSVM (🥉20 · ⭐ 1.5K · 💤) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
  • GitHub (👨‍💻 34 · 🔀 200 · 📥 2.6K · 📋 210 - 29% open · ⏱️ 09.04.2022):

     git clone https://github.com/Xtra-Computing/thundersvm
    
  • PyPi (📥 510 / month · ⏱️ 13.03.2020):

     pip install thundersvm
    
NeoML (🥉20 · ⭐ 720) - Machine learning framework for both deep learning and traditional.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 110 · 📋 84 - 40% open · ⏱️ 30.03.2023):

     git clone https://github.com/neoml-lib/neoml
    
  • PyPi (📥 93 / month · ⏱️ 07.09.2022):

     pip install neoml
    
chefboost (🥉19 · ⭐ 390) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
  • GitHub (👨‍💻 6 · 🔀 94 · 📦 37 · 📋 32 - 15% open · ⏱️ 30.03.2023):

     git clone https://github.com/serengil/chefboost
    
  • PyPi (📥 960 / month · ⏱️ 16.02.2022):

     pip install chefboost
    
elegy (🥉18 · ⭐ 440 · 💤) - A High Level API for Deep Learning in JAX. MIT
  • GitHub (👨‍💻 18 · 🔀 32 · 📦 38 · 📋 100 - 37% open · ⏱️ 23.05.2022):

     git clone https://github.com/poets-ai/elegy
    
  • PyPi (📥 400 / month · ⏱️ 22.04.2022):

     pip install elegy
    
ThunderGBM (🥉16 · ⭐ 660 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
  • GitHub (👨‍💻 10 · 🔀 87 · 📦 2 · 📋 76 - 44% open · ⏱️ 13.09.2022):

     git clone https://github.com/Xtra-Computing/thundergbm
    
  • PyPi (📥 28 / month · ⏱️ 19.09.2022):

     pip install thundergbm
    
Show 10 hidden projects...
  • dlib (🥈40 · ⭐ 12K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0
  • MindsDB (🥈35 · ⭐ 15K) - A low-code Machine Learning platform to help developers build.. ❗️GPL-3.0
  • Turi Create (🥉33 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3
  • TFlearn (🥉32 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT
  • NuPIC (🥉28 · ⭐ 6.3K · 💀) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0
  • Lasagne (🥉28 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT
  • SHOGUN (🥉26 · ⭐ 2.9K · 💀) - Unified and efficient Machine Learning. BSD-3
  • neon (🥉23 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
  • Torchbearer (🥉21 · ⭐ 630 · 💀) - torchbearer: A model fitting library for PyTorch. MIT
  • StarSpace (🥉16 · ⭐ 3.8K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT

Data Visualization

Back to top

General-purpose and task-specific data visualization libraries.

Matplotlib (🥇50 · ⭐ 17K) - matplotlib: plotting with Python. Python-2.0
  • GitHub (👨‍💻 1.5K · 🔀 6.8K · 📦 790K · 📋 9.8K - 18% open · ⏱️ 13.04.2023):

     git clone https://github.com/matplotlib/matplotlib
    
  • PyPi (📥 34M / month · 📦 59K · ⏱️ 25.01.2023):

     pip install matplotlib
    
  • Conda (📥 17M · ⏱️ 06.03.2023):

     conda install -c conda-forge matplotlib
    
Bokeh (🥇43 · ⭐ 17K) - Interactive Data Visualization in the browser, from Python. BSD-3
  • GitHub (👨‍💻 650 · 🔀 4.1K · 📦 210 · 📋 7.3K - 9% open · ⏱️ 12.04.2023):

     git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 3.5M / month · 📦 3.7K · ⏱️ 20.12.2022):

     pip install bokeh
    
  • Conda (📥 11M · ⏱️ 14.03.2023):

     conda install -c conda-forge bokeh
    
Seaborn (🥇43 · ⭐ 11K) - Statistical data visualization in Python. BSD-3
  • GitHub (👨‍💻 190 · 🔀 1.7K · 📥 240 · 📦 240K · 📋 2.3K - 5% open · ⏱️ 12.04.2023):

     git clone https://github.com/mwaskom/seaborn
    
  • PyPi (📥 9.1M / month · 📦 10K · ⏱️ 02.01.2023):

     pip install seaborn
    
  • Conda (📥 6.4M · ⏱️ 31.12.2022):

     conda install -c conda-forge seaborn
    
Plotly (🥇42 · ⭐ 13K) - The interactive graphing library for Python This project now includes.. MIT
  • GitHub (👨‍💻 220 · 🔀 2.3K · 📋 2.6K - 50% open · ⏱️ 06.04.2023):

     git clone https://github.com/plotly/plotly.py
    
  • PyPi (📥 8.3M / month · 📦 4.8K · ⏱️ 23.01.2023):

     pip install plotly
    
  • Conda (📥 4M · ⏱️ 05.04.2023):

     conda install -c conda-forge plotly
    
  • npm (📥 38K / month · 📦 6 · ⏱️ 12.01.2021):

     npm install plotlywidget
    
dash (🥇41 · ⭐ 18K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT
  • GitHub (👨‍💻 140 · 🔀 1.9K · 📦 44K · 📋 1.5K - 48% open · ⏱️ 13.04.2023):

     git clone https://github.com/plotly/dash
    
  • PyPi (📥 1.5M / month · 📦 1.3K · ⏱️ 30.01.2023):

     pip install dash
    
  • Conda (📥 900K · ⏱️ 30.03.2023):

     conda install -c conda-forge dash
    
Altair (🥇41 · ⭐ 8.2K) - Declarative statistical visualization library for Python. BSD-3
  • GitHub (👨‍💻 150 · 🔀 700 · 📥 22 · 📦 51K · 📋 1.8K - 13% open · ⏱️ 07.04.2023):

     git clone https://github.com/altair-viz/altair
    
  • PyPi (📥 11M / month · 📦 540 · ⏱️ 01.03.2023):

     pip install altair
    
  • Conda (📥 1.7M · ⏱️ 31.01.2023):

     conda install -c conda-forge altair
    
pyecharts (🥈37 · ⭐ 13K) - Python Echarts Plotting Library. MIT
  • GitHub (👨‍💻 39 · 🔀 2.8K · 📦 3K · 📋 1.7K - 0% open · ⏱️ 10.04.2023):

     git clone https://github.com/pyecharts/pyecharts
    
  • PyPi (📥 95K / month · 📦 240 · ⏱️ 09.01.2023):

     pip install pyecharts
    
PyQtGraph (🥈36 · ⭐ 3.2K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
  • GitHub (👨‍💻 250 · 🔀 990 · 📋 1.2K - 30% open · ⏱️ 10.04.2023):

     git clone https://github.com/pyqtgraph/pyqtgraph
    
  • PyPi (📥 120K / month · 📦 900 · ⏱️ 29.09.2022):

     pip install pyqtgraph
    
  • Conda (📥 380K · ⏱️ 06.03.2023):

     conda install -c conda-forge pyqtgraph
    
FiftyOne (🥈36 · ⭐ 2.8K) - Visualize, create, and debug image and video datasets.. Apache-2
  • GitHub (👨‍💻 77 · 🔀 330 · 📦 280 · 📋 1.2K - 36% open · ⏱️ 07.04.2023):

     git clone https://github.com/voxel51/fiftyone
    
  • PyPi (📥 260K / month · 📦 5 · ⏱️ 04.01.2023):

     pip install fiftyone
    
plotnine (🥈35 · ⭐ 3.4K) - A grammar of graphics for Python. MIT
  • GitHub (👨‍💻 99 · 🔀 190 · 📦 4.8K · 📋 560 - 15% open · ⏱️ 03.04.2023):

     git clone https://github.com/has2k1/plotnine
    
  • PyPi (📥 570K / month · 📦 240 · ⏱️ 29.09.2022):

     pip install plotnine
    
  • Conda (📥 250K · ⏱️ 28.02.2023):

     conda install -c conda-forge plotnine
    
HoloViews (🥈35 · ⭐ 2.4K · 📉) - With Holoviews, your data visualizes itself. BSD-3
  • GitHub (👨‍💻 130 · 🔀 370 · 📋 3K - 33% open · ⏱️ 13.04.2023):

     git clone https://github.com/holoviz/holoviews
    
  • PyPi (📥 450K / month · 📦 240 · ⏱️ 16.01.2023):

     pip install holoviews
    
  • Conda (📥 1.2M · ⏱️ 17.01.2023):

     conda install -c conda-forge holoviews
    
  • npm (📥 700 / month · 📦 2 · ⏱️ 24.05.2020):

     npm install @pyviz/jupyterlab_pyviz
    
PyVista (🥈35 · ⭐ 1.8K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT
  • GitHub (👨‍💻 120 · 🔀 320 · 📥 710 · 📦 1.8K · 📋 1.2K - 29% open · ⏱️ 12.04.2023):

     git clone https://github.com/pyvista/pyvista
    
  • PyPi (📥 83K / month · 📦 180 · ⏱️ 02.11.2022):

     pip install pyvista
    
  • Conda (📥 320K · ⏱️ 17.03.2023):

     conda install -c conda-forge pyvista
    
UMAP (🥈34 · ⭐ 6.2K) - Uniform Manifold Approximation and Projection. BSD-3
  • GitHub (👨‍💻 110 · 🔀 710 · 📦 8.5K · 📋 700 - 54% open · ⏱️ 29.03.2023):

     git clone https://github.com/lmcinnes/umap
    
  • PyPi (📥 820K / month · 📦 430 · ⏱️ 13.04.2022):

     pip install umap-learn
    
  • Conda (📥 1.8M · ⏱️ 14.04.2022):

     conda install -c conda-forge umap-learn
    
VisPy (🥈34 · ⭐ 3K) - High-performance interactive 2D/3D data visualization library. BSD-3
  • GitHub (👨‍💻 180 · 🔀 610 · 📦 1.1K · 📋 1.4K - 23% open · ⏱️ 03.04.2023):

     git clone https://github.com/vispy/vispy
    
  • PyPi (📥 58K / month · 📦 120 · ⏱️ 14.11.2022):

     pip install vispy
    
  • Conda (📥 370K · ⏱️ 20.03.2023):

     conda install -c conda-forge vispy
    
  • npm (📥 10 / month · 📦 1 · ⏱️ 15.03.2020):

     npm install vispy
    
Graphviz (🥈34 · ⭐ 1.4K) - Simple Python interface for Graphviz. MIT
  • GitHub (👨‍💻 19 · 🔀 190 · 📦 46K · 📋 160 - 5% open · ⏱️ 30.01.2023):

     git clone https://github.com/xflr6/graphviz
    
  • PyPi (📥 7.8M / month · 📦 3.2K · ⏱️ 23.07.2022):

     pip install graphviz
    
  • Conda (📥 36K · ⏱️ 16.03.2023):

     conda install -c anaconda python-graphviz
    
wordcloud (🥈33 · ⭐ 9.4K) - A little word cloud generator in Python. MIT
  • GitHub (👨‍💻 67 · 🔀 2.3K · 📋 510 - 26% open · ⏱️ 04.01.2023):

     git clone https://github.com/amueller/word_cloud
    
  • PyPi (📥 750K / month · 📦 790 · ⏱️ 27.06.2022):

     pip install wordcloud
    
  • Conda (📥 390K · ⏱️ 25.08.2022):

     conda install -c conda-forge wordcloud
    
datashader (🥈33 · ⭐ 3K) - Quickly and accurately render even the largest data. BSD-3
  • GitHub (👨‍💻 53 · 🔀 360 · 📦 2.1K · 📋 540 - 23% open · ⏱️ 07.04.2023):

     git clone https://github.com/holoviz/datashader
    
  • PyPi (📥 88K / month · 📦 110 · ⏱️ 02.02.2023):

     pip install datashader
    
  • Conda (📥 540K · ⏱️ 02.02.2023):

     conda install -c conda-forge datashader
    
bqplot (🥈32 · ⭐ 3.4K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 62 · 🔀 470 · 📦 39 · 📋 610 - 40% open · ⏱️ 11.04.2023):

     git clone https://github.com/bqplot/bqplot
    
  • PyPi (📥 160K / month · 📦 100 · ⏱️ 02.09.2022):

     pip install bqplot
    
  • Conda (📥 1.1M · ⏱️ 12.04.2023):

     conda install -c conda-forge bqplot
    
  • npm (📥 3.6K / month · 📦 14 · ⏱️ 11.04.2023):

     npm install bqplot
    
missingno (🥈31 · ⭐ 3.5K) - Missing data visualization module for Python. MIT
  • GitHub (👨‍💻 18 · 🔀 440 · 📦 11K · 📋 130 - 6% open · ⏱️ 26.02.2023):

     git clone https://github.com/ResidentMario/missingno
    
  • PyPi (📥 460K / month · 📦 130 · ⏱️ 27.02.2022):

     pip install missingno
    
  • Conda (📥 270K · ⏱️ 15.02.2020):

     conda install -c conda-forge missingno
    
Perspective (🥈30 · ⭐ 6.1K) - A data visualization and analytics component, especially.. Apache-2
  • GitHub (👨‍💻 84 · 🔀 650 · 📦 8 · 📋 630 - 16% open · ⏱️ 10.04.2023):

     git clone https://github.com/finos/perspective
    
  • PyPi (📥 3.5K / month · 📦 10 · ⏱️ 20.01.2023):

     pip install perspective-python
    
  • Conda (📥 300K · ⏱️ 11.04.2023):

     conda install -c conda-forge perspective
    
  • npm (📥 1.6K / month · 📦 2 · ⏱️ 11.04.2023):

     npm install @finos/perspective-jupyterlab
    
D-Tale (🥈30 · ⭐ 4K) - Visualizer for pandas data structures. ❗️LGPL-2.1
  • GitHub (👨‍💻 29 · 🔀 340 · 📦 660 · 📋 510 - 8% open · ⏱️ 10.04.2023):

     git clone https://github.com/man-group/dtale
    
  • PyPi (📥 230K / month · 📦 15 · ⏱️ 17.06.2022):

     pip install dtale
    
  • Conda (📥 200K · ⏱️ 10.04.2023):

     conda install -c conda-forge dtale
    
mpld3 (🥈30 · ⭐ 2.2K) - D3 Renderings of Matplotlib Graphics. BSD-3
  • GitHub (👨‍💻 51 · 🔀 350 · 📦 4.5K · 📋 360 - 59% open · ⏱️ 10.12.2022):

     git clone https://github.com/mpld3/mpld3
    
  • PyPi (📥 260K / month · 📦 400 · ⏱️ 10.12.2022):

     pip install mpld3
    
  • Conda (📥 170K · ⏱️ 10.12.2022):

     conda install -c conda-forge mpld3
    
  • npm (📥 960 / month · 📦 7 · ⏱️ 10.12.2022):

     npm install mpld3
    
hvPlot (🥈30 · ⭐ 750) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3
  • GitHub (👨‍💻 40 · 🔀 85 · 📦 2.7K · 📋 620 - 41% open · ⏱️ 06.04.2023):

     git clone https://github.com/holoviz/hvplot
    
  • PyPi (📥 120K / month · 📦 80 · ⏱️ 24.11.2022):

     pip install hvplot
    
  • Conda (📥 350K · ⏱️ 17.03.2023):

     conda install -c conda-forge hvplot
    
Facets Overview (🥉29 · ⭐ 7.1K) - Visualizations for machine learning datasets. Apache-2
  • GitHub (👨‍💻 30 · 🔀 910 · 📦 170 · 📋 160 - 50% open · ⏱️ 18.02.2023):

     git clone https://github.com/pair-code/facets
    
  • PyPi (📥 250K / month · 📦 8 · ⏱️ 30.01.2023):

     pip install facets-overview
    
pythreejs (🥉29 · ⭐ 860) - A Jupyter - Three.js bridge. BSD-3
  • GitHub (👨‍💻 30 · 🔀 180 · 📦 24 · 📋 230 - 25% open · ⏱️ 20.02.2023):

     git clone https://github.com/jupyter-widgets/pythreejs
    
  • PyPi (📥 80K / month · 📦 52 · ⏱️ 20.02.2023):

     pip install pythreejs
    
  • Conda (📥 470K · ⏱️ 16.03.2023):

     conda install -c conda-forge pythreejs
    
  • npm (📥 4.5K / month · 📦 10 · ⏱️ 20.02.2023):

     npm install jupyter-threejs
    
data-validation (🥉29 · ⭐ 710) - Library for exploring and validating machine learning.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 140 · 📥 400 · 📦 650 · 📋 170 - 21% open · ⏱️ 05.04.2023):

     git clone https://github.com/tensorflow/data-validation
    
  • PyPi (📥 560K / month · 📦 28 · ⏱️ 08.12.2022):

     pip install tensorflow-data-validation
    
openTSNE (🥉27 · ⭐ 1.2K) - Extensible, parallel implementations of t-SNE. BSD-3
  • GitHub (👨‍💻 11 · 🔀 140 · 📦 540 · 📋 120 - 1% open · ⏱️ 20.02.2023):

     git clone https://github.com/pavlin-policar/openTSNE
    
  • PyPi (📥 26K / month · 📦 13 · ⏱️ 18.03.2022):

     pip install opentsne
    
  • Conda (📥 190K · ⏱️ 20.02.2023):

     conda install -c conda-forge opentsne
    
lets-plot (🥉27 · ⭐ 850) - An open-source plotting library for statistical data. MIT
  • GitHub (👨‍💻 19 · 🔀 43 · 📥 410 · 📦 32 · 📋 370 - 26% open · ⏱️ 13.04.2023):

     git clone https://github.com/JetBrains/lets-plot
    
  • PyPi (📥 2.6K / month · 📦 1 · ⏱️ 15.12.2022):

     pip install lets-plot
    
pandas-profiling (🥉26 · ⭐ 10K) - Deprecated pandas-profiling package, use ydata-.. MIT
  • GitHub (👨‍💻 110 · 🔀 1.5K · 📦 260):

     git clone https://github.com/ydataai/pandas-profiling
    
  • PyPi (📥 1.1M / month · 📦 180 · ⏱️ 31.01.2023):

     pip install pandas-profiling
    
  • Conda (📥 350K · ⏱️ 25.01.2023):

     conda install -c conda-forge pandas-profiling
    
Chartify (🥉26 · ⭐ 3.3K) - Python library that makes it easy for data scientists to create.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 300 · 📦 71 · 📋 77 - 59% open · ⏱️ 30.03.2023):

     git clone https://github.com/spotify/chartify
    
  • PyPi (📥 4K / month · 📦 10 · ⏱️ 13.12.2022):

     pip install chartify
    
  • Conda (📥 25K · ⏱️ 07.11.2020):

     conda install -c conda-forge chartify
    
AutoViz (🥉26 · ⭐ 1.3K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 170 · 📦 410 · 📋 68 - 7% open · ⏱️ 30.12.2022):

     git clone https://github.com/AutoViML/AutoViz
    
  • PyPi (📥 110K / month · 📦 7 · ⏱️ 03.10.2022):

     pip install autoviz
    
  • Conda (📥 31K · ⏱️ 03.10.2022):

     conda install -c conda-forge autoviz
    
Pandas-Bokeh (🥉25 · ⭐ 840) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT
  • GitHub (👨‍💻 15 · 🔀 110 · 📦 440 · 📋 100 - 31% open · ⏱️ 06.03.2023):

     git clone https://github.com/PatrikHlobil/Pandas-Bokeh
    
  • PyPi (📥 24K / month · 📦 11 · ⏱️ 11.04.2021):

     pip install pandas-bokeh
    
Plotly-Resampler (🥉25 · ⭐ 700) - Visualize large time series data with plotly.py. MIT
  • GitHub (👨‍💻 10 · 🔀 44 · 📦 200 · 📋 100 - 34% open · ⏱️ 05.04.2023):

     git clone https://github.com/predict-idlab/plotly-resampler
    
  • PyPi (📥 270K / month · 📦 4 · ⏱️ 29.06.2022):

     pip install plotly-resampler
    
  • Conda (📥 15K · ⏱️ 10.04.2023):

     conda install -c conda-forge plotly-resampler
    
vega (🥉25 · ⭐ 340) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
  • GitHub (👨‍💻 13 · 🔀 62 · 📦 2 · 📋 100 - 12% open · ⏱️ 12.04.2023):

     git clone https://github.com/vega/ipyvega
    
  • PyPi (📥 12K / month · 📦 84 · ⏱️ 10.02.2022):

     pip install vega
    
  • Conda (📥 540K · ⏱️ 12.04.2023):

     conda install -c conda-forge vega
    
HiPlot (🥉24 · ⭐ 2.5K) - HiPlot makes understanding high dimensional data easy. MIT
  • GitHub (👨‍💻 8 · 🔀 120 · 📦 260 · 📋 87 - 18% open · ⏱️ 03.03.2023):

     git clone https://github.com/facebookresearch/hiplot
    
  • PyPi (📥 34K / month · 📦 12 · ⏱️ 27.10.2022):

     pip install hiplot
    
  • Conda (📥 130K · ⏱️ 31.05.2022):

     conda install -c conda-forge hiplot
    
Sweetviz (🥉23 · ⭐ 2.4K · 💤) - Visualize and compare datasets, target values and associations, with.. MIT
  • GitHub (👨‍💻 6 · 🔀 230 · 📋 110 - 35% open · ⏱️ 08.06.2022):

     git clone https://github.com/fbdesignpro/sweetviz
    
  • PyPi (📥 80K / month · 📦 8 · ⏱️ 14.06.2022):

     pip install sweetviz
    
  • Conda (📥 20K · ⏱️ 15.06.2022):

     conda install -c conda-forge sweetviz
    
python-ternary (🥉22 · ⭐ 630) - Ternary plotting library for python with matplotlib. MIT
  • GitHub (👨‍💻 27 · 🔀 140 · 📥 19 · 📦 120 · 📋 140 - 27% open · ⏱️ 31.12.2022):

     git clone https://github.com/marcharper/python-ternary
    
  • PyPi (📥 54K / month · 📦 21 · ⏱️ 17.02.2021):

     pip install python-ternary
    
  • Conda (📥 73K · ⏱️ 17.02.2021):

     conda install -c conda-forge python-ternary
    
Popmon (🥉21 · ⭐ 440) - Monitor the stability of a Pandas or Spark dataframe. MIT
  • GitHub (👨‍💻 16 · 🔀 32 · 📥 50 · 📦 19 · 📋 49 - 30% open · ⏱️ 15.02.2023):

     git clone https://github.com/ing-bank/popmon
    
  • PyPi (📥 11K / month · 📦 2 · ⏱️ 19.10.2022):

     pip install popmon
    
PyWaffle (🥉20 · ⭐ 540 · 💤) - Make Waffle Charts in Python. MIT
  • GitHub (👨‍💻 6 · 🔀 100 · 📦 220 · 📋 21 - 23% open · ⏱️ 08.06.2022):

     git clone https://github.com/gyli/PyWaffle
    
  • PyPi (📥 3.1K / month · 📦 3 · ⏱️ 08.06.2022):

     pip install pywaffle
    
  • Conda (📥 9K · ⏱️ 05.06.2022):

     conda install -c conda-forge pywaffle
    
Show 15 hidden projects...
  • cartopy (🥈33 · ⭐ 1.2K) - Cartopy - a cartographic python library with matplotlib support. ❗️LGPL-3.0
  • Cufflinks (🥉29 · ⭐ 2.8K · 💀) - Productivity Tools for Plotly + Pandas. MIT
  • PandasGUI (🥉25 · ⭐ 2.9K · 💀) - A GUI for Pandas DataFrames. ❗️MIT-0
  • HyperTools (🥉25 · ⭐ 1.8K · 💀) - A Python toolbox for gaining geometric insights into high-.. MIT
  • PDPbox (🥉24 · ⭐ 740 · 💀) - python partial dependence plot toolbox. MIT
  • Multicore-TSNE (🥉23 · ⭐ 1.8K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3
  • pivottablejs (🥉23 · ⭐ 550 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT
  • joypy (🥉21 · ⭐ 480 · 💀) - Joyplots in Python with matplotlib & pandas. MIT
  • vegafusion (🥉20 · ⭐ 220) - Serverside scaling for Vega and Altair visualizations. BSD-3
  • ivis (🥉19 · ⭐ 300) - Dimensionality reduction in very large datasets using Siamese.. Apache-2
  • animatplot (🥉18 · ⭐ 400 · 💀) - A python package for animating plots build on matplotlib. MIT
  • data-describe (🥉18 · ⭐ 290 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
  • pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
  • nx-altair (🥉16 · ⭐ 210 · 💀) - Draw interactive NetworkX graphs with Altair. MIT
  • nptsne (🥉12 · ⭐ 30 · 💀) - 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 (🥇49 · ⭐ 93K) - Transformers: State-of-the-art Machine Learning for.. Apache-2
  • GitHub (👨‍💻 1.8K · 🔀 19K · 📥 140 · 📦 63K · 📋 11K - 5% open · ⏱️ 13.04.2023):

     git clone https://github.com/huggingface/transformers
    
  • PyPi (📥 13M / month · 📦 1.5K · ⏱️ 24.01.2023):

     pip install transformers
    
  • Conda (📥 1M · ⏱️ 30.03.2023):

     conda install -c conda-forge transformers
    
spaCy (🥇44 · ⭐ 26K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
  • GitHub (👨‍💻 720 · 🔀 4.1K · 📦 57K · 📋 5.4K - 1% open · ⏱️ 07.04.2023):

     git clone https://github.com/explosion/spaCy
    
  • PyPi (📥 4.8M / month · 📦 2.7K · ⏱️ 20.01.2023):

     pip install spacy
    
  • Conda (📥 3M · ⏱️ 13.03.2023):

     conda install -c conda-forge spacy
    
nltk (🥇44 · ⭐ 12K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
  • GitHub (👨‍💻 440 · 🔀 2.7K · 📦 190K · 📋 1.7K - 13% open · ⏱️ 13.03.2023):

     git clone https://github.com/nltk/nltk
    
  • PyPi (📥 9.9M / month · 📦 12K · ⏱️ 02.01.2023):

     pip install nltk
    
  • Conda (📥 1.9M · ⏱️ 02.01.2023):

     conda install -c conda-forge nltk
    
Rasa (🥇41 · ⭐ 16K) - Open source machine learning framework to automate text- and voice-.. Apache-2
  • GitHub (👨‍💻 580 · 🔀 4.3K · 📦 3.2K · 📋 6.7K - 1% open · ⏱️ 12.04.2023):

     git clone https://github.com/RasaHQ/rasa
    
  • PyPi (📥 150K / month · 📦 66 · ⏱️ 27.01.2023):

     pip install rasa
    
gensim (🥇41 · ⭐ 14K) - Topic Modelling for Humans. ❗️LGPL-2.1
  • GitHub (👨‍💻 440 · 🔀 4.3K · 📥 4.3K · 📦 44K · 📋 1.8K - 21% open · ⏱️ 13.03.2023):

     git clone https://github.com/RaRe-Technologies/gensim
    
  • PyPi (📥 4.2M / month · 📦 3.1K · ⏱️ 21.12.2022):

     pip install gensim
    
  • Conda (📥 1M · ⏱️ 28.03.2023):

     conda install -c conda-forge gensim
    
flair (🥇40 · ⭐ 13K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT
  • GitHub (👨‍💻 240 · 🔀 2K · 📦 2.4K · 📋 2.1K - 3% open · ⏱️ 13.04.2023):

     git clone https://github.com/flairNLP/flair
    
  • PyPi (📥 90K / month · 📦 90 · ⏱️ 20.05.2022):

     pip install flair
    
  • Conda (📥 17K · ⏱️ 13.04.2023):

     conda install -c conda-forge python-flair
    
fairseq (🥇36 · ⭐ 22K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT
  • GitHub (👨‍💻 410 · 🔀 5.4K · 📥 300 · 📦 1.3K · 📋 3.9K - 24% open · ⏱️ 12.04.2023):

     git clone https://github.com/facebookresearch/fairseq
    
  • PyPi (📥 170K / month · 📦 52 · ⏱️ 27.06.2022):

     pip install fairseq
    
  • Conda (📥 28K · ⏱️ 28.03.2023):

     conda install -c conda-forge fairseq
    
sentencepiece (🥇36 · ⭐ 7.1K · 📈) - Unsupervised text tokenizer for Neural Network-based.. Apache-2
  • GitHub (👨‍💻 76 · 🔀 930 · 📥 26K · 📦 26K · 📋 610 - 4% open · ⏱️ 12.04.2023):

     git clone https://github.com/google/sentencepiece
    
  • PyPi (📥 10M / month · 📦 610 · ⏱️ 07.08.2022):

     pip install sentencepiece
    
  • Conda (📥 390K · ⏱️ 15.02.2023):

     conda install -c conda-forge sentencepiece
    
AllenNLP (🥇35 · ⭐ 11K) - An open-source NLP research library, built on PyTorch. Apache-2
  • GitHub (👨‍💻 260 · 🔀 2.2K · 📥 54 · 📦 3.4K · 📋 2.6K - 3% open · ⏱️ 22.11.2022):

     git clone https://github.com/allenai/allennlp
    
  • PyPi (📥 68K / month · 📦 180 · ⏱️ 18.10.2022):

     pip install allennlp
    
  • Conda (📥 100K · ⏱️ 15.07.2022):

     conda install -c conda-forge allennlp
    
TextBlob (🥇35 · ⭐ 8.5K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
  • GitHub (👨‍💻 36 · 🔀 1.1K · 📥 100 · 📦 29K · 📋 270 - 41% open · ⏱️ 11.03.2023):

     git clone https://github.com/sloria/TextBlob
    
  • PyPi (📥 880K / month · 📦 1.4K · ⏱️ 22.10.2021):

     pip install textblob
    
  • Conda (📥 210K · ⏱️ 24.02.2019):

     conda install -c conda-forge textblob
    
haystack (🥇35 · ⭐ 8.1K) - Haystack is an open source NLP framework to interact with your data.. Apache-2
  • GitHub (👨‍💻 170 · 🔀 1.1K · 📥 22 · 📦 630 · 📋 2.1K - 16% open · ⏱️ 13.04.2023):

     git clone https://github.com/deepset-ai/haystack
    
  • PyPi (📥 2.6K / month · 📦 85 · ⏱️ 03.07.2017):

     pip install haystack
    
torchtext (🥇35 · ⭐ 3.3K) - Models, data loaders and abstractions for language processing,.. BSD-3
  • GitHub (👨‍💻 150 · 🔀 790 · 📋 790 - 36% open · ⏱️ 11.04.2023):

     git clone https://github.com/pytorch/text
    
  • PyPi (📥 680K / month · 📦 460 · ⏱️ 15.12.2022):

     pip install torchtext
    
spark-nlp (🥇35 · ⭐ 3.2K · 📉) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 100 · 🔀 650 · 📦 270 · 📋 780 - 3% open · ⏱️ 13.04.2023):

     git clone https://github.com/JohnSnowLabs/spark-nlp
    
  • PyPi (📥 2.9M / month · 📦 19 · ⏱️ 24.01.2023):

     pip install spark-nlp
    
sentence-transformers (🥈34 · ⭐ 10K) - Multilingual Sentence & Image Embeddings with BERT. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.9K · 📦 7.2K · 📋 1.7K - 54% open · ⏱️ 26.01.2023):

     git clone https://github.com/UKPLab/sentence-transformers
    
  • PyPi (📥 1.8M / month · 📦 250 · ⏱️ 26.06.2022):

     pip install sentence-transformers
    
  • Conda (📥 100K · ⏱️ 27.06.2022):

     conda install -c conda-forge sentence-transformers
    
Tokenizers (🥈34 · ⭐ 6.8K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
  • GitHub (👨‍💻 67 · 🔀 570 · 📦 56 · 📋 760 - 32% open · ⏱️ 06.04.2023):

     git clone https://github.com/huggingface/tokenizers
    
  • PyPi (📥 11M / month · 📦 200 · ⏱️ 07.11.2022):

     pip install tokenizers
    
  • Conda (📥 990K · ⏱️ 05.04.2023):

     conda install -c conda-forge tokenizers
    
stanza (🥈34 · ⭐ 6.6K) - Official Stanford NLP Python Library for Many Human Languages. Apache-2
  • GitHub (👨‍💻 58 · 🔀 850 · 📦 1.7K · 📋 790 - 11% open · ⏱️ 14.03.2023):

     git clone https://github.com/stanfordnlp/stanza
    
  • PyPi (📥 180K / month · 📦 84 · ⏱️ 20.09.2022):

     pip install stanza
    
  • Conda (📥 6.4K · ⏱️ 24.03.2023):

     conda install -c stanfordnlp stanza
    
NeMo (🥈34 · ⭐ 6.3K) - NeMo: a toolkit for conversational AI. Apache-2
  • GitHub (👨‍💻 220 · 🔀 1.5K · 📥 33K · 📋 1.6K - 5% open · ⏱️ 13.04.2023):

     git clone https://github.com/NVIDIA/NeMo
    
  • PyPi (📥 33K / month · 📦 11 · ⏱️ 01.07.2022):

     pip install nemo-toolkit
    
OpenNMT (🥈34 · ⭐ 6K) - Open Source Neural Machine Translation in PyTorch. MIT
  • GitHub (👨‍💻 190 · 🔀 2.2K · 📦 180 · 📋 1.4K - 1% open · ⏱️ 11.04.2023):

     git clone https://github.com/OpenNMT/OpenNMT-py
    
  • PyPi (📥 4.3K / month · 📦 9 · ⏱️ 19.12.2022):

     pip install OpenNMT-py
    
textacy (🥈34 · ⭐ 2.1K) - NLP, before and after spaCy. Apache-2
  • GitHub (👨‍💻 34 · 🔀 250 · 📦 1.4K · 📋 260 - 11% open · ⏱️ 03.04.2023):

     git clone https://github.com/chartbeat-labs/textacy
    
  • PyPi (📥 140K / month · 📦 110 · ⏱️ 06.12.2021):

     pip install textacy
    
  • Conda (📥 130K · ⏱️ 09.03.2023):

     conda install -c conda-forge textacy
    
jellyfish (🥈34 · ⭐ 1.8K) - a python library for doing approximate and phonetic matching of strings. MIT
  • GitHub (👨‍💻 29 · 🔀 150 · 📦 5.6K · 📋 120 - 4% open · ⏱️ 10.04.2023):

     git clone https://github.com/jamesturk/jellyfish
    
  • PyPi (📥 2M / month · 📦 430 · ⏱️ 07.01.2022):

     pip install jellyfish
    
  • Conda (📥 530K · ⏱️ 28.10.2022):

     conda install -c conda-forge jellyfish
    
TensorFlow Text (🥈34 · ⭐ 1.1K) - Making text a first-class citizen in TensorFlow. Apache-2
  • GitHub (👨‍💻 100 · 🔀 280 · 📦 5K · 📋 280 - 44% open · ⏱️ 12.04.2023):

     git clone https://github.com/tensorflow/text
    
  • PyPi (📥 4M / month · 📦 110 · ⏱️ 18.11.2022):

     pip install tensorflow-text
    
ParlAI (🥈33 · ⭐ 10K) - A framework for training and evaluating AI models on a variety of.. MIT
  • GitHub (👨‍💻 210 · 🔀 2K · 📦 180 · 📋 1.5K - 4% open · ⏱️ 11.04.2023):

     git clone https://github.com/facebookresearch/ParlAI
    
  • PyPi (📥 2.5K / month · 📦 3 · ⏱️ 20.09.2022):

     pip install parlai
    
Dedupe (🥈32 · ⭐ 3.7K) - A python library for accurate and scalable fuzzy matching, record.. MIT
  • GitHub (👨‍💻 69 · 🔀 500 · 📦 270 · 📋 800 - 8% open · ⏱️ 17.02.2023):

     git clone https://github.com/dedupeio/dedupe
    
  • PyPi (📥 120K / month · 📦 49 · ⏱️ 18.01.2023):

     pip install dedupe
    
  • Conda (📥 27K · ⏱️ 12.12.2022):

     conda install -c conda-forge dedupe
    
DeepPavlov (🥈31 · ⭐ 6.1K) - An open source library for deep learning end-to-end dialog.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 1.1K · 📦 330 · 📋 620 - 8% open · ⏱️ 14.03.2023):

     git clone https://github.com/deepmipt/DeepPavlov
    
  • PyPi (📥 8.6K / month · 📦 6 · ⏱️ 17.02.2023):

     pip install deeppavlov
    
spacy-transformers (🥈31 · ⭐ 1.2K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy
  • GitHub (👨‍💻 21 · 🔀 160 · 📦 940 · ⏱️ 05.04.2023):

     git clone https://github.com/explosion/spacy-transformers
    
  • PyPi (📥 230K / month · 📦 30 · ⏱️ 26.01.2023):

     pip install spacy-transformers
    
  • Conda (📥 12K · ⏱️ 28.02.2023):

     conda install -c conda-forge spacy-transformers
    
snowballstemmer (🥈31 · ⭐ 660) - Snowball compiler and stemming algorithms. BSD-3
  • GitHub (👨‍💻 30 · 🔀 170 · 📦 4 · 📋 80 - 37% open · ⏱️ 16.11.2022):

     git clone https://github.com/snowballstem/snowball
    
  • PyPi (📥 8.9M / month · 📦 6.8K · ⏱️ 16.11.2021):

     pip install snowballstemmer
    
  • Conda (📥 6.3M · ⏱️ 17.11.2021):

     conda install -c conda-forge snowballstemmer
    
rubrix (🥈30 · ⭐ 1.8K) - Argilla: Open-source platform empowering teams to build better.. Apache-2
  • GitHub (👨‍💻 45 · 🔀 170 · 📦 120 · 📋 990 - 19% open · ⏱️ 12.04.2023):

     git clone https://github.com/recognai/rubrix
    
  • PyPi (📥 1.2K / month · ⏱️ 24.10.2022):

     pip install rubrix
    
  • Conda (📥 20K · ⏱️ 06.10.2022):

     conda install -c conda-forge rubrix
    
nlpaug (🥈29 · ⭐ 3.9K · 💤) - Data augmentation for NLP. MIT
  • GitHub (👨‍💻 33 · 🔀 430 · 📦 670 · 📋 210 - 27% open · ⏱️ 07.07.2022):

     git clone https://github.com/makcedward/nlpaug
    
  • PyPi (📥 160K / month · 📦 21 · ⏱️ 07.07.2022):

     pip install nlpaug
    
  • Conda (📥 8.3K · ⏱️ 30.01.2023):

     conda install -c conda-forge nlpaug
    
ftfy (🥈29 · ⭐ 3.5K) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 10K · 📋 130 - 11% open · ⏱️ 25.10.2022):

     git clone https://github.com/rspeer/python-ftfy
    
  • PyPi (📥 5M / month · 📦 570 · ⏱️ 09.02.2022):

     pip install ftfy
    
  • Conda (📥 240K · ⏱️ 13.03.2022):

     conda install -c conda-forge ftfy
    
GluonNLP (🥈29 · ⭐ 2.5K) - Toolkit that enables easy text preprocessing, datasets loading.. Apache-2
  • GitHub (👨‍💻 84 · 🔀 520 · 📦 1.2K · 📋 560 - 46% open · ⏱️ 25.12.2022):

     git clone https://github.com/dmlc/gluon-nlp
    
  • PyPi (📥 160K / month · 📦 22 · ⏱️ 13.08.2020):

     pip install gluonnlp
    
T5 (🥈28 · ⭐ 5K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2
  • GitHub (👨‍💻 54 · 🔀 680 · 📦 160 · 📋 440 - 22% open · ⏱️ 30.03.2023):

     git clone https://github.com/google-research/text-to-text-transfer-transformer
    
  • PyPi (📥 19K / month · 📦 3 · ⏱️ 18.10.2021):

     pip install t5
    
Sumy (🥈28 · ⭐ 3.1K) - Module for automatic summarization of text documents and HTML pages. Apache-2
  • GitHub (👨‍💻 26 · 🔀 500 · 📦 1.8K · 📋 110 - 15% open · ⏱️ 21.02.2023):

     git clone https://github.com/miso-belica/sumy
    
  • PyPi (📥 26K / month · 📦 100 · ⏱️ 23.10.2022):

     pip install sumy
    
  • Conda (📥 4.5K · ⏱️ 25.10.2022):

     conda install -c conda-forge sumy
    
fastNLP (🥈28 · ⭐ 2.9K) - fastNLP: A Modularized and Extensible NLP Framework. Currently still.. Apache-2
  • GitHub (👨‍💻 62 · 🔀 450 · 📥 67 · 📦 130 · 📋 210 - 26% open · ⏱️ 13.12.2022):

     git clone https://github.com/fastnlp/fastNLP
    
  • PyPi (📥 13K / month · 📦 3 · ⏱️ 04.02.2019):

     pip install fastnlp
    
scattertext (🥈28 · ⭐ 2.1K) - Beautiful visualizations of how language differs among document.. Apache-2
  • GitHub (👨‍💻 13 · 🔀 280 · 📦 360 · 📋 95 - 20% open · ⏱️ 30.03.2023):

     git clone https://github.com/JasonKessler/scattertext
    
  • PyPi (📥 11K / month · 📦 10 · ⏱️ 26.03.2022):

     pip install scattertext
    
  • Conda (📥 76K · ⏱️ 08.12.2022):

     conda install -c conda-forge scattertext
    
SciSpacy (🥈28 · ⭐ 1.4K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
  • GitHub (👨‍💻 27 · 🔀 180 · 📦 660 · 📋 290 - 11% open · ⏱️ 06.11.2022):

     git clone https://github.com/allenai/scispacy
    
  • PyPi (📥 37K / month · 📦 21 · ⏱️ 07.09.2022):

     pip install scispacy
    
Ciphey (🥈27 · ⭐ 13K) - Automatically decrypt encryptions without knowing the key or cipher, decode.. MIT
  • GitHub (👨‍💻 46 · 🔀 780 · 📋 310 - 17% open · ⏱️ 05.12.2022):

     git clone https://github.com/Ciphey/Ciphey
    
  • PyPi (📥 50K / month · ⏱️ 06.06.2021):

     pip install ciphey
    
  • Docker Hub (📥 18K · ⭐ 11 · ⏱️ 10.03.2023):

     docker pull remnux/ciphey
    
english-words (🥈27 · ⭐ 8.8K) - A text file containing 479k English words for all your.. Unlicense
  • GitHub (👨‍💻 30 · 🔀 1.6K · 📋 120 - 72% open · ⏱️ 08.11.2022):

     git clone https://github.com/dwyl/english-words
    
  • PyPi (📥 330K / month · 📦 7 · ⏱️ 06.01.2023):

     pip install english-words
    
vaderSentiment (🥈27 · ⭐ 3.9K · 💤) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT
  • GitHub (👨‍💻 11 · 🔀 930 · 📦 6.4K · 📋 120 - 37% open · ⏱️ 01.04.2022):

     git clone https://github.com/cjhutto/vaderSentiment
    
  • PyPi (📥 240K / month · 📦 180 · ⏱️ 22.05.2020):

     pip install vadersentiment
    
  • Conda (📥 12K · ⏱️ 22.03.2021):

     conda install -c conda-forge vadersentiment
    
TextDistance (🥈27 · ⭐ 3.1K · 💤) - Compute distance between sequences. 30+ algorithms, pure.. MIT
  • GitHub (👨‍💻 13 · 🔀 240 · 📥 900 · 📦 3.9K · ⏱️ 18.09.2022):

     git clone https://github.com/life4/textdistance
    
  • PyPi (📥 380K / month · 📦 56 · ⏱️ 20.09.2022):

     pip install textdistance
    
  • Conda (📥 360K · ⏱️ 18.09.2022):

     conda install -c conda-forge textdistance
    
PyTextRank (🥉26 · ⭐ 2K · 💤) - Python implementation of TextRank algorithms (textgraphs) for.. MIT
  • GitHub (👨‍💻 18 · 🔀 330 · 📦 380 · 📋 93 - 22% open · ⏱️ 27.07.2022):

     git clone https://github.com/DerwenAI/pytextrank
    
  • PyPi (📥 42K / month · 📦 16 · ⏱️ 27.07.2022):

     pip install pytextrank
    
DeepKE (🥉26 · ⭐ 1.8K) - An Open Toolkit for Knowledge Graph Extraction and Construction.. MIT
  • GitHub (👨‍💻 20 · 🔀 460 · 📦 14 · 📋 220 - 0% open · ⏱️ 12.04.2023):

     git clone https://github.com/zjunlp/deepke
    
  • PyPi (📥 1.3K / month · ⏱️ 28.12.2022):

     pip install deepke
    
CLTK (🥉26 · ⭐ 780) - The Classical Language Toolkit. MIT
  • GitHub (👨‍💻 120 · 🔀 310 · 📥 26 · 📦 230 · 📋 540 - 5% open · ⏱️ 06.03.2023):

     git clone https://github.com/cltk/cltk
    
  • PyPi (📥 1.8K / month · 📦 42 · ⏱️ 13.10.2022):

     pip install cltk
    
qdrant (🥉25 · ⭐ 5.8K) - Qdrant - Vector Database for the next generation of AI applications... Apache-2
  • GitHub (👨‍💻 43 · 🔀 270 · 📋 460 - 15% open · ⏱️ 12.04.2023):

     git clone https://github.com/qdrant/qdrant
    
OpenPrompt (🥉25 · ⭐ 3K) - An Open-Source Framework for Prompt-Learning. Apache-2
  • GitHub (👨‍💻 20 · 🔀 340 · 📦 39 · 📋 230 - 26% open · ⏱️ 11.04.2023):

     git clone https://github.com/thunlp/OpenPrompt
    
  • PyPi (📥 2.6K / month · 📦 2 · ⏱️ 06.07.2022):

     pip install openprompt
    
sense2vec (🥉25 · ⭐ 1.5K) - Contextually-keyed word vectors. MIT
  • GitHub (👨‍💻 18 · 🔀 240 · 📥 51K · 📦 240 · 📋 110 - 18% open · ⏱️ 05.04.2023):

     git clone https://github.com/explosion/sense2vec
    
  • PyPi (📥 4.1K / month · 📦 11 · ⏱️ 08.12.2022):

     pip install sense2vec
    
  • Conda (📥 32K · ⏱️ 14.07.2021):

     conda install -c conda-forge sense2vec
    
FARM (🥉24 · ⭐ 1.6K · 💤) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2
  • GitHub (👨‍💻 37 · 🔀 230 · 📋 400 - 0% open · ⏱️ 31.08.2022):

     git clone https://github.com/deepset-ai/FARM
    
  • PyPi (📥 4K / month · 📦 3 · ⏱️ 10.06.2021):

     pip install farm
    
  • Conda (📥 2.3K · ⏱️ 14.06.2021):

     conda install -c conda-forge farm
    
detoxify (🥉24 · ⭐ 600) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 79 · 📥 180K · 📦 260 · 📋 51 - 58% open · ⏱️ 19.12.2022):

     git clone https://github.com/unitaryai/detoxify
    
  • PyPi (📥 37K / month · 📦 3 · ⏱️ 19.12.2022):

     pip install detoxify
    
PyText (🥉23 · ⭐ 6.4K) - A natural language modeling framework based on PyTorch. BSD-3
  • GitHub (👨‍💻 230 · 🔀 820 · 📥 320 · 📋 220 - 66% open · ⏱️ 17.10.2022):

     git clone https://github.com/facebookresearch/pytext
    
  • PyPi (📥 260 / month · 📦 1 · ⏱️ 08.06.2020):

     pip install pytext-nlp
    
lightseq (🥉23 · ⭐ 2.7K) - LightSeq: A High Performance Library for Sequence Processing and.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 300 · 📥 650 · 📋 260 - 58% open · ⏱️ 06.04.2023):

     git clone https://github.com/bytedance/lightseq
    
  • PyPi (📥 2.8K / month · 📦 1 · ⏱️ 03.11.2022):

     pip install lightseq
    
promptsource (🥉23 · ⭐ 1.6K) - Toolkit for creating, sharing and using natural language.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 230 · 📦 35 · 📋 190 - 27% open · ⏱️ 20.01.2023):

     git clone https://github.com/bigscience-workshop/promptsource
    
  • PyPi (📥 2.9K / month · 📦 1 · ⏱️ 18.04.2022):

     pip install promptsource
    
Sockeye (🥉23 · ⭐ 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 330 · 📥 16 · 📋 300 - 0% open · ⏱️ 02.03.2023):

     git clone https://github.com/awslabs/sockeye
    
  • PyPi (📥 620 / month · 📦 2 · ⏱️ 03.03.2023):

     pip install sockeye
    
YouTokenToMe (🥉23 · ⭐ 870) - Unsupervised text tokenizer focused on computational efficiency. MIT
  • GitHub (👨‍💻 8 · 🔀 69 · 📦 410 · 📋 60 - 60% open · ⏱️ 29.03.2023):

     git clone https://github.com/vkcom/youtokentome
    
  • PyPi (📥 27K / month · 📦 22 · ⏱️ 12.02.2020):

     pip install youtokentome
    
  • Conda (📥 27K · ⏱️ 30.10.2022):

     conda install -c conda-forge youtokentome
    
small-text (🥉23 · ⭐ 430) - Active Learning for Text Classification in Python. MIT
  • GitHub (👨‍💻 3 · 🔀 44 · 📦 18 · 📋 30 - 23% open · ⏱️ 21.02.2023):

     git clone https://github.com/webis-de/small-text
    
  • PyPi (📥 480 / month · ⏱️ 14.10.2022):

     pip install small-text
    
  • Conda (📥 2.3K · ⏱️ 21.02.2023):

     conda install -c conda-forge small-text
    
gpt-2-simple (🥉22 · ⭐ 3.2K · 💤) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT
  • GitHub (👨‍💻 21 · 🔀 650 · 📥 430 · 📋 280 - 64% open · ⏱️ 22.05.2022):

     git clone https://github.com/minimaxir/gpt-2-simple
    
  • PyPi (📥 5.9K / month · 📦 6 · ⏱️ 18.10.2021):

     pip install gpt-2-simple
    
Texthero (🥉22 · ⭐ 2.7K) - Text preprocessing, representation and visualization from zero to hero. MIT
  • GitHub (👨‍💻 20 · 🔀 230 · 📥 100 · 📋 140 - 55% open · ⏱️ 28.10.2022):

     git clone https://github.com/jbesomi/texthero
    
  • PyPi (📥 23K / month · 📦 6 · ⏱️ 01.07.2021):

     pip install texthero
    
fast-bert (🥉22 · ⭐ 1.8K) - Super easy library for BERT based NLP models. Apache-2
  • GitHub (👨‍💻 36 · 🔀 340 · 📋 250 - 62% open · ⏱️ 31.03.2023):

     git clone https://github.com/utterworks/fast-bert
    
  • PyPi (📥 2.7K / month · 📦 2 · ⏱️ 22.09.2022):

     pip install fast-bert
    
happy-transformer (🥉22 · ⭐ 410) - A package built on top of Hugging Faces transformers.. Apache-2 huggingface
  • GitHub (👨‍💻 14 · 🔀 52 · 📦 140 · 📋 120 - 20% open · ⏱️ 06.04.2023):

     git clone https://github.com/EricFillion/happy-transformer
    
  • PyPi (📥 9.1K / month · 📦 2 · ⏱️ 06.02.2022):

     pip install happytransformer
    
NLP Architect (🥉21 · ⭐ 2.9K) - A model library for exploring state-of-the-art deep learning.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 450 · 📦 9 · 📋 130 - 16% open · ⏱️ 07.11.2022):

     git clone https://github.com/IntelLabs/nlp-architect
    
  • PyPi (📥 260 / month · ⏱️ 12.04.2020):

     pip install nlp-architect
    
jiant (🥉21 · ⭐ 1.5K) - jiant is an nlp toolkit. MIT
  • GitHub (👨‍💻 59 · 🔀 280 · 📦 2 · 📋 550 - 12% open · ⏱️ 17.10.2022):

     git clone https://github.com/nyu-mll/jiant
    
  • PyPi (📥 94 / month · ⏱️ 10.05.2021):

     pip install jiant
    
finetune (🥉21 · ⭐ 680) - Scikit-learn style model finetuning for NLP. MPL-2.0
  • GitHub (👨‍💻 20 · 🔀 75 · 📦 9 · 📋 140 - 16% open · ⏱️ 07.04.2023):

     git clone https://github.com/IndicoDataSolutions/finetune
    
  • PyPi (📥 180 / month · 📦 2 · ⏱️ 20.12.2021):

     pip install finetune
    
textaugment (🥉19 · ⭐ 310) - TextAugment: Text Augmentation Library. MIT
  • GitHub (👨‍💻 7 · 🔀 55 · 📥 55 · 📦 47 · 📋 20 - 35% open · ⏱️ 03.04.2023):

     git clone https://github.com/dsfsi/textaugment
    
  • PyPi (📥 3.6K / month · 📦 1 · ⏱️ 05.11.2020):

     pip install textaugment
    
TextBox (🥉18 · ⭐ 950) - TextBox 2.0 is a text generation library with pre-trained language models. MIT
  • GitHub (👨‍💻 18 · 🔀 100 · 📦 5 · 📋 49 - 8% open · ⏱️ 27.03.2023):

     git clone https://github.com/RUCAIBox/TextBox
    
  • PyPi (📥 1 / month · ⏱️ 15.04.2021):

     pip install textbox
    
fastT5 (🥉18 · ⭐ 440 · 💤) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 52 · 📦 30 · 📋 58 - 31% open · ⏱️ 05.04.2022):

     git clone https://github.com/Ki6an/fastT5
    
  • PyPi (📥 1.2K / month · ⏱️ 05.04.2022):

     pip install fastt5
    
OpenNRE (🥉16 · ⭐ 4K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
  • GitHub (👨‍💻 12 · 🔀 1K · 📋 360 - 1% open · ⏱️ 03.01.2023):

     git clone https://github.com/thunlp/OpenNRE
    
Translate (🥉15 · ⭐ 780 · 💤) - Translate - a PyTorch Language Library. BSD-3
  • GitHub (👨‍💻 88 · 🔀 200 · 📋 55 - 50% open · ⏱️ 10.06.2022):

     git clone https://github.com/pytorch/translate
    
  • PyPi (📥 8 / month · ⏱️ 01.05.2018):

     pip install pytorch-translate
    
VizSeq (🥉14 · ⭐ 420) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
  • GitHub (👨‍💻 3 · 🔀 52 · 📦 6 · 📋 16 - 43% open · ⏱️ 02.01.2023):

     git clone https://github.com/facebookresearch/vizseq
    
  • PyPi (📥 77 / month · ⏱️ 07.08.2020):

     pip install vizseq
    
Show 34 hidden projects...
  • fastText (🥇35 · ⭐ 24K · 💀) - Library for fast text representation and classification. MIT
  • ChatterBot (🥇35 · ⭐ 13K · 💀) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3
  • fuzzywuzzy (🥈34 · ⭐ 8.9K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0
  • polyglot (🥈28 · ⭐ 2.1K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
  • langid (🥈27 · ⭐ 2.1K · 💀) - Stand-alone language identification system. BSD-3
  • underthesea (🥈27 · ⭐ 1.1K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0
  • flashtext (🥉26 · ⭐ 5.4K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
  • textgenrnn (🥉25 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT
  • Snips NLU (🥉25 · ⭐ 3.8K · 💀) - Snips Python library to extract meaning from text. Apache-2
  • neuralcoref (🥉25 · ⭐ 2.7K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
  • pytorch-nlp (🥉25 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3
  • whoosh (🥉25 · ⭐ 390 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause
  • MatchZoo (🥉24 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2
  • DeepMatcher (🥉23 · ⭐ 4.6K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3
  • Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2
  • pySBD (🥉23 · ⭐ 600 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT
  • Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2
  • DELTA (🥉21 · ⭐ 1.5K · 💀) - 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
  • stop-words (🥉21 · ⭐ 150 · 💀) - Get list of common stop words in various languages in Python. BSD-3
  • pyfasttext (🥉20 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
  • NeuroNER (🥉19 · ⭐ 1.6K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
  • numerizer (🥉19 · ⭐ 200) - A Python module to convert natural language numerics into ints and.. MIT
  • Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
  • textpipe (🥉18 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT
  • nboost (🥉17 · ⭐ 660 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
  • skift (🥉17 · ⭐ 230 · 💤) - scikit-learn wrappers for Python fastText. MIT
  • spacy-dbpedia-spotlight (🥉16 · ⭐ 85) - A spaCy wrapper for DBpedia Spotlight. MIT spacy
  • BLINK (🥉14 · ⭐ 1K · 💀) - Entity Linker solution. MIT
  • TransferNLP (🥉14 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT
  • Headliner (🥉14 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT
  • NeuralQA (🥉14 · ⭐ 220 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
  • ONNX-T5 (🥉13 · ⭐ 220 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
  • textvec (🥉12 · ⭐ 190 · 💤) - Text vectorization tool to outperform TFIDF for classification.. MIT

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 (🥇47 · ⭐ 11K) - Python Imaging Library (Fork). ❗️PIL
  • GitHub (👨‍💻 440 · 🔀 2K · 📦 1.1M · 📋 2.8K - 3% open · ⏱️ 13.04.2023):

     git clone https://github.com/python-pillow/Pillow
    
  • PyPi (📥 55M / month · 📦 65K · ⏱️ 02.01.2023):

     pip install Pillow
    
  • Conda (📥 26M · ⏱️ 05.04.2023):

     conda install -c conda-forge pillow
    
torchvision (🥇43 · ⭐ 14K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3
  • GitHub (👨‍💻 520 · 🔀 6.6K · 📥 22K · 📋 3K - 30% open · ⏱️ 13.04.2023):

     git clone https://github.com/pytorch/vision
    
  • PyPi (📥 5.8M / month · 📦 4.2K · ⏱️ 15.12.2022):

     pip install torchvision
    
  • Conda (📥 610K · ⏱️ 09.03.2023):

     conda install -c conda-forge torchvision
    
MoviePy (🥇38 · ⭐ 10K) - Video editing with Python. MIT
  • GitHub (👨‍💻 160 · 🔀 1.3K · 📦 23K · 📋 1.3K - 23% open · ⏱️ 03.04.2023):

     git clone https://github.com/Zulko/moviepy
    
  • PyPi (📥 7.8M / month · 📦 860 · ⏱️ 05.10.2020):

     pip install moviepy
    
  • Conda (📥 170K · ⏱️ 07.10.2022):

     conda install -c conda-forge moviepy
    
imageio (🥇38 · ⭐ 1.2K) - Python library for reading and writing image data. BSD-2
  • GitHub (👨‍💻 99 · 🔀 250 · 📥 560 · 📦 86K · 📋 540 - 14% open · ⏱️ 27.03.2023):

     git clone https://github.com/imageio/imageio
    
  • PyPi (📥 23M / month · 📦 2.9K · ⏱️ 23.01.2023):

     pip install imageio
    
  • Conda (📥 4.7M · ⏱️ 27.03.2023):

     conda install -c conda-forge imageio
    
PyTorch Image Models (🥇37 · ⭐ 25K) - PyTorch image models, scripts, pretrained weights --.. Apache-2
  • GitHub (👨‍💻 97 · 🔀 4K · 📥 3.9M · 📋 700 - 9% open · ⏱️ 12.04.2023):

     git clone https://github.com/rwightman/pytorch-image-models
    
  • PyPi (📥 3.2M / month · 📦 220 · ⏱️ 12.01.2023):

     pip install timm
    
  • Conda (📥 59K · ⏱️ 26.03.2023):

     conda install -c conda-forge timm
    
MMDetection (🥇37 · ⭐ 24K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2
  • GitHub (👨‍💻 390 · 🔀 8.6K · 📋 7K - 9% open · ⏱️ 06.04.2023):

     git clone https://github.com/open-mmlab/mmdetection
    
  • PyPi (📥 180K / month · 📦 25 · ⏱️ 01.06.2022):

     pip install mmdet
    
Kornia (🥈36 · ⭐ 8K) - Differentiable Computer Vision Library. Apache-2
  • GitHub (👨‍💻 220 · 🔀 810 · 📥 590 · 📦 3.7K · 📋 760 - 31% open · ⏱️ 11.04.2023):

     git clone https://github.com/kornia/kornia
    
  • PyPi (📥 2.6M / month · 📦 91 · ⏱️ 21.12.2022):

     pip install kornia
    
  • Conda (📥 72K · ⏱️ 29.03.2023):

     conda install -c conda-forge kornia
    
InsightFace (🥈35 · ⭐ 14K) - State-of-the-art 2D and 3D Face Analysis Project. MIT
  • GitHub (👨‍💻 53 · 🔀 4.2K · 📥 990 · 📦 280 · 📋 2.2K - 56% open · ⏱️ 13.04.2023):

     git clone https://github.com/deepinsight/insightface
    
  • PyPi (📥 31K / month · 📦 7 · ⏱️ 17.12.2022):

     pip install insightface
    
Albumentations (🥈35 · ⭐ 12K) - Fast image augmentation library and an easy-to-use wrapper.. MIT
  • GitHub (👨‍💻 130 · 🔀 1.5K · 📦 14K · 📋 770 - 45% open · ⏱️ 23.03.2023):

     git clone https://github.com/albumentations-team/albumentations
    
  • PyPi (📥 660K / month · 📦 280 · ⏱️ 20.09.2022):

     pip install albumentations
    
  • Conda (📥 100K · ⏱️ 20.09.2022):

     conda install -c conda-forge albumentations
    
detectron2 (🥈34 · ⭐ 24K) - Detectron2 is a platform for object detection, segmentation.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 6.4K · 📦 1K · 📋 3.3K - 10% open · ⏱️ 12.04.2023):

     git clone https://github.com/facebookresearch/detectron2
    
  • PyPi (📦 6 · ⏱️ 06.02.2020):

     pip install detectron2
    
  • Conda (📥 140K · ⏱️ 22.01.2023):

     conda install -c conda-forge detectron2
    
PaddleDetection (🥈34 · ⭐ 10K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2
  • GitHub (👨‍💻 140 · 🔀 2.5K · 📦 65 · 📋 4.7K - 20% open · ⏱️ 11.04.2023):

     git clone https://github.com/PaddlePaddle/PaddleDetection
    
  • PyPi (📥 1.7K / month · 📦 1 · ⏱️ 19.09.2022):

     pip install paddledet
    
PaddleSeg (🥈34 · ⭐ 6.8K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.4K · 📦 860 · 📋 1.7K - 11% open · ⏱️ 12.04.2023):

     git clone https://github.com/PaddlePaddle/PaddleSeg
    
  • PyPi (📥 5K / month · 📦 3 · ⏱️ 30.11.2022):

     pip install paddleseg
    
deepface (🥈34 · ⭐ 6K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender,.. MIT
  • GitHub (👨‍💻 37 · 🔀 1.3K · 📦 1.3K · 📋 660 - 1% open · ⏱️ 13.04.2023):

     git clone https://github.com/serengil/deepface
    
  • PyPi (📥 70K / month · 📦 9 · ⏱️ 24.01.2023):

     pip install deepface
    
opencv-python (🥈34 · ⭐ 3.4K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
  • GitHub (👨‍💻 43 · 🔀 660 · 📋 660 - 12% open · ⏱️ 16.03.2023):

     git clone https://github.com/opencv/opencv-python
    
  • PyPi (📥 8.1M / month · 📦 10K · ⏱️ 02.01.2023):

     pip install opencv-python
    
Wand (🥈34 · ⭐ 1.3K) - The ctypes-based simple ImageMagick binding for Python. MIT
  • GitHub (👨‍💻 100 · 🔀 200 · 📥 12K · 📦 15K · 📋 400 - 6% open · ⏱️ 05.03.2023):

     git clone https://github.com/emcconville/wand
    
  • PyPi (📥 640K / month · 📦 700 · ⏱️ 05.01.2023):

     pip install wand
    
  • Conda (📥 23K · ⏱️ 22.08.2022):

     conda install -c conda-forge wand
    
Face Recognition (🥈33 · ⭐ 48K · 💤) - The worlds simplest facial recognition api for Python.. MIT
  • GitHub (👨‍💻 54 · 🔀 13K · 📥 1.1K · 📋 1.3K - 55% open · ⏱️ 10.06.2022):

     git clone https://github.com/ageitgey/face_recognition
    
  • PyPi (📥 72K / month · 📦 53 · ⏱️ 20.02.2020):

     pip install face_recognition
    
  • Conda (📥 15K · ⏱️ 30.04.2021):

     conda install -c conda-forge face_recognition
    
imageai (🥈31 · ⭐ 7.7K) - A python library built to empower developers to build applications and.. MIT
  • GitHub (👨‍💻 17 · 🔀 2.1K · 📥 840K · 📦 1.3K · 📋 730 - 40% open · ⏱️ 03.03.2023):

     git clone https://github.com/OlafenwaMoses/ImageAI
    
  • PyPi (📥 8.8K / month · 📦 18 · ⏱️ 02.01.2023):

     pip install imageai
    
  • Conda (📥 5.3K · ⏱️ 30.04.2021):

     conda install -c conda-forge imageai
    
ImageHash (🥈31 · ⭐ 2.7K) - A Python Perceptual Image Hashing Module. BSD-2
  • GitHub (👨‍💻 25 · 🔀 320 · 📦 8.5K · 📋 120 - 7% open · ⏱️ 07.02.2023):

     git clone https://github.com/JohannesBuchner/imagehash
    
  • PyPi (📥 1.2M / month · 📦 360 · ⏱️ 28.09.2022):

     pip install ImageHash
    
  • Conda (📥 300K · ⏱️ 28.09.2022):

     conda install -c conda-forge imagehash
    
vit-pytorch (🥈29 · ⭐ 14K) - Implementation of Vision Transformer, a simple way to achieve.. MIT
  • GitHub (👨‍💻 17 · 🔀 2.3K · 📦 230 · 📋 220 - 47% open · ⏱️ 19.03.2023):

     git clone https://github.com/lucidrains/vit-pytorch
    
  • PyPi (📥 25K / month · 📦 6 · ⏱️ 30.06.2022):

     pip install vit-pytorch
    
GluonCV (🥈29 · ⭐ 5.5K) - Gluon CV Toolkit. Apache-2
  • GitHub (👨‍💻 120 · 🔀 1.2K · 📋 840 - 7% open · ⏱️ 19.01.2023):

     git clone https://github.com/dmlc/gluon-cv
    
  • PyPi (📥 560K / month · 📦 59 · ⏱️ 03.10.2022):

     pip install gluoncv
    
facenet-pytorch (🥈29 · ⭐ 3.4K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT
  • GitHub (👨‍💻 15 · 🔀 780 · 📥 590K · 📦 1.1K · 📋 160 - 42% open · ⏱️ 06.04.2023):

     git clone https://github.com/timesler/facenet-pytorch
    
  • PyPi (📥 25K / month · 📦 17 · ⏱️ 10.03.2021):

     pip install facenet-pytorch
    
sahi (🥈29 · ⭐ 2.5K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
  • GitHub (👨‍💻 27 · 🔀 380 · 📥 14K · 📦 360 · ⏱️ 29.03.2023):

     git clone https://github.com/obss/sahi
    
  • PyPi (📥 99K / month · 📦 10 · ⏱️ 15.01.2023):

     pip install sahi
    
  • Conda (📥 33K · ⏱️ 25.03.2023):

     conda install -c conda-forge sahi
    
lightly (🥈29 · ⭐ 2.2K) - A python library for self-supervised learning on images. MIT
  • GitHub (👨‍💻 26 · 🔀 190 · 📦 100 · 📋 370 - 12% open · ⏱️ 13.04.2023):

     git clone https://github.com/lightly-ai/lightly
    
  • PyPi (📥 4.9K / month · 📦 3 · ⏱️ 31.01.2023):

     pip install lightly
    
Face Alignment (🥉28 · ⭐ 6.2K) - 2D and 3D Face alignment library build using pytorch. BSD-3
  • GitHub (👨‍💻 25 · 🔀 1.3K · 📋 300 - 22% open · ⏱️ 12.04.2023):

     git clone https://github.com/1adrianb/face-alignment
    
  • PyPi (📥 39K / month · 📦 11 · ⏱️ 14.09.2021):

     pip install face-alignment
    
Augmentor (🥉28 · ⭐ 4.9K) - Image augmentation library in Python for machine learning. MIT
  • GitHub (👨‍💻 23 · 🔀 860 · 📦 580 · 📋 210 - 64% open · ⏱️ 29.03.2023):

     git clone https://github.com/mdbloice/Augmentor
    
  • PyPi (📥 15K / month · 📦 29 · ⏱️ 27.04.2022):

     pip install Augmentor
    
doctr (🥉28 · ⭐ 1.7K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2
  • GitHub (👨‍💻 30 · 🔀 220 · 📥 1.2M · 📦 130 · 📋 240 - 21% open · ⏱️ 04.04.2023):

     git clone https://github.com/mindee/doctr
    
  • PyPi (📥 6.1K / month · 📦 2 · ⏱️ 29.09.2022):

     pip install python-doctr
    
CellProfiler (🥉28 · ⭐ 760) - An open-source application for biological image analysis. BSD-3
  • GitHub (👨‍💻 130 · 🔀 350 · 📥 4.8K · 📦 17 · 📋 3.2K - 7% open · ⏱️ 03.04.2023):

     git clone https://github.com/CellProfiler/CellProfiler
    
  • PyPi (📥 680 / month · ⏱️ 15.12.2022):

     pip install cellprofiler
    
vidgear (🥉27 · ⭐ 2.7K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
  • GitHub (👨‍💻 13 · 🔀 220 · 📥 770 · 📦 370 · 📋 250 - 1% open · ⏱️ 26.01.2023):

     git clone https://github.com/abhiTronix/vidgear
    
  • PyPi (📥 5K / month · 📦 7 · ⏱️ 26.01.2023):

     pip install vidgear
    
Norfair (🥉27 · ⭐ 1.8K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3
  • GitHub (👨‍💻 24 · 🔀 180 · 📥 250 · 📦 100 · 📋 120 - 2% open · ⏱️ 09.02.2023):

     git clone https://github.com/tryolabs/norfair
    
  • PyPi (📥 19K / month · 📦 1 · ⏱️ 04.01.2023):

     pip install norfair
    
mahotas (🥉27 · ⭐ 800) - Computer Vision in Python. MIT
  • GitHub (👨‍💻 33 · 🔀 150 · 📦 1K · 📋 83 - 24% open · ⏱️ 26.02.2023):

     git clone https://github.com/luispedro/mahotas
    
  • PyPi (📥 9.7K / month · 📦 120 · ⏱️ 28.06.2022):

     pip install mahotas
    
  • Conda (📥 360K · ⏱️ 05.11.2022):

     conda install -c conda-forge mahotas
    
ffcv (🥉26 · ⭐ 2.4K) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2
  • GitHub (👨‍💻 26 · 🔀 150 · 📦 17 · 📋 220 - 31% open · ⏱️ 29.03.2023):

     git clone https://github.com/libffcv/ffcv
    
  • PyPi (📥 11K / month · ⏱️ 28.01.2022):

     pip install ffcv
    
MMF (🥉25 · ⭐ 5.2K) - A modular framework for vision & language multimodal research from.. BSD-3
  • GitHub (👨‍💻 110 · 🔀 880 · 📦 14 · 📋 780 - 30% open · ⏱️ 06.04.2023):

     git clone https://github.com/facebookresearch/mmf
    
  • PyPi (📥 300 / month · 📦 1 · ⏱️ 12.06.2020):

     pip install mmf
    
layout-parser (🥉25 · ⭐ 3.6K · 💤) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2
  • GitHub (👨‍💻 8 · 🔀 360 · 📦 180 · 📋 130 - 58% open · ⏱️ 06.08.2022):

     git clone https://github.com/Layout-Parser/layout-parser
    
  • PyPi (📥 45K / month · 📦 5 · ⏱️ 06.04.2022):

     pip install layoutparser
    
segmentation_models (🥉24 · ⭐ 4.3K · 💤) - Segmentation models with pretrained backbones. Keras.. MIT
  • GitHub (👨‍💻 14 · 🔀 960 · 📋 510 - 47% open · ⏱️ 29.07.2022):

     git clone https://github.com/qubvel/segmentation_models
    
  • PyPi (📥 21K / month · 📦 24 · ⏱️ 10.01.2020):

     pip install segmentation_models
    
pytorchvideo (🥉24 · ⭐ 2.8K) - A deep learning library for video understanding research. Apache-2
  • GitHub (👨‍💻 50 · 🔀 340 · 📋 180 - 45% open · ⏱️ 27.02.2023):

     git clone https://github.com/facebookresearch/pytorchvideo
    
  • PyPi (📥 16K / month · 📦 7 · ⏱️ 20.01.2022):

     pip install pytorchvideo
    
kubric (🥉24 · ⭐ 1.8K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 170 · 📦 2 · 📋 170 - 29% open · ⏱️ 31.03.2023):

     git clone https://github.com/google-research/kubric
    
  • PyPi (📥 3.8K / month · ⏱️ 06.07.2022):

     pip install kubric-nightly
    
Classy Vision (🥉24 · ⭐ 1.5K) - An end-to-end PyTorch framework for image and video.. MIT
  • GitHub (👨‍💻 77 · 🔀 280 · 📋 120 - 46% open · ⏱️ 23.03.2023):

     git clone https://github.com/facebookresearch/ClassyVision
    
  • PyPi (📥 2.7K / month · 📦 4 · ⏱️ 09.07.2021):

     pip install classy_vision
    
  • Conda (📥 16K · ⏱️ 22.03.2022):

     conda install -c conda-forge classy_vision
    
pyvips (🥉24 · ⭐ 500) - python binding for libvips using cffi. MIT
  • GitHub (👨‍💻 15 · 🔀 46 · 📦 500 · 📋 350 - 38% open · ⏱️ 28.02.2023):

     git clone https://github.com/libvips/pyvips
    
  • PyPi (📥 45K / month · 📦 40 · ⏱️ 12.06.2022):

     pip install pyvips
    
  • Conda (📥 52K · ⏱️ 29.10.2022):

     conda install -c conda-forge pyvips
    
Image Deduplicator (🥉23 · ⭐ 4.5K) - Finding duplicate images made easy!. Apache-2
  • GitHub (👨‍💻 14 · 🔀 400 · 📦 38 · 📋 130 - 37% open · ⏱️ 31.03.2023):

     git clone https://github.com/idealo/imagededup
    
  • PyPi (📥 1.4K / month · 📦 4 · ⏱️ 16.01.2023):

     pip install imagededup
    
vissl (🥉23 · ⭐ 3K) - VISSL is FAIRs library of extensible, modular and scalable components.. MIT
  • GitHub (👨‍💻 34 · 🔀 310 · 📦 16 · 📋 180 - 42% open · ⏱️ 28.12.2022):

     git clone https://github.com/facebookresearch/vissl
    
  • PyPi (📥 320 / month · 📦 1 · ⏱️ 02.11.2021):

     pip install vissl
    
tensorflow-graphics (🥉22 · ⭐ 2.7K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2
  • GitHub (👨‍💻 39 · 🔀 360 · 📋 240 - 61% open · ⏱️ 14.02.2023):

     git clone https://github.com/tensorflow/graphics
    
  • PyPi (📥 4.4K / month · 📦 5 · ⏱️ 03.12.2021):

     pip install tensorflow-graphics
    
pycls (🥉22 · ⭐ 2K · 💤) - Codebase for Image Classification Research, written in PyTorch. MIT
  • GitHub (👨‍💻 17 · 🔀 230 · 📦 10 · 📋 81 - 30% open · ⏱️ 12.07.2022):

     git clone https://github.com/facebookresearch/pycls
    
  • PyPi (📥 130K / month · ⏱️ 05.09.2020):

     pip install pycls
    
icevision (🥉22 · ⭐ 820) - An Agnostic Computer Vision Framework - Pluggable to any Training.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 07.12.2022):

     git clone https://github.com/airctic/icevision
    
  • PyPi (📥 4.7K / month · 📦 6 · ⏱️ 10.02.2022):

     pip install icevision
    
PySlowFast (🥉21 · ⭐ 5.6K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2
  • GitHub (👨‍💻 29 · 🔀 1.1K · 📦 10 · 📋 610 - 55% open · ⏱️ 12.01.2023):

     git clone https://github.com/facebookresearch/SlowFast
    
  • PyPi (📥 16 / month · ⏱️ 15.01.2020):

     pip install pyslowfast
    
image-match (🥉20 · ⭐ 2.8K) - Quickly search over billions of images. Apache-2
  • GitHub (👨‍💻 19 · 🔀 400 · 📋 110 - 57% open · ⏱️ 06.12.2022):

     git clone https://github.com/ProvenanceLabs/image-match
    
  • PyPi (📥 550 / month · 📦 4 · ⏱️ 13.02.2017):

     pip install image_match
    
DE⫶TR (🥉19 · ⭐ 11K) - End-to-End Object Detection with Transformers. Apache-2
  • GitHub (👨‍💻 26 · 🔀 2K · 📋 490 - 42% open · ⏱️ 07.02.2023):

     git clone https://github.com/facebookresearch/detr
    
scenic (🥉19 · ⭐ 2.1K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2
  • GitHub (👨‍💻 62 · 🔀 290 · 📋 200 - 66% open · ⏱️ 13.04.2023):

     git clone https://github.com/google-research/scenic
    
Show 17 hidden projects...
  • scikit-image (🥇42 · ⭐ 5.3K · 📉) - Image processing in Python. ❗Unlicensed
  • imgaug (🥈35 · ⭐ 13K · 💀) - Image augmentation for machine learning experiments. MIT
  • glfw (🥈35 · ⭐ 10K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib
  • imutils (🥈30 · ⭐ 4.3K · 💀) - A series of convenience functions to make basic image processing.. MIT
  • PyTorch3D (🥈29 · ⭐ 7.2K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed
  • Pillow-SIMD (🥉28 · ⭐ 2K · 💤) - The friendly PIL fork. ❗️PIL
  • chainercv (🥉27 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT
  • mtcnn (🥉26 · ⭐ 2K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT
  • Luminoth (🥉24 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3
  • Image Super-Resolution (🥉23 · ⭐ 4.1K · 💀) - Super-scale your images and run experiments with.. Apache-2
  • deep-daze (🥉22 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT
  • nude.py (🥉21 · ⭐ 900 · 💀) - Nudity detection with Python. MIT
  • detecto (🥉20 · ⭐ 580 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT
  • Caer (🥉18 · ⭐ 680 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
  • solt (🥉18 · ⭐ 260 · 💤) - Streaming over lightweight data transformations. MIT
  • Torch Points 3D (🥉17 · ⭐ 140 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3
  • HugsVision (🥉16 · ⭐ 180) - HugsVision is a easy to use huggingface wrapper for state-of-the-.. MIT huggingface

Graph Data

Back to top

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

networkx (🥇43 · ⭐ 12K) - Network Analysis in Python. BSD-3
  • GitHub (👨‍💻 650 · 🔀 2.9K · 📥 64 · 📦 150K · 📋 3.2K - 12% open · ⏱️ 11.04.2023):

     git clone https://github.com/networkx/networkx
    
  • PyPi (📥 24M / month · 📦 14K · ⏱️ 08.01.2023):

     pip install networkx
    
  • Conda (📥 11M · ⏱️ 05.04.2023):

     conda install -c conda-forge networkx
    
PyTorch Geometric (🥇38 · ⭐ 17K) - Graph Neural Network Library for PyTorch. MIT
  • GitHub (👨‍💻 400 · 🔀 3.2K · 📋 3.1K - 24% open · ⏱️ 13.04.2023):

     git clone https://github.com/pyg-team/pytorch_geometric
    
  • PyPi (📥 190K / month · 📦 72 · ⏱️ 01.12.2022):

     pip install torch-geometric
    
  • Conda (📥 21K · ⏱️ 04.01.2023):

     conda install -c conda-forge pytorch_geometric
    
dgl (🥇38 · ⭐ 12K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2
  • GitHub (👨‍💻 260 · 🔀 2.8K · 📦 76 · 📋 2.2K - 16% open · ⏱️ 13.04.2023):

     git clone https://github.com/dmlc/dgl
    
  • PyPi (📥 62K / month · 📦 66 · ⏱️ 20.09.2022):

     pip install dgl
    
ogb (🥈29 · ⭐ 1.6K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
  • GitHub (👨‍💻 25 · 🔀 380 · 📦 730 · 📋 260 - 5% open · ⏱️ 07.04.2023):

     git clone https://github.com/snap-stanford/ogb
    
  • PyPi (📥 32K / month · 📦 22 · ⏱️ 02.11.2022):

     pip install ogb
    
  • Conda (📥 22K · ⏱️ 07.04.2023):

     conda install -c conda-forge ogb
    
Spektral (🥈28 · ⭐ 2.2K) - Graph Neural Networks with Keras and Tensorflow 2. MIT
  • GitHub (👨‍💻 26 · 🔀 330 · 📦 200 · 📋 260 - 22% open · ⏱️ 11.02.2023):

     git clone https://github.com/danielegrattarola/spektral
    
  • PyPi (📥 6.6K / month · 📦 3 · ⏱️ 22.07.2022):

     pip install spektral
    
AmpliGraph (🥈28 · ⭐ 1.9K) - Python library for Representation Learning on Knowledge.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 230 · 📦 32 · 📋 220 - 14% open · ⏱️ 08.03.2023):

     git clone https://github.com/Accenture/AmpliGraph
    
  • PyPi (📥 840 / month · ⏱️ 25.05.2021):

     pip install ampligraph
    
PyKEEN (🥈27 · ⭐ 1.2K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
  • GitHub (👨‍💻 35 · 🔀 160 · 📥 160 · 📋 500 - 19% open · ⏱️ 10.04.2023):

     git clone https://github.com/pykeen/pykeen
    
  • PyPi (📥 2.6K / month · 📦 5 · ⏱️ 22.02.2023):

     pip install pykeen
    
Paddle Graph Learning (🥈26 · ⭐ 1.5K) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2
  • GitHub (👨‍💻 29 · 🔀 300 · 📦 39 · 📋 190 - 39% open · ⏱️ 23.03.2023):

     git clone https://github.com/PaddlePaddle/PGL
    
  • PyPi (📥 5K / month · 📦 2 · ⏱️ 03.08.2022):

     pip install pgl
    
pygraphistry (🥈25 · ⭐ 1.8K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3
  • GitHub (👨‍💻 32 · 🔀 190 · 📦 86 · 📋 260 - 48% open · ⏱️ 13.04.2023):

     git clone https://github.com/graphistry/pygraphistry
    
  • PyPi (📥 2K / month · 📦 5 · ⏱️ 23.12.2022):

     pip install graphistry
    
PyTorch-BigGraph (🥈24 · ⭐ 3.2K) - Generate embeddings from large-scale graph-structured.. BSD-3
  • GitHub (👨‍💻 29 · 🔀 430 · 📥 150 · 📋 190 - 28% open · ⏱️ 08.12.2022):

     git clone https://github.com/facebookresearch/PyTorch-BigGraph
    
  • PyPi (📥 190K / month · 📦 3 · ⏱️ 01.05.2019):

     pip install torchbiggraph
    
Node2Vec (🥈24 · ⭐ 1.1K) - Implementation of the node2vec algorithm. MIT
  • GitHub (👨‍💻 11 · 🔀 230 · 📦 380 · 📋 86 - 2% open · ⏱️ 19.10.2022):

     git clone https://github.com/eliorc/node2vec
    
  • PyPi (📥 81K / month · 📦 16 · ⏱️ 01.08.2022):

     pip install node2vec
    
  • Conda (📥 24K · ⏱️ 16.02.2023):

     conda install -c conda-forge node2vec
    
pytorch_geometric_temporal (🥉23 · ⭐ 2K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT
  • GitHub (👨‍💻 26 · 🔀 290 · 📋 150 - 17% open · ⏱️ 18.02.2023):

     git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
    
  • PyPi (📥 2.9K / month · 📦 2 · ⏱️ 04.09.2022):

     pip install torch-geometric-temporal
    
torch-cluster (🥉23 · ⭐ 630) - PyTorch Extension Library of Optimized Graph Cluster.. MIT
  • GitHub (👨‍💻 28 · 🔀 110 · 📋 130 - 18% open · ⏱️ 16.03.2023):

     git clone https://github.com/rusty1s/pytorch_cluster
    
  • PyPi (📥 18K / month · 📦 36 · ⏱️ 11.03.2022):

     pip install torch-cluster
    
  • Conda (📥 57K · ⏱️ 23.03.2023):

     conda install -c conda-forge pytorch_cluster
    
graph4nlp (🥉22 · ⭐ 1.6K) - Graph4nlp is the library for the easy use of Graph Neural.. Apache-2
  • GitHub (👨‍💻 28 · 🔀 190 · 📋 170 - 6% open · ⏱️ 13.11.2022):

     git clone https://github.com/graph4ai/graph4nlp
    
  • PyPi (📥 100 / month · ⏱️ 20.01.2022):

     pip install graph4nlp
    
graph-nets (🥉21 · ⭐ 5.2K) - Build Graph Nets in Tensorflow. Apache-2
  • GitHub (👨‍💻 11 · 🔀 780 · 📋 130 - 3% open · ⏱️ 12.12.2022):

     git clone https://github.com/deepmind/graph_nets
    
  • PyPi (📥 1.3K / month · 📦 8 · ⏱️ 29.01.2020):

     pip install graph-nets
    
jraph (🥉21 · ⭐ 1.1K · 💤) - A Graph Neural Network Library in Jax. Apache-2
  • GitHub (👨‍💻 17 · 🔀 72 · 📦 67 · 📋 35 - 25% open · ⏱️ 31.08.2022):

     git clone https://github.com/deepmind/jraph
    
  • PyPi (📥 6.4K / month · 📦 5 · ⏱️ 12.08.2022):

     pip install jraph
    
  • Conda (📥 1.8K · ⏱️ 31.03.2023):

     conda install -c conda-forge jraph
    
deepsnap (🥉21 · ⭐ 460) - Python library assists deep learning on graphs. MIT
  • GitHub (👨‍💻 17 · 🔀 49 · 📥 8 · 📦 45 · 📋 42 - 42% open · ⏱️ 27.03.2023):

     git clone https://github.com/snap-stanford/deepsnap
    
  • PyPi (📥 680 / month · 📦 1 · ⏱️ 05.09.2021):

     pip install deepsnap
    
GraphGym (🥉18 · ⭐ 1.3K) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT
  • GitHub (👨‍💻 6 · 🔀 160 · 📥 21 · 📦 2 · 📋 39 - 30% open · ⏱️ 14.03.2023):

     git clone https://github.com/snap-stanford/GraphGym
    
  • PyPi (📥 100 / month · ⏱️ 24.03.2022):

     pip install graphgym
    
GraphEmbedding (🥉16 · ⭐ 3.3K · 💤) - Implementation and experiments of graph embedding.. MIT
  • GitHub (👨‍💻 9 · 🔀 920 · 📦 23 · 📋 64 - 60% open · ⏱️ 21.06.2022):

     git clone https://github.com/shenweichen/GraphEmbedding
    
AutoGL (🥉16 · ⭐ 910) - An autoML framework & toolkit for machine learning on graphs. Apache-2
  • GitHub (👨‍💻 15 · 🔀 110 · 📋 30 - 30% open · ⏱️ 30.12.2022):

     git clone https://github.com/THUMNLab/AutoGL
    
  • PyPi (⏱️ 23.12.2020):

     pip install auto-graph-learning
    
kglib (🥉16 · ⭐ 540) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2
  • GitHub (👨‍💻 11 · 🔀 98 · 📥 210 · 📋 62 - 17% open · ⏱️ 09.11.2022):

     git clone https://github.com/vaticle/kglib
    
  • PyPi (📥 87 / month · ⏱️ 19.08.2020):

     pip install grakn-kglib
    
OpenKE (🥉15 · ⭐ 3.4K) - An Open-Source Package for Knowledge Embedding (KE). MIT
  • GitHub (👨‍💻 11 · 🔀 930 · 📋 360 - 3% open · ⏱️ 03.11.2022):

     git clone https://github.com/thunlp/OpenKE
    
OpenNE (🥉14 · ⭐ 1.6K) - An Open-Source Package for Network Embedding (NE). MIT
  • GitHub (👨‍💻 11 · 🔀 480 · 📋 100 - 4% open · ⏱️ 02.11.2022):

     git clone https://github.com/thunlp/OpenNE
    
Show 13 hidden projects...
  • igraph (🥇32 · ⭐ 1.1K) - Python interface for igraph. ❗️GPL-2.0
  • StellarGraph (🥈29 · ⭐ 2.7K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2
  • pygal (🥈28 · ⭐ 2.5K · 💀) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
  • Karate Club (🥈25 · ⭐ 1.9K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0
  • DIG (🥈24 · ⭐ 1.5K) - A library for graph deep learning research. ❗️GPL-3.0
  • DeepWalk (🥉21 · ⭐ 2.5K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
  • pyRDF2Vec (🥉20 · ⭐ 190 · 💤) - Python Implementation and Extension of RDF2Vec. MIT
  • Sematch (🥉18 · ⭐ 410 · 💀) - semantic similarity framework for knowledge graph. Apache-2
  • DeepGraph (🥉16 · ⭐ 270 · 💀) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3
  • Euler (🥉15 · ⭐ 2.8K · 💀) - A distributed graph deep learning framework. Apache-2
  • GraphSAGE (🥉14 · ⭐ 3K · 💀) - Representation learning on large graphs using stochastic graph.. MIT
  • GraphVite (🥉13 · ⭐ 1.1K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2
  • ptgnn (🥉13 · ⭐ 370 · 💀) - A PyTorch Graph Neural Network Library. MIT

Audio Data

Back to top

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

espnet (🥇37 · ⭐ 6.3K) - End-to-End Speech Processing Toolkit. Apache-2
  • GitHub (👨‍💻 340 · 🔀 1.9K · 📥 78 · 📦 150 · 📋 2.1K - 20% open · ⏱️ 13.04.2023):

     git clone https://github.com/espnet/espnet
    
  • PyPi (📥 16K / month · 📦 5 · ⏱️ 28.05.2022):

     pip install espnet
    
speechbrain (🥇35 · ⭐ 5.7K) - A PyTorch-based Speech Toolkit. Apache-2
  • GitHub (👨‍💻 200 · 🔀 1K · 📦 590 · 📋 920 - 16% open · ⏱️ 11.04.2023):

     git clone https://github.com/speechbrain/speechbrain
    
  • PyPi (📥 78K / month · 📦 10 · ⏱️ 29.08.2022):

     pip install speechbrain
    
torchaudio (🥇35 · ⭐ 2K) - Data manipulation and transformation for audio signal.. BSD-2
  • GitHub (👨‍💻 200 · 🔀 530 · 📋 820 - 27% open · ⏱️ 12.04.2023):

     git clone https://github.com/pytorch/audio
    
  • PyPi (📥 1.1M / month · 📦 270 · ⏱️ 15.12.2022):

     pip install torchaudio
    
Pydub (🥈34 · ⭐ 7.1K) - Manipulate audio with a simple and easy high level interface. MIT
  • GitHub (👨‍💻 95 · 🔀 930 · 📦 22K · 📋 560 - 53% open · ⏱️ 08.12.2022):

     git clone https://github.com/jiaaro/pydub
    
  • PyPi (📥 6.8M / month · 📦 1K · ⏱️ 10.03.2021):

     pip install pydub
    
  • Conda (📥 45K · ⏱️ 13.03.2021):

     conda install -c conda-forge pydub
    
Coqui TTS (🥈33 · ⭐ 10K) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0
  • GitHub (👨‍💻 120 · 🔀 1.2K · 📥 700K · 📋 550 - 5% open · ⏱️ 12.04.2023):

     git clone https://github.com/coqui-ai/TTS
    
  • PyPi (📥 25K / month · 📦 12 · ⏱️ 11.01.2023):

     pip install tts
    
  • Conda (📥 7.2K · ⏱️ 15.12.2021):

     conda install -c conda-forge tts
    
SpeechRecognition (🥈33 · ⭐ 7K) - Speech recognition module for Python, supporting several.. BSD-3
  • GitHub (👨‍💻 49 · 🔀 2.2K · 📋 580 - 48% open · ⏱️ 13.03.2023):

     git clone https://github.com/Uberi/speech_recognition
    
  • PyPi (📥 430K / month · 📦 760 · ⏱️ 04.12.2022):

     pip install SpeechRecognition
    
  • Conda (📥 160K · ⏱️ 14.03.2023):

     conda install -c conda-forge speechrecognition
    
librosa (🥈33 · ⭐ 5.8K) - Python library for audio and music analysis. ISC
  • GitHub (👨‍💻 110 · 🔀 880 · 📋 1.1K - 4% open · ⏱️ 02.04.2023):

     git clone https://github.com/librosa/librosa
    
  • PyPi (📥 1.8M / month · 📦 1.4K · ⏱️ 27.06.2022):

     pip install librosa
    
  • Conda (📥 610K · ⏱️ 17.03.2023):

     conda install -c conda-forge librosa
    
spleeter (🥈32 · ⭐ 22K) - Deezer source separation library including pretrained models. MIT
  • GitHub (👨‍💻 19 · 🔀 2.4K · 📥 2.3M · 📦 480 · 📋 740 - 25% open · ⏱️ 06.04.2023):

     git clone https://github.com/deezer/spleeter
    
  • PyPi (📥 18K / month · 📦 5 · ⏱️ 07.09.2022):

     pip install spleeter
    
  • Conda (📥 74K · ⏱️ 30.06.2020):

     conda install -c conda-forge spleeter
    
Magenta (🥈31 · ⭐ 18K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2
  • GitHub (👨‍💻 160 · 🔀 3.7K · 📦 410 · 📋 960 - 38% open · ⏱️ 18.01.2023):

     git clone https://github.com/magenta/magenta
    
  • PyPi (📥 9K / month · 📦 38 · ⏱️ 01.08.2022):

     pip install magenta
    
python-soundfile (🥈31 · ⭐ 530) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
  • GitHub (👨‍💻 30 · 🔀 87 · 📥 14K · 📦 19K · 📋 210 - 40% open · ⏱️ 24.03.2023):

     git clone https://github.com/bastibe/python-soundfile
    
  • PyPi (📥 1.2M / month · 📦 95 · ⏱️ 27.09.2022):

     pip install soundfile
    
  • Conda:

     conda install -c anaconda pysoundfile
    
pyAudioAnalysis (🥈28 · ⭐ 5.2K · 💤) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 1.1K · 📦 340 · 📋 310 - 60% open · ⏱️ 18.09.2022):

     git clone https://github.com/tyiannak/pyAudioAnalysis
    
  • PyPi (📥 17K / month · 📦 19 · ⏱️ 07.02.2022):

     pip install pyAudioAnalysis
    
audioread (🥈28 · ⭐ 430) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.. MIT
  • GitHub (👨‍💻 23 · 🔀 100 · 📦 12K · 📋 87 - 40% open · ⏱️ 18.11.2022):

     git clone https://github.com/beetbox/audioread
    
  • PyPi (📥 1.4M / month · 📦 330 · ⏱️ 12.08.2022):

     pip install audioread
    
  • Conda (📥 610K · ⏱️ 29.10.2022):

     conda install -c conda-forge audioread
    
Porcupine (🥉27 · ⭐ 3K) - On-device wake word detection powered by deep learning. Apache-2
  • GitHub (👨‍💻 34 · 🔀 420 · 📦 15 · 📋 430 - 0% open · ⏱️ 13.04.2023):

     git clone https://github.com/Picovoice/Porcupine
    
  • PyPi (📥 2.9K / month · 📦 12 · ⏱️ 28.06.2022):

     pip install pvporcupine
    
audiomentations (🥉27 · ⭐ 1.3K) - A Python library for audio data augmentation. Inspired by.. MIT
  • GitHub (👨‍💻 24 · 🔀 160 · 📦 230 · 📋 160 - 28% open · ⏱️ 27.03.2023):

     git clone https://github.com/iver56/audiomentations
    
  • PyPi (📥 7.6K / month · 📦 2 · ⏱️ 12.01.2023):

     pip install audiomentations
    
tinytag (🥉25 · ⭐ 590) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A,.. MIT
  • GitHub (👨‍💻 25 · 🔀 94 · 📦 730 · 📋 99 - 13% open · ⏱️ 20.03.2023):

     git clone https://github.com/devsnd/tinytag
    
  • PyPi (📥 17K / month · 📦 70 · ⏱️ 12.03.2022):

     pip install tinytag
    
DDSP (🥉23 · ⭐ 2.5K) - DDSP: Differentiable Digital Signal Processing. Apache-2
  • GitHub (👨‍💻 32 · 🔀 290 · 📦 39 · 📋 150 - 22% open · ⏱️ 22.12.2022):

     git clone https://github.com/magenta/ddsp
    
  • PyPi (📥 3.8K / month · 📦 1 · ⏱️ 04.10.2022):

     pip install ddsp
    
  • Conda (📥 13K · ⏱️ 08.06.2020):

     conda install -c conda-forge ddsp
    
kapre (🥉23 · ⭐ 880 · 💤) - kapre: Keras Audio Preprocessors. MIT
  • GitHub (👨‍💻 13 · 🔀 140 · 📥 22 · 📦 2.2K · 📋 96 - 14% open · ⏱️ 04.07.2022):

     git clone https://github.com/keunwoochoi/kapre
    
  • PyPi (📥 18K / month · 📦 14 · ⏱️ 21.01.2022):

     pip install kapre
    
nnAudio (🥉22 · ⭐ 830) - Audio processing by using pytorch 1D convolution network. MIT
  • GitHub (👨‍💻 14 · 🔀 82 · 📦 89 · 📋 59 - 28% open · ⏱️ 28.03.2023):

     git clone https://github.com/KinWaiCheuk/nnAudio
    
  • PyPi (📥 3.1K / month · 📦 1 · ⏱️ 09.10.2022):

     pip install nnAudio
    
Julius (🥉19 · ⭐ 330 · 💤) - Fast PyTorch based DSP for audio and 1D signals. MIT
  • GitHub (👨‍💻 2 · 🔀 20 · 📦 300 · ⏱️ 19.09.2022):

     git clone https://github.com/adefossez/julius
    
  • PyPi (📥 99K / month · 📦 5 · ⏱️ 20.09.2022):

     pip install julius
    
Show 10 hidden projects...
  • DeepSpeech (🥈34 · ⭐ 22K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0
  • Essentia (🥈28 · ⭐ 2.4K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
  • aubio (🥉27 · ⭐ 2.9K · 💀) - a library for audio and music analysis. ❗️GPL-3.0
  • Madmom (🥉25 · ⭐ 1.1K · 💀) - Python audio and music signal processing library. BSD-3
  • python_speech_features (🥉23 · ⭐ 2.2K · 💀) - This library provides common speech features for ASR.. MIT
  • TTS (🥉22 · ⭐ 7.1K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0
  • Dejavu (🥉22 · ⭐ 6K · 💀) - Audio fingerprinting and recognition in Python. MIT
  • TimeSide (🥉22 · ⭐ 350) - scalable audio processing framework and server written in Python. ❗️AGPL-3.0
  • Muda (🥉17 · ⭐ 220 · 💀) - A library for augmenting annotated audio data. ISC
  • textlesslib (🥉9 · ⭐ 400 · 💀) - 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 (🥇42 · ⭐ 11K) - WebGL2 powered visualization framework. MIT
  • GitHub (👨‍💻 220 · 🔀 2K · 📦 5.7K · 📋 2.7K - 7% open · ⏱️ 13.04.2023):

     git clone https://github.com/visgl/deck.gl
    
  • PyPi (📥 1.2M / month · 📦 38 · ⏱️ 04.11.2022):

     pip install pydeck
    
  • Conda (📥 330K · ⏱️ 04.11.2022):

     conda install -c conda-forge pydeck
    
  • npm (📥 480K / month · 📦 440 · ⏱️ 05.04.2023):

     npm install deck.gl
    
GeoPandas (🥇40 · ⭐ 3.6K · 📈) - Python tools for geographic data. BSD-3
  • GitHub (👨‍💻 200 · 🔀 810 · 📥 1.8K · 📦 21K · 📋 1.5K - 27% open · ⏱️ 11.04.2023):

     git clone https://github.com/geopandas/geopandas
    
  • PyPi (📥 3.9M / month · 📦 1.5K · ⏱️ 10.12.2022):

     pip install geopandas
    
  • Conda (📥 2.7M · ⏱️ 10.12.2022):

     conda install -c conda-forge geopandas
    
folium (🥇39 · ⭐ 6.2K) - Python Data. Leaflet.js Maps. MIT
  • GitHub (👨‍💻 150 · 🔀 2.2K · 📦 24K · 📋 1K - 5% open · ⏱️ 09.04.2023):

     git clone https://github.com/python-visualization/folium
    
  • PyPi (📥 880K / month · 📦 720 · ⏱️ 12.12.2022):

     pip install folium
    
  • Conda (📥 1.9M · ⏱️ 13.12.2022):

     conda install -c conda-forge folium
    
Rasterio (🥈38 · ⭐ 1.9K) - Rasterio reads and writes geospatial raster datasets. BSD-3
  • GitHub (👨‍💻 140 · 🔀 510 · 📥 780 · 📦 7.3K · 📋 1.7K - 8% open · ⏱️ 08.04.2023):

     git clone https://github.com/rasterio/rasterio
    
  • PyPi (📥 950K / month · 📦 900 · ⏱️ 13.02.2023):

     pip install rasterio
    
  • Conda (📥 2.2M · ⏱️ 26.02.2023):

     conda install -c conda-forge rasterio
    
Shapely (🥈37 · ⭐ 3.2K) - Manipulation and analysis of geometric objects. BSD-3
  • GitHub (👨‍💻 140 · 🔀 520 · 📥 1K · 📦 43K · 📋 1.1K - 19% open · ⏱️ 04.04.2023):

     git clone https://github.com/shapely/shapely
    
  • PyPi (📥 11M / month · 📦 720 · ⏱️ 30.01.2023):

     pip install shapely
    
  • Conda (📥 6.5M · ⏱️ 17.03.2023):

     conda install -c conda-forge shapely
    
Fiona (🥈36 · ⭐ 1K) - Fiona reads and writes geographic data files. BSD-3
  • GitHub (👨‍💻 68 · 🔀 200 · 📦 12K · 📋 740 - 4% open · ⏱️ 10.04.2023):

     git clone https://github.com/Toblerity/Fiona
    
  • PyPi (📥 4.1M / month · 📦 850 · ⏱️ 10.02.2023):

     pip install fiona
    
  • Conda (📥 4.3M · ⏱️ 10.04.2023):

     conda install -c conda-forge fiona
    
pyproj (🥈36 · ⭐ 870) - Python interface to PROJ (cartographic projections and coordinate.. MIT
  • GitHub (👨‍💻 60 · 🔀 190 · 📦 20K · 📋 560 - 4% open · ⏱️ 12.04.2023):

     git clone https://github.com/pyproj4/pyproj
    
  • PyPi (📥 5.8M / month · 📦 1.9K · ⏱️ 13.12.2022):

     pip install pyproj
    
  • Conda (📥 5.7M · ⏱️ 29.03.2023):

     conda install -c conda-forge pyproj
    
geopy (🥈34 · ⭐ 3.9K) - Geocoding library for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 610 · 📋 280 - 12% open · ⏱️ 13.11.2022):

     git clone https://github.com/geopy/geopy
    
  • PyPi (📥 4.3M / month · 📦 4K · ⏱️ 13.11.2022):

     pip install geopy
    
  • Conda (📥 1M · ⏱️ 13.11.2022):

     conda install -c conda-forge geopy
    
ArcGIS API (🥈32 · ⭐ 1.6K) - Documentation and samples for ArcGIS API for Python. Apache-2
  • GitHub (👨‍💻 86 · 🔀 990 · 📥 7.8K · 📋 550 - 7% open · ⏱️ 11.04.2023):

     git clone https://github.com/Esri/arcgis-python-api
    
  • PyPi (📥 60K / month · 📦 31 · ⏱️ 27.01.2023):

     pip install arcgis
    
  • Docker Hub (📥 8.9K · ⭐ 40 · ⏱️ 17.06.2022):

     docker pull esridocker/arcgis-api-python-notebook
    
ipyleaflet (🥉31 · ⭐ 1.3K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 82 · 🔀 350 · 📦 4.1K · 📋 560 - 41% open · ⏱️ 10.02.2023):

     git clone https://github.com/jupyter-widgets/ipyleaflet
    
  • PyPi (📥 170K / month · 📦 130 · ⏱️ 19.10.2022):

     pip install ipyleaflet
    
  • Conda (📥 990K · ⏱️ 19.10.2022):

     conda install -c conda-forge ipyleaflet
    
  • npm (📥 48K / month · 📦 5 · ⏱️ 19.10.2022):

     npm install jupyter-leaflet
    
geojson (🥉31 · ⭐ 790) - Python bindings and utilities for GeoJSON. BSD-3
  • GitHub (👨‍💻 53 · 🔀 110 · 📦 12K · 📋 91 - 23% open · ⏱️ 08.04.2023):

     git clone https://github.com/jazzband/geojson
    
  • PyPi (📥 960K / month · 📦 1.2K · ⏱️ 26.01.2023):

     pip install geojson
    
  • Conda (📥 680K · ⏱️ 16.02.2023):

     conda install -c conda-forge geojson
    
PySAL (🥉27 · ⭐ 1.1K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3
  • GitHub (👨‍💻 78 · 🔀 280 · 📋 620 - 1% open · ⏱️ 15.03.2023):

     git clone https://github.com/pysal/pysal
    
  • PyPi (📥 15K / month · 📦 32 · ⏱️ 31.01.2023):

     pip install pysal
    
  • Conda (📥 480K · ⏱️ 31.01.2023):

     conda install -c conda-forge pysal
    
GeoViews (🥉26 · ⭐ 470) - Simple, concise geographical visualization in Python. BSD-3
  • GitHub (👨‍💻 28 · 🔀 68 · 📦 630 · 📋 320 - 35% open · ⏱️ 08.04.2023):

     git clone https://github.com/holoviz/geoviews
    
  • PyPi (📥 4.9K / month · 📦 32 · ⏱️ 17.01.2023):

     pip install geoviews
    
  • Conda (📥 160K · ⏱️ 17.01.2023):

     conda install -c conda-forge geoviews
    
pymap3d (🥉25 · ⭐ 300) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2
  • GitHub (👨‍💻 15 · 🔀 78 · 📦 250 · 📋 47 - 6% open · ⏱️ 05.03.2023):

     git clone https://github.com/geospace-code/pymap3d
    
  • PyPi (📥 80K / month · 📦 18 · ⏱️ 03.07.2022):

     pip install pymap3d
    
  • Conda (📥 48K · ⏱️ 05.03.2023):

     conda install -c conda-forge pymap3d
    
Show 8 hidden projects...
  • Geocoder (🥈32 · ⭐ 1.5K · 💀) - Python Geocoder. MIT
  • Satpy (🥉30 · ⭐ 910) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
  • Sentinelsat (🥉29 · ⭐ 870) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
  • EarthPy (🥉26 · ⭐ 430 · 💀) - A package built to support working with spatial data using open.. BSD-3
  • prettymaps (🥉25 · ⭐ 9.6K) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0
  • gmaps (🥉23 · ⭐ 750 · 💀) - Google maps for Jupyter notebooks. BSD-3
  • Mapbox GL (🥉23 · ⭐ 630 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
  • geoplotlib (🥉21 · ⭐ 980 · 💀) - 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 (🥇39 · ⭐ 9.3K) - Download market data from Yahoo! Finances API. Apache-2
  • GitHub (👨‍💻 80 · 🔀 1.9K · 📦 21K · 📋 1.1K - 21% open · ⏱️ 10.04.2023):

     git clone https://github.com/ranaroussi/yfinance
    
  • PyPi (📥 750K / month · 📦 220 · ⏱️ 16.06.2022):

     pip install yfinance
    
  • Conda (📥 75K · ⏱️ 10.07.2021):

     conda install -c ranaroussi yfinance
    
ta (🥈30 · ⭐ 3.6K · 💤) - Technical Analysis Library using Pandas and Numpy. MIT
  • GitHub (👨‍💻 29 · 🔀 770 · 📦 1.9K · 📋 230 - 56% open · ⏱️ 23.08.2022):

     git clone https://github.com/bukosabino/ta
    
  • PyPi (📥 86K / month · 📦 40 · ⏱️ 23.08.2022):

     pip install ta
    
  • Conda (📥 13K · ⏱️ 23.08.2022):

     conda install -c conda-forge ta
    
Qlib (🥈29 · ⭐ 11K) - Qlib is an AI-oriented quantitative investment platform, which aims to.. MIT
  • GitHub (👨‍💻 110 · 🔀 1.9K · 📥 340 · 📋 730 - 28% open · ⏱️ 10.04.2023):

     git clone https://github.com/microsoft/qlib
    
  • PyPi (📥 2.2K / month · ⏱️ 29.01.2023):

     pip install pyqlib
    
IB-insync (🥈28 · ⭐ 2.1K) - Python sync/async framework for Interactive Brokers API. BSD-2
  • GitHub (👨‍💻 35 · 🔀 550 · 📋 480 - 1% open · ⏱️ 02.04.2023):

     git clone https://github.com/erdewit/ib_insync
    
  • PyPi (📥 15K / month · 📦 24 · ⏱️ 16.12.2022):

     pip install ib_insync
    
  • Conda (📥 28K · ⏱️ 03.01.2023):

     conda install -c conda-forge ib-insync
    
bt (🥈28 · ⭐ 1.6K) - bt - flexible backtesting for Python. MIT
  • GitHub (👨‍💻 27 · 🔀 360 · 📦 1.5K · 📋 320 - 23% open · ⏱️ 22.11.2022):

     git clone https://github.com/pmorissette/bt
    
  • PyPi (📥 7.3K / month · 📦 24 · ⏱️ 21.04.2021):

     pip install bt
    
  • Conda (📥 13K · ⏱️ 12.11.2022):

     conda install -c conda-forge bt
    
ffn (🥈27 · ⭐ 1.5K) - ffn - a financial function library for Python. MIT
  • GitHub (👨‍💻 29 · 🔀 260 · 📦 300 · 📋 110 - 18% open · ⏱️ 21.12.2022):

     git clone https://github.com/pmorissette/ffn
    
  • PyPi (📥 170K / month · 📦 25 · ⏱️ 21.04.2021):

     pip install ffn
    
  • Conda (📥 3.1K · ⏱️ 22.04.2021):

     conda install -c conda-forge ffn
    
Alpha Vantage (🥉26 · ⭐ 3.9K) - A python wrapper for Alpha Vantage API for financial data. MIT
  • GitHub (👨‍💻 42 · 🔀 670 · 📋 270 - 2% open · ⏱️ 25.12.2022):

     git clone https://github.com/RomelTorres/alpha_vantage
    
  • PyPi (📥 23K / month · 📦 25 · ⏱️ 21.12.2020):

     pip install alpha_vantage
    
  • Conda (📥 3.1K · ⏱️ 14.01.2021):

     conda install -c conda-forge alpha_vantage
    
TensorTrade (🥉25 · ⭐ 4.1K · 💤) - An open source reinforcement learning framework for.. Apache-2
  • GitHub (👨‍💻 61 · 🔀 980 · 📦 42 · 📋 250 - 20% open · ⏱️ 23.08.2022):

     git clone https://github.com/tensortrade-org/tensortrade
    
  • PyPi (📥 480 / month · 📦 1 · ⏱️ 10.05.2021):

     pip install tensortrade
    
  • Conda (📥 2.4K · ⏱️ 10.05.2021):

     conda install -c conda-forge tensortrade
    
stockstats (🥉25 · ⭐ 1.1K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3
  • GitHub (👨‍💻 9 · 🔀 270 · 📦 820 · 📋 97 - 16% open · ⏱️ 10.02.2023):

     git clone https://github.com/jealous/stockstats
    
  • PyPi (📥 11K / month · 📦 30 · ⏱️ 19.11.2022):

     pip install stockstats
    
PyAlgoTrade (🥉24 · ⭐ 4K) - Python Algorithmic Trading Library. Apache-2
  • GitHub (👨‍💻 11 · 🔀 1.3K · 📦 140 · 📋 140 - 38% open · ⏱️ 05.03.2023):

     git clone https://github.com/gbeced/pyalgotrade
    
  • PyPi (📥 1.1K / month · 📦 21 · ⏱️ 21.08.2018):

     pip install pyalgotrade
    
tf-quant-finance (🥉23 · ⭐ 3.7K) - High-performance TensorFlow library for quantitative.. Apache-2
  • GitHub (👨‍💻 45 · 🔀 490 · 📋 59 - 52% open · ⏱️ 20.03.2023):

     git clone https://github.com/google/tf-quant-finance
    
  • PyPi (📥 1.1K / month · 📦 2 · ⏱️ 19.08.2022):

     pip install tf-quant-finance
    
Crypto Signals (🥉22 · ⭐ 4.4K · 💤) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT
  • GitHub (👨‍💻 28 · 🔀 1.2K · 📋 260 - 22% open · ⏱️ 09.08.2022):

     git clone https://github.com/CryptoSignal/crypto-signal
    
  • Docker Hub (📥 140K · ⭐ 8 · ⏱️ 03.09.2020):

     docker pull shadowreaver/crypto-signal
    
finmarketpy (🥉20 · ⭐ 3.1K) - Python library for backtesting trading strategies & analyzing.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 450 · 📥 44 · 📦 8 · 📋 27 - 88% open · ⏱️ 20.12.2022):

     git clone https://github.com/cuemacro/finmarketpy
    
  • PyPi (📥 150 / month · ⏱️ 07.10.2021):

     pip install finmarketpy
    
Show 12 hidden projects...
  • zipline (🥇33 · ⭐ 16K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2
  • pyfolio (🥇31 · ⭐ 4.9K · 💀) - Portfolio and risk analytics in Python. Apache-2
  • backtrader (🥈29 · ⭐ 10K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0
  • arch (🥈29 · ⭐ 1.1K) - ARCH models in Python. ❗️NCSA
  • Alphalens (🥈27 · ⭐ 2.6K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2
  • empyrical (🥈27 · ⭐ 1K · 💀) - Common financial risk and performance metrics. Used by zipline.. Apache-2
  • Enigma Catalyst (🥉26 · ⭐ 2.4K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2
  • FinTA (🥉23 · ⭐ 1.9K · 💤) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0
  • Backtesting.py (🥉21 · ⭐ 3.5K) - Backtest trading strategies in Python. ❗️AGPL-3.0
  • FinQuant (🥉19 · ⭐ 940 · 💀) - A program for financial portfolio management, analysis and.. MIT
  • surpriver (🥉12 · ⭐ 1.6K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0
  • pyrtfolio (🥉8 · ⭐ 130 · 💀) - 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 (🥇36 · ⭐ 6.4K · 📉) - A unified framework for machine learning with time series. BSD-3
  • GitHub (👨‍💻 240 · 🔀 1.1K · 📥 79 · 📦 1.1K · 📋 1.7K - 34% open · ⏱️ 13.04.2023):

     git clone https://github.com/alan-turing-institute/sktime
    
  • PyPi (📥 810K / month · 📦 38 · ⏱️ 30.01.2023):

     pip install sktime
    
  • Conda (📥 360K · ⏱️ 07.04.2023):

     conda install -c conda-forge sktime-all-extras
    
Prophet (🥇35 · ⭐ 16K · 📉) - Tool for producing high quality forecasts for time series data that.. MIT
  • GitHub (👨‍💻 160 · 🔀 4.4K · 📥 1.4K · 📋 2K - 16% open · ⏱️ 28.02.2023):

     git clone https://github.com/facebook/prophet
    
  • PyPi (📥 1.4M / month · 📦 130 · ⏱️ 05.09.2020):

     pip install fbprophet
    
  • Conda (📥 510K · ⏱️ 21.01.2023):

     conda install -c conda-forge prophet
    
NeuralProphet (🥇33 · ⭐ 2.9K) - NeuralProphet: A simple forecasting package. MIT
  • GitHub (👨‍💻 37 · 🔀 400 · 📦 210 · 📋 460 - 20% open · ⏱️ 12.04.2023):

     git clone https://github.com/ourownstory/neural_prophet
    
  • PyPi (📥 160K / month · 📦 2 · ⏱️ 15.01.2023):

     pip install neuralprophet
    
tsfresh (🥈32 · ⭐ 7.2K) - Automatic extraction of relevant features from time series:. MIT
  • GitHub (👨‍💻 85 · 🔀 1.1K · 📋 520 - 11% open · ⏱️ 25.03.2023):

     git clone https://github.com/blue-yonder/tsfresh
    
  • PyPi (📥 250K / month · 📦 71 · ⏱️ 02.01.2023):

     pip install tsfresh
    
  • Conda (📥 710K · ⏱️ 31.12.2022):

     conda install -c conda-forge tsfresh
    
pmdarima (🥈32 · ⭐ 1.3K) - A statistical library designed to fill the void in Pythons time series.. MIT
  • GitHub (👨‍💻 22 · 🔀 220 · 📦 5K · 📋 310 - 13% open · ⏱️ 15.03.2023):

     git clone https://github.com/alkaline-ml/pmdarima
    
  • PyPi (📥 1.8M / month · 📦 73 · ⏱️ 28.11.2022):

     pip install pmdarima
    
  • Conda (📥 430K · ⏱️ 19.03.2023):

     conda install -c conda-forge pmdarima
    
Darts (🥈31 · ⭐ 5.7K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2
  • GitHub (👨‍💻 85 · 🔀 640 · 📦 230 · 📋 980 - 20% open · ⏱️ 12.04.2023):

     git clone https://github.com/unit8co/darts
    
  • PyPi (📥 14K / month · 📦 6 · ⏱️ 12.01.2023):

     pip install u8darts
    
  • Conda (📥 25K · ⏱️ 12.04.2023):

     conda install -c conda-forge u8darts-all
    
  • Docker Hub (📥 380 · ⏱️ 12.04.2023):

     docker pull unit8/darts
    
GluonTS (🥈31 · ⭐ 3.5K) - Probabilistic time series modeling in Python. Apache-2
  • GitHub (👨‍💻 100 · 🔀 690 · 📋 840 - 30% open · ⏱️ 13.04.2023):

     git clone https://github.com/awslabs/gluon-ts
    
  • PyPi (📥 150K / month · 📦 14 · ⏱️ 30.06.2022):

     pip install gluonts
    
  • Conda (📥 280 · ⏱️ 14.10.2021):

     conda install -c anaconda gluonts
    
STUMPY (🥈31 · ⭐ 2.6K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3
  • GitHub (👨‍💻 32 · 🔀 250 · 📦 390 · 📋 420 - 14% open · ⏱️ 12.04.2023):

     git clone https://github.com/TDAmeritrade/stumpy
    
  • PyPi (📥 170K / month · 📦 11 · ⏱️ 31.03.2022):

     pip install stumpy
    
  • Conda (📥 400K · ⏱️ 31.03.2022):

     conda install -c conda-forge stumpy
    
tslearn (🥈31 · ⭐ 2.4K) - A machine learning toolkit dedicated to time-series data. BSD-2
  • GitHub (👨‍💻 41 · 🔀 320 · 📦 760 · 📋 290 - 36% open · ⏱️ 24.03.2023):

     git clone https://github.com/tslearn-team/tslearn
    
  • PyPi (📥 190K / month · 📦 28 · ⏱️ 20.01.2023):

     pip install tslearn
    
  • Conda (📥 690K · ⏱️ 20.01.2023):

     conda install -c conda-forge tslearn
    
StatsForecast (🥈30 · ⭐ 2.5K) - Lightning fast forecasting with statistical and econometric.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 160 · 📦 210 · 📋 150 - 38% open · ⏱️ 11.04.2023):

     git clone https://github.com/Nixtla/statsforecast
    
  • PyPi (📥 360K / month · 📦 12 · ⏱️ 01.12.2022):

     pip install statsforecast
    
  • Conda (📥 32K · ⏱️ 09.03.2023):

     conda install -c conda-forge statsforecast
    
pytorch-forecasting (🥈29 · ⭐ 2.7K · 📈) - Time series forecasting with PyTorch. MIT
  • GitHub (👨‍💻 35 · 🔀 470 · 📋 630 - 57% open · ⏱️ 10.04.2023):

     git clone https://github.com/jdb78/pytorch-forecasting
    
  • PyPi (📥 84K / month · 📦 9 · ⏱️ 07.09.2022):

     pip install pytorch-forecasting
    
  • Conda (📥 40K · ⏱️ 23.05.2022):

     conda install -c conda-forge pytorch-forecasting
    
pyts (🥈26 · ⭐ 1.5K) - A Python package for time series classification. BSD-3
  • GitHub (👨‍💻 13 · 🔀 150 · 📦 350 · 📋 72 - 55% open · ⏱️ 07.02.2023):

     git clone https://github.com/johannfaouzi/pyts
    
  • PyPi (📥 99K / month · 📦 19 · ⏱️ 31.10.2021):

     pip install pyts
    
  • Conda (📥 18K · ⏱️ 31.10.2021):

     conda install -c conda-forge pyts
    
Streamz (🥈26 · ⭐ 1.2K) - Real-time stream processing for python. BSD-3
  • GitHub (👨‍💻 48 · 🔀 140 · 📦 380 · 📋 260 - 41% open · ⏱️ 22.12.2022):

     git clone https://github.com/python-streamz/streamz
    
  • PyPi (📥 16K / month · 📦 37 · ⏱️ 27.07.2022):

     pip install streamz
    
  • Conda (📥 610K · ⏱️ 28.07.2022):

     conda install -c conda-forge streamz
    
uber/orbit (🥉25 · ⭐ 1.6K) - A Python package for Bayesian forecasting with object-oriented.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 21 · 📋 380 - 14% open · ⏱️ 29.01.2023):

     git clone https://github.com/uber/orbit
    
  • PyPi (📥 140K / month · 📦 1 · ⏱️ 29.01.2023):

     pip install orbit-ml
    
  • Conda (📥 2.9K · ⏱️ 31.01.2023):

     conda install -c conda-forge orbit-ml
    
NeuralForecast (🥉25 · ⭐ 1.3K) - Scalable and user friendly neural forecasting algorithms. Apache-2
  • GitHub (👨‍💻 24 · 🔀 130 · 📦 13 · 📋 210 - 23% open · ⏱️ 13.04.2023):

     git clone https://github.com/Nixtla/neuralforecast
    
  • PyPi (📥 4K / month · 📦 2 · ⏱️ 15.12.2022):

     pip install neuralforecast
    
  • Conda (📥 5.5K · ⏱️ 15.02.2023):

     conda install -c conda-forge neuralforecast
    
TSFEL (🥉23 · ⭐ 640) - An intuitive library to extract features from time series. BSD-3
  • GitHub (👨‍💻 17 · 🔀 120 · 📦 78 · 📋 66 - 28% open · ⏱️ 02.03.2023):

     git clone https://github.com/fraunhoferportugal/tsfel
    
  • PyPi (📥 11K / month · ⏱️ 14.02.2021):

     pip install tsfel
    
greykite (🥉22 · ⭐ 1.7K) - A flexible, intuitive and fast forecasting library. BSD-2
  • GitHub (👨‍💻 8 · 🔀 92 · 📦 17 · 📋 86 - 17% open · ⏱️ 04.04.2023):

     git clone https://github.com/linkedin/greykite
    
  • PyPi (📥 13K / month · ⏱️ 15.07.2022):

     pip install greykite
    
tick (🥉22 · ⭐ 420) - Module for statistical learning, with a particular emphasis on time-.. BSD-3
  • GitHub (👨‍💻 18 · 🔀 91 · 📥 250 · 📦 69 · 📋 230 - 27% open · ⏱️ 05.03.2023):

     git clone https://github.com/X-DataInitiative/tick
    
  • PyPi (📥 1.4K / month · 📦 1 · ⏱️ 24.05.2020):

     pip install tick
    
Auto TS (🥉20 · ⭐ 560) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 98 · 📋 80 - 7% open · ⏱️ 27.03.2023):

     git clone https://github.com/AutoViML/Auto_TS
    
  • PyPi (📥 3.9K / month · ⏱️ 16.08.2022):

     pip install auto-ts
    
seglearn (🥉20 · ⭐ 550 · 💤) - Python module for machine learning time series:. BSD-3
  • GitHub (👨‍💻 14 · 🔀 64 · 📦 36 · 📋 30 - 20% open · ⏱️ 27.08.2022):

     git clone https://github.com/dmbee/seglearn
    
  • PyPi (📥 1.2K / month · 📦 1 · ⏱️ 27.08.2022):

     pip install seglearn
    
Show 9 hidden projects...
  • PyFlux (🥉24 · ⭐ 2K · 💀) - Open source time series library for Python. BSD-3
  • pydlm (🥉22 · ⭐ 440 · 💀) - A python library for Bayesian time series modeling. BSD-3
  • luminol (🥉21 · ⭐ 1.1K · 💀) - Anomaly Detection and Correlation library. Apache-2
  • ADTK (🥉19 · ⭐ 930 · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in time.. MPL-2.0
  • matrixprofile-ts (🥉19 · ⭐ 710 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2
  • tsflex (🥉19 · ⭐ 250) - Flexible time series feature extraction & processing. MIT
  • atspy (🥉14 · ⭐ 480 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT
  • tsaug (🥉13 · ⭐ 300 · 💀) - A Python package for time series augmentation. Apache-2
  • tslumen (🥉8 · ⭐ 48 · 🐣) - 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 (🥇38 · ⭐ 2.2K · 📈) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3
  • GitHub (👨‍💻 340 · 🔀 1.2K · 📦 2.5K · 📋 4.4K - 10% open · ⏱️ 13.04.2023):

     git clone https://github.com/mne-tools/mne-python
    
  • PyPi (📥 67K / month · 📦 250 · ⏱️ 22.12.2022):

     pip install mne
    
  • Conda (📥 280K · ⏱️ 10.04.2023):

     conda install -c conda-forge mne
    
MONAI (🥇35 · ⭐ 4K) - AI Toolkit for Healthcare Imaging. Apache-2
  • GitHub (👨‍💻 150 · 🔀 780 · 📦 840 · 📋 2.4K - 12% open · ⏱️ 12.04.2023):

     git clone https://github.com/Project-MONAI/MONAI
    
  • PyPi (📥 81K / month · 📦 42 · ⏱️ 19.12.2022):

     pip install monai
    
  • Conda (📥 11K · ⏱️ 19.12.2022):

     conda install -c conda-forge monai
    
Nilearn (🥇35 · ⭐ 970) - Machine learning for NeuroImaging in Python. BSD-3
  • GitHub (👨‍💻 210 · 🔀 500 · 📥 100 · 📦 2.1K · 📋 1.8K - 15% open · ⏱️ 13.04.2023):

     git clone https://github.com/nilearn/nilearn
    
  • PyPi (📥 38K / month · 📦 260 · ⏱️ 06.01.2023):

     pip install nilearn
    
  • Conda (📥 220K · ⏱️ 06.01.2023):

     conda install -c conda-forge nilearn
    
NIPYPE (🥈34 · ⭐ 670) - Workflows and interfaces for neuroimaging packages. Apache-2
  • GitHub (👨‍💻 240 · 🔀 510 · 📦 1.4K · 📋 1.3K - 29% open · ⏱️ 06.04.2023):

     git clone https://github.com/nipy/nipype
    
  • PyPi (📥 79K / month · 📦 160 · ⏱️ 21.09.2022):

     pip install nipype
    
  • Conda (📥 550K · ⏱️ 11.04.2023):

     conda install -c conda-forge nipype
    
NiBabel (🥈34 · ⭐ 530) - Python package to access a cacophony of neuro-imaging file formats. MIT
  • GitHub (👨‍💻 96 · 🔀 250 · 📦 10K · 📋 500 - 24% open · ⏱️ 03.04.2023):

     git clone https://github.com/nipy/nibabel
    
  • PyPi (📥 250K / month · 📦 1.1K · ⏱️ 09.01.2023):

     pip install nibabel
    
  • Conda (📥 560K · ⏱️ 07.04.2023):

     conda install -c conda-forge nibabel
    
Hail (🥈33 · ⭐ 870) - Scalable genomic data analysis. MIT
  • GitHub (👨‍💻 84 · 🔀 230 · 📦 94 · 📋 2.1K - 3% open · ⏱️ 13.04.2023):

     git clone https://github.com/hail-is/hail
    
  • PyPi (📥 23K / month · 📦 13 · ⏱️ 17.01.2023):

     pip install hail
    
Lifelines (🥈32 · ⭐ 2.1K) - Survival analysis in Python. MIT
  • GitHub (👨‍💻 100 · 🔀 520 · 📦 1.5K · 📋 900 - 26% open · ⏱️ 14.03.2023):

     git clone https://github.com/CamDavidsonPilon/lifelines
    
  • PyPi (📥 370K / month · 📦 110 · ⏱️ 17.11.2022):

     pip install lifelines
    
  • Conda (📥 250K · ⏱️ 17.11.2022):

     conda install -c conda-forge lifelines
    
DIPY (🥈32 · ⭐ 590) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3
  • GitHub (👨‍💻 140 · 🔀 370 · 📦 740 · 📋 840 - 17% open · ⏱️ 12.04.2023):

     git clone https://github.com/dipy/dipy
    
  • PyPi (📥 15K / month · 📦 88 · ⏱️ 16.01.2023):

     pip install dipy
    
  • Conda (📥 370K · ⏱️ 26.01.2023):

     conda install -c conda-forge dipy
    
DeepVariant (🥉27 · ⭐ 2.8K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3
  • GitHub (👨‍💻 26 · 🔀 660 · 📥 4.6K · 📋 580 - 1% open · ⏱️ 28.02.2023):

     git clone https://github.com/google/deepvariant
    
  • Conda (📥 51K · ⏱️ 10.04.2023):

     conda install -c bioconda deepvariant
    
pyRiemann (🥉26 · ⭐ 480) - Machine learning for multivariate data analysis through the.. BSD-3
  • GitHub (👨‍💻 25 · 🔀 140 · 📦 240 · 📋 95 - 7% open · ⏱️ 07.04.2023):

     git clone https://github.com/pyRiemann/pyRiemann
    
  • PyPi (📥 50K / month · 📦 15 · ⏱️ 17.07.2022):

     pip install pyriemann
    
NIPY (🥉24 · ⭐ 330) - Neuroimaging in Python FMRI analysis package. BSD-3
  • GitHub (👨‍💻 66 · 🔀 130 · 📋 160 - 28% open · ⏱️ 05.04.2023):

     git clone https://github.com/nipy/nipy
    
  • PyPi (📥 1.4K / month · 📦 50 · ⏱️ 29.03.2021):

     pip install nipy
    
  • Conda (📥 100K · ⏱️ 04.05.2020):

     conda install -c conda-forge nipy
    
Medical Detection Toolkit (🥉14 · ⭐ 1.2K · 💤) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2
  • GitHub (👨‍💻 3 · 🔀 290 · 📋 130 - 33% open · ⏱️ 04.04.2022):

     git clone https://github.com/MIC-DKFZ/medicaldetectiontoolkit
    
Show 8 hidden projects...
  • NiftyNet (🥉24 · ⭐ 1.3K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2
  • MedPy (🥉22 · ⭐ 470) - Medical image processing in Python. ❗️GPL-3.0
  • DLTK (🥉21 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2
  • Brainiak (🥉20 · ⭐ 290 · 💀) - Brain Imaging Analysis Kit. Apache-2
  • Glow (🥉19 · ⭐ 230) - An open-source toolkit for large-scale genomic analysis. Apache-2
  • MedicalTorch (🥉15 · ⭐ 810 · 💀) - A medical imaging framework for Pytorch. Apache-2
  • DeepNeuro (🥉13 · ⭐ 110 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT
  • MedicalNet (🥉12 · ⭐ 1.6K · 💀) - Many studies have shown that the performance on deep learning is.. MIT

Tabular Data

Back to top

Libraries for processing tabular and structured data.

carefree-learn (🥇22 · ⭐ 390) - Deep Learning PyTorch. MIT
  • GitHub (👨‍💻 1 · 🔀 37 · 📦 3 · ⏱️ 12.04.2023):

     git clone https://github.com/carefree0910/carefree-learn
    
  • PyPi (📥 1.1K / month · ⏱️ 20.06.2022):

     pip install carefree-learn
    
pytorch_tabular (🥉21 · ⭐ 880) - A standard framework for modelling Deep Learning Models.. MIT
  • GitHub (👨‍💻 15 · 🔀 99 · 📥 3 · 📋 100 - 12% open · ⏱️ 15.03.2023):

     git clone https://github.com/manujosephv/pytorch_tabular
    
  • PyPi (📥 2.7K / month · 📦 1 · ⏱️ 20.01.2023):

     pip install pytorch_tabular
    
Show 3 hidden projects...
  • miceforest (🥇22 · ⭐ 230) - Multiple Imputation with LightGBM in Python. MIT
  • upgini (🥉19 · ⭐ 190) - Data search library for Machine Learning Easily find and add relevant.. BSD-3
  • deltapy (🥉12 · ⭐ 490 · 💀) - 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 (🥇35 · ⭐ 30K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2
  • GitHub (👨‍💻 150 · 🔀 6.1K · 📦 1.3K · 📋 7.1K - 22% open · ⏱️ 10.04.2023):

     git clone https://github.com/PaddlePaddle/PaddleOCR
    
  • PyPi (📥 43K / month · 📦 23 · ⏱️ 14.12.2022):

     pip install paddleocr
    
EasyOCR (🥇32 · ⭐ 18K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 2.5K · 📥 4.2M · 📦 2.5K · 📋 750 - 25% open · ⏱️ 29.03.2023):

     git clone https://github.com/JaidedAI/EasyOCR
    
  • PyPi (📥 130K / month · 📦 53 · ⏱️ 20.09.2022):

     pip install easyocr
    
OCRmyPDF (🥇32 · ⭐ 8.7K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0
  • GitHub (👨‍💻 81 · 🔀 680 · 📦 510 · 📋 950 - 11% open · ⏱️ 13.04.2023):

     git clone https://github.com/ocrmypdf/OCRmyPDF
    
  • PyPi (📥 29K / month · 📦 17 · ⏱️ 04.01.2023):

     pip install ocrmypdf
    
  • Conda (📥 42K · ⏱️ 20.03.2023):

     conda install -c conda-forge ocrmypdf
    
Tesseract (🥇32 · ⭐ 4.8K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2
  • GitHub (👨‍💻 43 · 🔀 640 · 📋 330 - 8% open · ⏱️ 08.04.2023):

     git clone https://github.com/madmaze/pytesseract
    
  • PyPi (📥 870K / month · 📦 1K · ⏱️ 16.08.2022):

     pip install pytesseract
    
  • Conda (📥 560K · ⏱️ 15.03.2022):

     conda install -c conda-forge pytesseract
    
MMOCR (🥈31 · ⭐ 3.3K) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2
  • GitHub (👨‍💻 78 · 🔀 630 · 📦 46 · 📋 810 - 13% open · ⏱️ 06.04.2023):

     git clone https://github.com/open-mmlab/mmocr
    
  • PyPi (📥 10K / month · 📦 2 · ⏱️ 06.01.2023):

     pip install mmocr
    
tesserocr (🥉29 · ⭐ 1.8K) - A Python wrapper for the tesseract-ocr API. MIT
  • GitHub (👨‍💻 27 · 🔀 240 · 📦 820 · 📋 260 - 30% open · ⏱️ 14.03.2023):

     git clone https://github.com/sirfz/tesserocr
    
  • PyPi (📥 42K / month · 📦 71 · ⏱️ 19.06.2021):

     pip install tesserocr
    
  • Conda (📥 110K · ⏱️ 06.11.2022):

     conda install -c conda-forge tesserocr
    
keras-ocr (🥉26 · ⭐ 1.2K) - A packaged and flexible version of the CRAFT text detector and.. MIT
  • GitHub (👨‍💻 17 · 🔀 300 · 📥 510K · 📦 220 · 📋 190 - 42% open · ⏱️ 24.12.2022):

     git clone https://github.com/faustomorales/keras-ocr
    
  • PyPi (📥 9.5K / month · 📦 5 · ⏱️ 24.12.2022):

     pip install keras-ocr
    
  • Conda (📥 190 · ⏱️ 14.01.2022):

     conda install -c anaconda keras-ocr
    
pdftabextract (🥉21 · ⭐ 2K · 💤) - A set of tools for extracting tables from PDF files.. Apache-2
  • GitHub (👨‍💻 3 · 🔀 350 · 📦 42 · 📋 21 - 14% open · ⏱️ 24.06.2022):

     git clone https://github.com/WZBSocialScienceCenter/pdftabextract
    
  • PyPi (📥 220 / month · 📦 1 · ⏱️ 09.01.2018):

     pip install pdftabextract
    
calamari (🥉20 · ⭐ 970) - Line based ATR Engine based on OCRopy. Apache-2
  • GitHub (👨‍💻 20 · 🔀 200 · 📋 260 - 21% open · ⏱️ 22.11.2022):

     git clone https://github.com/Calamari-OCR/calamari
    
  • PyPi (📥 1.5K / month · 📦 2 · ⏱️ 13.11.2018):

     pip install calamari_ocr
    
Mozart (🥉10 · ⭐ 460 · 💤) - An optical music recognition (OMR) system. Converts sheet.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 67 · 📋 13 - 15% open · ⏱️ 24.08.2022):

     git clone https://github.com/aashrafh/Mozart
    
Show 2 hidden projects...
  • attention-ocr (🥉21 · ⭐ 940 · 💀) - 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

Data Containers & Structures

Back to top

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

🔗 best-of-python - Data Containers ( ⭐ 2.9K) - 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 ( ⭐ 2.9K) - 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 ( ⭐ 1.9K) - 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 ( ⭐ 2.9K) - Libraries for data batch- and stream-processing,..


Distributed Machine Learning

Back to top

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

Ray (🥇44 · ⭐ 25K) - Ray is a unified framework for scaling AI and Python applications. Ray.. Apache-2
  • GitHub (👨‍💻 840 · 🔀 4.3K · 📥 58 · 📦 8.9K · 📋 14K - 19% open · ⏱️ 13.04.2023):

     git clone https://github.com/ray-project/ray
    
  • PyPi (📥 2.5M / month · 📦 470 · ⏱️ 24.02.2023):

     pip install ray
    
  • Conda (📥 110K · ⏱️ 26.02.2023):

     conda install -c conda-forge ray-tune
    
dask (🥇43 · ⭐ 11K) - Parallel computing with task scheduling. BSD-3
  • GitHub (👨‍💻 580 · 🔀 1.6K · 📦 48K · 📋 4.9K - 18% open · ⏱️ 12.04.2023):

     git clone https://github.com/dask/dask
    
  • PyPi (📥 7M / month · 📦 3.1K · ⏱️ 01.03.2023):

     pip install dask
    
  • Conda (📥 8.5M · ⏱️ 24.03.2023):

     conda install -c conda-forge dask
    
dask.distributed (🥇40 · ⭐ 1.5K) - A distributed task scheduler for Dask. BSD-3
  • GitHub (👨‍💻 310 · 🔀 680 · 📦 28K · 📋 3.5K - 39% open · ⏱️ 13.04.2023):

     git clone https://github.com/dask/distributed
    
  • PyPi (📥 4.9M / month · 📦 1.3K · ⏱️ 27.01.2023):

     pip install distributed
    
  • Conda (📥 10M · ⏱️ 05.04.2023):

     conda install -c conda-forge distributed
    
DeepSpeed (🥇38 · ⭐ 15K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2
  • GitHub (👨‍💻 180 · 🔀 1.7K · 📦 1.1K · 📋 1.5K - 48% open · ⏱️ 12.04.2023):

     git clone https://github.com/microsoft/DeepSpeed
    
  • PyPi (📥 320K / month · 📦 36 · ⏱️ 17.01.2023):

     pip install deepspeed
    
  • Docker Hub (📥 16K · ⭐ 3 · ⏱️ 02.09.2022):

     docker pull deepspeed/deepspeed
    
horovod (🥇38 · ⭐ 13K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2
  • GitHub (👨‍💻 160 · 🔀 2.2K · 📦 860 · 📋 2.2K - 16% open · ⏱️ 11.04.2023):

     git clone https://github.com/horovod/horovod
    
  • PyPi (📥 91K / month · 📦 35 · ⏱️ 21.06.2022):

     pip install horovod
    
metrics (🥈36 · ⭐ 1.4K) - Torchmetrics - Machine learning metrics for distributed,.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 290 · 📥 1.6K · 📦 9.7K · 📋 590 - 10% open · ⏱️ 13.04.2023):

     git clone https://github.com/Lightning-AI/metrics
    
  • PyPi (📥 12K / month · 📦 14 · ⏱️ 28.04.2018):

     pip install metrics
    
  • Conda (📥 790K · ⏱️ 13.03.2023):

     conda install -c conda-forge torchmetrics
    
BigDL (🥈35 · ⭐ 4.2K) - Fast, distributed, secure AI for Big Data. Apache-2
  • GitHub (👨‍💻 180 · 🔀 1.1K · 📦 42 · 📋 1.9K - 38% open · ⏱️ 13.04.2023):

     git clone https://github.com/intel-analytics/BigDL
    
  • PyPi (📥 3.5K / month · 📦 1 · ⏱️ 07.07.2022):

     pip install bigdl
    
  • Maven (📦 4 · ⏱️ 20.04.2021):

     <dependency>
     	<groupId>com.intel.analytics.bigdl</groupId>
     	<artifactId>bigdl-SPARK_2.4</artifactId>
     	<version>[VERSION]</version>
     </dependency>
    
ColossalAI (🥈32 · ⭐ 28K) - Making large AI models cheaper, faster and more accessible. Apache-2
  • GitHub (👨‍💻 130 · 🔀 3.2K · 📦 210 · 📋 930 - 38% open · ⏱️ 13.04.2023):

     git clone https://github.com/hpcaitech/colossalai
    
H2O-3 (🥈32 · ⭐ 6.2K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 1.9K · 📋 230 - 92% open · ⏱️ 13.04.2023):

     git clone https://github.com/h2oai/h2o-3
    
  • PyPi (📥 400K / month · 📦 81 · ⏱️ 08.02.2023):

     pip install h2o
    
FairScale (🥈32 · ⭐ 2.2K) - PyTorch extensions for high performance and large scale training. BSD-3
  • GitHub (👨‍💻 71 · 🔀 210 · 📦 1.8K · 📋 340 - 18% open · ⏱️ 11.04.2023):

     git clone https://github.com/facebookresearch/fairscale
    
  • PyPi (📥 450K / month · 📦 26 · ⏱️ 11.12.2022):

     pip install fairscale
    
  • Conda (📥 110K · ⏱️ 12.12.2022):

     conda install -c conda-forge fairscale
    
SynapseML (🥈30 · ⭐ 4K) - Simple and Distributed Machine Learning. MIT
  • GitHub (👨‍💻 110 · 🔀 730 · 📋 660 - 41% open · ⏱️ 13.04.2023):

     git clone https://github.com/microsoft/SynapseML
    
  • PyPi (📥 95K / month · 📦 3 · ⏱️ 22.11.2022):

     pip install synapseml
    
Elephas (🥈29 · ⭐ 1.6K · 💤) - Distributed Deep learning with Keras & Spark. MIT keras
  • GitHub (👨‍💻 27 · 🔀 310 · 📦 66 · 📋 160 - 4% open · ⏱️ 31.08.2022):

     git clone https://github.com/maxpumperla/elephas
    
  • PyPi (📥 71K / month · 📦 3 · ⏱️ 04.03.2023):

     pip install elephas
    
  • Conda (📥 11K · ⏱️ 02.06.2021):

     conda install -c conda-forge elephas
    
dask-ml (🥈29 · ⭐ 840) - Scalable Machine Learning with Dask. BSD-3
  • GitHub (👨‍💻 77 · 🔀 240 · 📦 780 · 📋 510 - 51% open · ⏱️ 24.03.2023):

     git clone https://github.com/dask/dask-ml
    
  • PyPi (📥 210K / month · 📦 65 · ⏱️ 27.05.2022):

     pip install dask-ml
    
  • Conda (📥 690K · ⏱️ 25.03.2023):

     conda install -c conda-forge dask-ml
    
mpi4py (🥈29 · ⭐ 630) - Python bindings for MPI. BSD-2
  • GitHub (👨‍💻 23 · 🔀 96 · 📥 11K · 📋 110 - 9% open · ⏱️ 12.04.2023):

     git clone https://github.com/mpi4py/mpi4py
    
  • PyPi (📥 180K / month · 📦 680 · ⏱️ 02.11.2022):

     pip install mpi4py
    
  • Conda (📥 1.8M · ⏱️ 03.11.2022):

     conda install -c conda-forge mpi4py
    
TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💤) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2
  • GitHub (👨‍💻 34 · 🔀 960 · 📋 360 - 2% open · ⏱️ 21.04.2022):

     git clone https://github.com/yahoo/TensorFlowOnSpark
    
  • PyPi (📥 210K / month · 📦 5 · ⏱️ 21.04.2022):

     pip install tensorflowonspark
    
  • Conda (📥 17K · ⏱️ 21.08.2022):

     conda install -c conda-forge tensorflowonspark
    
petastorm (🥉27 · ⭐ 1.6K) - Petastorm library enables single machine or distributed training.. Apache-2
  • GitHub (👨‍💻 48 · 🔀 270 · 📥 360 · 📦 110 · 📋 320 - 52% open · ⏱️ 03.02.2023):

     git clone https://github.com/uber/petastorm
    
  • PyPi (📥 39K / month · 📦 9 · ⏱️ 03.02.2023):

     pip install petastorm
    
Submit it (🥉26 · ⭐ 820 · 💤) - Python 3.6+ toolbox for submitting jobs to Slurm. MIT
  • GitHub (👨‍💻 23 · 🔀 100 · 📦 1.1K · 📋 97 - 28% open · ⏱️ 28.09.2022):

     git clone https://github.com/facebookincubator/submitit
    
  • PyPi (📥 67K / month · 📦 9 · ⏱️ 20.07.2022):

     pip install submitit
    
  • Conda (📥 17K · ⏱️ 10.02.2021):

     conda install -c conda-forge submitit
    
Hivemind (🥉25 · ⭐ 1.5K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT
  • GitHub (👨‍💻 28 · 🔀 95 · 📦 56 · 📋 150 - 34% open · ⏱️ 30.03.2023):

     git clone https://github.com/learning-at-home/hivemind
    
  • PyPi (📥 4K / month · 📦 5 · ⏱️ 07.01.2023):

     pip install hivemind
    
Mesh (🥉25 · ⭐ 1.4K) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2
  • GitHub (👨‍💻 49 · 🔀 230 · 📦 790 · 📋 110 - 87% open · ⏱️ 25.01.2023):

     git clone https://github.com/tensorflow/mesh
    
  • PyPi (📥 38K / month · 📦 32 · ⏱️ 15.05.2022):

     pip install mesh-tensorflow
    
MMLSpark (🥉24 · ⭐ 4K) - Simple and Distributed Machine Learning. MIT
  • GitHub (👨‍💻 110 · 🔀 730 · 📋 660 - 41% open · ⏱️ 10.04.2023):

     git clone https://github.com/microsoft/SynapseML
    
  • PyPi (📥 3 / month · ⏱️ 18.03.2020):

     pip install mmlspark
    
analytics-zoo (🥉23 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 720 · 📦 3 · 📋 1.4K - 38% open · ⏱️ 04.04.2023):

     git clone https://github.com/intel-analytics/analytics-zoo
    
  • PyPi (📥 300 / month · 📦 1 · ⏱️ 22.08.2022):

     pip install analytics-zoo
    
Apache Singa (🥉22 · ⭐ 2.8K) - a distributed deep learning platform. Apache-2
  • GitHub (👨‍💻 81 · 🔀 970 · 📦 2 · 📋 110 - 42% open · ⏱️ 02.04.2023):

     git clone https://github.com/apache/singa
    
  • Conda (📥 610 · ⏱️ 09.08.2021):

     conda install -c nusdbsystem singa
    
  • Docker Hub (📥 2.8K · ⭐ 4 · ⏱️ 31.05.2022):

     docker pull apache/singa
    
mesh-transformer-jax (🥉16 · ⭐ 5.7K) - Model parallel transformers in JAX and Haiku. Apache-2
  • GitHub (👨‍💻 23 · 🔀 810 · 📋 200 - 22% open · ⏱️ 12.01.2023):

     git clone https://github.com/kingoflolz/mesh-transformer-jax
    
parallelformers (🥉16 · ⭐ 640 · 💤) - Parallelformers: An Efficient Model Parallelization.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 46 · 📦 18 · 📋 39 - 56% open · ⏱️ 27.07.2022):

     git clone https://github.com/tunib-ai/parallelformers
    
  • PyPi (📥 910 / month · ⏱️ 27.07.2022):

     pip install parallelformers
    
moolib (🥉10 · ⭐ 360) - A library for distributed ML training with PyTorch. MIT
  • GitHub (👨‍💻 6 · 🔀 18 · 📦 3 · 📋 18 - 33% open · ⏱️ 12.12.2022):

     git clone https://github.com/facebookresearch/moolib
    
Show 11 hidden projects...
  • DEAP (🥈31 · ⭐ 5.1K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0
  • ipyparallel (🥈31 · ⭐ 2.4K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed
  • TensorFrames (🥉21 · ⭐ 760 · 💀) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2
  • launchpad (🥉21 · ⭐ 290) - Launchpad is a library that simplifies writing distributed.. Apache-2
  • somoclu (🥉21 · ⭐ 250 · 💤) - Massively parallel self-organizing maps: accelerate training on.. MIT
  • BytePS (🥉20 · ⭐ 3.4K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2
  • sk-dist (🥉20 · ⭐ 280) - Distributed scikit-learn meta-estimators in PySpark. Apache-2
  • Fiber (🥉18 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2
  • bluefog (🥉16 · ⭐ 280) - Distributed and decentralized training framework for PyTorch.. Apache-2
  • LazyCluster (🥉12 · ⭐ 44 · 💀) - Distributed machine learning made simple. Apache-2
  • autodist (🥉10 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2

Hyperparameter Optimization & AutoML

Back to top

Libraries for hyperparameter optimization, automl and neural architecture search.

Optuna (🥇40 · ⭐ 7.9K) - A hyperparameter optimization framework. MIT
  • GitHub (👨‍💻 230 · 🔀 810 · 📦 7.2K · 📋 1.4K - 8% open · ⏱️ 13.04.2023):

     git clone https://github.com/optuna/optuna
    
  • PyPi (📥 1.6M / month · 📦 350 · ⏱️ 18.01.2023):

     pip install optuna
    
  • Conda (📥 420K · ⏱️ 10.04.2023):

     conda install -c conda-forge optuna
    
NNI (🥇36 · ⭐ 13K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT
  • GitHub (👨‍💻 190 · 🔀 1.8K · 📦 360 · 📋 1.9K - 15% open · ⏱️ 13.04.2023):

     git clone https://github.com/microsoft/nni
    
  • PyPi (📥 21K / month · 📦 37 · ⏱️ 14.11.2022):

     pip install nni
    
AutoKeras (🥇34 · ⭐ 8.8K) - AutoML library for deep learning. Apache-2
  • GitHub (👨‍💻 140 · 🔀 1.4K · 📥 15K · 📦 470 · 📋 880 - 13% open · ⏱️ 02.04.2023):

     git clone https://github.com/keras-team/autokeras
    
  • PyPi (📥 22K / month · 📦 11 · ⏱️ 28.01.2023):

     pip install autokeras
    
featuretools (🥇34 · ⭐ 6.6K) - An open source python library for automated feature engineering. BSD-3
  • GitHub (👨‍💻 69 · 🔀 840 · 📦 1.3K · 📋 940 - 18% open · ⏱️ 13.04.2023):

     git clone https://github.com/alteryx/featuretools
    
  • PyPi (📥 57K / month · 📦 73 · ⏱️ 31.01.2023):

     pip install featuretools
    
  • Conda (📥 140K · ⏱️ 29.03.2023):

     conda install -c conda-forge featuretools
    
Keras Tuner (🥇34 · ⭐ 2.7K) - A Hyperparameter Tuning Library for Keras. Apache-2
  • GitHub (👨‍💻 55 · 🔀 360 · 📦 2.1K · 📋 440 - 42% open · ⏱️ 13.04.2023):

     git clone https://github.com/keras-team/keras-tuner
    
  • PyPi (📥 470K / month · 📦 55 · ⏱️ 28.01.2023):

     pip install keras-tuner
    
  • Conda (📥 16K · ⏱️ 05.04.2023):

     conda install -c conda-forge keras-tuner
    
BoTorch (🥇33 · ⭐ 2.6K) - Bayesian optimization in PyTorch. MIT
  • GitHub (👨‍💻 90 · 🔀 310 · 📦 500 · 📋 390 - 18% open · ⏱️ 12.04.2023):

     git clone https://github.com/pytorch/botorch
    
  • PyPi (📥 210K / month · 📦 24 · ⏱️ 06.01.2023):

     pip install botorch
    
  • Conda (📥 63K · ⏱️ 16.03.2023):

     conda install -c conda-forge botorch
    
Ax (🥇33 · ⭐ 2K) - Adaptive Experimentation Platform. MIT
  • GitHub (👨‍💻 140 · 🔀 250 · 📦 440 · 📋 520 - 7% open · ⏱️ 09.04.2023):

     git clone https://github.com/facebook/Ax
    
  • PyPi (📥 140K / month · 📦 22 · ⏱️ 01.03.2023):

     pip install ax-platform
    
  • Conda (📥 8K · ⏱️ 18.03.2023):

     conda install -c conda-forge ax-platform
    
auto-sklearn (🥈32 · ⭐ 6.9K) - Automated Machine Learning with scikit-learn. BSD-3
  • GitHub (👨‍💻 88 · 🔀 1.2K · 📥 43 · 📦 420 · 📋 970 - 15% open · ⏱️ 07.12.2022):

     git clone https://github.com/automl/auto-sklearn
    
  • PyPi (📥 35K / month · 📦 39 · ⏱️ 20.09.2022):

     pip install auto-sklearn
    
  • Conda (📥 15K · ⏱️ 21.09.2022):

     conda install -c conda-forge auto-sklearn
    
Bayesian Optimization (🥈32 · ⭐ 6.7K) - A Python implementation of global optimization with.. MIT
  • GitHub (👨‍💻 39 · 🔀 1.4K · 📥 120 · 📦 1.7K · 📋 300 - 6% open · ⏱️ 13.04.2023):

     git clone https://github.com/fmfn/BayesianOptimization
    
  • PyPi (📥 190K / month · 📦 100 · ⏱️ 04.12.2022):

     pip install bayesian-optimization
    
AutoGluon (🥈30 · ⭐ 5.6K) - AutoGluon: AutoML for Image, Text, Time Series, and.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 720 · 📋 990 - 22% open · ⏱️ 12.04.2023):

     git clone https://github.com/autogluon/autogluon
    
  • PyPi (📥 38K / month · 📦 6 · ⏱️ 07.07.2022):

     pip install autogluon
    
  • Docker Hub (📥 2.9K · ⭐ 11 · ⏱️ 17.03.2023):

     docker pull autogluon/autogluon
    
nevergrad (🥈29 · ⭐ 3.4K) - A Python toolbox for performing gradient-free optimization. MIT
  • GitHub (👨‍💻 49 · 🔀 330 · 📦 470 · 📋 270 - 42% open · ⏱️ 22.02.2023):

     git clone https://github.com/facebookresearch/nevergrad
    
  • PyPi (📥 36K / month · 📦 23 · ⏱️ 08.03.2022):

     pip install nevergrad
    
  • Conda (📥 37K · ⏱️ 14.06.2021):

     conda install -c conda-forge nevergrad
    
Hyperas (🥈27 · ⭐ 2.2K) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT
  • GitHub (👨‍💻 22 · 🔀 320 · 📦 290 · 📋 260 - 37% open · ⏱️ 05.01.2023):

     git clone https://github.com/maxpumperla/hyperas
    
  • PyPi (📥 14K / month · 📦 24 · ⏱️ 28.02.2019):

     pip install hyperas
    
mljar-supervised (🥈26 · ⭐ 2.6K) - Python package for AutoML on Tabular Data with Feature.. MIT
  • GitHub (👨‍💻 20 · 🔀 330 · 📦 68 · 📋 530 - 22% open · ⏱️ 30.12.2022):

     git clone https://github.com/mljar/mljar-supervised
    
  • PyPi (📥 14K / month · 📦 2 · ⏱️ 02.01.2023):

     pip install mljar-supervised
    
  • Conda (📥 7.5K · ⏱️ 30.12.2022):

     conda install -c conda-forge mljar-supervised
    
lazypredict (🥈26 · ⭐ 2K · 💤) - Lazy Predict help build a lot of basic models without much.. MIT
  • GitHub (👨‍💻 18 · 🔀 220 · 📦 480 · 📋 100 - 63% open · ⏱️ 28.09.2022):

     git clone https://github.com/shankarpandala/lazypredict
    
  • PyPi (📥 23K / month · 📦 1 · ⏱️ 28.09.2022):

     pip install lazypredict
    
  • Conda (📥 1.7K · ⏱️ 29.09.2022):

     conda install -c conda-forge lazypredict
    
GPyOpt (🥈25 · ⭐ 860) - Gaussian Process Optimization using GPy. BSD-3
  • GitHub (👨‍💻 49 · 🔀 250 · 📦 420 · 📋 290 - 35% open · ⏱️ 17.01.2023):

     git clone https://github.com/SheffieldML/GPyOpt
    
  • PyPi (📥 10K / month · 📦 32 · ⏱️ 19.03.2020):

     pip install gpyopt
    
Talos (🥈24 · ⭐ 1.6K · 💤) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT
  • GitHub (👨‍💻 22 · 🔀 260 · 📦 160 · 📋 400 - 2% open · ⏱️ 18.09.2022):

     git clone https://github.com/autonomio/talos
    
  • PyPi (📥 1.3K / month · 📦 7 · ⏱️ 28.05.2022):

     pip install talos
    
FEDOT (🥈24 · ⭐ 520) - Automated modeling and machine learning framework FEDOT. BSD-3
  • GitHub (👨‍💻 27 · 🔀 73 · 📦 30 · 📋 450 - 20% open · ⏱️ 10.04.2023):

     git clone https://github.com/nccr-itmo/FEDOT
    
  • PyPi (📥 1.2K / month · ⏱️ 12.12.2022):

     pip install fedot
    
Auto ViML (🥉23 · ⭐ 430) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2
  • GitHub (👨‍💻 8 · 🔀 87 · 📦 21 · 📋 28 - 17% open · ⏱️ 08.03.2023):

     git clone https://github.com/AutoViML/Auto_ViML
    
  • PyPi (📥 1.6K / month · 📦 2 · ⏱️ 01.06.2022):

     pip install autoviml
    
HpBandSter (🥉22 · ⭐ 560 · 💤) - a distributed Hyperband implementation on Steroids. BSD-3
  • GitHub (👨‍💻 11 · 🔀 110 · 📦 340 · 📋 92 - 61% open · ⏱️ 22.04.2022):

     git clone https://github.com/automl/HpBandSter
    
  • PyPi (📥 21K / month · 📦 10 · ⏱️ 06.11.2018):

     pip install hpbandster
    
  • Conda (📥 8.6K · ⏱️ 11.12.2020):

     conda install -c conda-forge hpbandster
    
Hyperactive (🥉22 · ⭐ 440) - An optimization and data collection toolbox for convenient and fast.. MIT
  • GitHub (👨‍💻 7 · 🔀 39 · 📥 120 · 📦 17 · 📋 58 - 17% open · ⏱️ 11.04.2023):

     git clone https://github.com/SimonBlanke/Hyperactive
    
  • PyPi (📥 520 / month · 📦 4 · ⏱️ 04.01.2023):

     pip install hyperactive
    
featurewiz (🥉22 · ⭐ 390) - Use advanced feature engineering strategies and select best.. Apache-2
  • GitHub (👨‍💻 7 · 🔀 71 · 📦 40 · 📋 63 - 3% open · ⏱️ 30.03.2023):

     git clone https://github.com/AutoViML/featurewiz
    
  • PyPi (📥 30K / month · 📦 2 · ⏱️ 02.01.2023):

     pip install featurewiz
    
Neuraxle (🥉21 · ⭐ 560 · 💤) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 57 · 📦 44 · 📋 320 - 15% open · ⏱️ 16.08.2022):

     git clone https://github.com/Neuraxio/Neuraxle
    
  • PyPi (📥 290 / month · 📦 1 · ⏱️ 16.08.2022):

     pip install neuraxle
    
igel (🥉19 · ⭐ 3K) - a delightful machine learning tool that allows you to train, test, and use.. MIT
  • GitHub (👨‍💻 20 · 🔀 160 · 📥 33 · 📦 4 · 📋 50 - 12% open · ⏱️ 08.04.2023):

     git clone https://github.com/nidhaloff/igel
    
  • PyPi (📥 51 / month · ⏱️ 19.11.2021):

     pip install igel
    
AlphaPy (🥉19 · ⭐ 890 · 💤) - Automated Machine Learning [AutoML] with Python, scikit-learn,.. Apache-2
  • GitHub (👨‍💻 3 · 🔀 170 · 📦 3 · 📋 42 - 30% open · ⏱️ 23.04.2022):

     git clone https://github.com/ScottfreeLLC/AlphaPy
    
  • PyPi (📥 47 / month · ⏱️ 29.08.2020):

     pip install alphapy
    
Dragonfly (🥉19 · ⭐ 770) - An open source python library for scalable Bayesian optimisation. MIT
  • GitHub (👨‍💻 13 · 🔀 220 · 📋 59 - 66% open · ⏱️ 01.10.2022):

     git clone https://github.com/dragonfly/dragonfly
    
  • PyPi (📥 33K / month · 📦 2 · ⏱️ 01.10.2022):

     pip install dragonfly-opt
    
opytimizer (🥉18 · ⭐ 560) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2
  • GitHub (👨‍💻 4 · 🔀 36 · 📦 13 · 📋 21 - 9% open · ⏱️ 24.02.2023):

     git clone https://github.com/gugarosa/opytimizer
    
  • PyPi (📥 210 / month · ⏱️ 09.09.2022):

     pip install opytimizer
    
shap-hypetune (🥉17 · ⭐ 450 · 💤) - A python package for simultaneous Hyperparameters Tuning and.. MIT
  • GitHub (👨‍💻 2 · 🔀 57 · 📦 11 · 📋 26 - 7% open · ⏱️ 24.08.2022):

     git clone https://github.com/cerlymarco/shap-hypetune
    
  • PyPi (📥 5.1K / month · 📦 1 · ⏱️ 24.08.2022):

     pip install shap-hypetune
    
Show 25 hidden projects...
  • TPOT (🥇33 · ⭐ 9K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0
  • Hyperopt (🥇33 · ⭐ 6.7K · 💀) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3
  • scikit-optimize (🥇33 · ⭐ 2.6K · 💀) - Sequential model-based optimization with a.. BSD-3
  • Orion (🥈27 · ⭐ 260) - Asynchronous Distributed Hyperparameter Optimization. BSD-3
  • SMAC3 (🥈26 · ⭐ 820) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause
  • AdaNet (🥉23 · ⭐ 3.4K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2
  • optunity (🥉23 · ⭐ 400 · 💀) - optimization routines for hyperparameter tuning. BSD-3
  • lightwood (🥉23 · ⭐ 350) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0
  • auto_ml (🥉22 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT
  • MLBox (🥉22 · ⭐ 1.4K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause
  • Test Tube (🥉22 · ⭐ 730 · 💀) - Python library to easily log experiments and parallelize.. MIT
  • sklearn-deap (🥉19 · ⭐ 720 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT
  • Auto Tune Models (🥉18 · ⭐ 520 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT
  • Sherpa (🥉18 · ⭐ 320 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0
  • Advisor (🥉17 · ⭐ 1.5K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2
  • automl-gs (🥉16 · ⭐ 1.8K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT
  • Xcessiv (🥉16 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2
  • HyperparameterHunter (🥉16 · ⭐ 700 · 💀) - Easy hyperparameter optimization and automatic result.. MIT
  • Parfit (🥉16 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT
  • ENAS (🥉13 · ⭐ 2.6K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2
  • model_search (🥉12 · ⭐ 3.2K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2
  • Auptimizer (🥉12 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0
  • Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT
  • Hypermax (🥉11 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3
  • 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.

OpenAI Gym (🥇39 · ⭐ 31K) - A toolkit for developing and comparing reinforcement learning.. MIT
  • GitHub (👨‍💻 380 · 🔀 8.3K · 📦 40K · 📋 1.8K - 2% open · ⏱️ 30.01.2023):

     git clone https://github.com/openai/gym
    
  • PyPi (📥 610K / month · 📦 2.6K · ⏱️ 04.10.2022):

     pip install gym
    
  • Conda (📥 210K · ⏱️ 26.01.2023):

     conda install -c conda-forge gym
    
TF-Agents (🥇33 · ⭐ 2.5K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2
  • GitHub (👨‍💻 140 · 🔀 680 · 📦 1.1K · 📋 630 - 27% open · ⏱️ 11.04.2023):

     git clone https://github.com/tensorflow/agents
    
  • PyPi (📥 110K / month · 📦 5 · ⏱️ 03.12.2022):

     pip install tf-agents
    
FinRL (🥇31 · ⭐ 7.1K) - FinRL: Financial Reinforcement Learning. MIT
  • GitHub (👨‍💻 93 · 🔀 1.7K · 📦 20 · 📋 580 - 19% open · ⏱️ 09.04.2023):

     git clone https://github.com/AI4Finance-Foundation/FinRL
    
  • PyPi (📥 2.1K / month · ⏱️ 25.07.2022):

     pip install finrl
    
ViZDoom (🥈30 · ⭐ 1.5K) - Reinforcement Learning environments based on the 1993 game Doom. MIT
  • GitHub (👨‍💻 52 · 🔀 350 · 📥 12K · 📦 170 · 📋 450 - 10% open · ⏱️ 11.04.2023):

     git clone https://github.com/mwydmuch/ViZDoom
    
  • PyPi (📥 1.6K / month · 📦 14 · ⏱️ 07.01.2023):

     pip install vizdoom
    
Acme (🥈28 · ⭐ 3.1K) - A library of reinforcement learning components and agents. Apache-2
  • GitHub (👨‍💻 83 · 🔀 380 · 📦 140 · 📋 240 - 18% open · ⏱️ 28.03.2023):

     git clone https://github.com/deepmind/acme
    
  • PyPi (📥 3.1K / month · 📦 3 · ⏱️ 10.02.2022):

     pip install dm-acme
    
  • Conda (📥 5.9K · ⏱️ 09.12.2021):

     conda install -c conda-forge dm-acme
    
Dopamine (🥈27 · ⭐ 10K) - Dopamine is a research framework for fast prototyping of.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 1.3K · 📋 180 - 50% open · ⏱️ 20.03.2023):

     git clone https://github.com/google/dopamine
    
  • PyPi (📥 45K / month · 📦 39 · ⏱️ 21.09.2022):

     pip install dopamine-rl
    
TensorLayer (🥈27 · ⭐ 7.2K) - Deep Learning and Reinforcement Learning Library for.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 1.6K · 📥 1.5K · 📋 470 - 6% open · ⏱️ 18.02.2023):

     git clone https://github.com/tensorlayer/tensorlayer
    
  • PyPi (📥 2K / month · 📦 41 · ⏱️ 15.02.2022):

     pip install tensorlayer
    
PARL (🥈27 · ⭐ 2.9K) - A high-performance distributed training framework for Reinforcement.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 800 · 📦 110 · 📋 490 - 19% open · ⏱️ 16.03.2023):

     git clone https://github.com/PaddlePaddle/PARL
    
  • PyPi (📥 1K / month · 📦 1 · ⏱️ 28.11.2022):

     pip install parl
    
garage (🥉26 · ⭐ 1.7K) - A toolkit for reproducible reinforcement learning research. MIT
  • GitHub (👨‍💻 79 · 🔀 280 · 📦 65 · 📋 1K - 22% open · ⏱️ 04.01.2023):

     git clone https://github.com/rlworkgroup/garage
    
  • PyPi (📥 410 / month · 📦 2 · ⏱️ 23.03.2021):

     pip install garage
    
Stable Baselines (🥉24 · ⭐ 3.8K · 💤) - A fork of OpenAI Baselines, implementations of.. MIT
  • GitHub (👨‍💻 110 · 🔀 700 · 📋 940 - 12% open · ⏱️ 04.09.2022):

     git clone https://github.com/hill-a/stable-baselines
    
  • PyPi (📥 7.7K / month · 📦 37 · ⏱️ 06.04.2021):

     pip install stable-baselines
    
RLax (🥉24 · ⭐ 1K) - A library of reinforcement learning building blocks in JAX. Apache-2
  • GitHub (👨‍💻 21 · 🔀 71 · 📦 120 · 📋 33 - 45% open · ⏱️ 17.03.2023):

     git clone https://github.com/deepmind/rlax
    
  • PyPi (📥 29K / month · 📦 3 · ⏱️ 09.01.2023):

     pip install rlax
    
ReAgent (🥉23 · ⭐ 3.4K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3
  • GitHub (👨‍💻 150 · 🔀 480 · 📋 140 - 47% open · ⏱️ 05.04.2023):

     git clone https://github.com/facebookresearch/ReAgent
    
  • PyPi (📥 18 / month · ⏱️ 27.05.2020):

     pip install reagent
    
TensorForce (🥉22 · ⭐ 3.2K) - Tensorforce: a TensorFlow library for applied.. Apache-2
  • GitHub (👨‍💻 82 · 🔀 540 · 📋 660 - 4% open · ⏱️ 15.01.2023):

     git clone https://github.com/tensorforce/tensorforce
    
  • PyPi (📥 850 / month · 📦 2 · ⏱️ 30.08.2021):

     pip install tensorforce
    
Coach (🥉20 · ⭐ 2.2K) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2
  • GitHub (👨‍💻 36 · 🔀 440 · 📋 270 - 32% open · ⏱️ 11.12.2022):

     git clone https://github.com/IntelLabs/coach
    
  • PyPi (📥 110 / month · 📦 2 · ⏱️ 10.10.2019):

     pip install rl_coach
    
PFRL (🥉20 · ⭐ 1K · 💤) - PFRL: a PyTorch-based deep reinforcement learning library. MIT
  • GitHub (👨‍💻 18 · 🔀 140 · 📦 78 · 📋 73 - 45% open · ⏱️ 21.09.2022):

     git clone https://github.com/pfnet/pfrl
    
  • PyPi (📥 320 / month · 📦 1 · ⏱️ 07.07.2021):

     pip install pfrl
    
rliable (🥉13 · ⭐ 560) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL.. Apache-2
  • GitHub (👨‍💻 6 · 🔀 35 · 📦 53 · 📋 12 - 8% open · ⏱️ 20.02.2023):

     git clone https://github.com/google-research/rliable
    
  • PyPi:

     pip install rliable`
    
Show 7 hidden projects...
  • baselines (🥈30 · ⭐ 14K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT
  • keras-rl (🥈28 · ⭐ 5.4K · 💀) - Deep Reinforcement Learning for Keras. MIT
  • ChainerRL (🥉24 · ⭐ 1.1K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT
  • TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2
  • SerpentAI (🥉18 · ⭐ 6.5K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT
  • DeepMind Lab (🥉17 · ⭐ 6.9K) - A customisable 3D platform for agent-based AI research. ❗Unlicensed
  • Maze (🥉12 · ⭐ 230) - Maze Applied Reinforcement Learning Framework. ❗️Custom

Recommender Systems

Back to top

Libraries for building and evaluating recommendation systems.

Recommenders (🥇34 · ⭐ 15K) - Best Practices on Recommendation Systems. MIT
  • GitHub (👨‍💻 120 · 🔀 2.7K · 📥 320 · 📦 66 · 📋 760 - 20% open · ⏱️ 31.03.2023):

     git clone https://github.com/microsoft/recommenders
    
  • PyPi (📥 27K / month · 📦 2 · ⏱️ 20.07.2022):

     pip install recommenders
    
TF Recommenders (🥇32 · ⭐ 1.6K) - TensorFlow Recommenders is a library for building.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 230 · 📦 200 · 📋 370 - 53% open · ⏱️ 14.02.2023):

     git clone https://github.com/tensorflow/recommenders
    
  • PyPi (📥 440K / month · 📦 1 · ⏱️ 23.08.2021):

     pip install tensorflow-recommenders
    
lightfm (🥈31 · ⭐ 4.3K) - A Python implementation of LightFM, a hybrid recommendation algorithm. Apache-2
  • GitHub (👨‍💻 45 · 🔀 660 · 📦 1K · 📋 490 - 27% open · ⏱️ 20.03.2023):

     git clone https://github.com/lyst/lightfm
    
  • PyPi (📥 350K / month · 📦 47 · ⏱️ 27.11.2020):

     pip install lightfm
    
  • Conda (📥 150K · ⏱️ 24.03.2023):

     conda install -c conda-forge lightfm
    
implicit (🥈30 · ⭐ 3.1K) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT
  • GitHub (👨‍💻 34 · 🔀 580 · 📥 330 · 📦 910 · 📋 450 - 17% open · ⏱️ 11.12.2022):

     git clone https://github.com/benfred/implicit
    
  • PyPi (📥 150K / month · 📦 38 · ⏱️ 11.12.2022):

     pip install implicit
    
  • Conda (📥 460K · ⏱️ 29.01.2022):

     conda install -c conda-forge implicit
    
TF Ranking (🥈29 · ⭐ 2.6K) - Learning to Rank in TensorFlow. Apache-2
  • GitHub (👨‍💻 31 · 🔀 450 · 📋 310 - 24% open · ⏱️ 01.02.2023):

     git clone https://github.com/tensorflow/ranking
    
  • PyPi (📥 110K / month · 📦 12 · ⏱️ 16.11.2021):

     pip install tensorflow_ranking
    
scikit-surprise (🥈27 · ⭐ 5.8K) - A Python scikit for building and analyzing recommender.. BSD-3
  • GitHub (👨‍💻 45 · 🔀 960 · 📋 370 - 18% open · ⏱️ 27.01.2023):

     git clone https://github.com/NicolasHug/Surprise
    
  • PyPi (📥 100K / month · 📦 49 · ⏱️ 23.09.2022):

     pip install scikit-surprise
    
  • Conda (📥 300K · ⏱️ 29.03.2023):

     conda install -c conda-forge scikit-surprise
    
RecBole (🥈26 · ⭐ 2.6K) - A unified, comprehensive and efficient recommendation library. MIT
  • GitHub (👨‍💻 61 · 🔀 480 · 📋 680 - 12% open · ⏱️ 01.04.2023):

     git clone https://github.com/RUCAIBox/RecBole
    
  • PyPi (📥 3.5K / month · 📦 2 · ⏱️ 05.10.2022):

     pip install recbole
    
  • Conda (📥 3.1K · ⏱️ 05.10.2022):

     conda install -c aibox recbole
    
Cornac (🥉25 · ⭐ 710) - A Comparative Framework for Multimodal Recommender Systems. Apache-2
  • GitHub (👨‍💻 16 · 🔀 120 · 📦 150 · 📋 120 - 8% open · ⏱️ 11.04.2023):

     git clone https://github.com/PreferredAI/cornac
    
  • PyPi (📥 35K / month · 📦 16 · ⏱️ 19.02.2022):

     pip install cornac
    
  • Conda (📥 280K · ⏱️ 02.04.2023):

     conda install -c conda-forge cornac
    
torchrec (🥉24 · ⭐ 1.4K) - Pytorch domain library for recommendation systems. BSD-3
  • GitHub (👨‍💻 150 · 🔀 250 · 📋 170 - 64% open · ⏱️ 13.04.2023):

     git clone https://github.com/pytorch/torchrec
    
  • PyPi (📥 94 / month · ⏱️ 12.05.2022):

     pip install torchrec-nightly-cpu
    
recmetrics (🥉20 · ⭐ 500) - A library of metrics for evaluating recommender systems. MIT
  • GitHub (👨‍💻 19 · 🔀 94 · 📥 1 · 📦 37 · 📋 22 - 36% open · ⏱️ 17.03.2023):

     git clone https://github.com/statisticianinstilettos/recmetrics
    
  • PyPi (📥 2K / month · ⏱️ 26.04.2022):

     pip install recmetrics
    
Show 7 hidden projects...
  • tensorrec (🥉22 · ⭐ 1.2K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2
  • lkpy (🥉22 · ⭐ 230) - Python recommendation toolkit. MIT
  • fastFM (🥉21 · ⭐ 1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3
  • Spotlight (🥉18 · ⭐ 2.8K · 💀) - Deep recommender models using PyTorch. MIT
  • Collie (🥉18 · ⭐ 98) - A library for preparing, training, and evaluating scalable deep.. BSD-3
  • Case Recommender (🥉17 · ⭐ 440 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT
  • OpenRec (🥉16 · ⭐ 400 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2

Privacy Machine Learning

Back to top

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

PySyft (🥇36 · ⭐ 8.7K) - data science on data without acquiring a copy. Apache-2
  • GitHub (👨‍💻 490 · 🔀 1.9K · 📋 3.4K - 4% open · ⏱️ 12.04.2023):

     git clone https://github.com/OpenMined/PySyft
    
  • PyPi (📥 6.5K / month · 📦 5 · ⏱️ 20.01.2023):

     pip install syft
    
Opacus (🥈30 · ⭐ 1.4K) - Training PyTorch models with differential privacy. Apache-2
  • GitHub (👨‍💻 68 · 🔀 280 · 📥 67 · 📦 560 · 📋 240 - 25% open · ⏱️ 03.04.2023):

     git clone https://github.com/pytorch/opacus
    
  • PyPi (📥 33K / month · 📦 18 · ⏱️ 14.11.2022):

     pip install opacus
    
  • Conda (📥 8.4K · ⏱️ 24.03.2023):

     conda install -c conda-forge opacus
    
TensorFlow Privacy (🥈27 · ⭐ 1.8K) - Library for training machine learning models with.. Apache-2
  • GitHub (👨‍💻 53 · 🔀 410 · 📥 98 · 📋 190 - 52% open · ⏱️ 13.04.2023):

     git clone https://github.com/tensorflow/privacy
    
  • PyPi (📥 21K / month · 📦 14 · ⏱️ 19.10.2022):

     pip install tensorflow-privacy
    
FATE (🥉26 · ⭐ 5K · 📈) - An Industrial Grade Federated Learning Framework. Apache-2
  • GitHub (👨‍💻 90 · 🔀 1.5K · 📋 1.6K - 41% open · ⏱️ 13.04.2023):

     git clone https://github.com/FederatedAI/FATE
    
  • PyPi (⏱️ 06.05.2020):

     pip install ETAF
    
CrypTen (🥉25 · ⭐ 1.3K) - A framework for Privacy Preserving Machine Learning. MIT
  • GitHub (👨‍💻 31 · 🔀 220 · 📦 27 · 📋 230 - 23% open · ⏱️ 08.12.2022):

     git clone https://github.com/facebookresearch/CrypTen
    
  • PyPi (📥 420 / month · 📦 2 · ⏱️ 08.12.2022):

     pip install crypten
    
TFEncrypted (🥉25 · ⭐ 1.1K) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2
  • GitHub (👨‍💻 29 · 🔀 200 · 📦 64 · 📋 430 - 32% open · ⏱️ 08.02.2023):

     git clone https://github.com/tf-encrypted/tf-encrypted
    
  • PyPi (📥 440 / month · 📦 9 · ⏱️ 16.11.2022):

     pip install tf-encrypted
    
Show 1 hidden projects...
  • PipelineDP (🥉20 · ⭐ 250) - 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.

Tensorboard (🥇43 · ⭐ 6.2K) - TensorFlows Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 300 · 🔀 1.6K · 📦 160K · 📋 1.8K - 35% open · ⏱️ 13.04.2023):

     git clone https://github.com/tensorflow/tensorboard
    
  • PyPi (📥 18M / month · 📦 2.6K · ⏱️ 13.01.2023):

     pip install tensorboard
    
  • Conda (📥 3.9M · ⏱️ 06.04.2023):

     conda install -c conda-forge tensorboard
    
mlflow (🥇41 · ⭐ 14K) - Open source platform for the machine learning lifecycle. Apache-2
  • GitHub (👨‍💻 570 · 🔀 3.3K · 📋 3K - 35% open · ⏱️ 13.04.2023):

     git clone https://github.com/mlflow/mlflow
    
  • PyPi (📥 11M / month · 📦 440 · ⏱️ 14.03.2023):

     pip install mlflow
    
  • Conda (📥 1.2M · ⏱️ 14.03.2023):

     conda install -c conda-forge mlflow
    
DVC (🥇41 · ⭐ 11K) - Data Version Control | Git for Data & Models | ML Experiments Management. Apache-2
  • GitHub (👨‍💻 280 · 🔀 1K · 📥 110K · 📦 7.1K · 📋 4.2K - 13% open · ⏱️ 12.04.2023):

     git clone https://github.com/iterative/dvc
    
  • PyPi (📥 790K / month · 📦 89 · ⏱️ 06.03.2023):

     pip install dvc
    
  • Conda (📥 1.5M · ⏱️ 13.04.2023):

     conda install -c conda-forge dvc
    
wandb client (🥇39 · ⭐ 5.8K) - A tool for visualizing and tracking your machine learning.. MIT
  • GitHub (👨‍💻 140 · 🔀 460 · 📦 20K · 📋 2.4K - 23% open · ⏱️ 13.04.2023):

     git clone https://github.com/wandb/client
    
  • PyPi (📥 2M / month · 📦 430 · ⏱️ 07.03.2023):

     pip install wandb
    
  • Conda (📥 200K · ⏱️ 08.04.2023):

     conda install -c conda-forge wandb
    
PyCaret (🥈37 · ⭐ 7.2K) - An open-source, low-code machine learning library in Python. MIT
  • GitHub (👨‍💻 120 · 🔀 1.6K · 📥 640 · 📦 3.4K · 📋 2K - 13% open · ⏱️ 13.04.2023):

     git clone https://github.com/pycaret/pycaret
    
  • PyPi (📥 260K / month · 📦 14 · ⏱️ 09.01.2023):

     pip install pycaret
    
  • Conda (📥 30K · ⏱️ 16.03.2023):

     conda install -c conda-forge pycaret
    
SageMaker SDK (🥈37 · ⭐ 1.8K · 📉) - A library for training and deploying machine learning.. Apache-2
  • GitHub (👨‍💻 350 · 🔀 960 · 📦 2.4K · 📋 1.3K - 38% open · ⏱️ 13.04.2023):

     git clone https://github.com/aws/sagemaker-python-sdk
    
  • PyPi (📥 24M / month · 📦 71 · ⏱️ 31.01.2023):

     pip install sagemaker
    
  • Conda (📥 550K · ⏱️ 03.11.2022):

     conda install -c conda-forge sagemaker-python-sdk
    
AzureML SDK (🥈34 · ⭐ 3.7K) - Python notebooks with ML and deep learning examples with Azure.. MIT
  • GitHub (👨‍💻 61 · 🔀 2.3K · 📥 490 · 📋 1.4K - 24% open · ⏱️ 28.03.2023):

     git clone https://github.com/Azure/MachineLearningNotebooks
    
  • PyPi (📥 1.3M / month · 📦 48 · ⏱️ 05.12.2022):

     pip install azureml-sdk
    
tensorboardX (🥈33 · ⭐ 7.6K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT
  • GitHub (👨‍💻 76 · 🔀 870 · 📥 370 · 📦 28K · 📋 450 - 17% open · ⏱️ 23.03.2023):

     git clone https://github.com/lanpa/tensorboardX
    
  • PyPi (📥 1.3M / month · 📦 940 · ⏱️ 05.06.2022):

     pip install tensorboardX
    
  • Conda (📥 1M · ⏱️ 07.06.2022):

     conda install -c conda-forge tensorboardx
    
Metaflow (🥈33 · ⭐ 6.6K) - Build and manage real-life data science projects with ease!. Apache-2
  • GitHub (👨‍💻 69 · 🔀 630 · 📦 450 · 📋 550 - 47% open · ⏱️ 12.04.2023):

     git clone https://github.com/Netflix/metaflow
    
  • PyPi (📥 100K / month · 📦 14 · ⏱️ 26.01.2023):

     pip install metaflow
    
  • Conda (📥 110K · ⏱️ 12.04.2023):

     conda install -c conda-forge metaflow
    
ClearML (🥈33 · ⭐ 4.3K) - ClearML - Auto-Magical CI/CD to streamline your ML workflow... Apache-2
  • GitHub (👨‍💻 76 · 🔀 570 · 📥 900 · 📦 490 · 📋 760 - 40% open · ⏱️ 10.04.2023):

     git clone https://github.com/allegroai/clearml
    
  • PyPi (📥 230K / month · 📦 13 · ⏱️ 25.01.2023):

     pip install clearml
    
  • Docker Hub (📥 30K · ⏱️ 05.10.2020):

     docker pull allegroai/trains
    
snakemake (🥈33 · ⭐ 1.7K) - This is the development home of the workflow management system.. MIT
  • GitHub (👨‍💻 280 · 🔀 440 · 📦 1.5K · 📋 1.3K - 59% open · ⏱️ 12.04.2023):

     git clone https://github.com/snakemake/snakemake
    
  • PyPi (📥 41K / month · 📦 240 · ⏱️ 18.01.2023):

     pip install snakemake
    
  • Conda (📥 710K · ⏱️ 23.03.2023):

     conda install -c bioconda snakemake
    
VisualDL (🥈32 · ⭐ 4.6K) - Deep Learning Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 32 · 🔀 620 · 📥 280 · 📦 1.9K · 📋 480 - 27% open · ⏱️ 04.04.2023):

     git clone https://github.com/PaddlePaddle/VisualDL
    
  • PyPi (📥 140K / month · 📦 38 · ⏱️ 17.01.2023):

     pip install visualdl
    
sacred (🥈32 · ⭐ 4K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT
  • GitHub (👨‍💻 100 · 🔀 370 · 📦 2.2K · 📋 550 - 17% open · ⏱️ 24.02.2023):

     git clone https://github.com/IDSIA/sacred
    
  • PyPi (📥 40K / month · 📦 110 · ⏱️ 25.01.2023):

     pip install sacred
    
  • Conda (📥 2.8K · ⏱️ 14.11.2021):

     conda install -c conda-forge sacred
    
aim (🥈32 · ⭐ 3.4K) - Aim An easy-to-use & supercharged open-source AI metadata tracker.. Apache-2
  • GitHub (👨‍💻 57 · 🔀 210 · 📦 180 · 📋 850 - 26% open · ⏱️ 10.04.2023):

     git clone https://github.com/aimhubio/aim
    
  • PyPi (📥 56K / month · 📦 7 · ⏱️ 07.07.2022):

     pip install aim
    
  • Conda (📥 26K · ⏱️ 07.04.2023):

     conda install -c conda-forge aim
    
Neptune.ai (🥈30 · ⭐ 380) - Experiment tracking tool and model registry. Apache-2
  • GitHub (👨‍💻 39 · 🔀 38 · 📋 200 - 15% open · ⏱️ 13.04.2023):

     git clone https://github.com/neptune-ai/neptune-client
    
  • PyPi (📥 590K / month · 📦 46 · ⏱️ 01.07.2022):

     pip install neptune-client
    
  • Conda (📥 170K · ⏱️ 22.03.2023):

     conda install -c conda-forge neptune-client
    
kaggle (🥈29 · ⭐ 5.3K) - Official Kaggle API. Apache-2
  • GitHub (👨‍💻 37 · 🔀 980 · 📋 400 - 61% open · ⏱️ 01.03.2023):

     git clone https://github.com/Kaggle/kaggle-api
    
  • PyPi (📥 180K / month · 📦 360 · ⏱️ 13.03.2021):

     pip install kaggle
    
  • Conda (📥 120K · ⏱️ 02.03.2023):

     conda install -c conda-forge kaggle
    
Catalyst (🥈29 · ⭐ 3.1K · 💤) - Accelerated deep learning R&D. Apache-2
  • GitHub (👨‍💻 100 · 🔀 400 · 📦 830 · 📋 350 - 1% open · ⏱️ 29.04.2022):

     git clone https://github.com/catalyst-team/catalyst
    
  • PyPi (📥 52K / month · 📦 31 · ⏱️ 29.04.2022):

     pip install catalyst
    
Guild AI (🥉28 · ⭐ 790) - Experiment tracking, ML developer tools. Apache-2
  • GitHub (👨‍💻 25 · 🔀 71 · 📥 9 · 📦 75 · 📋 410 - 47% open · ⏱️ 11.04.2023):

     git clone https://github.com/guildai/guildai
    
  • PyPi (📥 3.3K / month · ⏱️ 18.10.2022):

     pip install guildai
    
ml-metadata (🥉28 · ⭐ 520) - For recording and retrieving metadata associated with ML.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 120 · 📥 1.9K · 📦 310 · 📋 100 - 28% open · ⏱️ 12.04.2023):

     git clone https://github.com/google/ml-metadata
    
  • PyPi (📥 540K / month · 📦 21 · ⏱️ 07.12.2022):

     pip install ml-metadata
    
TNT (🥉27 · ⭐ 1.5K) - A lightweight library for PyTorch training tools and utilities. BSD-3
  • GitHub (👨‍💻 83 · 🔀 230 · 📋 66 - 9% open · ⏱️ 13.04.2023):

     git clone https://github.com/pytorch/tnt
    
  • PyPi (📥 12K / month · 📦 38 · ⏱️ 29.07.2018):

     pip install torchnet
    
quinn (🥉26 · ⭐ 440) - pyspark methods to enhance developer productivity. Apache-2
  • GitHub (👨‍💻 13 · 🔀 60 · 📥 5 · 📦 55 · 📋 55 - 49% open · ⏱️ 08.04.2023):

     git clone https://github.com/MrPowers/quinn
    
  • PyPi (📥 860K / month · 📦 6 · ⏱️ 17.02.2023):

     pip install quinn
    
livelossplot (🥉25 · ⭐ 1.2K · 💤) - Live training loss plot in Jupyter Notebook for Keras,.. MIT
  • GitHub (👨‍💻 17 · 🔀 140 · 📦 1K · 📋 76 - 7% open · ⏱️ 04.04.2022):

     git clone https://github.com/stared/livelossplot
    
  • PyPi (📥 16K / month · 📦 11 · ⏱️ 04.04.2022):

     pip install livelossplot
    
Labml (🥉24 · ⭐ 1.4K) - Monitor deep learning model training and hardware usage from your mobile.. MIT
  • GitHub (👨‍💻 7 · 🔀 93 · 📦 80 · 📋 39 - 56% open · ⏱️ 22.03.2023):

     git clone https://github.com/labmlai/labml
    
  • PyPi (📥 2.8K / month · 📦 6 · ⏱️ 23.11.2022):

     pip install labml
    
lore (🥉20 · ⭐ 1.5K · 💤) - Lore makes machine learning approachable for Software Engineers and.. MIT
  • GitHub (👨‍💻 29 · 🔀 130 · 📦 20 · 📋 45 - 57% open · ⏱️ 27.09.2022):

     git clone https://github.com/instacart/lore
    
  • PyPi (📥 550 / month · 📦 1 · ⏱️ 02.02.2022):

     pip install lore
    
Studio.ml (🥉20 · ⭐ 380) - Studio: Simplify and expedite model building process. Apache-2
  • GitHub (👨‍💻 22 · 🔀 52 · 📦 5 · 📋 250 - 22% open · ⏱️ 09.01.2023):

     git clone https://github.com/studioml/studio
    
  • PyPi (📥 39 / month · ⏱️ 14.09.2021):

     pip install studioml
    
keepsake (🥉18 · ⭐ 1.6K · 💤) - Version control for machine learning. Apache-2
  • GitHub (👨‍💻 17 · 🔀 66 · 📋 190 - 65% open · ⏱️ 24.05.2022):

     git clone https://github.com/replicate/keepsake
    
  • PyPi (📥 220 / month · 📦 1 · ⏱️ 11.03.2021):

     pip install keepsake
    
Show 13 hidden projects...
  • knockknock (🥉25 · ⭐ 2.6K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT
  • SKLL (🥉24 · ⭐ 530) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause
  • gokart (🥉24 · ⭐ 280) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT
  • hiddenlayer (🥉22 · ⭐ 1.7K · 💀) - Neural network graphs and training metrics for.. MIT
  • TensorWatch (🥉21 · ⭐ 3.3K · 💀) - Debugging, monitoring and visualization for Python Machine.. MIT
  • TensorBoard Logger (🥉20 · ⭐ 620 · 💀) - Log TensorBoard events without touching TensorFlow. MIT
  • MXBoard (🥉20 · ⭐ 330 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2
  • datmo (🥉17 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT
  • caliban (🥉16 · ⭐ 470 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2
  • chitra (🥉16 · ⭐ 220 · 💤) - A multi-functional library for full-stack Deep Learning... Apache-2
  • steppy (🥉16 · ⭐ 140 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT
  • ModelChimp (🥉13 · ⭐ 120 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2
  • traintool (🥉8 · ⭐ 11 · 💀) - 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 (🥇41 · ⭐ 14K) - Open standard for machine learning interoperability. Apache-2
  • GitHub (👨‍💻 270 · 🔀 3.4K · 📥 19K · 📦 14K · 📋 2.4K - 16% open · ⏱️ 13.04.2023):

     git clone https://github.com/onnx/onnx
    
  • PyPi (📥 2.8M / month · 📦 510 · ⏱️ 12.12.2022):

     pip install onnx
    
  • Conda (📥 690K · ⏱️ 21.03.2023):

     conda install -c conda-forge onnx
    
triton (🥇35 · ⭐ 6.3K) - Development repository for the Triton language and compiler. MIT
  • GitHub (👨‍💻 110 · 🔀 600 · 📦 1.2K · 📋 530 - 33% open · ⏱️ 13.04.2023):

     git clone https://github.com/openai/triton
    
  • PyPi (📥 3.1M / month · 📦 13 · ⏱️ 04.07.2022):

     pip install triton
    
BentoML (🥈34 · ⭐ 4.7K · 📉) - Unified Model Serving Framework. Apache-2
  • GitHub (👨‍💻 150 · 🔀 550 · 📥 1.8K · 📦 920 · 📋 860 - 17% open · ⏱️ 13.04.2023):

     git clone https://github.com/bentoml/BentoML
    
  • PyPi (📥 38K / month · 📦 8 · ⏱️ 15.02.2023):

     pip install bentoml
    
huggingface_hub (🥈33 · ⭐ 800) - All the open source things related to the Hugging Face Hub. Apache-2
  • GitHub (👨‍💻 90 · 🔀 190 · 📋 450 - 19% open · ⏱️ 13.04.2023):

     git clone https://github.com/huggingface/huggingface_hub
    
  • PyPi (📥 11M / month · 📦 210 · ⏱️ 25.01.2023):

     pip install huggingface_hub
    
  • Conda (📥 1M · ⏱️ 10.04.2023):

     conda install -c conda-forge huggingface_hub
    
Core ML Tools (🥈32 · ⭐ 3.2K) - Core ML tools contain supporting tools for Core ML model.. BSD-3
  • GitHub (👨‍💻 150 · 🔀 500 · 📥 6.2K · 📦 3K · 📋 1.1K - 19% open · ⏱️ 11.04.2023):

     git clone https://github.com/apple/coremltools
    
  • PyPi (📥 130K / month · 📦 160 · ⏱️ 15.11.2022):

     pip install coremltools
    
  • Conda (📥 45K · ⏱️ 15.10.2021):

     conda install -c conda-forge coremltools
    
TorchServe (🥈31 · ⭐ 3.3K) - Serve, optimize and scale PyTorch models in production. Apache-2
  • GitHub (👨‍💻 160 · 🔀 710 · 📥 3.3K · 📋 1.2K - 20% open · ⏱️ 12.04.2023):

     git clone https://github.com/pytorch/serve
    
  • PyPi (📥 31K / month · 📦 12 · ⏱️ 12.12.2022):

     pip install torchserve
    
  • Conda (📥 75K · ⏱️ 08.02.2023):

     conda install -c pytorch torchserve
    
  • Docker Hub (📥 1.1M · ⭐ 16 · ⏱️ 08.02.2023):

     docker pull pytorch/torchserve
    
Hummingbird (🥈27 · ⭐ 3.1K) - Hummingbird compiles trained ML models into tensor computation for.. MIT
  • GitHub (👨‍💻 37 · 🔀 260 · 📥 230 · 📦 72 · 📋 280 - 18% open · ⏱️ 03.04.2023):

     git clone https://github.com/microsoft/hummingbird
    
  • PyPi (📥 6.8K / month · 📦 4 · ⏱️ 28.02.2023):

     pip install hummingbird-ml
    
  • Conda (📥 25K · ⏱️ 28.02.2023):

     conda install -c conda-forge hummingbird-ml
    
nebullvm (🥈26 · ⭐ 7.7K) - Plug and play modules to optimize the performances of your AI.. Apache-2
  • GitHub (👨‍💻 39 · 🔀 600 · 📦 8 · 📋 190 - 45% open · ⏱️ 13.04.2023):

     git clone https://github.com/nebuly-ai/nebullvm
    
  • PyPi (📥 1K / month · 📦 1 · ⏱️ 23.01.2023):

     pip install nebullvm
    
mmdnn (🥉25 · ⭐ 5.7K · 💤) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT
  • GitHub (👨‍💻 86 · 🔀 970 · 📥 3.6K · 📦 100 · 📋 620 - 53% open · ⏱️ 22.09.2022):

     git clone https://github.com/Microsoft/MMdnn
    
  • PyPi (📥 630 / month · 📦 3 · ⏱️ 24.07.2020):

     pip install mmdnn
    
m2cgen (🥉25 · ⭐ 2.5K) - Transform ML models into a native code (Java, C, Python, Go, JavaScript,.. MIT
  • GitHub (👨‍💻 14 · 🔀 200 · 📥 46 · 📦 120 · 📋 100 - 30% open · ⏱️ 05.10.2022):

     git clone https://github.com/BayesWitnesses/m2cgen
    
  • PyPi (📥 13K / month · 📦 3 · ⏱️ 26.04.2022):

     pip install m2cgen
    
hls4ml (🥉24 · ⭐ 800) - Machine learning on FPGAs using HLS. Apache-2
  • GitHub (👨‍💻 51 · 🔀 290 · 📋 370 - 37% open · ⏱️ 13.04.2023):

     git clone https://github.com/fastmachinelearning/hls4ml
    
  • PyPi (📥 900 / month · ⏱️ 12.11.2021):

     pip install hls4ml
    
  • Conda (📥 5.5K · ⏱️ 12.11.2021):

     conda install -c conda-forge hls4ml
    
cortex (🥉23 · ⭐ 7.9K) - Production infrastructure for machine learning at scale. Apache-2
  • GitHub (👨‍💻 24 · 🔀 610 · 📋 1.1K - 10% open · ⏱️ 04.03.2023):

     git clone https://github.com/cortexlabs/cortex
    
  • PyPi (📥 1.3K / month · 📦 1 · ⏱️ 23.09.2022):

     pip install cortex
    
sklearn-porter (🥉23 · ⭐ 1.2K · 💤) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3
  • GitHub (👨‍💻 12 · 🔀 160 · 📦 50 · 📋 76 - 55% open · ⏱️ 22.05.2022):

     git clone https://github.com/nok/sklearn-porter
    
  • PyPi (📥 400 / month · 📦 1 · ⏱️ 18.12.2019):

     pip install sklearn-porter
    
Show 7 hidden projects...
  • Larq Compute Engine (🥉20 · ⭐ 220) - Highly optimized inference engine for Binarized.. Apache-2
  • pytorch2keras (🥉19 · ⭐ 840 · 💀) - PyTorch to Keras model convertor. MIT
  • OMLT (🥉19 · ⭐ 190) - Represent trained machine learning models as Pyomo optimization formulations. BSD-3
  • tfdeploy (🥉16 · ⭐ 350 · 💀) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3
  • modelkit (🥉16 · ⭐ 140) - Toolkit for developing and maintaining ML models. MIT
  • backprop (🥉13 · ⭐ 230 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2
  • ml-ane-transformers (🥉12 · ⭐ 2.1K · 💤) - Reference implementation of the Transformer.. ❗Unlicensed

Model Interpretability

Back to top

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

shap (🥇38 · ⭐ 19K · 💤) - A game theoretic approach to explain the output of any machine learning.. MIT
  • GitHub (👨‍💻 200 · 🔀 2.8K · 📦 10K · 📋 2.2K - 71% open · ⏱️ 16.06.2022):

     git clone https://github.com/slundberg/shap
    
  • PyPi (📥 6.9M / month · 📦 300 · ⏱️ 16.06.2022):

     pip install shap
    
  • Conda (📥 1.9M · ⏱️ 20.06.2022):

     conda install -c conda-forge shap
    
arviz (🥇35 · ⭐ 1.4K) - Exploratory analysis of Bayesian models with Python. Apache-2
  • GitHub (👨‍💻 140 · 🔀 320 · 📥 120 · 📦 3.8K · 📋 810 - 20% open · ⏱️ 12.04.2023):

     git clone https://github.com/arviz-devs/arviz
    
  • PyPi (📥 1.2M / month · 📦 130 · ⏱️ 16.11.2022):

     pip install arviz
    
  • Conda (📥 1.4M · ⏱️ 14.03.2023):

     conda install -c conda-forge arviz
    
Netron (🥇34 · ⭐ 22K) - Visualizer for neural network, deep learning, and machine.. MIT
  • GitHub (👨‍💻 2 · 🔀 2.4K · 📥 81K · 📦 10 · 📋 920 - 2% open · ⏱️ 13.04.2023):

     git clone https://github.com/lutzroeder/netron
    
  • PyPi (📥 14K / month · 📦 70 · ⏱️ 28.01.2023):

     pip install netron
    
InterpretML (🥇34 · ⭐ 5.4K) - Fit interpretable models. Explain blackbox machine learning. MIT
  • GitHub (👨‍💻 36 · 🔀 650 · 📦 400 · 📋 360 - 18% open · ⏱️ 13.04.2023):

     git clone https://github.com/interpretml/interpret
    
  • PyPi (📥 62K / month · 📦 25 · ⏱️ 18.11.2022):

     pip install interpret
    
pyLDAvis (🥇33 · ⭐ 1.7K) - Python library for interactive topic model visualization. Port of.. BSD-3
  • GitHub (👨‍💻 39 · 🔀 350 · 📦 4.7K · 📋 180 - 47% open · ⏱️ 15.02.2023):

     git clone https://github.com/bmabey/pyLDAvis
    
  • PyPi (📥 580K / month · 📦 150 · ⏱️ 24.03.2021):

     pip install pyldavis
    
  • Conda (📥 64K · ⏱️ 18.02.2023):

     conda install -c conda-forge pyldavis
    
Captum (🥇32 · ⭐ 3.9K) - Model interpretability and understanding for PyTorch. BSD-3
  • GitHub (👨‍💻 100 · 🔀 410 · 📦 1.1K · 📋 460 - 33% open · ⏱️ 06.04.2023):

     git clone https://github.com/pytorch/captum
    
  • PyPi (📥 150K / month · 📦 42 · ⏱️ 27.12.2022):

     pip install captum
    
  • Conda (📥 8.5K · ⏱️ 15.02.2023):

     conda install -c conda-forge captum
    
DoWhy (🥈31 · ⭐ 5.8K) - DoWhy is a Python library for causal inference that supports explicit.. MIT
  • GitHub (👨‍💻 73 · 🔀 820 · 📥 32 · 📦 230 · 📋 370 - 32% open · ⏱️ 10.04.2023):

     git clone https://github.com/py-why/dowhy
    
  • PyPi (📥 37K / month · 📦 13 · ⏱️ 17.12.2022):

     pip install dowhy
    
  • Conda (📥 13K · ⏱️ 19.07.2022):

     conda install -c conda-forge dowhy
    
dtreeviz (🥈30 · ⭐ 2.5K) - A python library for decision tree visualization and model interpretation. MIT
  • GitHub (👨‍💻 22 · 🔀 300 · 📦 700 · 📋 180 - 26% open · ⏱️ 07.03.2023):

     git clone https://github.com/parrt/dtreeviz
    
  • PyPi (📥 110K / month · 📦 20 · ⏱️ 29.01.2023):

     pip install dtreeviz
    
  • Conda (📥 40K · ⏱️ 21.02.2023):

     conda install -c conda-forge dtreeviz
    
shapash (🥈30 · ⭐ 2.2K) - Shapash makes Machine Learning models transparent and.. Apache-2
  • GitHub (👨‍💻 35 · 🔀 260 · 📦 100 · 📋 150 - 15% open · ⏱️ 30.03.2023):

     git clone https://github.com/MAIF/shapash
    
  • PyPi (📥 16K / month · 📦 1 · ⏱️ 17.01.2023):

     pip install shapash
    
evaluate (🥈30 · ⭐ 1.3K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 130 · 📦 1.5K · 📋 180 - 41% open · ⏱️ 14.03.2023):

     git clone https://github.com/huggingface/evaluate
    
  • PyPi (📥 370K / month · 📦 46 · ⏱️ 13.12.2022):

     pip install evaluate
    
Alibi (🥈29 · ⭐ 2K) - Algorithms for explaining machine learning models. Apache-2
  • GitHub (👨‍💻 18 · 🔀 220 · 📦 440 · 📋 350 - 39% open · ⏱️ 06.04.2023):

     git clone https://github.com/SeldonIO/alibi
    
  • PyPi (📥 16K / month · 📦 27 · ⏱️ 11.01.2023):

     pip install alibi
    
Model Analysis (🥈29 · ⭐ 1.2K) - Model analysis tools for TensorFlow. Apache-2
  • GitHub (👨‍💻 54 · 🔀 260 · 📋 81 - 37% open · ⏱️ 10.04.2023):

     git clone https://github.com/tensorflow/model-analysis
    
  • PyPi (📥 350K / month · 📦 21 · ⏱️ 09.12.2022):

     pip install tensorflow-model-analysis
    
yellowbrick (🥈28 · ⭐ 4K) - Visual analysis and diagnostic tools to facilitate machine.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 540 · 📋 690 - 12% open · ⏱️ 19.03.2023):

     git clone https://github.com/DistrictDataLabs/yellowbrick
    
  • PyPi (📥 570K / month · 📦 67 · ⏱️ 21.08.2022):

     pip install yellowbrick
    
  • Conda (📥 58K · ⏱️ 22.08.2022):

     conda install -c conda-forge yellowbrick
    
explainerdashboard (🥈28 · ⭐ 1.7K) - Quickly build Explainable AI dashboards that show the inner.. MIT
  • GitHub (👨‍💻 19 · 🔀 220 · 📦 270 · 📋 200 - 7% open · ⏱️ 18.02.2023):

     git clone https://github.com/oegedijk/explainerdashboard
    
  • PyPi (📥 37K / month · 📦 8 · ⏱️ 02.01.2023):

     pip install explainerdashboard
    
  • Conda (📥 31K · ⏱️ 20.02.2023):

     conda install -c conda-forge explainerdashboard
    
fairlearn (🥈28 · ⭐ 1.5K) - A Python package to assess and improve fairness of machine.. MIT
  • GitHub (👨‍💻 74 · 🔀 340 · 📋 430 - 39% open · ⏱️ 13.04.2023):

     git clone https://github.com/fairlearn/fairlearn
    
  • PyPi (📥 170K / month · 📦 13 · ⏱️ 28.10.2022):

     pip install fairlearn
    
  • Conda (📥 25K · ⏱️ 02.12.2022):

     conda install -c conda-forge fairlearn
    
responsible-ai-widgets (🥈28 · ⭐ 760) - Responsible AI Toolbox is a suite of tools providing.. MIT
  • GitHub (👨‍💻 34 · 🔀 200 · 📦 48 · 📋 290 - 24% open · ⏱️ 11.04.2023):

     git clone https://github.com/microsoft/responsible-ai-toolbox
    
  • PyPi (📥 7.8K / month · 📦 3 · ⏱️ 18.01.2023):

     pip install raiwidgets
    
Fairness 360 (🥈27 · ⭐ 2K) - A comprehensive set of fairness metrics for datasets and.. Apache-2
  • GitHub (👨‍💻 63 · 🔀 670 · 📦 230 · 📋 260 - 65% open · ⏱️ 04.11.2022):

     git clone https://github.com/Trusted-AI/AIF360
    
  • PyPi (📥 8.5K / month · 📦 12 · ⏱️ 03.09.2022):

     pip install aif360
    
  • Conda (📥 5.4K · ⏱️ 04.09.2022):

     conda install -c conda-forge aif360
    
CausalNex (🥈27 · ⭐ 1.8K) - A Python library that helps data scientists to infer.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 220 · 📦 85 · 📋 130 - 18% open · ⏱️ 03.04.2023):

     git clone https://github.com/quantumblacklabs/causalnex
    
  • PyPi (📥 6.2K / month · 📦 2 · ⏱️ 17.01.2023):

     pip install causalnex
    
checklist (🥉25 · ⭐ 1.9K · 💤) - Beyond Accuracy: Behavioral Testing of NLP models with.. MIT
  • GitHub (👨‍💻 13 · 🔀 180 · 📦 220 · 📋 110 - 22% open · ⏱️ 12.08.2022):

     git clone https://github.com/marcotcr/checklist
    
  • PyPi (📥 6.1K / month · 📦 6 · ⏱️ 24.05.2021):

     pip install checklist
    
  • Conda (📥 5.3K · ⏱️ 15.07.2021):

     conda install -c conda-forge checklist
    
iNNvestigate (🥉25 · ⭐ 1.1K) - A toolbox to iNNvestigate neural networks predictions!. BSD-2
  • GitHub (👨‍💻 19 · 🔀 230 · 📥 54 · 📦 94 · 📋 250 - 20% open · ⏱️ 31.01.2023):

     git clone https://github.com/albermax/innvestigate
    
  • PyPi (📥 760 / month · 📦 2 · ⏱️ 31.01.2023):

     pip install innvestigate
    
imodels (🥉25 · ⭐ 1.1K) - Interpretable ML package for concise, transparent, and accurate.. MIT
  • GitHub (👨‍💻 16 · 🔀 98 · 📦 40 · 📋 64 - 34% open · ⏱️ 20.03.2023):

     git clone https://github.com/csinva/imodels
    
  • PyPi (📥 47K / month · 📦 4 · ⏱️ 03.07.2022):

     pip install imodels
    
LIT (🥉24 · ⭐ 3.1K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 320 · 📦 19 · 📋 140 - 47% open · ⏱️ 02.12.2022):

     git clone https://github.com/PAIR-code/lit
    
  • PyPi (📥 900 / month · 📦 1 · ⏱️ 02.12.2022):

     pip install lit-nlp
    
  • Conda (📥 55K · ⏱️ 09.11.2021):

     conda install -c conda-forge lit-nlp
    
Explainability 360 (🥉24 · ⭐ 1.3K) - Interpretability and explainability of data and.. Apache-2
  • GitHub (👨‍💻 39 · 🔀 280 · 📦 72 · 📋 81 - 64% open · ⏱️ 03.11.2022):

     git clone https://github.com/Trusted-AI/AIX360
    
  • PyPi (📥 1.2K / month · 📦 1 · ⏱️ 28.10.2020):

     pip install aix360
    
keract (🥉22 · ⭐ 1K) - Layers Outputs and Gradients in Keras. Made easy. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 170 · 📋 89 - 3% open · ⏱️ 03.11.2022):

     git clone https://github.com/philipperemy/keract
    
  • PyPi (📥 6.2K / month · 📦 6 · ⏱️ 25.09.2022):

     pip install keract
    
tf-explain (🥉21 · ⭐ 980 · 💤) - Interpretability Methods for tf.keras models with Tensorflow.. MIT
  • GitHub (👨‍💻 18 · 🔀 110 · 📦 160 · 📋 92 - 44% open · ⏱️ 30.06.2022):

     git clone https://github.com/sicara/tf-explain
    
  • PyPi (📥 2.5K / month · 📦 7 · ⏱️ 18.11.2021):

     pip install tf-explain
    
aequitas (🥉21 · ⭐ 540) - Bias and Fairness Audit Toolkit. MIT
  • GitHub (👨‍💻 17 · 🔀 94 · 📦 130 · 📋 70 - 68% open · ⏱️ 24.03.2023):

     git clone https://github.com/dssg/aequitas
    
  • PyPi (📥 1.3K / month · 📦 6 · ⏱️ 16.12.2020):

     pip install aequitas
    
model-card-toolkit (🥉21 · ⭐ 360) - A toolkit that streamlines and automates the generation.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 80 · 📥 2 · 📦 13 · 📋 26 - 38% open · ⏱️ 03.04.2023):

     git clone https://github.com/tensorflow/model-card-toolkit
    
  • PyPi (📥 1.7K / month · ⏱️ 28.04.2022):

     pip install model-card-toolkit
    
DiCE (🥉20 · ⭐ 1.1K) - Generate Diverse Counterfactual Explanations for any machine.. MIT
  • GitHub (👨‍💻 16 · 🔀 150 · 📋 140 - 38% open · ⏱️ 03.02.2023):

     git clone https://github.com/interpretml/DiCE
    
  • PyPi (📥 30K / month · 📦 4 · ⏱️ 19.10.2022):

     pip install dice-ml
    
sklearn-evaluation (🥉20 · ⭐ 360 · 🐣) - Machine learning model evaluation made easy: plots,.. MIT
  • GitHub (👨‍💻 19 · 🔀 41 · ⏱️ 13.01.2023):

     git clone https://github.com/edublancas/sklearn-evaluation
    
  • PyPi (📥 68K / month · 📦 5 · ⏱️ 07.03.2023):

     pip install sklearn-evaluation
    
fairness-indicators (🥉19 · ⭐ 300) - Tensorflows Fairness Evaluation and Visualization.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 78 · 📋 27 - 66% open · ⏱️ 07.04.2023):

     git clone https://github.com/tensorflow/fairness-indicators
    
  • PyPi (📥 950 / month · ⏱️ 13.12.2022):

     pip install fairness-indicators
    
LOFO (🥉18 · ⭐ 710) - Leave One Feature Out Importance. MIT
  • GitHub (👨‍💻 4 · 🔀 73 · 📦 25 · 📋 23 - 21% open · ⏱️ 08.12.2022):

     git clone https://github.com/aerdem4/lofo-importance
    
  • PyPi (📥 1.9K / month · 📦 2 · ⏱️ 27.04.2022):

     pip install lofo-importance
    
Anchor (🥉16 · ⭐ 750 · 💤) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2
  • GitHub (👨‍💻 10 · 🔀 110 · 📋 74 - 31% open · ⏱️ 19.07.2022):

     git clone https://github.com/marcotcr/anchor
    
  • PyPi (📥 1.7K / month · 📦 2 · ⏱️ 10.09.2020):

     pip install anchor_exp
    
ExplainX.ai (🥉15 · ⭐ 340 · 💤) - Explainable AI framework for data scientists. Explain & debug any.. MIT
  • GitHub (👨‍💻 4 · 🔀 45 · 📥 10 · 📋 27 - 37% open · ⏱️ 15.09.2022):

     git clone https://github.com/explainX/explainx
    
  • PyPi (📥 1.4K / month · ⏱️ 04.02.2021):

     pip install explainx
    
Show 21 hidden projects...
  • Lime (🥇32 · ⭐ 11K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2
  • Deep Checks (🥈29 · ⭐ 2.6K) - Deepchecks - Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0
  • DALEX (🥈28 · ⭐ 1.2K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0
  • Lucid (🥈27 · ⭐ 4.5K · 💀) - A collection of infrastructure and tools for research in.. Apache-2
  • eli5 (🥈27 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT
  • scikit-plot (🥈27 · ⭐ 2.3K · 💀) - An intuitive library to add plotting functionality to.. MIT
  • keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT
  • What-If Tool (🥉22 · ⭐ 800 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2
  • TreeInterpreter (🥉22 · ⭐ 720 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3
  • random-forest-importances (🥉22 · ⭐ 550 · 💀) - Code to compute permutation and drop-column.. MIT
  • Quantus (🥉22 · ⭐ 340) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️LGPL-3.0
  • Skater (🥉21 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0
  • deeplift (🥉21 · ⭐ 720 · 💀) - Public facing deeplift repo. MIT
  • ecco (🥉20 · ⭐ 1.7K · 💀) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3
  • tcav (🥉19 · ⭐ 570 · 💀) - Code for the TCAV ML interpretability project. Apache-2
  • XAI (🥉17 · ⭐ 900 · 💀) - XAI - An eXplainability toolbox for machine learning. MIT
  • FlashTorch (🥉17 · ⭐ 700 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT
  • interpret-text (🥉13 · ⭐ 360 · 💀) - A library that incorporates state-of-the-art explainers.. MIT
  • Attribution Priors (🥉12 · ⭐ 110 · 💀) - Tools for training explainable models using.. MIT
  • contextual-ai (🥉12 · ⭐ 84 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2
  • bias-detector (🥉11 · ⭐ 41 · 💤) - Bias Detector is a python package for detecting bias in machine.. MIT

Vector Similarity Search (ANN)

Back to top

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

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

Milvus (🥇39 · ⭐ 17K) - A cloud-native vector database, storage for next generation AI.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 2K · 📥 26K · 📋 7.5K - 5% open · ⏱️ 13.04.2023):

     git clone https://github.com/milvus-io/milvus
    
  • PyPi (📥 410K / month · 📦 23 · ⏱️ 15.12.2022):

     pip install pymilvus
    
  • Docker Hub (📥 3.2M · ⭐ 25 · ⏱️ 13.04.2023):

     docker pull milvusdb/milvus
    
Faiss (🥇37 · ⭐ 21K) - A library for efficient similarity search and clustering of dense vectors. MIT
  • GitHub (👨‍💻 130 · 🔀 2.9K · 📦 980 · 📋 2.1K - 15% open · ⏱️ 11.04.2023):

     git clone https://github.com/facebookresearch/faiss
    
  • PyPi (📥 410K / month · 📦 23 · ⏱️ 15.12.2022):

     pip install pymilvus
    
  • Conda (📥 700K · ⏱️ 10.01.2023):

     conda install -c conda-forge faiss
    
Annoy (🥈35 · ⭐ 11K · 📈) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2
  • GitHub (👨‍💻 85 · 🔀 1.1K · 📦 2.7K · 📋 380 - 13% open · ⏱️ 10.04.2023):

     git clone https://github.com/spotify/annoy
    
  • PyPi (📥 950K / month · 📦 250 · ⏱️ 08.08.2022):

     pip install annoy
    
  • Conda (📥 320K · ⏱️ 31.10.2022):

     conda install -c conda-forge python-annoy
    
NMSLIB (🥈31 · ⭐ 3K · 💤) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2
  • GitHub (👨‍💻 48 · 🔀 410 · 📦 830 · 📋 410 - 15% open · ⏱️ 31.05.2022):

     git clone https://github.com/nmslib/nmslib
    
  • PyPi (📥 250K / month · 📦 52 · ⏱️ 03.02.2021):

     pip install nmslib
    
  • Conda (📥 83K · ⏱️ 30.10.2022):

     conda install -c conda-forge nmslib
    
hnswlib (🥈31 · ⭐ 2.6K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2
  • GitHub (👨‍💻 65 · 🔀 440 · 📦 510 · 📋 290 - 53% open · ⏱️ 05.02.2023):

     git clone https://github.com/nmslib/hnswlib
    
  • PyPi (📥 460K / month · 📦 34 · ⏱️ 14.02.2022):

     pip install hnswlib
    
  • Conda (📥 77K · ⏱️ 07.02.2023):

     conda install -c conda-forge hnswlib
    
PyNNDescent (🥉27 · ⭐ 740) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2
  • GitHub (👨‍💻 24 · 🔀 93 · 📦 3.2K · 📋 120 - 49% open · ⏱️ 24.02.2023):

     git clone https://github.com/lmcinnes/pynndescent
    
  • PyPi (📥 810K / month · 📦 42 · ⏱️ 31.10.2022):

     pip install pynndescent
    
  • Conda (📥 1.3M · ⏱️ 01.11.2022):

     conda install -c conda-forge pynndescent
    
NGT (🥉22 · ⭐ 1K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 100 · 📋 110 - 13% open · ⏱️ 05.04.2023):

     git clone https://github.com/yahoojapan/NGT
    
  • PyPi (📥 13K / month · 📦 8 · ⏱️ 21.09.2022):

     pip install ngt
    
NearPy (🥉21 · ⭐ 730) - Python framework for fast (approximated) nearest neighbour search in large,.. MIT
  • GitHub (👨‍💻 19 · 🔀 140 · 📦 79 · 📋 63 - 38% open · ⏱️ 22.01.2023):

     git clone https://github.com/pixelogik/NearPy
    
  • PyPi (📥 1.8K / month · 📦 16 · ⏱️ 27.09.2016):

     pip install NearPy
    
Show 3 hidden projects...
  • Magnitude (🥉23 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT
  • N2 (🥉19 · ⭐ 550 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2
  • PySparNN (🥉11 · ⭐ 910 · 💀) - 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 (🥇39 · ⭐ 7.5K) - Bayesian Modeling in Python. Apache-2
  • GitHub (👨‍💻 450 · 🔀 1.8K · 📥 1.9K · 📦 1.3K · 📋 3K - 6% open · ⏱️ 13.04.2023):

     git clone https://github.com/pymc-devs/pymc
    
  • PyPi (📥 290K / month · 📦 250 · ⏱️ 15.03.2022):

     pip install pymc3
    
  • Conda (📥 500K · ⏱️ 20.05.2022):

     conda install -c conda-forge pymc3
    
tensorflow-probability (🥇37 · ⭐ 3.9K) - Probabilistic reasoning and statistical analysis in.. Apache-2
  • GitHub (👨‍💻 470 · 🔀 1.1K · 📋 1.3K - 46% open · ⏱️ 12.04.2023):

     git clone https://github.com/tensorflow/probability
    
  • PyPi (📥 800K / month · 📦 400 · ⏱️ 06.12.2022):

     pip install tensorflow-probability
    
  • Conda (📥 98K · ⏱️ 16.02.2023):

     conda install -c conda-forge tensorflow-probability
    
Pyro (🥇33 · ⭐ 7.9K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2
  • GitHub (👨‍💻 140 · 🔀 960 · 📦 1.3K · 📋 1K - 22% open · ⏱️ 24.03.2023):

     git clone https://github.com/pyro-ppl/pyro
    
  • PyPi (📥 410K / month · 📦 77 · ⏱️ 03.01.2023):

     pip install pyro-ppl
    
  • Conda (📥 60K · ⏱️ 04.01.2023):

     conda install -c conda-forge pyro-ppl
    
GPyTorch (🥇33 · ⭐ 3.1K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT
  • GitHub (👨‍💻 120 · 🔀 490 · 📦 1.2K · 📋 1.2K - 26% open · ⏱️ 16.03.2023):

     git clone https://github.com/cornellius-gp/gpytorch
    
  • PyPi (📥 230K / month · 📦 65 · ⏱️ 04.01.2023):

     pip install gpytorch
    
  • Conda (📥 87K · ⏱️ 06.01.2023):

     conda install -c conda-forge gpytorch
    
pgmpy (🥈32 · ⭐ 2.3K) - Python Library for learning (Structure and Parameter), inference.. MIT
  • GitHub (👨‍💻 120 · 🔀 670 · 📥 220 · 📦 580 · 📋 840 - 28% open · ⏱️ 08.04.2023):

     git clone https://github.com/pgmpy/pgmpy
    
  • PyPi (📥 61K / month · 📦 23 · ⏱️ 02.01.2023):

     pip install pgmpy
    
emcee (🥈32 · ⭐ 1.3K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT
  • GitHub (👨‍💻 67 · 🔀 430 · 📦 1.8K · 📋 280 - 17% open · ⏱️ 04.04.2023):

     git clone https://github.com/dfm/emcee
    
  • PyPi (📥 110K / month · 📦 310 · ⏱️ 27.01.2023):

     pip install emcee
    
  • Conda (📥 280K · ⏱️ 27.01.2023):

     conda install -c conda-forge emcee
    
GPflow (🥈31 · ⭐ 1.7K) - Gaussian processes in TensorFlow. Apache-2
  • GitHub (👨‍💻 82 · 🔀 430 · 📦 500 · 📋 810 - 17% open · ⏱️ 04.04.2023):

     git clone https://github.com/GPflow/GPflow
    
  • PyPi (📥 57K / month · 📦 33 · ⏱️ 27.01.2023):

     pip install gpflow
    
  • Conda (📥 20K · ⏱️ 24.05.2022):

     conda install -c conda-forge gpflow
    
SALib (🥈31 · ⭐ 700) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT
  • GitHub (👨‍💻 41 · 🔀 210 · 📦 720 · 📋 300 - 13% open · ⏱️ 10.04.2023):

     git clone https://github.com/SALib/SALib
    
  • PyPi (📥 130K / month · 📦 77 · ⏱️ 08.01.2023):

     pip install salib
    
  • Conda (📥 110K · ⏱️ 08.01.2023):

     conda install -c conda-forge salib
    
pandas-ta (🥈30 · ⭐ 3.5K · 💤) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT
  • GitHub (👨‍💻 45 · 🔀 760 · 📦 2.9K · 📋 500 - 21% open · ⏱️ 24.09.2022):

     git clone https://github.com/twopirllc/pandas-ta
    
  • PyPi (📥 78K / month · 📦 33 · ⏱️ 28.07.2021):

     pip install pandas-ta
    
  • Conda (📥 12K · ⏱️ 05.10.2021):

     conda install -c conda-forge pandas-ta
    
hmmlearn (🥈30 · ⭐ 2.7K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3
  • GitHub (👨‍💻 44 · 🔀 720 · 📦 1.7K · 📋 410 - 12% open · ⏱️ 30.03.2023):

     git clone https://github.com/hmmlearn/hmmlearn
    
  • PyPi (📥 190K / month · 📦 130 · ⏱️ 26.09.2022):

     pip install hmmlearn
    
  • Conda (📥 170K · ⏱️ 05.11.2022):

     conda install -c conda-forge hmmlearn
    
filterpy (🥈30 · ⭐ 2.7K · 💤) - Python Kalman filtering and optimal estimation library. Implements.. MIT
  • GitHub (👨‍💻 43 · 🔀 550 · 📦 2.8K · 📋 210 - 25% open · ⏱️ 22.08.2022):

     git clone https://github.com/rlabbe/filterpy
    
  • PyPi (📥 2.7M / month · 📦 130 · ⏱️ 10.10.2018):

     pip install filterpy
    
  • Conda (📥 220K · ⏱️ 05.05.2020):

     conda install -c conda-forge filterpy
    
pomegranate (🥉29 · ⭐ 3K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT
  • GitHub (👨‍💻 66 · 🔀 560 · 📦 900 · 📋 700 - 12% open · ⏱️ 29.11.2022):

     git clone https://github.com/jmschrei/pomegranate
    
  • PyPi (📥 47K / month · 📦 53 · ⏱️ 21.02.2022):

     pip install pomegranate
    
  • Conda (📥 120K · ⏱️ 19.09.2022):

     conda install -c conda-forge pomegranate
    
patsy (🥉29 · ⭐ 870) - Describing statistical models in Python using symbolic formulas. BSD-2
  • GitHub (👨‍💻 17 · 🔀 100 · 📦 69K · 📋 140 - 48% open · ⏱️ 09.10.2022):

     git clone https://github.com/pydata/patsy
    
  • PyPi (📥 8.3M / month · 📦 2.7K · ⏱️ 09.10.2022):

     pip install patsy
    
  • Conda (📥 7.7M · ⏱️ 09.10.2022):

     conda install -c conda-forge patsy
    
bambi (🥉26 · ⭐ 890) - BAyesian Model-Building Interface (Bambi) in Python. MIT
  • GitHub (👨‍💻 31 · 🔀 98 · 📦 60 · 📋 330 - 19% open · ⏱️ 07.04.2023):

     git clone https://github.com/bambinos/bambi
    
  • PyPi (📥 3.5K / month · 📦 4 · ⏱️ 21.12.2022):

     pip install bambi
    
  • Conda (📥 20K · ⏱️ 10.02.2023):

     conda install -c conda-forge bambi
    
Orbit (🥉25 · ⭐ 1.6K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 21 · 📋 380 - 14% open · ⏱️ 29.01.2023):

     git clone https://github.com/uber/orbit
    
  • PyPi (📥 140K / month · 📦 1 · ⏱️ 29.01.2023):

     pip install orbit-ml
    
Baal (🥉21 · ⭐ 730) - Library to enable Bayesian active learning in your research or labeling.. Apache-2
  • GitHub (👨‍💻 19 · 🔀 71 · 📦 48 · 📋 96 - 23% open · ⏱️ 01.04.2023):

     git clone https://github.com/baal-org/baal
    
  • PyPi (📥 1.4K / month · 📦 1 · ⏱️ 28.10.2022):

     pip install baal
    
  • Conda (📥 5.1K · ⏱️ 31.10.2022):

     conda install -c conda-forge baal
    
Show 7 hidden projects...
  • pingouin (🥈30 · ⭐ 1.3K) - Statistical package in Python based on Pandas. ❗️GPL-3.0
  • Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2
  • PyStan (🥉26 · ⭐ 250) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC
  • scikit-posthocs (🥉22 · ⭐ 280) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT
  • Funsor (🥉21 · ⭐ 220) - Functional tensors for probabilistic programming. Apache-2
  • pyhsmm (🥉20 · ⭐ 530 · 💀) - Bayesian inference in HSMMs and HMMs. MIT
  • 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 · ⭐ 3.6K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT
  • GitHub (👨‍💻 120 · 🔀 970 · 📦 340 · 📋 790 - 13% open · ⏱️ 03.04.2023):

     git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
    
  • PyPi (📥 33K / month · 📦 10 · ⏱️ 16.02.2023):

     pip install adversarial-robustness-toolbox
    
  • Conda (📥 23K · ⏱️ 17.03.2023):

     conda install -c conda-forge adversarial-robustness-toolbox
    
CleverHans (🥈29 · ⭐ 5.8K) - An adversarial example library for constructing attacks,.. MIT
  • GitHub (👨‍💻 130 · 🔀 1.4K · 📦 440 · 📋 460 - 8% open · ⏱️ 31.01.2023):

     git clone https://github.com/cleverhans-lab/cleverhans
    
  • PyPi (📥 1.5K / month · 📦 11 · ⏱️ 24.07.2021):

     pip install cleverhans
    
  • Conda (📥 5.7K · ⏱️ 29.07.2021):

     conda install -c conda-forge cleverhans
    
TextAttack (🥈29 · ⭐ 2.3K) - TextAttack is a Python framework for adversarial attacks, data.. MIT
  • GitHub (👨‍💻 58 · 🔀 300 · 📦 160 · 📋 240 - 12% open · ⏱️ 21.12.2022):

     git clone https://github.com/QData/TextAttack
    
  • PyPi (📥 8.3K / month · 📦 7 · ⏱️ 02.11.2022):

     pip install textattack
    
  • Conda (📥 5.3K · ⏱️ 29.06.2021):

     conda install -c conda-forge textattack
    
Foolbox (🥈28 · ⭐ 2.5K · 💤) - A Python toolbox to create adversarial examples that fool neural.. MIT
  • GitHub (👨‍💻 32 · 🔀 410 · 📦 470 · 📋 360 - 8% open · ⏱️ 25.05.2022):

     git clone https://github.com/bethgelab/foolbox
    
  • PyPi (📥 2.3K / month · 📦 13 · ⏱️ 02.04.2022):

     pip install foolbox
    
  • Conda (📥 10K · ⏱️ 30.04.2021):

     conda install -c conda-forge foolbox
    
AdvBox (🥉19 · ⭐ 1.3K · 💤) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2
  • GitHub (👨‍💻 19 · 🔀 250 · 📋 39 - 20% open · ⏱️ 08.08.2022):

     git clone https://github.com/advboxes/AdvBox
    
  • PyPi (📥 36 / month · ⏱️ 05.12.2018):

     pip install advbox
    
Show 4 hidden projects...
  • advertorch (🥉22 · ⭐ 1.2K · 💤) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0
  • robustness (🥉18 · ⭐ 780 · 💀) - A library for experimenting with, training and evaluating neural.. MIT
  • textflint (🥉16 · ⭐ 600 · 💤) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0
  • Adversary (🥉14 · ⭐ 380 · 💀) - 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 (🥇31 · ⭐ 5.4K) - cuDF - GPU DataFrame Library. Apache-2
  • GitHub (👨‍💻 260 · 🔀 680 · 📋 5.4K - 15% open · ⏱️ 13.04.2023):

     git clone https://github.com/rapidsai/cudf
    
  • PyPi (📥 2K / month · 📦 7 · ⏱️ 01.06.2020):

     pip install cudf
    
optimum (🥇31 · ⭐ 1.1K) - Accelerate training and inference of Transformers and Diffusers with.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 160 · 📦 120 · 📋 310 - 38% open · ⏱️ 12.04.2023):

     git clone https://github.com/huggingface/optimum
    
  • PyPi (📥 97K / month · 📦 10 · ⏱️ 25.01.2023):

     pip install optimum
    
  • Conda (📥 6.5K · ⏱️ 12.07.2022):

     conda install -c conda-forge optimum
    
Apex (🥈30 · ⭐ 7.1K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3
  • GitHub (👨‍💻 110 · 🔀 1.2K · 📦 1.6K · 📋 1.1K - 55% open · ⏱️ 31.03.2023):

     git clone https://github.com/NVIDIA/apex
    
  • Conda (📥 140K · ⏱️ 28.02.2023):

     conda install -c conda-forge nvidia-apex
    
ArrayFire (🥈30 · ⭐ 4.1K) - ArrayFire: a general purpose GPU library. BSD-3
  • GitHub (👨‍💻 88 · 🔀 500 · 📥 3.7K · 📋 1.6K - 17% open · ⏱️ 12.04.2023):

     git clone https://github.com/arrayfire/arrayfire
    
  • PyPi (📥 1.2K / month · 📦 8 · ⏱️ 22.02.2022):

     pip install arrayfire
    
gpustat (🥈30 · ⭐ 3.3K) - A simple command-line utility for querying and monitoring GPU status. MIT
  • GitHub (👨‍💻 17 · 🔀 250 · 📦 3.2K · 📋 110 - 20% open · ⏱️ 09.04.2023):

     git clone https://github.com/wookayin/gpustat
    
  • PyPi (📥 1.2M / month · 📦 120 · ⏱️ 04.09.2022):

     pip install gpustat
    
  • Conda (📥 220K · ⏱️ 11.10.2022):

     conda install -c conda-forge gpustat
    
cuML (🥈30 · ⭐ 3.3K) - cuML - RAPIDS Machine Learning Library. Apache-2
  • GitHub (👨‍💻 160 · 🔀 450 · 📦 1 · 📋 2.2K - 32% open · ⏱️ 12.04.2023):

     git clone https://github.com/rapidsai/cuml
    
  • PyPi (📥 1.7K / month · 📦 5 · ⏱️ 01.06.2020):

     pip install cuml
    
PyCUDA (🥈30 · ⭐ 1.5K) - CUDA integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 79 · 🔀 270 · 📦 2K · 📋 250 - 31% open · ⏱️ 10.01.2023):

     git clone https://github.com/inducer/pycuda
    
  • PyPi (📥 39K / month · 📦 200 · ⏱️ 21.12.2022):

     pip install pycuda
    
  • Conda (📥 180K · ⏱️ 21.12.2022):

     conda install -c conda-forge pycuda
    
cuGraph (🥈27 · ⭐ 1.3K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2
  • GitHub (👨‍💻 98 · 🔀 240 · 📦 2 · 📋 1.4K - 21% open · ⏱️ 12.04.2023):

     git clone https://github.com/rapidsai/cugraph
    
  • PyPi (📥 170 / month · 📦 2 · ⏱️ 01.06.2020):

     pip install cugraph
    
  • Conda (📥 13K · ⏱️ 29.04.2021):

     conda install -c conda-forge libcugraph
    
CuPy (🥉25 · ⭐ 6.8K · 📉) - NumPy & SciPy for GPU. MIT
  • GitHub (👨‍💻 260 · 🔀 680):

     git clone https://github.com/cupy/cupy
    
  • PyPi (📥 27K / month · 📦 180 · ⏱️ 19.01.2023):

     pip install cupy
    
  • Conda (📥 2.5M · ⏱️ 01.04.2023):

     conda install -c conda-forge cupy
    
  • Docker Hub (📥 56K · ⭐ 11 · ⏱️ 30.03.2023):

     docker pull cupy/cupy
    
DALI (🥉25 · ⭐ 4.3K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2
  • GitHub (👨‍💻 82 · 🔀 560 · 📋 1.4K - 18% open · ⏱️ 13.04.2023):

     git clone https://github.com/NVIDIA/DALI
    
Merlin (🥉25 · ⭐ 500) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2
  • GitHub (👨‍💻 29 · 🔀 73 · 📋 370 - 43% open · ⏱️ 10.04.2023):

     git clone https://github.com/NVIDIA-Merlin/Merlin
    
  • PyPi (📥 16K / month · 📦 1 · ⏱️ 02.01.2023):

     pip install merlin-core
    
Vulkan Kompute (🥉21 · ⭐ 1.1K) - General purpose GPU compute framework built on Vulkan to.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 75 · 📥 300 · 📦 6 · 📋 190 - 33% open · ⏱️ 03.12.2022):

     git clone https://github.com/KomputeProject/kompute
    
  • PyPi (📥 82 / month · ⏱️ 13.04.2022):

     pip install kp
    
cuSignal (🥉19 · ⭐ 670) - GPU accelerated signal processing. Apache-2
  • GitHub (👨‍💻 44 · 🔀 110 · 📋 150 - 14% open · ⏱️ 04.04.2023):

     git clone https://github.com/rapidsai/cusignal
    
Show 7 hidden projects...
  • scikit-cuda (🥉24 · ⭐ 930 · 💀) - Python interface to GPU-powered libraries. BSD-3
  • GPUtil (🥉23 · ⭐ 960 · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT
  • BlazingSQL (🥉21 · ⭐ 1.8K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2
  • py3nvml (🥉21 · ⭐ 220 · 💤) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3
  • nvidia-ml-py3 (🥉19 · ⭐ 100 · 💀) - Python 3 Bindings for the NVIDIA Management Library. BSD-3
  • SpeedTorch (🥉15 · ⭐ 660 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT
  • ipyexperiments (🥉15 · ⭐ 160 · 💀) - jupyter/ipython experiment containers for GPU and.. Apache-2

Tensorflow Utilities

Back to top

Libraries that extend TensorFlow with additional capabilities.

TensorFlow Datasets (🥇37 · ⭐ 3.8K) - TFDS is a collection of datasets ready to use with.. Apache-2
  • GitHub (👨‍💻 280 · 🔀 1.4K · 📋 1.3K - 49% open · ⏱️ 13.04.2023):

     git clone https://github.com/tensorflow/datasets
    
  • PyPi (📥 1.3M / month · 📦 200 · ⏱️ 17.01.2023):

     pip install tensorflow-datasets
    
  • Conda (📥 16K · ⏱️ 27.02.2023):

     conda install -c conda-forge tensorflow-datasets
    
tensorflow-hub (🥇35 · ⭐ 3.3K) - A library for transfer learning by reusing parts of.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 1.7K · 📋 670 - 0% open · ⏱️ 04.04.2023):

     git clone https://github.com/tensorflow/hub
    
  • PyPi (📥 4.9M / month · 📦 330 · ⏱️ 14.04.2021):

     pip install tensorflow-hub
    
  • Conda (📥 78K · ⏱️ 15.03.2023):

     conda install -c conda-forge tensorflow-hub
    
TF Addons (🥇35 · ⭐ 1.6K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2
  • GitHub (👨‍💻 200 · 🔀 590 · 📦 12K · 📋 1.1K - 22% open · ⏱️ 07.04.2023):

     git clone https://github.com/tensorflow/addons
    
  • PyPi (📥 1.1M / month · 📦 210 · ⏱️ 10.12.2022):

     pip install tensorflow-addons
    
tensor2tensor (🥈34 · ⭐ 13K) - Library of deep learning models and datasets designed to.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 3.2K · 📦 1.3K · 📋 1.3K - 46% open · ⏱️ 01.04.2023):

     git clone https://github.com/tensorflow/tensor2tensor
    
  • PyPi (📥 10K / month · 📦 93 · ⏱️ 17.06.2020):

     pip install tensor2tensor
    
TensorFlow Transform (🥈33 · ⭐ 950) - Input pipeline framework. Apache-2
  • GitHub (👨‍💻 27 · 🔀 200 · 📦 1.3K · 📋 200 - 18% open · ⏱️ 12.04.2023):

     git clone https://github.com/tensorflow/transform
    
  • PyPi (📥 4M / month · 📦 56 · ⏱️ 08.12.2022):

     pip install tensorflow-transform
    
TFX (🥈32 · ⭐ 1.9K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2
  • GitHub (👨‍💻 170 · 🔀 630 · 📋 930 - 21% open · ⏱️ 12.04.2023):

     git clone https://github.com/tensorflow/tfx
    
  • PyPi (📥 260K / month · 📦 13 · ⏱️ 19.12.2022):

     pip install tfx
    
TF Model Optimization (🥈32 · ⭐ 1.4K) - A toolkit to optimize ML models for deployment for.. Apache-2
  • GitHub (👨‍💻 78 · 🔀 310 · 📦 2.6K · 📋 340 - 54% open · ⏱️ 06.04.2023):

     git clone https://github.com/tensorflow/model-optimization
    
  • PyPi (📥 270K / month · 📦 30 · ⏱️ 21.07.2022):

     pip install tensorflow-model-optimization
    
TensorFlow I/O (🥉29 · ⭐ 630) - Dataset, streaming, and file system extensions.. Apache-2
  • GitHub (👨‍💻 98 · 🔀 260 · 📋 600 - 41% open · ⏱️ 24.03.2023):

     git clone https://github.com/tensorflow/io
    
  • PyPi (📥 1.5M / month · 📦 32 · ⏱️ 21.01.2023):

     pip install tensorflow-io
    
Neural Structured Learning (🥉26 · ⭐ 960) - Training neural models with structured signals. Apache-2
  • GitHub (👨‍💻 37 · 🔀 190 · 📦 320 · 📋 68 - 1% open · ⏱️ 05.04.2023):

     git clone https://github.com/tensorflow/neural-structured-learning
    
  • PyPi (📥 19K / month · 📦 3 · ⏱️ 29.07.2022):

     pip install neural-structured-learning
    
TensorFlow Cloud (🥉25 · ⭐ 350) - The TensorFlow Cloud repository provides APIs that.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 75 · 📦 230 · 📋 87 - 68% open · ⏱️ 22.12.2022):

     git clone https://github.com/tensorflow/cloud
    
  • PyPi (📥 88K / month · 📦 1 · ⏱️ 17.06.2021):

     pip install tensorflow-cloud
    
Saliency (🥉22 · ⭐ 870 · 💤) - Framework-agnostic implementation for state-of-the-art.. Apache-2
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 55 · 📋 33 - 18% open · ⏱️ 13.05.2022):

     git clone https://github.com/PAIR-code/saliency
    
  • PyPi (📥 4.1K / month · 📦 3 · ⏱️ 14.06.2022):

     pip install saliency
    
TF Compression (🥉22 · ⭐ 730) - Data compression in TensorFlow. Apache-2
  • GitHub (👨‍💻 21 · 🔀 230 · 📋 96 - 5% open · ⏱️ 23.03.2023):

     git clone https://github.com/tensorflow/compression
    
  • PyPi (📥 6.6K / month · 📦 2 · ⏱️ 23.11.2022):

     pip install tensorflow-compression
    
Show 4 hidden projects...
  • Keras-Preprocessing (🥉29 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT
  • efficientnet (🥉26 · ⭐ 2K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2
  • TensorNets (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT
  • tffm (🥉20 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT

Jax Utilities

Back to top

Libraries that extend Jax with additional capabilities.

equinox (🥇25 · ⭐ 1.1K) - Elegant easy-to-use neural networks in JAX... Apache-2
  • GitHub (👨‍💻 24 · 🔀 65 · 📦 120 · 📋 160 - 25% open · ⏱️ 12.04.2023):

     git clone https://github.com/patrick-kidger/equinox
    
  • PyPi (📥 6.4K / month · 📦 13 · ⏱️ 17.11.2022):

     pip install equinox
    
evojax (🥉20 · ⭐ 650) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2
  • GitHub (👨‍💻 13 · 🔀 54 · 📦 3 · 📋 26 - 38% open · ⏱️ 20.02.2023):

     git clone https://github.com/google/evojax
    
  • PyPi (📥 880 / month · 📦 1 · ⏱️ 05.10.2022):

     pip install evojax
    
  • Conda (📥 15K · ⏱️ 05.10.2022):

     conda install -c conda-forge evojax
    
Show 1 hidden projects...
  • jaxdf (🥉11 · ⭐ 69) - 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 · ⭐ 4.4K) - A library of extension and helper modules for Pythons data.. BSD-3
  • GitHub (👨‍💻 95 · 🔀 810 · 📦 8.7K · 📋 450 - 27% open · ⏱️ 11.04.2023):

     git clone https://github.com/rasbt/mlxtend
    
  • PyPi (📥 940K / month · 📦 170 · ⏱️ 20.09.2022):

     pip install mlxtend
    
  • Conda (📥 270K · ⏱️ 06.04.2023):

     conda install -c conda-forge mlxtend
    
imbalanced-learn (🥇34 · ⭐ 6.3K) - A Python Package to Tackle the Curse of Imbalanced.. MIT
  • GitHub (👨‍💻 71 · 🔀 1.2K · 📦 16K · 📋 550 - 9% open · ⏱️ 28.12.2022):

     git clone https://github.com/scikit-learn-contrib/imbalanced-learn
    
  • PyPi (📥 2.8M / month · 📦 300 · ⏱️ 28.12.2022):

     pip install imbalanced-learn
    
  • Conda (📥 370K · ⏱️ 28.12.2022):

     conda install -c conda-forge imbalanced-learn
    
category_encoders (🥇34 · ⭐ 2.2K) - A library of sklearn compatible categorical variable.. BSD-3
  • GitHub (👨‍💻 61 · 🔀 380 · 📦 5K · 📋 260 - 16% open · ⏱️ 13.03.2023):

     git clone https://github.com/scikit-learn-contrib/category_encoders
    
  • PyPi (📥 1.2M / month · 📦 140 · ⏱️ 14.01.2023):

     pip install category_encoders
    
  • Conda (📥 220K · ⏱️ 17.01.2023):

     conda install -c conda-forge category_encoders
    
scikit-learn-intelex (🥈33 · ⭐ 940) - Intel(R) Extension for Scikit-learn is a seamless way.. Apache-2
  • GitHub (👨‍💻 70 · 🔀 160 · 📦 5.5K · 📋 200 - 37% open · ⏱️ 12.04.2023):

     git clone https://github.com/intel/scikit-learn-intelex
    
  • PyPi (📥 170K / month · 📦 14 · ⏱️ 23.01.2023):

     pip install scikit-learn-intelex
    
  • Conda (📥 150K · ⏱️ 31.01.2023):

     conda install -c conda-forge scikit-learn-intelex
    
scikit-multilearn (🥈30 · ⭐ 830) - A scikit-learn based module for multi-label et. al... BSD-2
  • GitHub (👨‍💻 28 · 🔀 160 · 📦 1K · 📋 210 - 41% open · ⏱️ 22.03.2023):

     git clone https://github.com/scikit-multilearn/scikit-multilearn
    
  • PyPi (📥 81K / month · 📦 21 · ⏱️ 10.12.2018):

     pip install scikit-multilearn
    
scikit-lego (🥉25 · ⭐ 990) - Extra blocks for scikit-learn pipelines. MIT
  • GitHub (👨‍💻 57 · 🔀 99 · 📦 86 · 📋 260 - 9% open · ⏱️ 04.03.2023):

     git clone https://github.com/koaning/scikit-lego
    
  • PyPi (📥 30K / month · 📦 7 · ⏱️ 02.11.2022):

     pip install scikit-lego
    
  • Conda (📥 36K · ⏱️ 03.11.2022):

     conda install -c conda-forge scikit-lego
    
scikit-opt (🥉23 · ⭐ 4K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT
  • GitHub (👨‍💻 17 · 🔀 860 · 📦 110 · 📋 160 - 33% open · ⏱️ 19.02.2023):

     git clone https://github.com/guofei9987/scikit-opt
    
  • PyPi (📥 2.9K / month · 📦 8 · ⏱️ 14.01.2022):

     pip install scikit-opt
    
iterative-stratification (🥉21 · ⭐ 760 · 💤) - scikit-learn cross validators for iterative.. BSD-3
  • GitHub (👨‍💻 7 · 🔀 69 · 📦 290 · 📋 26 - 15% open · ⏱️ 06.06.2022):

     git clone https://github.com/trent-b/iterative-stratification
    
  • PyPi (📥 51K / month · 📦 10 · ⏱️ 03.10.2021):

     pip install iterative-stratification
    
combo (🥉20 · ⭐ 620) - (AAAI 20) A Python Toolbox for Machine Learning Model Combination. BSD-2 xgboost
  • GitHub (👨‍💻 2 · 🔀 100 · 📦 540 · 📋 14 - 78% open · ⏱️ 14.01.2023):

     git clone https://github.com/yzhao062/combo
    
  • PyPi (📥 50K / month · 📦 4 · ⏱️ 02.04.2022):

     pip install combo
    
DESlib (🥉19 · ⭐ 440) - A Python library for dynamic classifier and ensemble selection. BSD-3
  • GitHub (👨‍💻 15 · 🔀 73 · 📦 36 · 📋 150 - 9% open · ⏱️ 27.02.2023):

     git clone https://github.com/scikit-learn-contrib/DESlib
    
  • PyPi (📥 1.2K / month · 📦 2 · ⏱️ 08.02.2021):

     pip install deslib
    
Show 9 hidden projects...
  • scikit-survival (🥈29 · ⭐ 920 · 📈) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0
  • fancyimpute (🥈26 · ⭐ 1.2K · 💀) - Multivariate imputation and matrix completion.. Apache-2
  • sklearn-crfsuite (🥈26 · ⭐ 420 · 💀) - scikit-learn inspired API for CRFsuite. MIT
  • sklearn-contrib-lightning (🥉22 · ⭐ 1.6K · 💀) - Large-scale linear classification, regression and.. BSD-3
  • skope-rules (🥉22 · ⭐ 530) - machine learning with logical rules in Python. ❗️BSD-1-Clause
  • scikit-tda (🥉18 · ⭐ 390 · 💀) - Topological Data Analysis for Python. MIT
  • skggm (🥉18 · ⭐ 220 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT
  • celer (🥉18 · ⭐ 170) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3
  • dabl (🥉16 · ⭐ 120) - Data Analysis Baseline Library. BSD-3

Pytorch Utilities

Back to top

Libraries that extend Pytorch with additional capabilities.

accelerate (🥇36 · ⭐ 4.2K) - A simple way to train and use PyTorch models with multi-.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 400 · 📦 4.6K · 📋 640 - 12% open · ⏱️ 13.04.2023):

     git clone https://github.com/huggingface/accelerate
    
  • PyPi (📥 3.5M / month · 📦 110 · ⏱️ 31.01.2023):

     pip install accelerate
    
  • Conda (📥 26K · ⏱️ 26.03.2023):

     conda install -c conda-forge accelerate
    
PML (🥇33 · ⭐ 5.2K) - The easiest way to use deep metric learning in your application. Modular,.. MIT
  • GitHub (👨‍💻 33 · 🔀 610 · 📦 580 · 📋 440 - 9% open · ⏱️ 05.04.2023):

     git clone https://github.com/KevinMusgrave/pytorch-metric-learning
    
  • PyPi (📥 190K / month · 📦 17 · ⏱️ 29.01.2023):

     pip install pytorch-metric-learning
    
  • Conda (📥 10K · ⏱️ 01.11.2022):

     conda install -c metric-learning pytorch-metric-learning
    
torchdiffeq (🥇30 · ⭐ 4.6K) - Differentiable ODE solvers with full GPU support and.. MIT
  • GitHub (👨‍💻 21 · 🔀 820 · 📦 1.1K · 📋 190 - 26% open · ⏱️ 06.04.2023):

     git clone https://github.com/rtqichen/torchdiffeq
    
  • PyPi (📥 1.9M / month · 📦 33 · ⏱️ 22.04.2022):

     pip install torchdiffeq
    
  • Conda (📥 10K · ⏱️ 03.06.2021):

     conda install -c conda-forge torchdiffeq
    
tinygrad (🥇29 · ⭐ 11K) - You like pytorch? You like micrograd? You love tinygrad!. MIT
  • GitHub (👨‍💻 100 · 🔀 1K · 📦 12 · 📋 200 - 17% open · ⏱️ 12.04.2023):

     git clone https://github.com/geohot/tinygrad
    
lightning-flash (🥈28 · ⭐ 1.7K) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2
  • GitHub (👨‍💻 84 · 🔀 200 · 📦 210 · 📋 520 - 6% open · ⏱️ 04.04.2023):

     git clone https://github.com/Lightning-AI/lightning-flash
    
  • PyPi (📥 2.3K / month · 📦 4 · ⏱️ 05.01.2023):

     pip install lightning-flash
    
  • Conda (📥 11K · ⏱️ 08.11.2022):

     conda install -c conda-forge lightning-flash
    
torch-scatter (🥈27 · ⭐ 1.2K) - PyTorch Extension Library of Optimized Scatter Operations. MIT
  • GitHub (👨‍💻 25 · 🔀 150 · 📋 310 - 5% open · ⏱️ 16.03.2023):

     git clone https://github.com/rusty1s/pytorch_scatter
    
  • PyPi (📥 56K / month · 📦 63 · ⏱️ 24.11.2022):

     pip install torch-scatter
    
  • Conda (📥 170K · ⏱️ 07.04.2023):

     conda install -c conda-forge pytorch_scatter
    
PyTorch Sparse (🥈25 · ⭐ 800) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT
  • GitHub (👨‍💻 39 · 🔀 130 · 📋 240 - 12% open · ⏱️ 22.03.2023):

     git clone https://github.com/rusty1s/pytorch_sparse
    
  • PyPi (📥 39K / month · 📦 57 · ⏱️ 22.12.2022):

     pip install torch-sparse
    
  • Conda (📥 180K · ⏱️ 23.03.2023):

     conda install -c conda-forge pytorch_sparse
    
Pytorch Toolbelt (🥈24 · ⭐ 1.4K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT
  • GitHub (👨‍💻 7 · 🔀 110 · 📋 25 - 4% open · ⏱️ 11.04.2023):

     git clone https://github.com/BloodAxe/pytorch-toolbelt
    
  • PyPi (📥 15K / month · 📦 6 · ⏱️ 25.12.2022):

     pip install pytorch_toolbelt
    
TabNet (🥉23 · ⭐ 2.1K) - PyTorch implementation of TabNet paper :.. MIT
  • GitHub (👨‍💻 19 · 🔀 410 · 📋 280 - 15% open · ⏱️ 23.03.2023):

     git clone https://github.com/dreamquark-ai/tabnet
    
  • PyPi (📥 26K / month · 📦 9 · ⏱️ 19.09.2022):

     pip install pytorch-tabnet
    
  • Conda (📥 3.8K · ⏱️ 22.02.2023):

     conda install -c conda-forge pytorch-tabnet
    
reformer-pytorch (🥉20 · ⭐ 1.9K · 💤) - Reformer, the efficient Transformer, in Pytorch. MIT
  • GitHub (👨‍💻 11 · 🔀 250 · 📋 120 - 11% open · ⏱️ 24.06.2022):

     git clone https://github.com/lucidrains/reformer-pytorch
    
  • PyPi (📥 1.8K / month · ⏱️ 06.11.2021):

     pip install reformer-pytorch
    
Tensor Sensor (🥉17 · ⭐ 720 · 💤) - The goal of this library is to generate more helpful.. MIT
  • GitHub (👨‍💻 4 · 🔀 37 · 📦 17 · 📋 24 - 33% open · ⏱️ 07.04.2022):

     git clone https://github.com/parrt/tensor-sensor
    
  • PyPi (📥 2.3K / month · ⏱️ 11.12.2021):

     pip install tensor-sensor
    
  • Conda (📥 2K · ⏱️ 11.12.2021):

     conda install -c conda-forge tensor-sensor
    
Tez (🥉16 · ⭐ 1.1K · 💤) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2
  • GitHub (👨‍💻 2 · 🔀 140 · 📦 40 · 📋 43 - 58% open · ⏱️ 16.09.2022):

     git clone https://github.com/abhishekkrthakur/tez
    
  • PyPi (📥 530 / month · 📦 2 · ⏱️ 20.09.2022):

     pip install tez
    
madgrad (🥉16 · ⭐ 780) - MADGRAD Optimization Method. MIT
  • GitHub (👨‍💻 2 · 🔀 56 · 📦 50 · 📋 11 - 9% open · ⏱️ 11.04.2023):

     git clone https://github.com/facebookresearch/madgrad
    
  • PyPi (📥 4.4K / month · 📦 1 · ⏱️ 08.03.2022):

     pip install madgrad
    
Show 19 hidden projects...
  • pretrainedmodels (🥇29 · ⭐ 8.7K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3
  • pytorch-optimizer (🥈28 · ⭐ 2.7K · 💀) - torch-optimizer -- collection of optimizers for.. Apache-2
  • pytorch-summary (🥈27 · ⭐ 3.8K · 💀) - Model summary in PyTorch similar to model.summary().. MIT
  • EfficientNet-PyTorch (🥈26 · ⭐ 7.4K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2
  • torchsde (🥈26 · ⭐ 1.2K · 💀) - Differentiable SDE solvers with GPU support and efficient.. Apache-2
  • SRU (🥉23 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT
  • Torchmeta (🥉23 · ⭐ 1.8K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT
  • Higher (🥉23 · ⭐ 1.5K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2
  • Antialiased CNNs (🥉22 · ⭐ 1.6K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0
  • EfficientNets (🥉22 · ⭐ 1.5K · 💀) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2
  • AdaBound (🥉20 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2
  • Performer Pytorch (🥉20 · ⭐ 940 · 💀) - An implementation of Performer, a linear attention-.. MIT
  • Poutyne (🥉20 · ⭐ 540) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0
  • micrograd (🥉19 · ⭐ 4.6K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT
  • pytorchviz (🥉19 · ⭐ 2.6K · 💀) - A small package to create visualizations of PyTorch execution.. MIT
  • 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
  • Pywick (🥉15 · ⭐ 380 · 💀) - High-level batteries-included neural network training library for.. MIT
  • TorchDrift (🥉15 · ⭐ 280 · 💤) - 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 ( ⭐ 2.9K) - Collection of database clients for python.


Others

Back to top

scipy (🥇49 · ⭐ 11K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3
  • GitHub (👨‍💻 1.4K · 🔀 4.7K · 📥 370K · 📦 700K · 📋 9.3K - 18% open · ⏱️ 13.04.2023):

     git clone https://github.com/scipy/scipy
    
  • PyPi (📥 55M / month · 📦 62K · ⏱️ 03.01.2023):

     pip install scipy
    
  • Conda (📥 36M · ⏱️ 26.02.2023):

     conda install -c conda-forge scipy
    
SymPy (🥇47 · ⭐ 11K) - A computer algebra system written in pure Python. BSD-3
  • GitHub (👨‍💻 1.2K · 🔀 3.9K · 📥 500K · 📦 57K · 📋 13K - 36% open · ⏱️ 08.04.2023):

     git clone https://github.com/sympy/sympy
    
  • PyPi (📥 6.4M / month · 📦 4.5K · ⏱️ 30.08.2022):

     pip install sympy
    
  • Conda (📥 3.2M · ⏱️ 20.03.2023):

     conda install -c conda-forge sympy
    
Streamlit (🥇41 · ⭐ 24K) - Streamlit The fastest way to build data apps in Python. Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.1K · 📦 670 · 📋 3.2K - 20% open · ⏱️ 13.04.2023):

     git clone https://github.com/streamlit/streamlit
    
  • PyPi (📥 1.5M / month · 📦 720 · ⏱️ 09.03.2023):

     pip install streamlit
    
Gradio (🥇38 · ⭐ 16K · 📉) - Wrap UIs around any model, share with anyone. Apache-2
  • GitHub (👨‍💻 140 · 🔀 1K · 📦 5.1K · 📋 1.9K - 15% open · ⏱️ 12.04.2023):

     git clone https://github.com/gradio-app/gradio
    
  • PyPi (📥 3.2M / month · 📦 82 · ⏱️ 20.02.2023):

     pip install gradio
    
DeepChem (🥇38 · ⭐ 4.3K · 📈) - Democratizing Deep-Learning for Drug Discovery, Quantum.. MIT
  • GitHub (👨‍💻 210 · 🔀 1.5K · 📦 180 · 📋 1.6K - 27% open · ⏱️ 12.04.2023):

     git clone https://github.com/deepchem/deepchem
    
  • PyPi (📥 23K / month · 📦 8 · ⏱️ 06.07.2022):

     pip install deepchem
    
  • Conda (📥 96K · ⏱️ 02.12.2022):

     conda install -c conda-forge deepchem
    
carla (🥇35 · ⭐ 9.1K) - Open-source simulator for autonomous driving research. MIT
  • GitHub (👨‍💻 150 · 🔀 2.8K · 📦 400 · 📋 4.4K - 20% open · ⏱️ 24.01.2023):

     git clone https://github.com/carla-simulator/carla
    
  • PyPi (📥 22K / month · 📦 5 · ⏱️ 24.12.2022):

     pip install carla
    
PyOD (🥇35 · ⭐ 6.9K) - A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly.. BSD-2
  • GitHub (👨‍💻 48 · 🔀 1.2K · 📦 2.2K · 📋 300 - 53% open · ⏱️ 20.03.2023):

     git clone https://github.com/yzhao062/pyod
    
  • PyPi (📥 640K / month · 📦 49 · ⏱️ 16.12.2022):

     pip install pyod
    
  • Conda (📥 62K · ⏱️ 20.03.2023):

     conda install -c conda-forge pyod
    
Datasette (🥈33 · ⭐ 7.4K) - An open source multi-tool for exploring and publishing data. Apache-2
  • GitHub (👨‍💻 75 · 🔀 520 · 📥 43 · 📦 960 · 📋 1.6K - 31% open · ⏱️ 31.03.2023):

     git clone https://github.com/simonw/datasette
    
  • PyPi (📥 40K / month · 📦 210 · ⏱️ 11.01.2023):

     pip install datasette
    
  • Conda (📥 18K · ⏱️ 11.03.2023):

     conda install -c conda-forge datasette
    
Autograd (🥈33 · ⭐ 6.3K) - Efficiently computes derivatives of numpy code. MIT
  • GitHub (👨‍💻 52 · 🔀 850 · 📦 5K · 📋 400 - 42% open · ⏱️ 22.03.2023):

     git clone https://github.com/HIPS/autograd
    
  • PyPi (📥 1.1M / month · 📦 300 · ⏱️ 29.09.2022):

     pip install autograd
    
  • Conda (📥 310K · ⏱️ 03.10.2022):

     conda install -c conda-forge autograd
    
agate (🥈33 · ⭐ 1.1K) - A Python data analysis library that is optimized for humans instead of.. MIT
  • GitHub (👨‍💻 51 · 🔀 150 · 📦 1.6K · 📋 650 - 2% open · ⏱️ 12.01.2023):

     git clone https://github.com/wireservice/agate
    
  • PyPi (📥 2.3M / month · 📦 140 · ⏱️ 04.01.2023):

     pip install agate
    
  • Conda (📥 120K · ⏱️ 05.01.2023):

     conda install -c conda-forge agate
    
PaddleHub (🥈32 · ⭐ 11K) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2
  • GitHub (👨‍💻 69 · 🔀 2K · 📥 600 · 📦 1.2K · 📋 1.2K - 43% open · ⏱️ 28.03.2023):

     git clone https://github.com/PaddlePaddle/PaddleHub
    
  • PyPi (📥 7.8K / month · 📦 6 · ⏱️ 28.11.2022):

     pip install paddlehub
    
River (🥈32 · ⭐ 4.2K) - Online machine learning in Python. BSD-3
  • GitHub (👨‍💻 95 · 🔀 460 · 📦 260 · 📋 410 - 2% open · ⏱️ 06.04.2023):

     git clone https://github.com/online-ml/river
    
  • PyPi (📥 15K / month · 📦 22 · ⏱️ 29.01.2023):

     pip install river
    
  • Conda (📥 33K · ⏱️ 31.10.2022):

     conda install -c conda-forge river
    
Pythran (🥈32 · ⭐ 1.9K) - Ahead of Time compiler for numeric kernels. BSD-3
  • GitHub (👨‍💻 68 · 🔀 180 · 📦 670 · 📋 810 - 15% open · ⏱️ 23.03.2023):

     git clone https://github.com/serge-sans-paille/pythran
    
  • PyPi (📥 280K / month · 📦 20 · ⏱️ 15.01.2023):

     pip install pythran
    
  • Conda (📥 340K · ⏱️ 15.01.2023):

     conda install -c conda-forge pythran
    
PennyLane (🥈32 · ⭐ 1.7K) - PennyLane is a cross-platform Python library for differentiable.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 450 · 📥 66 · 📋 1K - 28% open · ⏱️ 12.04.2023):

     git clone https://github.com/PennyLaneAI/PennyLane
    
  • PyPi (📥 22K / month · 📦 50 · ⏱️ 06.03.2023):

     pip install pennylane
    
  • Conda (📥 9K · ⏱️ 12.04.2023):

     conda install -c conda-forge pennylane
    
adapter-transformers (🥈32 · ⭐ 1.4K) - Huggingface Transformers + Adapters =. Apache-2 huggingface
  • GitHub (👨‍💻 1.7K · 🔀 250 · 📦 150 · 📋 300 - 19% open · ⏱️ 06.04.2023):

     git clone https://github.com/Adapter-Hub/adapter-transformers
    
  • PyPi (📥 16K / month · 📦 6 · ⏱️ 20.09.2022):

     pip install adapter-transformers
    
hdbscan (🥈31 · ⭐ 2.4K) - A high performance implementation of HDBSCAN clustering. BSD-3
  • GitHub (👨‍💻 81 · 🔀 440 · 📦 2.1K · 📋 480 - 66% open · ⏱️ 10.11.2022):

     git clone https://github.com/scikit-learn-contrib/hdbscan
    
  • PyPi (📥 490K / month · 📦 190 · ⏱️ 31.10.2022):

     pip install hdbscan
    
  • Conda (📥 1.5M · ⏱️ 05.02.2023):

     conda install -c conda-forge hdbscan
    
tensorly (🥈31 · ⭐ 1.4K) - TensorLy: Tensor Learning in Python. BSD-2
  • GitHub (👨‍💻 60 · 🔀 270 · 📦 380 · 📋 240 - 24% open · ⏱️ 02.04.2023):

     git clone https://github.com/tensorly/tensorly
    
  • PyPi (📥 15K / month · 📦 41 · ⏱️ 14.01.2023):

     pip install tensorly
    
  • Conda (📥 360K · ⏱️ 09.03.2023):

     conda install -c conda-forge tensorly
    
pyjanitor (🥈31 · ⭐ 1.1K) - Clean APIs for data cleaning. Python implementation of R package.. MIT
  • GitHub (👨‍💻 110 · 🔀 160 · 📦 350 · 📋 530 - 21% open · ⏱️ 05.04.2023):

     git clone https://github.com/pyjanitor-devs/pyjanitor
    
  • PyPi (📥 34K / month · 📦 13 · ⏱️ 12.11.2022):

     pip install pyjanitor
    
  • Conda (📥 160K · ⏱️ 23.03.2023):

     conda install -c conda-forge pyjanitor
    
pyopencl (🥈31 · ⭐ 960) - OpenCL integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 94 · 🔀 240 · 📦 1.5K · 📋 330 - 21% open · ⏱️ 14.03.2023):

     git clone https://github.com/inducer/pyopencl
    
  • PyPi (📥 120K / month · 📦 190 · ⏱️ 04.01.2023):

     pip install pyopencl
    
  • Conda (📥 830K · ⏱️ 05.01.2023):

     conda install -c conda-forge pyopencl
    
datalad (🥈31 · ⭐ 410) - Keep code, data, containers under control with git and git-annex. MIT
  • GitHub (👨‍💻 55 · 🔀 110 · 📋 3.8K - 12% open · ⏱️ 13.04.2023):

     git clone https://github.com/datalad/datalad
    
  • PyPi (📥 11K / month · 📦 71 · ⏱️ 16.01.2023):

     pip install datalad
    
  • Conda (📥 320K · ⏱️ 25.03.2023):

     conda install -c conda-forge datalad
    
alibi-detect (🥈29 · ⭐ 1.8K) - Algorithms for outlier, adversarial and drift detection. Apache-2
  • GitHub (👨‍💻 17 · 🔀 180 · 📦 340 · 📋 330 - 35% open · ⏱️ 13.04.2023):

     git clone https://github.com/SeldonIO/alibi-detect
    
  • PyPi (📥 23K / month · 📦 6 · ⏱️ 01.06.2022):

     pip install alibi-detect
    
avalanche (🥈29 · ⭐ 1.3K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT
  • GitHub (👨‍💻 65 · 🔀 210 · 📥 4 · 📦 24 · 📋 660 - 13% open · ⏱️ 06.04.2023):

     git clone https://github.com/ContinualAI/avalanche
    
  • PyPi (📥 1.1K / month · ⏱️ 15.12.2022):

     pip install avalanche-lib
    
TabPy (🥈28 · ⭐ 1.4K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT
  • GitHub (👨‍💻 47 · 🔀 550 · 📦 120 · 📋 310 - 3% open · ⏱️ 31.01.2023):

     git clone https://github.com/tableau/TabPy
    
  • PyPi (📥 18K / month · 📦 2 · ⏱️ 30.01.2023):

     pip install tabpy
    
  • Conda (📥 3.7K · ⏱️ 02.05.2022):

     conda install -c anaconda tabpy-client
    
kmodes (🥈28 · ⭐ 1.1K) - Python implementations of the k-modes and k-prototypes clustering.. MIT
  • GitHub (👨‍💻 21 · 🔀 390 · 📦 1.9K · 📋 160 - 11% open · ⏱️ 21.02.2023):

     git clone https://github.com/nicodv/kmodes
    
  • PyPi (📥 260K / month · 📦 26 · ⏱️ 06.09.2022):

     pip install kmodes
    
  • Conda (📥 28K · ⏱️ 06.09.2022):

     conda install -c conda-forge kmodes
    
Prince (🥈28 · ⭐ 970) - Multivariate exploratory data analysis in Python: PCA, CA, MCA, MFA,.. MIT
  • GitHub (👨‍💻 14 · 🔀 170 · 📦 330 · ⏱️ 07.04.2023):

     git clone https://github.com/MaxHalford/prince
    
  • PyPi (📥 40K / month · 📦 9 · ⏱️ 06.10.2020):

     pip install prince
    
  • Conda (📥 15K · ⏱️ 30.04.2021):

     conda install -c conda-forge prince-factor-analysis
    
pysc2 (🥉27 · ⭐ 7.7K · 💤) - StarCraft II Learning Environment. Apache-2
  • GitHub (👨‍💻 36 · 🔀 1.2K · 📥 30K · 📦 510 · 📋 280 - 17% open · ⏱️ 07.08.2022):

     git clone https://github.com/deepmind/pysc2
    
  • PyPi (📥 1.8K / month · 📦 26 · ⏱️ 13.07.2022):

     pip install pysc2
    
causalml (🥉27 · ⭐ 3.9K) - Uplift modeling and causal inference with machine learning.. Apache-2
  • GitHub (👨‍💻 49 · 🔀 630 · 📦 150 · 📋 320 - 26% open · ⏱️ 26.03.2023):

     git clone https://github.com/uber/causalml
    
  • PyPi (📥 49K / month · 📦 1 · ⏱️ 14.03.2022):

     pip install causalml
    
Mars (🥉27 · ⭐ 2.6K) - Mars is a tensor-based unified framework for large-scale data.. Apache-2
  • GitHub (👨‍💻 46 · 🔀 310 · 📋 1.2K - 18% open · ⏱️ 31.03.2023):

     git clone https://github.com/mars-project/mars
    
  • PyPi (📥 57K / month · 📦 1 · ⏱️ 10.01.2023):

     pip install pymars
    
anomalib (🥉27 · ⭐ 1.8K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2
  • GitHub (👨‍💻 37 · 🔀 320 · 📥 270 · 📦 8 · 📋 430 - 11% open · ⏱️ 06.04.2023):

     git clone https://github.com/openvinotoolkit/anomalib
    
  • PyPi (📥 3.4K / month · ⏱️ 28.10.2022):

     pip install anomalib
    
pycm (🥉27 · ⭐ 1.4K) - Multi-class confusion matrix library in Python. MIT
  • GitHub (👨‍💻 17 · 🔀 120 · 📦 200 · 📋 190 - 5% open · ⏱️ 01.02.2023):

     git clone https://github.com/sepandhaghighi/pycm
    
  • PyPi (📥 37K / month · 📦 13 · ⏱️ 27.04.2022):

     pip install pycm
    
PySwarms (🥉27 · ⭐ 1.1K · 💤) - A research toolkit for particle swarm optimization in Python. MIT
  • GitHub (👨‍💻 44 · 🔀 310 · 📦 240 · 📋 220 - 8% open · ⏱️ 03.07.2022):

     git clone https://github.com/ljvmiranda921/pyswarms
    
  • PyPi (📥 8.9K / month · 📦 11 · ⏱️ 03.01.2021):

     pip install pyswarms
    
Trax (🥉26 · ⭐ 7.5K) - Trax Deep Learning with Clear Code and Speed. Apache-2
  • GitHub (👨‍💻 78 · 🔀 770 · 📦 100 · 📋 230 - 46% open · ⏱️ 29.03.2023):

     git clone https://github.com/google/trax
    
  • PyPi (📥 9K / month · 📦 1 · ⏱️ 26.10.2021):

     pip install trax
    
metric-learn (🥉26 · ⭐ 1.3K · 💤) - Metric learning algorithms in Python. MIT
  • GitHub (👨‍💻 22 · 🔀 230 · 📦 260 · 📋 170 - 30% open · ⏱️ 21.06.2022):

     git clone https://github.com/scikit-learn-contrib/metric-learn
    
  • PyPi (📥 29K / month · 📦 12 · ⏱️ 02.07.2020):

     pip install metric-learn
    
  • Conda (📥 8.8K · ⏱️ 02.07.2020):

     conda install -c conda-forge metric-learn
    
gplearn (🥉25 · ⭐ 1.3K · 💤) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3
  • GitHub (👨‍💻 11 · 🔀 230 · 📦 360 · 📋 210 - 9% open · ⏱️ 04.08.2022):

     git clone https://github.com/trevorstephens/gplearn
    
  • PyPi (📥 6.3K / month · 📦 13 · ⏱️ 03.05.2022):

     pip install gplearn
    
  • Conda (📥 4.8K · ⏱️ 04.05.2022):

     conda install -c conda-forge gplearn
    
Feature Engine (🥉25 · ⭐ 1.3K) - Feature engineering package with sklearn like functionality. BSD-3
  • GitHub (👨‍💻 38 · 🔀 250 · ⏱️ 07.12.2022):

     git clone https://github.com/solegalli/feature_engine
    
  • PyPi (📥 170K / month · 📦 67 · ⏱️ 22.11.2022):

     pip install feature_engine
    
  • Conda (📥 29K · ⏱️ 28.03.2023):

     conda install -c conda-forge feature_engine
    
dstack (🥉25 · ⭐ 610) - The hassle-free tool for managing ML workflows on any cloud platform. MPL-2.0
  • GitHub (👨‍💻 10 · 🔀 36 · 📦 11 · 📋 210 - 17% open · ⏱️ 13.04.2023):

     git clone https://github.com/dstackai/dstack
    
  • PyPi (📥 1.2K / month · ⏱️ 29.06.2022):

     pip install dstack
    
AugLy (🥉24 · ⭐ 4.7K) - A data augmentations library for audio, image, text, and video. MIT
  • GitHub (👨‍💻 27 · 🔀 280 · 📦 57 · 📋 73 - 26% open · ⏱️ 29.03.2023):

     git clone https://github.com/facebookresearch/AugLy
    
  • PyPi (📥 2.3K / month · 📦 3 · ⏱️ 28.03.2022):

     pip install augly
    
MONAILabel (🥉24 · ⭐ 380) - MONAI Label is an intelligent open source image labeling and.. Apache-2
  • GitHub (👨‍💻 46 · 🔀 140 · 📥 49K · 📋 400 - 12% open · ⏱️ 13.04.2023):

     git clone https://github.com/Project-MONAI/MONAILabel
    
  • PyPi (📥 660 / month · ⏱️ 29.01.2023):

     pip install monailabel-weekly
    
AstroML (🥉22 · ⭐ 890) - Machine learning, statistics, and data mining for astronomy and.. BSD-2
  • GitHub (👨‍💻 30 · 🔀 280 · 📋 160 - 39% open · ⏱️ 12.12.2022):

     git clone https://github.com/astroML/astroML
    
  • PyPi (📥 1.1K / month · 📦 33 · ⏱️ 01.03.2022):

     pip install astroML
    
  • Conda (📥 36K · ⏱️ 02.03.2022):

     conda install -c conda-forge astroml
    
BioPandas (🥉22 · ⭐ 590) - Working with molecular structures in pandas DataFrames. BSD-3
  • GitHub (👨‍💻 10 · 🔀 110 · 📦 160 · 📋 49 - 36% open · ⏱️ 10.04.2023):

     git clone https://github.com/rasbt/biopandas
    
  • PyPi (📥 5.4K / month · 📦 18 · ⏱️ 13.05.2022):

     pip install biopandas
    
  • Conda (📥 130K · ⏱️ 11.03.2023):

     conda install -c conda-forge biopandas
    
rrcf (🥉22 · ⭐ 440) - Implementation of the Robust Random Cut Forest algorithm for anomaly detection.. MIT
  • GitHub (👨‍💻 5 · 🔀 95 · 📦 45 · 📋 45 - 57% open · ⏱️ 15.03.2023):

     git clone https://github.com/kLabUM/rrcf
    
  • PyPi (📥 17K / month · 📦 2 · ⏱️ 10.06.2020):

     pip install rrcf
    
StreamAlert (🥉21 · ⭐ 2.8K · 💤) - StreamAlert is a serverless, realtime data analysis.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 320 · 📋 340 - 24% open · ⏱️ 20.07.2022):

     git clone https://github.com/airbnb/streamalert
    
benchmark_VAE (🥉21 · ⭐ 1.3K) - Unifying Variational Autoencoder (VAE) implementations.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 110 · 📦 4 · 📋 34 - 17% open · ⏱️ 28.03.2023):

     git clone https://github.com/clementchadebec/benchmark_VAE
    
  • PyPi (📥 550 / month · ⏱️ 19.10.2022):

     pip install pythae
    
SUOD (🥉20 · ⭐ 350 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2
  • GitHub (👨‍💻 2 · 🔀 43 · 📦 480 · 📋 10 - 70% open · ⏱️ 07.07.2022):

     git clone https://github.com/yzhao062/SUOD
    
  • PyPi (📥 26K / month · ⏱️ 01.10.2021):

     pip install suod
    
pykale (🥉17 · ⭐ 380) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT
  • GitHub (👨‍💻 18 · 🔀 54 · 📋 91 - 4% open · ⏱️ 04.04.2023):

     git clone https://github.com/pykale/pykale
    
  • PyPi (📥 70 / month · ⏱️ 21.08.2022):

     pip install pykale
    
KD-Lib (🥉15 · ⭐ 500) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT
  • GitHub (👨‍💻 6 · 🔀 47 · 📋 67 - 26% open · ⏱️ 01.03.2023):

     git clone https://github.com/SforAiDl/KD_Lib
    
  • PyPi (📥 42 / month · ⏱️ 18.05.2022):

     pip install KD-Lib
    
NeuralCompression (🥉15 · ⭐ 320) - A collection of tools for neural compression enthusiasts. MIT
  • GitHub (👨‍💻 6 · 🔀 29 · 📋 77 - 23% open · ⏱️ 11.04.2023):

     git clone https://github.com/facebookresearch/NeuralCompression
    
  • PyPi (📥 91 / month · ⏱️ 12.01.2022):

     pip install neuralcompression
    
traingenerator (🥉13 · ⭐ 1.3K · 💤) - A web app to generate template code for machine learning. MIT
  • GitHub (👨‍💻 3 · 🔀 170 · 📋 16 - 81% open · ⏱️ 30.06.2022):

     git clone https://github.com/jrieke/traingenerator
    
Show 17 hidden projects...
  • cleanlab (🥈30 · ⭐ 5.7K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0
  • Cython BLIS (🥈28 · ⭐ 200) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3
  • minisom (🥉27 · ⭐ 1.2K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0
  • pyclustering (🥉26 · ⭐ 1.1K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3
  • modAL (🥉25 · ⭐ 1.9K · 💀) - A modular active learning framework for Python. MIT
  • mlens (🥉23 · ⭐ 780 · 💀) - ML-Ensemble high performance ensemble learning. MIT
  • findspark (🥉23 · ⭐ 470 · 💀) - Find pyspark to make it importable. BSD-3
  • metricflow (🥉22 · ⭐ 840) - MetricFlow allows you to define, build, and maintain metrics in.. ❗️AGPL-3.0
  • vecstack (🥉22 · ⭐ 670 · 💀) - Python package for stacking (machine learning technique). MIT
  • opyrator (🥉21 · ⭐ 2.8K · 💀) - Turns your machine learning code into microservices with web API,.. MIT
  • scikit-rebate (🥉20 · ⭐ 380 · 💀) - A scikit-learn-compatible Python implementation of.. MIT
  • impyute (🥉20 · ⭐ 340 · 💀) - Data imputations library to preprocess datasets with missing data. MIT
  • apricot (🥉18 · ⭐ 470 · 💀) - apricot implements submodular optimization for the purpose of.. MIT
  • pandas-ml (🥉18 · ⭐ 300 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3
  • pymdp (🥉18 · ⭐ 250) - A Python implementation of active inference for Markov Decision Processes. MIT
  • baikal (🥉17 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3
  • nylon (🥉12 · ⭐ 80 · 💀) - An intelligent, flexible grammar of machine learning. MIT

Related 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

best-of-ml-python's People

Contributors

aliabd avatar andyndang avatar aschonfeld avatar aterzis-google avatar azulgarza avatar chschroeder avatar creyesp avatar csinva avatar ehofesmann avatar emilecourthoud avatar fzliu avatar gillesvandewiele avatar github-actions[bot] avatar innixma avatar jankalkan avatar jasmcaus avatar jvdd avatar luizlf avatar lukasmasuch avatar markusfoote avatar mohamadmansourx avatar neelays avatar ninamiolane avatar noamgit avatar qbarthelemy avatar qbphilip avatar raethlein avatar rbendias avatar sim-san avatar tqtg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.