README.md

Best-of Machine Learning with Python

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

This curated list contains 920 awesome open-source projects with a total of 4.6M 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.

PyTorch (🥇56 · ⭐ 82K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3
  • GitHub (👨‍💻 5.1K · 🔀 22K · 📥 56K · 📦 520K · 📋 46K - 32% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 34M / month · 📦 19K · ⏱️ 04.09.2024):

    	pip install torch
    
  • Conda (📥 23M · ⏱️ 03.09.2024):

    	conda install -c pytorch pytorch
    
Tensorflow (🥇55 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2
  • GitHub (👨‍💻 4.7K · 🔀 74K · 📦 410K · 📋 43K - 10% open · ⏱️ 12.09.2024):

    	git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 18M / month · 📦 7.8K · ⏱️ 11.07.2024):

    	pip install tensorflow
    
  • Conda (📥 4.9M · ⏱️ 31.08.2024):

    	conda install -c conda-forge tensorflow
    
  • Docker Hub (📥 78M · ⭐ 2.6K · ⏱️ 12.09.2024):

    	docker pull tensorflow/tensorflow
    
  • scikit-learn (🥇52 · ⭐ 59K) - scikit-learn: machine learning in Python. BSD-3
  • GitHub (👨‍💻 3.2K · 🔀 25K · 📥 1K · 📦 880K · 📋 12K - 17% open · ⏱️ 12.09.2024):

    	git clone https://github.com/scikit-learn/scikit-learn
    
  • PyPi (📥 71M / month · 📦 24K · ⏱️ 11.09.2024):

    	pip install scikit-learn
    
  • Conda (📥 31M · ⏱️ 11.09.2024):

    	conda install -c conda-forge scikit-learn
    
  • Keras (🥇48 · ⭐ 62K) - Deep Learning for humans. Apache-2
  • GitHub (👨‍💻 1.3K · 🔀 19K · 📋 12K - 1% open · ⏱️ 11.09.2024):

    	git clone https://github.com/keras-team/keras
    
  • PyPi (📥 14M / month · 📦 1.5K · ⏱️ 12.08.2024):

    	pip install keras
    
  • Conda (📥 3.7M · ⏱️ 17.08.2024):

    	conda install -c conda-forge keras
    
  • jax (🥇46 · ⭐ 30K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
  • GitHub (👨‍💻 750 · 🔀 2.7K · 📦 30K · 📋 5.9K - 28% open · ⏱️ 12.09.2024):

    	git clone https://github.com/google/jax
    
  • PyPi (📥 3.4M / month · 📦 1.8K · ⏱️ 11.09.2024):

    	pip install jax
    
  • Conda (📥 1.6M · ⏱️ 31.08.2024):

    	conda install -c conda-forge jaxlib
    
  • PaddlePaddle (🥇46 · ⭐ 22K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2
  • GitHub (👨‍💻 1.3K · 🔀 5.5K · 📥 15K · 📦 5.9K · 📋 19K - 9% open · ⏱️ 12.09.2024):

    	git clone https://github.com/PaddlePaddle/Paddle
    
  • PyPi (📥 620K / month · 📦 160 · ⏱️ 08.07.2024):

    	pip install paddlepaddle
    
  • XGBoost (🥇45 · ⭐ 26K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
  • GitHub (👨‍💻 650 · 🔀 8.7K · 📥 11K · 📦 110K · 📋 5.4K - 8% open · ⏱️ 11.09.2024):

    	git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 21M / month · 📦 1.9K · ⏱️ 31.07.2024):

    	pip install xgboost
    
  • Conda (📥 5.2M · ⏱️ 28.08.2024):

    	conda install -c conda-forge xgboost
    
  • StatsModels (🥇45 · ⭐ 10K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
  • GitHub (👨‍💻 430 · 🔀 2.9K · 📥 33 · 📦 140K · 📋 5.6K - 50% open · ⏱️ 12.09.2024):

    	git clone https://github.com/statsmodels/statsmodels
    
  • PyPi (📥 16M / month · 📦 4.4K · ⏱️ 17.04.2024):

    	pip install statsmodels
    
  • Conda (📥 15M · ⏱️ 17.05.2024):

    	conda install -c conda-forge statsmodels
    
  • PySpark (🥈44 · ⭐ 39K) - Apache Spark Python API. Apache-2
  • GitHub (👨‍💻 3.1K · 🔀 28K · ⏱️ 12.09.2024):

    	git clone https://github.com/apache/spark
    
  • PyPi (📥 30M / month · 📦 1.5K · ⏱️ 12.08.2024):

    	pip install pyspark
    
  • Conda (📥 3.4M · ⏱️ 03.03.2024):

    	conda install -c conda-forge pyspark
    
  • pytorch-lightning (🥈44 · ⭐ 28K) - Pretrain, finetune and deploy AI models on multiple.. Apache-2
  • GitHub (👨‍💻 970 · 🔀 3.3K · 📥 8.4K · 📦 36K · 📋 7.1K - 10% open · ⏱️ 08.09.2024):

    	git clone https://github.com/Lightning-AI/lightning
    
  • PyPi (📥 6.5M / month · 📦 1.4K · ⏱️ 07.08.2024):

    	pip install pytorch-lightning
    
  • Conda (📥 1.3M · ⏱️ 07.08.2024):

    	conda install -c conda-forge pytorch-lightning
    
  • LightGBM (🥈43 · ⭐ 17K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
  • GitHub (👨‍💻 320 · 🔀 3.8K · 📥 230K · 📦 37K · 📋 3.4K - 10% open · ⏱️ 04.09.2024):

    	git clone https://github.com/microsoft/LightGBM
    
  • PyPi (📥 9.8M / month · 📦 1.1K · ⏱️ 26.07.2024):

    	pip install lightgbm
    
  • Conda (📥 2.7M · ⏱️ 02.08.2024):

    	conda install -c conda-forge lightgbm
    
  • Catboost (🥈41 · ⭐ 8K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2
  • GitHub (👨‍💻 1.3K · 🔀 1.2K · 📥 300K · 📦 15 · 📋 2.3K - 23% open · ⏱️ 11.09.2024):

    	git clone https://github.com/catboost/catboost
    
  • PyPi (📥 2.9M / month · 📦 540 · ⏱️ 07.09.2024):

    	pip install catboost
    
  • Conda (📥 1.7M · ⏱️ 07.09.2024):

    	conda install -c conda-forge catboost
    
  • Fastai (🥈40 · ⭐ 26K) - The fastai deep learning library. Apache-2
  • GitHub (👨‍💻 670 · 🔀 7.5K · 📦 19K · 📋 1.8K - 12% open · ⏱️ 27.08.2024):

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

    	pip install fastai
    
  • Jina (🥈39 · ⭐ 21K) - Build multimodal AI applications with cloud-native stack. Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.2K · 📦 1.8K · 📋 2K - 1% open · ⏱️ 12.09.2024):

    	git clone https://github.com/jina-ai/jina
    
  • PyPi (📥 61K / month · 📦 27 · ⏱️ 12.09.2024):

    	pip install jina
    
  • Conda (📥 74K · ⏱️ 16.06.2023):

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

    	docker pull jinaai/jina
    
  • PyFlink (🥈38 · ⭐ 24K) - Apache Flink Python API. Apache-2
  • GitHub (👨‍💻 1.9K · 🔀 13K · 📦 21 · ⏱️ 12.09.2024):

    	git clone https://github.com/apache/flink
    
  • PyPi (📥 120K / month · 📦 35 · ⏱️ 01.08.2024):

    	pip install apache-flink
    
  • Theano (🥈37 · ⭐ 9.9K · 💤) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
  • GitHub (👨‍💻 390 · 🔀 2.5K · 📦 15K · 📋 2.8K - 24% open · ⏱️ 15.01.2024):

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

    	pip install theano
    
  • Conda (📥 2.4M · ⏱️ 16.06.2023):

    	conda install -c conda-forge theano
    
  • Flax (🥈37 · ⭐ 5.9K) - Flax is a neural network library for JAX that is designed for.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 620 · 📥 51 · 📦 9.1K · 📋 990 - 26% open · ⏱️ 11.09.2024):

    	git clone https://github.com/google/flax
    
  • PyPi (📥 660K / month · 📦 450 · ⏱️ 27.08.2024):

    	pip install flax
    
  • Conda (📥 70K · ⏱️ 27.08.2024):

    	conda install -c conda-forge flax
    
  • ivy (🥈36 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2
  • GitHub (👨‍💻 1.5K · 🔀 5.8K · 📋 17K - 5% open · ⏱️ 12.09.2024):

    	git clone https://github.com/unifyai/ivy
    
  • PyPi (📥 2.3K / month · 📦 12 · ⏱️ 09.08.2024):

    	pip install ivy
    
  • Thinc (🥈36 · ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
  • GitHub (👨‍💻 63 · 🔀 280 · 📥 100 · 📦 52K · 📋 150 - 13% open · ⏱️ 12.09.2024):

    	git clone https://github.com/explosion/thinc
    
  • PyPi (📥 10M / month · 📦 130 · ⏱️ 02.09.2024):

    	pip install thinc
    
  • Conda (📥 3.1M · ⏱️ 14.07.2024):

    	conda install -c conda-forge thinc
    
  • einops (🥈35 · ⭐ 8.3K) - Flexible and powerful tensor operations for readable and reliable code.. MIT
  • GitHub (👨‍💻 27 · 🔀 340 · 📦 45K · 📋 180 - 19% open · ⏱️ 08.08.2024):

    	git clone https://github.com/arogozhnikov/einops
    
  • PyPi (📥 5.1M / month · 📦 2K · ⏱️ 28.04.2024):

    	pip install einops
    
  • Conda (📥 270K · ⏱️ 28.04.2024):

    	conda install -c conda-forge einops
    
  • mlpack (🥈35 · ⭐ 5K) - mlpack: a fast, header-only C++ machine learning library. BSD-3
  • GitHub (👨‍💻 320 · 🔀 1.6K · 📋 1.6K - 1% open · ⏱️ 11.09.2024):

    	git clone https://github.com/mlpack/mlpack
    
  • PyPi (📥 3.9K / month · 📦 4 · ⏱️ 25.07.2024):

    	pip install mlpack
    
  • Conda (📥 240K · ⏱️ 29.05.2024):

    	conda install -c conda-forge mlpack
    
  • Ignite (🥈35 · ⭐ 4.5K) - High-level library to help with training and evaluating neural.. BSD-3
  • GitHub (👨‍💻 630 · 🔀 610 · 📦 3.2K · 📋 1.4K - 10% open · ⏱️ 10.09.2024):

    	git clone https://github.com/pytorch/ignite
    
  • PyPi (📥 160K / month · 📦 95 · ⏱️ 12.09.2024):

    	pip install pytorch-ignite
    
  • Conda (📥 200K · ⏱️ 13.08.2024):

    	conda install -c pytorch ignite
    
  • Vowpal Wabbit (🥈34 · ⭐ 8.5K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
  • GitHub (👨‍💻 340 · 🔀 1.9K · 📋 1.3K - 10% open · ⏱️ 01.08.2024):

    	git clone https://github.com/VowpalWabbit/vowpal_wabbit
    
  • PyPi (📥 46K / month · 📦 40 · ⏱️ 08.08.2024):

    	pip install vowpalwabbit
    
  • Conda (📥 220K · ⏱️ 05.09.2024):

    	conda install -c conda-forge vowpalwabbit
    
  • Ludwig (🥉33 · ⭐ 11K) - Low-code framework for building custom LLMs, neural networks, and.. Apache-2
  • GitHub (👨‍💻 160 · 🔀 1.2K · 📦 270 · 📋 1.1K - 32% open · ⏱️ 21.08.2024):

    	git clone https://github.com/ludwig-ai/ludwig
    
  • PyPi (📥 3.5K / month · 📦 6 · ⏱️ 30.07.2024):

    	pip install ludwig
    
  • Sonnet (🥉32 · ⭐ 9.7K) - TensorFlow-based neural network library. Apache-2
  • GitHub (👨‍💻 59 · 🔀 1.3K · 📦 1.3K · 📋 190 - 16% open · ⏱️ 08.04.2024):

    	git clone https://github.com/deepmind/sonnet
    
  • PyPi (📥 18K / month · 📦 19 · ⏱️ 02.01.2024):

    	pip install dm-sonnet
    
  • Conda (📥 33K · ⏱️ 16.06.2023):

    	conda install -c conda-forge sonnet
    
  • dyNET (🥉31 · ⭐ 3.4K · 💤) - DyNet: The Dynamic Neural Network Toolkit. Apache-2
  • GitHub (👨‍💻 160 · 🔀 700 · 📥 17K · 📦 260 · 📋 950 - 29% open · ⏱️ 08.11.2023):

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

    	pip install dyNET
    
  • Determined (🥉31 · ⭐ 3K) - Determined is an open-source machine learning platform.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 350 · 📥 9.7K · 📋 450 - 23% open · ⏱️ 11.09.2024):

    	git clone https://github.com/determined-ai/determined
    
  • PyPi (📥 26K / month · 📦 4 · ⏱️ 23.08.2024):

    	pip install determined
    
  • Geomstats (🥉31 · ⭐ 1.2K) - Computations and statistics on manifolds with geometric structures. MIT
  • GitHub (👨‍💻 92 · 🔀 240 · 📦 120 · 📋 560 - 37% open · ⏱️ 09.09.2024):

    	git clone https://github.com/geomstats/geomstats
    
  • PyPi (📥 3.3K / month · 📦 12 · ⏱️ 09.09.2024):

    	pip install geomstats
    
  • Conda (📥 3.5K · ⏱️ 10.09.2024):

    	conda install -c conda-forge geomstats
    
  • tensorflow-upstream (🥉31 · ⭐ 690) - TensorFlow ROCm port. Apache-2
  • GitHub (👨‍💻 4.7K · 🔀 93 · 📥 23 · 📋 380 - 23% open · ⏱️ 06.09.2024):

    	git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
    
  • PyPi (📥 4K / month · 📦 9 · ⏱️ 10.01.2024):

    	pip install tensorflow-rocm
    
  • skorch (🥉30 · ⭐ 5.8K · 📉) - A scikit-learn compatible neural network library that.. BSD-3
  • GitHub (👨‍💻 62 · 🔀 380 · 📦 1.4K · 📋 520 - 11% open · ⏱️ 06.09.2024):

    	git clone https://github.com/skorch-dev/skorch
    
  • PyPi (📥 150K / month · 📦 85 · ⏱️ 27.05.2024):

    	pip install skorch
    
  • Conda (📥 790K · ⏱️ 30.05.2024):

    	conda install -c conda-forge skorch
    
  • Haiku (🥉30 · ⭐ 2.9K) - JAX-based neural network library. Apache-2
  • GitHub (👨‍💻 82 · 🔀 230 · 📦 2K · 📋 250 - 30% open · ⏱️ 11.09.2024):

    	git clone https://github.com/deepmind/dm-haiku
    
  • PyPi (📥 190K / month · 📦 170 · ⏱️ 28.02.2024):

    	pip install dm-haiku
    
  • Conda (📥 21K · ⏱️ 28.02.2024):

    	conda install -c conda-forge dm-haiku
    
  • ktrain (🥉29 · ⭐ 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 270 · 📦 550 · 📋 500 - 0% open · ⏱️ 09.07.2024):

    	git clone https://github.com/amaiya/ktrain
    
  • PyPi (📥 7.6K / month · 📦 4 · ⏱️ 19.06.2024):

    	pip install ktrain
    
  • Neural Network Libraries (🥉28 · ⭐ 2.7K) - Neural Network Libraries. Apache-2
  • GitHub (👨‍💻 76 · 🔀 330 · 📥 920 · 📋 95 - 36% open · ⏱️ 11.09.2024):

    	git clone https://github.com/sony/nnabla
    
  • PyPi (📥 3.5K / month · 📦 44 · ⏱️ 29.05.2024):

    	pip install nnabla
    
  • EvaDB (🥉27 · ⭐ 2.6K · 💤) - Database system for AI-powered apps. Apache-2
  • GitHub (👨‍💻 73 · 🔀 260 · 📥 410K · 📦 150 · 📋 300 - 25% open · ⏱️ 03.12.2023):

    	git clone https://github.com/georgia-tech-db/eva
    
  • PyPi (📥 610 / month · ⏱️ 19.11.2023):

    	pip install evadb
    
  • pyRiemann (🥉27 · ⭐ 620) - Machine learning for multivariate data through the Riemannian.. BSD-3
  • GitHub (👨‍💻 34 · 🔀 160 · 📦 390 · 📋 110 - 3% open · ⏱️ 07.09.2024):

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

    	pip install pyriemann
    
  • Conda (📥 7.7K · ⏱️ 10.04.2024):

    	conda install -c conda-forge pyriemann
    
  • SHOGUN (🥉26 · ⭐ 3K · 💤) - Unified and efficient Machine Learning. BSD-3
  • GitHub (👨‍💻 250 · 🔀 1K · 📋 1.5K - 27% open · ⏱️ 19.12.2023):

    	git clone https://github.com/shogun-toolbox/shogun
    
  • Conda (📥 140K · ⏱️ 16.06.2023):

    	conda install -c conda-forge shogun
    
  • Docker Hub (📥 1.5K · ⭐ 1 · ⏱️ 31.01.2019):

    	docker pull shogun/shogun
    
  • Towhee (🥉24 · ⭐ 3.2K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2
  • GitHub (👨‍💻 35 · 🔀 250 · 📥 2.7K · 📋 660 - 0% open · ⏱️ 20.01.2024):

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

    	pip install towhee
    
  • Neural Tangents (🥉24 · ⭐ 2.3K) - Fast and Easy Infinite Neural Networks in Python. Apache-2
  • GitHub (👨‍💻 29 · 🔀 240 · 📥 460 · 📦 110 · 📋 160 - 38% open · ⏱️ 01.03.2024):

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

    	pip install neural-tangents
    
  • fklearn (🥉24 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2
  • GitHub (👨‍💻 56 · 🔀 160 · 📦 14 · 📋 65 - 61% open · ⏱️ 14.08.2024):

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

    	pip install fklearn
    
  • Runhouse (🥉24 · ⭐ 960) - Dispatch and distribute your ML training to serverless clusters in.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 35 · 📥 32 · 📋 51 - 17% open · ⏱️ 12.09.2024):

    	git clone https://github.com/run-house/runhouse
    
  • PyPi (📥 32K / month · 📦 1 · ⏱️ 12.09.2024):

    	pip install runhouse
    
  • NeoML (🥉23 · ⭐ 760 · 📈) - Machine learning framework for both deep learning and traditional.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 130 · 📦 1 · 📋 91 - 40% open · ⏱️ 12.09.2024):

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

    	pip install neoml
    
  • chefboost (🥉22 · ⭐ 450) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
  • GitHub (👨‍💻 7 · 🔀 100 · 📦 59 · 📋 56 - 12% open · ⏱️ 12.08.2024):

    	git clone https://github.com/serengil/chefboost
    
  • PyPi (📥 3.8K / month · ⏱️ 08.06.2024):

    	pip install chefboost
    
  • mace (🥉21 · ⭐ 4.9K) - MACE is a deep learning inference framework optimized for mobile.. Apache-2
  • GitHub (👨‍💻 69 · 🔀 820 · 📥 1.5K · 📋 680 - 8% open · ⏱️ 11.03.2024):

    	git clone https://github.com/XiaoMi/mace
    
  • ThunderSVM (🥉21 · ⭐ 1.6K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
    • GitHub (👨‍💻 37 · 🔀 210 · 📥 2.9K · 📋 230 - 34% open · ⏱️ 01.04.2024):

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

      	pip install thundersvm
      
    Objax (🥉21 · ⭐ 770 · 💤) - Objax is a machine learning framework that provides an Object.. Apache-2
  • GitHub (👨‍💻 26 · 🔀 78 · 📦 55 · 📋 110 - 45% open · ⏱️ 27.01.2024):

    	git clone https://github.com/google/objax
    
  • PyPi (📥 550 / month · 📦 4 · ⏱️ 06.11.2023):

    	pip install objax
    
  • Torchbearer (🥉21 · ⭐ 630 · 💤) - torchbearer: A model fitting library for PyTorch. MIT
  • GitHub (👨‍💻 14 · 🔀 68 · 📦 90 · 📋 250 - 4% open · ⏱️ 04.12.2023):

    	git clone https://github.com/pytorchbearer/torchbearer
    
  • PyPi (📥 400 / month · 📦 4 · ⏱️ 01.12.2023):

    	pip install torchbearer
    
  • ThunderGBM (🥉18 · ⭐ 690 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
  • GitHub (👨‍💻 12 · 🔀 87 · 📦 3 · 📋 81 - 48% open · ⏱️ 29.01.2024):

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

    	pip install thundergbm
    
  • Show 16 hidden projects...
  • dlib (🥈40 · ⭐ 13K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0

  • MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2
  • MindsDB (🥉33 · ⭐ 26K) - The platform for building AI from enterprise data. ❗️libpng-2.0
  • Chainer (🥉33 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT
  • Turi Create (🥉32 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3
  • tensorpack (🥉32 · ⭐ 6.3K · 💀) - A Neural Net Training Interface on TensorFlow, with.. Apache-2
  • TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT
  • CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT
  • Lasagne (🥉28 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT
  • NuPIC (🥉27 · ⭐ 6.3K · 💀) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0
  • neon (🥉24 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
  • xLearn (🥉24 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
  • NeuPy (🥉24 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
  • elegy (🥉19 · ⭐ 470 · 💀) - A High Level API for Deep Learning in JAX. MIT
  • StarSpace (🥉16 · ⭐ 3.9K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT
  • nanodl (🥉16 · ⭐ 270) - A Jax-based library for designing and training transformer models from.. MIT


  • Data Visualization

    Back to top

    General-purpose and task-specific data visualization libraries.

    Matplotlib (🥇48 · ⭐ 20K) - matplotlib: plotting with Python. ❗Unlicensed
    • GitHub (👨‍💻 1.7K · 🔀 7.6K · 📦 1.3M · 📋 11K - 14% open · ⏱️ 12.09.2024):

      	git clone https://github.com/matplotlib/matplotlib
      
    • PyPi (📥 72M / month · 📦 49K · ⏱️ 13.08.2024):

      	pip install matplotlib
      
    • Conda (📥 26M · ⏱️ 22.08.2024):

      	conda install -c conda-forge matplotlib
      
    Bokeh (🥇45 · ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3
  • GitHub (👨‍💻 700 · 🔀 4.2K · 📦 92K · 📋 7.7K - 9% open · ⏱️ 12.09.2024):

    	git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 4.3M / month · 📦 1.7K · ⏱️ 23.08.2024):

    	pip install bokeh
    
  • Conda (📥 15M · ⏱️ 23.08.2024):

    	conda install -c conda-forge bokeh
    
  • Plotly (🥇44 · ⭐ 16K) - The interactive graphing library for Python This project now includes.. MIT
  • GitHub (👨‍💻 270 · 🔀 2.5K · 📦 300K · 📋 3K - 17% open · ⏱️ 09.09.2024):

    	git clone https://github.com/plotly/plotly.py
    
  • PyPi (📥 18M / month · 📦 6.2K · ⏱️ 29.08.2024):

    	pip install plotly
    
  • Conda (📥 6.9M · ⏱️ 30.08.2024):

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

    	npm install plotlywidget
    
  • dash (🥇43 · ⭐ 21K · 📈) - Data Apps & Dashboards for Python. No JavaScript Required. MIT
  • GitHub (👨‍💻 160 · 🔀 2K · 📥 76 · 📦 69K · 📋 1.8K - 25% open · ⏱️ 12.09.2024):

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

    	pip install dash
    
  • Conda (📥 1.5M · ⏱️ 05.09.2024):

    	conda install -c conda-forge dash
    
  • Seaborn (🥇42 · ⭐ 12K) - Statistical data visualization in Python. BSD-3
  • GitHub (👨‍💻 210 · 🔀 1.9K · 📥 420 · 📦 470K · 📋 2.6K - 6% open · ⏱️ 22.07.2024):

    	git clone https://github.com/mwaskom/seaborn
    
  • PyPi (📥 18M / month · 📦 11K · ⏱️ 25.01.2024):

    	pip install seaborn
    
  • Conda (📥 10M · ⏱️ 30.04.2024):

    	conda install -c conda-forge seaborn
    
  • Altair (🥇42 · ⭐ 9.2K) - Declarative statistical visualization library for Python. BSD-3
  • GitHub (👨‍💻 170 · 🔀 780 · 📥 180 · 📦 160K · 📋 2K - 9% open · ⏱️ 10.09.2024):

    	git clone https://github.com/altair-viz/altair
    
  • PyPi (📥 22M / month · 📦 840 · ⏱️ 27.08.2024):

    	pip install altair
    
  • Conda (📥 2.4M · ⏱️ 27.08.2024):

    	conda install -c conda-forge altair
    
  • pyecharts (🥈38 · ⭐ 15K) - Python Echarts Plotting Library. MIT
  • GitHub (👨‍💻 44 · 🔀 2.8K · 📥 68 · 📦 4.4K · 📋 1.9K - 0% open · ⏱️ 20.06.2024):

    	git clone https://github.com/pyecharts/pyecharts
    
  • PyPi (📥 140K / month · 📦 210 · ⏱️ 20.06.2024):

    	pip install pyecharts
    
  • PyVista (🥈38 · ⭐ 2.6K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT
  • GitHub (👨‍💻 160 · 🔀 470 · 📥 810 · 📦 3.4K · 📋 1.7K - 34% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pyvista/pyvista
    
  • PyPi (📥 270K / month · 📦 530 · ⏱️ 20.07.2024):

    	pip install pyvista
    
  • Conda (📥 550K · ⏱️ 20.07.2024):

    	conda install -c conda-forge pyvista
    
  • pandas-profiling (🥈37 · ⭐ 12K) - 1 Line of code data quality profiling & exploratory.. MIT
  • GitHub (👨‍💻 130 · 🔀 1.7K · 📥 160 · 📦 4.1K · 📋 800 - 28% open · ⏱️ 06.09.2024):

    	git clone https://github.com/ydataai/pandas-profiling
    
  • PyPi (📥 320K / month · 📦 180 · ⏱️ 03.02.2023):

    	pip install pandas-profiling
    
  • Conda (📥 460K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pandas-profiling
    
  • PyQtGraph (🥈37 · ⭐ 3.8K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
  • GitHub (👨‍💻 290 · 🔀 1.1K · 📦 10K · 📋 1.3K - 31% open · ⏱️ 08.09.2024):

    	git clone https://github.com/pyqtgraph/pyqtgraph
    
  • PyPi (📥 260K / month · 📦 1K · ⏱️ 29.04.2024):

    	pip install pyqtgraph
    
  • Conda (📥 590K · ⏱️ 02.05.2024):

    	conda install -c conda-forge pyqtgraph
    
  • HoloViews (🥈37 · ⭐ 2.7K) - With Holoviews, your data visualizes itself. BSD-3
  • GitHub (👨‍💻 140 · 🔀 400 · 📦 12K · 📋 3.3K - 33% open · ⏱️ 29.08.2024):

    	git clone https://github.com/holoviz/holoviews
    
  • PyPi (📥 650K / month · 📦 380 · ⏱️ 31.07.2024):

    	pip install holoviews
    
  • Conda (📥 1.8M · ⏱️ 07.07.2024):

    	conda install -c conda-forge holoviews
    
  • npm (📥 230 / month · 📦 5 · ⏱️ 01.08.2024):

    	npm install @pyviz/jupyterlab_pyviz
    
  • FiftyOne (🥈35 · ⭐ 8.1K) - Visualize, create, and debug image and video datasets.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 540 · 📦 680 · 📋 1.6K - 33% open · ⏱️ 12.09.2024):

    	git clone https://github.com/voxel51/fiftyone
    
  • PyPi (📥 120K / month · 📦 21 · ⏱️ 06.09.2024):

    	pip install fiftyone
    
  • plotnine (🥈35 · ⭐ 4K) - A Grammar of Graphics for Python. MIT
  • GitHub (👨‍💻 110 · 🔀 210 · 📦 8.6K · 📋 670 - 13% open · ⏱️ 01.08.2024):

    	git clone https://github.com/has2k1/plotnine
    
  • PyPi (📥 2.8M / month · 📦 310 · ⏱️ 09.05.2024):

    	pip install plotnine
    
  • Conda (📥 400K · ⏱️ 10.05.2024):

    	conda install -c conda-forge plotnine
    
  • VisPy (🥈35 · ⭐ 3.3K) - High-performance interactive 2D/3D data visualization library. BSD-3
  • GitHub (👨‍💻 200 · 🔀 620 · 📦 1.7K · 📋 1.5K - 24% open · ⏱️ 27.08.2024):

    	git clone https://github.com/vispy/vispy
    
  • PyPi (📥 190K / month · 📦 170 · ⏱️ 17.06.2024):

    	pip install vispy
    
  • Conda (📥 590K · ⏱️ 04.09.2024):

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

    	npm install vispy
    
  • UMAP (🥈34 · ⭐ 7.4K) - Uniform Manifold Approximation and Projection. BSD-3
  • GitHub (👨‍💻 130 · 🔀 800 · 📦 1 · 📋 810 - 58% open · ⏱️ 18.08.2024):

    	git clone https://github.com/lmcinnes/umap
    
  • PyPi (📥 1.4M / month · 📦 960 · ⏱️ 03.04.2024):

    	pip install umap-learn
    
  • Conda (📥 2.6M · ⏱️ 14.08.2024):

    	conda install -c conda-forge umap-learn
    
  • Graphviz (🥈34 · ⭐ 1.6K) - Simple Python interface for Graphviz. MIT
  • GitHub (👨‍💻 23 · 🔀 210 · 📦 72K · 📋 180 - 7% open · ⏱️ 13.05.2024):

    	git clone https://github.com/xflr6/graphviz
    
  • PyPi (📥 14M / month · 📦 2.6K · ⏱️ 21.03.2024):

    	pip install graphviz
    
  • Conda (📥 49K · ⏱️ 08.04.2024):

    	conda install -c anaconda python-graphviz
    
  • cartopy (🥈34 · ⭐ 1.4K) - Cartopy - a cartographic python library with matplotlib support. BSD-3
  • GitHub (👨‍💻 130 · 🔀 360 · 📦 5.6K · 📋 1.3K - 24% open · ⏱️ 03.09.2024):

    	git clone https://github.com/SciTools/cartopy
    
  • PyPi (📥 300K / month · 📦 690 · ⏱️ 10.04.2024):

    	pip install cartopy
    
  • Conda (📥 4M · ⏱️ 16.05.2024):

    	conda install -c conda-forge cartopy
    
  • wordcloud (🥈33 · ⭐ 10K · 💤) - A little word cloud generator in Python. MIT
  • GitHub (👨‍💻 72 · 🔀 2.3K · 📦 21 · 📋 540 - 23% open · ⏱️ 09.12.2023):

    	git clone https://github.com/amueller/word_cloud
    
  • PyPi (📥 1.5M / month · 📦 530 · ⏱️ 09.12.2023):

    	pip install wordcloud
    
  • Conda (📥 530K · ⏱️ 19.03.2024):

    	conda install -c conda-forge wordcloud
    
  • Perspective (🥈33 · ⭐ 8.3K) - A data visualization and analytics component, especially.. Apache-2
  • GitHub (👨‍💻 94 · 🔀 1.1K · 📥 3.9K · 📦 140 · 📋 790 - 12% open · ⏱️ 03.09.2024):

    	git clone https://github.com/finos/perspective
    
  • PyPi (📥 11K / month · 📦 24 · ⏱️ 03.09.2024):

    	pip install perspective-python
    
  • Conda (📥 1.2M · ⏱️ 24.08.2024):

    	conda install -c conda-forge perspective
    
  • npm (📥 3.7K / month · 📦 6 · ⏱️ 03.09.2024):

    	npm install @finos/perspective-jupyterlab
    
  • datashader (🥈33 · ⭐ 3.3K) - Quickly and accurately render even the largest data. BSD-3
  • GitHub (👨‍💻 56 · 🔀 360 · 📦 4.7K · 📋 580 - 23% open · ⏱️ 08.08.2024):

    	git clone https://github.com/holoviz/datashader
    
  • PyPi (📥 120K / month · 📦 190 · ⏱️ 04.07.2024):

    	pip install datashader
    
  • Conda (📥 1.1M · ⏱️ 08.07.2024):

    	conda install -c conda-forge datashader
    
  • lets-plot (🥈31 · ⭐ 1.5K) - Multiplatform plotting library based on the Grammar of Graphics. MIT
  • GitHub (👨‍💻 21 · 🔀 49 · 📥 930 · 📦 120 · 📋 600 - 23% open · ⏱️ 09.09.2024):

    	git clone https://github.com/JetBrains/lets-plot
    
  • PyPi (📥 21K / month · 📦 13 · ⏱️ 21.08.2024):

    	pip install lets-plot
    
  • hvPlot (🥈31 · ⭐ 1.1K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3
  • GitHub (👨‍💻 48 · 🔀 100 · 📦 5.7K · 📋 800 - 44% open · ⏱️ 12.09.2024):

    	git clone https://github.com/holoviz/hvplot
    
  • PyPi (📥 220K / month · 📦 190 · ⏱️ 23.07.2024):

    	pip install hvplot
    
  • Conda (📥 630K · ⏱️ 07.05.2024):

    	conda install -c conda-forge hvplot
    
  • D-Tale (🥉30 · ⭐ 4.7K) - Visualizer for pandas data structures. ❗️LGPL-2.1
  • GitHub (👨‍💻 30 · 🔀 400 · 📦 1.2K · 📋 590 - 10% open · ⏱️ 10.09.2024):

    	git clone https://github.com/man-group/dtale
    
  • PyPi (📥 39K / month · 📦 44 · ⏱️ 10.09.2024):

    	pip install dtale
    
  • Conda (📥 330K · ⏱️ 10.09.2024):

    	conda install -c conda-forge dtale
    
  • bqplot (🥉29 · ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 65 · 🔀 460 · 📦 58 · 📋 630 - 41% open · ⏱️ 09.09.2024):

    	git clone https://github.com/bqplot/bqplot
    
  • PyPi (📥 150K / month · 📦 99 · ⏱️ 25.03.2024):

    	pip install bqplot
    
  • Conda (📥 1.4M · ⏱️ 19.02.2024):

    	conda install -c conda-forge bqplot
    
  • npm (📥 2.5K / month · 📦 21 · ⏱️ 25.03.2024):

    	npm install bqplot
    
  • mpld3 (🥉29 · ⭐ 2.3K · 💤) - An interactive data visualization tool which brings matplotlib.. BSD-3
  • GitHub (👨‍💻 52 · 🔀 360 · 📦 6.5K · 📋 360 - 59% open · ⏱️ 23.12.2023):

    	git clone https://github.com/mpld3/mpld3
    
  • PyPi (📥 330K / month · 📦 140 · ⏱️ 23.12.2023):

    	pip install mpld3
    
  • Conda (📥 210K · ⏱️ 23.12.2023):

    	conda install -c conda-forge mpld3
    
  • npm (📥 1.1K / month · 📦 9 · ⏱️ 23.12.2023):

    	npm install mpld3
    
  • openTSNE (🥉28 · ⭐ 1.4K) - Extensible, parallel implementations of t-SNE. BSD-3
  • GitHub (👨‍💻 12 · 🔀 160 · 📦 860 · 📋 140 - 3% open · ⏱️ 13.08.2024):

    	git clone https://github.com/pavlin-policar/openTSNE
    
  • PyPi (📥 38K / month · 📦 47 · ⏱️ 13.08.2024):

    	pip install opentsne
    
  • Conda (📥 310K · ⏱️ 19.05.2024):

    	conda install -c conda-forge opentsne
    
  • Sweetviz (🥉27 · ⭐ 2.9K · 💤) - Visualize and compare datasets, target values and associations, with.. MIT
  • GitHub (👨‍💻 11 · 🔀 270 · 📦 2.5K · 📋 140 - 29% open · ⏱️ 29.11.2023):

    	git clone https://github.com/fbdesignpro/sweetviz
    
  • PyPi (📥 72K / month · 📦 30 · ⏱️ 29.11.2023):

    	pip install sweetviz
    
  • Conda (📥 34K · ⏱️ 04.12.2023):

    	conda install -c conda-forge sweetviz
    
  • AutoViz (🥉26 · ⭐ 1.7K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 200 · 📦 740 · 📋 94 - 3% open · ⏱️ 10.06.2024):

    	git clone https://github.com/AutoViML/AutoViz
    
  • PyPi (📥 56K / month · 📦 11 · ⏱️ 10.06.2024):

    	pip install autoviz
    
  • Conda (📥 62K · ⏱️ 26.04.2024):

    	conda install -c conda-forge autoviz
    
  • data-validation (🥉26 · ⭐ 760) - Library for exploring and validating machine learning.. Apache-2
  • GitHub (👨‍💻 26 · 🔀 170 · 📥 770 · 📋 180 - 20% open · ⏱️ 06.09.2024):

    	git clone https://github.com/tensorflow/data-validation
    
  • PyPi (📥 210K / month · 📦 31 · ⏱️ 24.04.2024):

    	pip install tensorflow-data-validation
    
  • HyperTools (🥉25 · ⭐ 1.8K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT
  • GitHub (👨‍💻 22 · 🔀 160 · 📥 41 · 📦 470 · 📋 200 - 34% open · ⏱️ 19.03.2024):

    	git clone https://github.com/ContextLab/hypertools
    
  • PyPi (📥 770 / month · 📦 2 · ⏱️ 12.02.2022):

    	pip install hypertools
    
  • Chartify (🥉24 · ⭐ 3.5K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 320 · 📦 78 · 📋 83 - 61% open · ⏱️ 12.10.2023):

    	git clone https://github.com/spotify/chartify
    
  • PyPi (📥 2.2K / month · 📦 9 · ⏱️ 12.10.2023):

    	pip install chartify
    
  • Conda (📥 33K · ⏱️ 16.06.2023):

    	conda install -c conda-forge chartify
    
  • Plotly-Resampler (🥉24 · ⭐ 1K) - Visualize large time series data with plotly.py. MIT
  • GitHub (👨‍💻 12 · 🔀 67 · 📦 1.4K · 📋 170 - 30% open · ⏱️ 24.08.2024):

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

    	pip install plotly-resampler
    
  • Conda (📥 66K · ⏱️ 29.03.2024):

    	conda install -c conda-forge plotly-resampler
    
  • python-ternary (🥉24 · ⭐ 720) - Ternary plotting library for python with matplotlib. MIT
  • GitHub (👨‍💻 28 · 🔀 160 · 📥 30 · 📦 180 · 📋 140 - 24% open · ⏱️ 12.06.2024):

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

    	pip install python-ternary
    
  • Conda (📥 88K · ⏱️ 16.06.2023):

    	conda install -c conda-forge python-ternary
    
  • Multicore-TSNE (🥉23 · ⭐ 1.9K · 💤) - Parallel t-SNE implementation with Python and Torch.. BSD-3
  • GitHub (👨‍💻 18 · 🔀 230 · 📦 460 · 📋 69 - 65% open · ⏱️ 06.02.2024):

    	git clone https://github.com/DmitryUlyanov/Multicore-TSNE
    
  • PyPi (📥 1.9K / month · 📦 22 · ⏱️ 09.01.2019):

    	pip install MulticoreTSNE
    
  • Conda (📥 49K · ⏱️ 11.10.2023):

    	conda install -c conda-forge multicore-tsne
    
  • vega (🥉22 · ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
  • GitHub (👨‍💻 15 · 🔀 65 · 📦 4 · 📋 110 - 18% open · ⏱️ 01.09.2024):

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

    	pip install vega
    
  • Conda (📥 640K · ⏱️ 18.05.2024):

    	conda install -c conda-forge vega
    
  • PyWaffle (🥉20 · ⭐ 580) - Make Waffle Charts in Python. MIT
  • GitHub (👨‍💻 6 · 🔀 100 · 📦 400 · 📋 22 - 27% open · ⏱️ 16.06.2024):

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

    	pip install pywaffle
    
  • Conda (📥 13K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pywaffle
    
  • animatplot (🥉20 · ⭐ 410) - A python package for animating plots build on matplotlib. MIT
  • GitHub (👨‍💻 7 · 🔀 38 · 📦 59 · 📋 37 - 45% open · ⏱️ 29.08.2024):

    	git clone https://github.com/t-makaro/animatplot
    
  • PyPi (📥 340 / month · 📦 4 · ⏱️ 29.08.2024):

    	pip install animatplot
    
  • Conda (📥 14K · ⏱️ 01.09.2024):

    	conda install -c conda-forge animatplot
    
  • ivis (🥉20 · ⭐ 330) - Dimensionality reduction in very large datasets using Siamese.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 43 · 📦 35 · 📋 60 - 5% open · ⏱️ 13.06.2024):

    	git clone https://github.com/beringresearch/ivis
    
  • PyPi (📥 1.6K / month · 📦 2 · ⏱️ 13.06.2024):

    	pip install ivis
    
  • vegafusion (🥉20 · ⭐ 320) - Serverside scaling for Vega and Altair visualizations. BSD-3
  • GitHub (👨‍💻 4 · 🔀 18 · 📥 5.9K · 📋 140 - 36% open · ⏱️ 14.08.2024):

    	git clone https://github.com/vegafusion/vegafusion
    
  • PyPi (📥 1.2K / month · 📦 2 · ⏱️ 09.05.2024):

    	pip install vegafusion-jupyter
    
  • Conda (📥 220K · ⏱️ 10.05.2024):

    	conda install -c conda-forge vegafusion-python-embed
    
  • npm (📥 160 / month · 📦 3 · ⏱️ 09.05.2024):

    	npm install vegafusion-jupyter
    
  • Show 15 hidden projects...
  • missingno (🥉29 · ⭐ 3.9K · 💀) - Missing data visualization module for Python. MIT

  • Cufflinks (🥉29 · ⭐ 3K · 💀) - Productivity Tools for Plotly + Pandas. MIT
  • Facets Overview (🥉28 · ⭐ 7.3K · 💀) - Visualizations for machine learning datasets. Apache-2
  • pythreejs (🥉28 · ⭐ 940 · 💀) - A Jupyter - Three.js bridge. BSD-3
  • HiPlot (🥉24 · ⭐ 2.7K · 💀) - HiPlot makes understanding high dimensional data easy. MIT
  • PandasGUI (🥉23 · ⭐ 3.2K · 💤) - A GUI for Pandas DataFrames. ❗️MIT-0
  • Pandas-Bokeh (🥉23 · ⭐ 880 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT
  • pivottablejs (🥉22 · ⭐ 680 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT
  • PDPbox (🥉21 · ⭐ 840 · 💀) - python partial dependence plot toolbox. MIT
  • joypy (🥉21 · ⭐ 560 · 💀) - Joyplots in Python with matplotlib & pandas. MIT
  • Popmon (🥉20 · ⭐ 490 · 💀) - Monitor the stability of a Pandas or Spark dataframe. MIT
  • pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
  • data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
  • nx-altair (🥉15 · ⭐ 220 · 💀) - Draw interactive NetworkX graphs with Altair. MIT
  • nptsne (🥉13 · ⭐ 32 · 💀) - 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 (🥇52 · ⭐ 130K) - Transformers: State-of-the-art Machine Learning for.. Apache-2
    • GitHub (👨‍💻 2.8K · 🔀 26K · 📦 210K · 📋 16K - 8% open · ⏱️ 12.09.2024):

      	git clone https://github.com/huggingface/transformers
      
    • PyPi (📥 36M / month · 📦 6.1K · ⏱️ 22.08.2024):

      	pip install transformers
      
    • Conda (📥 2M · ⏱️ 23.08.2024):

      	conda install -c conda-forge transformers
      
    nltk (🥇45 · ⭐ 13K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
  • GitHub (👨‍💻 460 · 🔀 2.9K · 📦 300K · 📋 1.8K - 14% open · ⏱️ 04.09.2024):

    	git clone https://github.com/nltk/nltk
    
  • PyPi (📥 23M / month · 📦 4.6K · ⏱️ 18.08.2024):

    	pip install nltk
    
  • Conda (📥 2.8M · ⏱️ 18.08.2024):

    	conda install -c conda-forge nltk
    
  • spaCy (🥇44 · ⭐ 30K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
  • GitHub (👨‍💻 760 · 🔀 4.4K · 📥 220 · 📦 98K · 📋 5.6K - 2% open · ⏱️ 10.09.2024):

    	git clone https://github.com/explosion/spaCy
    
  • PyPi (📥 12M / month · 📦 2.6K · ⏱️ 11.09.2024):

    	pip install spacy
    
  • Conda (📥 4M · ⏱️ 29.07.2024):

    	conda install -c conda-forge spacy
    
  • litellm (🥇43 · ⭐ 12K) - Python SDK, Proxy Server to call 100+ LLM APIs using.. MIT o t h e r s
  • GitHub (👨‍💻 330 · 🔀 1.4K · 📥 230 · 📦 3.2K · 📋 3.1K - 17% open · ⏱️ 12.09.2024):

    	git clone https://github.com/BerriAI/litellm
    
  • PyPi (📥 1.7M / month · 📦 390 · ⏱️ 12.09.2024):

    	pip install litellm
    
  • sentence-transformers (🥇41 · ⭐ 15K) - State-of-the-Art Text Embeddings. Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.4K · 📦 46K · 📋 2.1K - 53% open · ⏱️ 11.09.2024):

    	git clone https://github.com/UKPLab/sentence-transformers
    
  • PyPi (📥 5M / month · 📦 1.6K · ⏱️ 11.09.2024):

    	pip install sentence-transformers
    
  • Conda (📥 380K · ⏱️ 07.06.2024):

    	conda install -c conda-forge sentence-transformers
    
  • gensim (🥇40 · ⭐ 16K · 📉) - Topic Modelling for Humans. ❗️LGPL-2.1
  • GitHub (👨‍💻 460 · 🔀 4.4K · 📥 4.7K · 📦 64K · 📋 1.8K - 20% open · ⏱️ 10.08.2024):

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

    	pip install gensim
    
  • Conda (📥 1.4M · ⏱️ 03.09.2024):

    	conda install -c conda-forge gensim
    
  • Tokenizers (🥇40 · ⭐ 8.9K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
  • GitHub (👨‍💻 93 · 🔀 760 · 📥 57 · 📦 100K · 📋 980 - 3% open · ⏱️ 12.08.2024):

    	git clone https://github.com/huggingface/tokenizers
    
  • PyPi (📥 29M / month · 📦 910 · ⏱️ 08.08.2024):

    	pip install tokenizers
    
  • Conda (📥 2M · ⏱️ 12.08.2024):

    	conda install -c conda-forge tokenizers
    
  • Rasa (🥇39 · ⭐ 19K) - Open source machine learning framework to automate text- and voice-.. Apache-2
  • GitHub (👨‍💻 600 · 🔀 4.6K · 📦 4.4K · 📋 6.8K - 1% open · ⏱️ 21.03.2024):

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

    	pip install rasa
    
  • flair (🥇39 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT
  • GitHub (👨‍💻 270 · 🔀 2.1K · 📦 3.5K · 📋 2.3K - 4% open · ⏱️ 30.08.2024):

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

    	pip install flair
    
  • Conda (📥 31K · ⏱️ 05.01.2024):

    	conda install -c conda-forge python-flair
    
  • sentencepiece (🥇38 · ⭐ 10K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
  • GitHub (👨‍💻 89 · 🔀 1.2K · 📥 41K · 📦 76K · 📋 740 - 4% open · ⏱️ 18.08.2024):

    	git clone https://github.com/google/sentencepiece
    
  • PyPi (📥 21M / month · 📦 1.7K · ⏱️ 19.02.2024):

    	pip install sentencepiece
    
  • Conda (📥 1M · ⏱️ 23.08.2024):

    	conda install -c conda-forge sentencepiece
    
  • TextBlob (🥇37 · ⭐ 9.1K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
  • GitHub (👨‍💻 37 · 🔀 1.1K · 📥 120 · 📦 42K · 📋 280 - 38% open · ⏱️ 07.08.2024):

    	git clone https://github.com/sloria/TextBlob
    
  • PyPi (📥 3.2M / month · 📦 380 · ⏱️ 15.02.2024):

    	pip install textblob
    
  • Conda (📥 260K · ⏱️ 16.06.2023):

    	conda install -c conda-forge textblob
    
  • haystack (🥈36 · ⭐ 17K · 📈) - AI orchestration framework to build customizable, production-.. Apache-2
  • GitHub (👨‍💻 260 · 🔀 1.8K · 📦 490 · 📋 3.5K - 3% open · ⏱️ 12.09.2024):

    	git clone https://github.com/deepset-ai/haystack
    
  • PyPi (📥 5.5K / month · 📦 5 · ⏱️ 15.12.2021):

    	pip install haystack
    
  • NeMo (🥈36 · ⭐ 11K) - A scalable generative AI framework built for researchers and.. Apache-2
  • GitHub (👨‍💻 340 · 🔀 2.4K · 📥 240K · 📦 21 · 📋 2.3K - 5% open · ⏱️ 12.09.2024):

    	git clone https://github.com/NVIDIA/NeMo
    
  • PyPi (📥 85K / month · 📦 13 · ⏱️ 15.08.2024):

    	pip install nemo-toolkit
    
  • fairseq (🥈35 · ⭐ 30K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT
  • GitHub (👨‍💻 430 · 🔀 6.4K · 📥 350 · 📦 3.5K · 📋 4.3K - 29% open · ⏱️ 22.07.2024):

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

    	pip install fairseq
    
  • Conda (📥 91K · ⏱️ 17.05.2024):

    	conda install -c conda-forge fairseq
    
  • fastText (🥈35 · ⭐ 26K) - Library for fast text representation and classification. MIT
  • GitHub (👨‍💻 68 · 🔀 4.7K · 📦 6.6K · 📋 1.2K - 47% open · ⏱️ 13.03.2024):

    	git clone https://github.com/facebookresearch/fastText
    
  • PyPi (📥 1.7M / month · 📦 240 · ⏱️ 12.06.2024):

    	pip install fasttext
    
  • Conda (📥 99K · ⏱️ 19.05.2024):

    	conda install -c conda-forge fasttext
    
  • spark-nlp (🥈35 · ⭐ 3.8K) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 110 · 🔀 710 · 📦 500 · 📋 890 - 4% open · ⏱️ 01.09.2024):

    	git clone https://github.com/JohnSnowLabs/spark-nlp
    
  • PyPi (📥 4M / month · 📦 37 · ⏱️ 06.09.2024):

    	pip install spark-nlp
    
  • stanza (🥈34 · ⭐ 7.2K · 📈) - Stanford NLP Python library for tokenization, sentence.. Apache-2
  • GitHub (👨‍💻 68 · 🔀 880 · 📦 3.1K · 📋 900 - 10% open · ⏱️ 12.09.2024):

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

    	pip install stanza
    
  • Conda (📥 7.9K · ⏱️ 16.06.2023):

    	conda install -c stanfordnlp stanza
    
  • rubrix (🥈34 · ⭐ 3.8K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2
  • GitHub (👨‍💻 95 · 🔀 350 · 📦 2.7K · 📋 2.1K - 6% open · ⏱️ 11.09.2024):

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

    	pip install rubrix
    
  • Conda (📥 35K · ⏱️ 16.06.2023):

    	conda install -c conda-forge rubrix
    
  • jellyfish (🥈34 · ⭐ 2K) - a python library for doing approximate and phonetic matching of strings. MIT
  • GitHub (👨‍💻 32 · 🔀 160 · 📦 10K · 📋 140 - 5% open · ⏱️ 07.09.2024):

    	git clone https://github.com/jamesturk/jellyfish
    
  • PyPi (📥 5.4M / month · 📦 270 · ⏱️ 28.07.2024):

    	pip install jellyfish
    
  • Conda (📥 1M · ⏱️ 06.09.2024):

    	conda install -c conda-forge jellyfish
    
  • TensorFlow Text (🥈34 · ⭐ 1.2K · 📉) - Making text a first-class citizen in TensorFlow. Apache-2
  • GitHub (👨‍💻 120 · 🔀 340 · 📦 7.3K · 📋 350 - 52% open · ⏱️ 05.09.2024):

    	git clone https://github.com/tensorflow/text
    
  • PyPi (📥 6.3M / month · 📦 210 · ⏱️ 15.07.2024):

    	pip install tensorflow-text
    
  • qdrant (🥈33 · ⭐ 20K) - Qdrant - High-performance, massive-scale Vector Database for the next.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 1.3K · 📥 140K · 📦 110 · 📋 1.3K - 22% open · ⏱️ 29.08.2024):

    	git clone https://github.com/qdrant/qdrant
    
  • ftfy (🥈33 · ⭐ 3.8K) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2
    • GitHub (👨‍💻 19 · 🔀 120 · 📥 6 · 📦 23K · 📋 140 - 9% open · ⏱️ 06.08.2024):

      	git clone https://github.com/rspeer/python-ftfy
      
    • PyPi (📥 5.5M / month · 📦 550 · ⏱️ 06.08.2024):

      	pip install ftfy
      
    • Conda (📥 300K · ⏱️ 06.08.2024):

      	conda install -c conda-forge ftfy
      
    torchtext (🥈33 · ⭐ 3.5K) - Models, data loaders and abstractions for language processing,.. BSD-3
  • GitHub (👨‍💻 160 · 🔀 810 · 📋 850 - 38% open · ⏱️ 14.08.2024):

    	git clone https://github.com/pytorch/text
    
  • PyPi (📥 1.1M / month · 📦 280 · ⏱️ 24.04.2024):

    	pip install torchtext
    
  • ParlAI (🥈32 · ⭐ 10K · 💤) - A framework for training and evaluating AI models on a variety of.. MIT
  • GitHub (👨‍💻 220 · 🔀 2.1K · 📦 250 · 📋 1.5K - 3% open · ⏱️ 03.11.2023):

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

    	pip install parlai
    
  • OpenNMT (🥈32 · ⭐ 6.7K) - Open Source Neural Machine Translation and (Large) Language Models.. MIT
  • GitHub (👨‍💻 190 · 🔀 2.2K · 📦 290 · 📋 1.5K - 1% open · ⏱️ 27.06.2024):

    	git clone https://github.com/OpenNMT/OpenNMT-py
    
  • PyPi (📥 8.2K / month · 📦 23 · ⏱️ 18.03.2024):

    	pip install OpenNMT-py
    
  • Dedupe (🥈32 · ⭐ 4.1K) - A python library for accurate and scalable fuzzy matching, record.. MIT
  • GitHub (👨‍💻 72 · 🔀 550 · 📦 340 · 📋 820 - 8% open · ⏱️ 15.08.2024):

    	git clone https://github.com/dedupeio/dedupe
    
  • PyPi (📥 95K / month · 📦 19 · ⏱️ 15.08.2024):

    	pip install dedupe
    
  • Conda (📥 71K · ⏱️ 16.06.2023):

    	conda install -c conda-forge dedupe
    
  • DeepPavlov (🥈31 · ⭐ 6.7K) - An open source library for deep learning end-to-end dialog.. Apache-2
  • GitHub (👨‍💻 77 · 🔀 1.1K · 📦 400 · 📋 640 - 3% open · ⏱️ 12.08.2024):

    	git clone https://github.com/deepmipt/DeepPavlov
    
  • PyPi (📥 11K / month · 📦 4 · ⏱️ 12.08.2024):

    	pip install deeppavlov
    
  • TextDistance (🥈30 · ⭐ 3.4K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT
  • GitHub (👨‍💻 17 · 🔀 250 · 📥 1K · 📦 7K · ⏱️ 09.09.2024):

    	git clone https://github.com/life4/textdistance
    
  • PyPi (📥 810K / month · 📦 99 · ⏱️ 16.07.2024):

    	pip install textdistance
    
  • Conda (📥 620K · ⏱️ 17.07.2024):

    	conda install -c conda-forge textdistance
    
  • snowballstemmer (🥈30 · ⭐ 750) - Snowball compiler and stemming algorithms. BSD-3
  • GitHub (👨‍💻 34 · 🔀 170 · 📦 10 · 📋 89 - 30% open · ⏱️ 10.09.2024):

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

    	pip install snowballstemmer
    
  • Conda (📥 8.6M · ⏱️ 16.06.2023):

    	conda install -c conda-forge snowballstemmer
    
  • Sumy (🥈29 · ⭐ 3.5K) - Module for automatic summarization of text documents and HTML pages. Apache-2
  • GitHub (👨‍💻 32 · 🔀 530 · 📦 3K · 📋 120 - 18% open · ⏱️ 16.05.2024):

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

    	pip install sumy
    
  • Conda (📥 9.2K · ⏱️ 16.06.2023):

    	conda install -c conda-forge sumy
    
  • spacy-transformers (🥈29 · ⭐ 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy
  • GitHub (👨‍💻 22 · 🔀 160 · 📦 1.8K · ⏱️ 05.06.2024):

    	git clone https://github.com/explosion/spacy-transformers
    
  • PyPi (📥 250K / month · 📦 87 · ⏱️ 25.04.2024):

    	pip install spacy-transformers
    
  • Conda (📥 62K · ⏱️ 19.12.2023):

    	conda install -c conda-forge spacy-transformers
    
  • SciSpacy (🥈28 · ⭐ 1.7K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
  • GitHub (👨‍💻 33 · 🔀 220 · 📦 950 · 📋 320 - 10% open · ⏱️ 06.09.2024):

    	git clone https://github.com/allenai/scispacy
    
  • PyPi (📥 22K / month · 📦 34 · ⏱️ 08.03.2024):

    	pip install scispacy
    
  • CLTK (🥈28 · ⭐ 830) - The Classical Language Toolkit. MIT
  • GitHub (👨‍💻 120 · 🔀 330 · 📥 83 · 📦 270 · 📋 570 - 6% open · ⏱️ 12.05.2024):

    	git clone https://github.com/cltk/cltk
    
  • PyPi (📥 2.2K / month · 📦 15 · ⏱️ 12.05.2024):

    	pip install cltk
    
  • Ciphey (🥈27 · ⭐ 18K · 💤) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT
  • GitHub (👨‍💻 48 · 🔀 1.1K · 📋 340 - 21% open · ⏱️ 12.10.2023):

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

    	pip install ciphey
    
  • Docker Hub (📥 26K · ⭐ 17 · ⏱️ 14.10.2023):

    	docker pull remnux/ciphey
    
  • DeepKE (🥈27 · ⭐ 3.4K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT
  • GitHub (👨‍💻 31 · 🔀 670 · 📦 23 · 📋 560 - 1% open · ⏱️ 10.09.2024):

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

    	pip install deepke
    
  • english-words (🥉26 · ⭐ 10K) - A text file containing 479k English words for all your.. Unlicense
  • GitHub (👨‍💻 32 · 🔀 1.8K · 📦 2 · 📋 150 - 75% open · ⏱️ 16.06.2024):

    	git clone https://github.com/dwyl/english-words
    
  • PyPi (📥 63K / month · 📦 14 · ⏱️ 24.05.2023):

    	pip install english-words
    
  • PyTextRank (🥉26 · ⭐ 2.1K) - Python implementation of TextRank algorithms (textgraphs) for phrase.. MIT
  • GitHub (👨‍💻 19 · 🔀 340 · 📦 700 · 📋 100 - 12% open · ⏱️ 21.05.2024):

    	git clone https://github.com/DerwenAI/pytextrank
    
  • PyPi (📥 51K / month · 📦 19 · ⏱️ 21.02.2024):

    	pip install pytextrank
    
  • scattertext (🥉25 · ⭐ 2.2K) - Beautiful visualizations of how language differs among document.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 290 · 📦 620 · 📋 100 - 21% open · ⏱️ 06.03.2024):

    	git clone https://github.com/JasonKessler/scattertext
    
  • PyPi (📥 17K / month · 📦 5 · ⏱️ 06.03.2024):

    	pip install scattertext
    
  • Conda (📥 97K · ⏱️ 16.06.2023):

    	conda install -c conda-forge scattertext
    
  • promptsource (🥉24 · ⭐ 2.6K · 💤) - Toolkit for creating, sharing and using natural language.. Apache-2
  • GitHub (👨‍💻 65 · 🔀 340 · 📦 110 · 📋 190 - 22% open · ⏱️ 23.10.2023):

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

    	pip install promptsource
    
  • T5 (🥉23 · ⭐ 6.1K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 740 · 📋 450 - 23% open · ⏱️ 28.06.2024):

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

    	pip install t5
    
  • small-text (🥉23 · ⭐ 550) - Active Learning for Text Classification in Python. MIT
  • GitHub (👨‍💻 7 · 🔀 60 · 📦 30 · 📋 57 - 22% open · ⏱️ 18.08.2024):

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

    	pip install small-text
    
  • Conda (📥 8.9K · ⏱️ 18.08.2024):

    	conda install -c conda-forge small-text
    
  • happy-transformer (🥉23 · ⭐ 520) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface
  • GitHub (👨‍💻 14 · 🔀 66 · 📦 280 · 📋 130 - 15% open · ⏱️ 19.03.2024):

    	git clone https://github.com/EricFillion/happy-transformer
    
  • PyPi (📥 2.2K / month · 📦 5 · ⏱️ 05.08.2023):

    	pip install happytransformer
    
  • fast-bert (🥉22 · ⭐ 1.9K) - Super easy library for BERT based NLP models. Apache-2
  • GitHub (👨‍💻 37 · 🔀 340 · 📋 260 - 63% open · ⏱️ 19.08.2024):

    	git clone https://github.com/utterworks/fast-bert
    
  • PyPi (📥 1.4K / month · ⏱️ 19.08.2024):

    	pip install fast-bert
    
  • Sockeye (🥉22 · ⭐ 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 320 · 📥 19 · 📋 310 - 3% open · ⏱️ 07.06.2024):

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

    	pip install sockeye
    
  • detoxify (🥉22 · ⭐ 920) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 120 · 📥 650K · 📦 680 · 📋 67 - 56% open · ⏱️ 17.08.2024):

    	git clone https://github.com/unitaryai/detoxify
    
  • PyPi (📥 28K / month · 📦 30 · ⏱️ 01.02.2024):

    	pip install detoxify
    
  • finetune (🥉22 · ⭐ 700) - Scikit-learn style model finetuning for NLP. MPL-2.0
  • GitHub (👨‍💻 23 · 🔀 80 · 📦 12 · 📋 140 - 15% open · ⏱️ 23.07.2024):

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

    	pip install finetune
    
  • UForm (🥉18 · ⭐ 1K) - Pocket-Sized Multimodal AI for content understanding and generation.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 60 · 📥 390 · 📦 6 · 📋 29 - 27% open · ⏱️ 25.04.2024):

    	git clone https://github.com/unum-cloud/uform
    
  • PyPi (📥 960 / month · 📦 1 · ⏱️ 25.04.2024):

    	pip install uform
    
  • textaugment (🥉18 · ⭐ 390 · 💤) - TextAugment: Text Augmentation Library. MIT
  • GitHub (👨‍💻 8 · 🔀 60 · 📥 92 · 📦 120 · 📋 29 - 37% open · ⏱️ 17.11.2023):

    	git clone https://github.com/dsfsi/textaugment
    
  • PyPi (📥 5.7K / month · 📦 4 · ⏱️ 16.11.2023):

    	pip install textaugment
    
  • OpenNRE (🥉16 · ⭐ 4.3K · 💤) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
  • GitHub (👨‍💻 13 · 🔀 1.1K · 📋 370 - 4% open · ⏱️ 10.01.2024):

    	git clone https://github.com/thunlp/OpenNRE
    
  • VizSeq (🥉14 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
    • GitHub (👨‍💻 4 · 🔀 61 · 📦 11 · 📋 16 - 43% open · ⏱️ 18.06.2024):

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

      	pip install vizseq
      
    Show 52 hidden projects...
  • AllenNLP (🥈36 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2

  • ChatterBot (🥈34 · ⭐ 14K · 💀) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3
  • fuzzywuzzy (🥈31 · ⭐ 9.2K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0
  • nlpaug (🥈29 · ⭐ 4.4K · 💀) - Data augmentation for NLP. MIT
  • fastNLP (🥈29 · ⭐ 3.1K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2
  • GluonNLP (🥈29 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2
  • langid (🥈28 · ⭐ 2.3K · 💀) - Stand-alone language identification system. BSD-3
  • flashtext (🥈27 · ⭐ 5.6K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
  • vaderSentiment (🥈27 · ⭐ 4.4K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT
  • textacy (🥈27 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed
  • polyglot (🥉26 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
  • FARM (🥉26 · ⭐ 1.7K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2
  • underthesea (🥉26 · ⭐ 1.4K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0
  • pySBD (🥉26 · ⭐ 780 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT
  • PyText (🥉25 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3
  • OpenPrompt (🥉25 · ⭐ 4.3K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2
  • MatchZoo (🥉25 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2
  • neuralcoref (🥉25 · ⭐ 2.8K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
  • Kashgari (🥉25 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2
  • pytorch-nlp (🥉25 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3
  • whoosh (🥉25 · ⭐ 570 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause
  • textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT
  • Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2
  • sense2vec (🥉24 · ⭐ 1.6K · 💀) - Contextually-keyed word vectors. MIT
  • gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT
  • NLP Architect (🥉22 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2
  • Texthero (🥉22 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT
  • Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2
  • jiant (🥉22 · ⭐ 1.6K · 💀) - jiant is an nlp toolkit. MIT
  • YouTokenToMe (🥉22 · ⭐ 950 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT
  • stop-words (🥉22 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3
  • anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT
  • DeepMatcher (🥉20 · ⭐ 5.1K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3
  • lightseq (🥉20 · ⭐ 3.2K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2
  • DELTA (🥉20 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2
  • textpipe (🥉20 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT
  • pyfasttext (🥉20 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
  • fastT5 (🥉19 · ⭐ 560 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2
  • numerizer (🥉19 · ⭐ 210 · 💀) - A Python module to convert natural language numerics into ints and.. MIT
  • NeuroNER (🥉18 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
  • nboost (🥉18 · ⭐ 680 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
  • Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
  • Translate (🥉16 · ⭐ 820 · 💀) - Translate - a PyTorch Language Library. BSD-3
  • skift (🥉16 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT
  • BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT
  • TextBox (🥉15 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT
  • NeuralQA (🥉15 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
  • Headliner (🥉15 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT
  • TransferNLP (🥉14 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT
  • ONNX-T5 (🥉14 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
  • textvec (🥉13 · ⭐ 190 · 💤) - Text vectorization tool to outperform TFIDF for classification.. MIT
  • spacy-dbpedia-spotlight (🥉12 · ⭐ 100 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy


  • Image Data

    Back to top

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

    Pillow (🥇48 · ⭐ 12K) - Python Imaging Library (Fork). ❗️PIL
    • GitHub (👨‍💻 480 · 🔀 2.2K · 📦 1.8M · 📋 3.2K - 4% open · ⏱️ 12.09.2024):

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

      	pip install Pillow
      
    • Conda (📥 44M · ⏱️ 11.09.2024):

      	conda install -c conda-forge pillow
      
    PyTorch Image Models (🥇42 · ⭐ 31K) - The largest collection of PyTorch image encoders /.. Apache-2
  • GitHub (👨‍💻 150 · 🔀 4.7K · 📥 7M · 📦 36K · 📋 910 - 5% open · ⏱️ 05.09.2024):

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

    	pip install timm
    
  • Conda (📥 220K · ⏱️ 24.08.2024):

    	conda install -c conda-forge timm
    
  • torchvision (🥇42 · ⭐ 16K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3
  • GitHub (👨‍💻 610 · 🔀 6.9K · 📥 39K · 📦 21 · 📋 3.4K - 29% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pytorch/vision
    
  • PyPi (📥 13M / month · 📦 5.5K · ⏱️ 04.09.2024):

    	pip install torchvision
    
  • Conda (📥 1.6M · ⏱️ 25.08.2024):

    	conda install -c conda-forge torchvision
    
  • Albumentations (🥇40 · ⭐ 14K) - Fast and flexible image augmentation library. Paper about.. MIT
  • GitHub (👨‍💻 150 · 🔀 1.6K · 📦 27K · 📋 1K - 36% open · ⏱️ 12.09.2024):

    	git clone https://github.com/albumentations-team/albumentations
    
  • PyPi (📥 4.5M / month · 📦 550 · ⏱️ 16.08.2024):

    	pip install albumentations
    
  • Conda (📥 190K · ⏱️ 20.08.2024):

    	conda install -c conda-forge albumentations
    
  • MoviePy (🥇38 · ⭐ 12K) - Video editing with Python. MIT
  • GitHub (👨‍💻 160 · 🔀 1.5K · 📦 45K · 📋 1.5K - 30% open · ⏱️ 27.05.2024):

    	git clone https://github.com/Zulko/moviepy
    
  • PyPi (📥 1.3M / month · 📦 920 · ⏱️ 15.12.2021):

    	pip install moviepy
    
  • Conda (📥 270K · ⏱️ 16.06.2023):

    	conda install -c conda-forge moviepy
    
  • Kornia (🥇38 · ⭐ 9.8K) - Geometric Computer Vision Library for Spatial AI. Apache-2
  • GitHub (👨‍💻 270 · 🔀 960 · 📥 1.4K · 📦 12K · 📋 940 - 30% open · ⏱️ 10.09.2024):

    	git clone https://github.com/kornia/kornia
    
  • PyPi (📥 1.9M / month · 📦 260 · ⏱️ 28.06.2024):

    	pip install kornia
    
  • Conda (📥 150K · ⏱️ 28.06.2024):

    	conda install -c conda-forge kornia
    
  • imageio (🥇38 · ⭐ 1.5K) - Python library for reading and writing image data. BSD-2
  • GitHub (👨‍💻 110 · 🔀 290 · 📥 1.2K · 📦 140K · 📋 600 - 16% open · ⏱️ 19.08.2024):

    	git clone https://github.com/imageio/imageio
    
  • PyPi (📥 28M / month · 📦 2.4K · ⏱️ 19.08.2024):

    	pip install imageio
    
  • Conda (📥 6.9M · ⏱️ 19.08.2024):

    	conda install -c conda-forge imageio
    
  • MMDetection (🥈37 · ⭐ 29K · 💤) - OpenMMLab Detection Toolbox and Benchmark. Apache-2
  • GitHub (👨‍💻 480 · 🔀 9.4K · 📦 2.9K · 📋 8.5K - 20% open · ⏱️ 05.02.2024):

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

    	pip install mmdet
    
  • InsightFace (🥈37 · ⭐ 23K) - State-of-the-art 2D and 3D Face Analysis Project. MIT
  • GitHub (👨‍💻 61 · 🔀 5.3K · 📥 4.6M · 📦 2.7K · 📋 2.5K - 44% open · ⏱️ 30.08.2024):

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

    	pip install insightface
    
  • deepface (🥈37 · ⭐ 12K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
  • GitHub (👨‍💻 66 · 🔀 2K · 📦 4K · 📋 1.1K - 0% open · ⏱️ 06.09.2024):

    	git clone https://github.com/serengil/deepface
    
  • PyPi (📥 100K / month · 📦 42 · ⏱️ 17.08.2024):

    	pip install deepface
    
  • opencv-python (🥈36 · ⭐ 4.4K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
  • GitHub (👨‍💻 49 · 🔀 830 · 📦 440K · 📋 810 - 15% open · ⏱️ 24.07.2024):

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

    	pip install opencv-python
    
  • detectron2 (🥈34 · ⭐ 30K) - Detectron2 is a platform for object detection, segmentation.. Apache-2
  • GitHub (👨‍💻 270 · 🔀 7.4K · 📦 2K · 📋 3.6K - 14% open · ⏱️ 09.09.2024):

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

    	pip install detectron2
    
  • Conda (📥 410K · ⏱️ 26.08.2024):

    	conda install -c conda-forge detectron2
    
  • Wand (🥈34 · ⭐ 1.4K · 💤) - The ctypes-based simple ImageMagick binding for Python. MIT
  • GitHub (👨‍💻 100 · 🔀 200 · 📥 50K · 📦 20K · 📋 430 - 6% open · ⏱️ 11.02.2024):

    	git clone https://github.com/emcconville/wand
    
  • PyPi (📥 800K / month · 📦 250 · ⏱️ 03.11.2023):

    	pip install wand
    
  • Conda (📥 71K · ⏱️ 16.06.2023):

    	conda install -c conda-forge wand
    
  • PaddleSeg (🥈32 · ⭐ 8.6K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 1.7K · 📦 1.3K · 📋 2.1K - 10% open · ⏱️ 23.08.2024):

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

    	pip install paddleseg
    
  • lightly (🥈32 · ⭐ 2.9K) - A python library for self-supervised learning on images. MIT
  • GitHub (👨‍💻 42 · 🔀 240 · 📦 310 · 📋 580 - 15% open · ⏱️ 20.08.2024):

    	git clone https://github.com/lightly-ai/lightly
    
  • PyPi (📥 31K / month · 📦 14 · ⏱️ 20.08.2024):

    	pip install lightly
    
  • vit-pytorch (🥈31 · ⭐ 20K) - Implementation of Vision Transformer, a simple way to achieve.. MIT
  • GitHub (👨‍💻 21 · 🔀 2.9K · 📦 530 · 📋 270 - 48% open · ⏱️ 28.08.2024):

    	git clone https://github.com/lucidrains/vit-pytorch
    
  • PyPi (📥 18K / month · 📦 13 · ⏱️ 28.08.2024):

    	pip install vit-pytorch
    
  • imageai (🥈31 · ⭐ 8.6K · 💤) - A python library built to empower developers to build applications.. MIT
  • GitHub (👨‍💻 19 · 🔀 2.2K · 📥 940K · 📦 1.7K · 📋 760 - 41% open · ⏱️ 20.02.2024):

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

    	pip install imageai
    
  • Conda (📥 7.8K · ⏱️ 16.06.2023):

    	conda install -c conda-forge imageai
    
  • vidgear (🥈30 · ⭐ 3.3K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 250 · 📥 1.6K · 📦 600 · 📋 290 - 2% open · ⏱️ 22.06.2024):

    	git clone https://github.com/abhiTronix/vidgear
    
  • PyPi (📥 23K / month · 📦 15 · ⏱️ 22.06.2024):

    	pip install vidgear
    
  • ImageHash (🥈30 · ⭐ 3.1K) - A Python Perceptual Image Hashing Module. BSD-2
  • GitHub (👨‍💻 26 · 🔀 330 · 📦 14K · 📋 140 - 10% open · ⏱️ 20.06.2024):

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

    	pip install ImageHash
    
  • Conda (📥 390K · ⏱️ 16.06.2023):

    	conda install -c conda-forge imagehash
    
  • mahotas (🥈30 · ⭐ 840) - Computer Vision in Python. MIT
  • GitHub (👨‍💻 35 · 🔀 150 · 📦 1.3K · 📋 91 - 23% open · ⏱️ 17.07.2024):

    	git clone https://github.com/luispedro/mahotas
    
  • PyPi (📥 22K / month · 📦 62 · ⏱️ 17.07.2024):

    	pip install mahotas
    
  • Conda (📥 490K · ⏱️ 18.07.2024):

    	conda install -c conda-forge mahotas
    
  • sahi (🥉29 · ⭐ 4K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
  • GitHub (👨‍💻 48 · 🔀 570 · 📥 27K · 📦 1.3K · ⏱️ 27.08.2024):

    	git clone https://github.com/obss/sahi
    
  • PyPi (📥 180K / month · 📦 26 · ⏱️ 10.07.2024):

    	pip install sahi
    
  • Conda (📥 71K · ⏱️ 24.07.2024):

    	conda install -c conda-forge sahi
    
  • Face Alignment (🥉28 · ⭐ 7K) - 2D and 3D Face alignment library build using pytorch. BSD-3
  • GitHub (👨‍💻 26 · 🔀 1.3K · 📦 21 · 📋 320 - 24% open · ⏱️ 30.08.2024):

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

    	pip install face-alignment
    
  • facenet-pytorch (🥉28 · ⭐ 4.4K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT
  • GitHub (👨‍💻 18 · 🔀 940 · 📥 1.2M · 📦 2.2K · 📋 180 - 40% open · ⏱️ 02.08.2024):

    	git clone https://github.com/timesler/facenet-pytorch
    
  • PyPi (📥 66K / month · 📦 51 · ⏱️ 29.04.2024):

    	pip install facenet-pytorch
    
  • doctr (🥉28 · ⭐ 3.6K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2
  • GitHub (👨‍💻 50 · 🔀 410 · 📥 3.7M · 📋 360 - 10% open · ⏱️ 29.08.2024):

    	git clone https://github.com/mindee/doctr
    
  • PyPi (📥 52K / month · 📦 12 · ⏱️ 08.08.2024):

    	pip install python-doctr
    
  • CellProfiler (🥉28 · ⭐ 890) - An open-source application for biological image analysis. BSD-3
  • GitHub (👨‍💻 140 · 🔀 370 · 📥 7.6K · 📦 22 · 📋 3.3K - 9% open · ⏱️ 30.08.2024):

    	git clone https://github.com/CellProfiler/CellProfiler
    
  • PyPi (📥 770 / month · 📦 2 · ⏱️ 29.07.2024):

    	pip install cellprofiler
    
  • PaddleDetection (🥉27 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2
  • GitHub (👨‍💻 160 · 🔀 2.8K · 📋 5.4K - 22% open · ⏱️ 11.07.2024):

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

    	pip install paddledet
    
  • Norfair (🥉26 · ⭐ 2.4K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3
  • GitHub (👨‍💻 31 · 🔀 240 · 📥 330 · 📦 220 · 📋 170 - 14% open · ⏱️ 27.07.2024):

    	git clone https://github.com/tryolabs/norfair
    
  • PyPi (📥 21K / month · 📦 7 · ⏱️ 30.05.2022):

    	pip install norfair
    
  • pyvips (🥉26 · ⭐ 630) - python binding for libvips using cffi. MIT
  • GitHub (👨‍💻 16 · 🔀 49 · 📦 790 · 📋 440 - 42% open · ⏱️ 26.08.2024):

    	git clone https://github.com/libvips/pyvips
    
  • PyPi (📥 63K / month · 📦 77 · ⏱️ 28.04.2024):

    	pip install pyvips
    
  • Conda (📥 120K · ⏱️ 06.09.2024):

    	conda install -c conda-forge pyvips
    
  • pytorchvideo (🥉25 · ⭐ 3.3K) - A deep learning library for video understanding research. Apache-2
  • GitHub (👨‍💻 56 · 🔀 400 · 📋 210 - 50% open · ⏱️ 13.08.2024):

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

    	pip install pytorchvideo
    
  • MMF (🥉24 · ⭐ 5.5K) - A modular framework for vision & language multimodal research from.. BSD-3
  • GitHub (👨‍💻 120 · 🔀 920 · 📦 20 · 📋 690 - 21% open · ⏱️ 25.05.2024):

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

    	pip install mmf
    
  • segmentation_models (🥉24 · ⭐ 4.7K) - Segmentation models with pretrained backbones. Keras.. MIT
  • GitHub (👨‍💻 15 · 🔀 1K · 📋 530 - 48% open · ⏱️ 21.08.2024):

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

    	pip install segmentation_models
    
  • ffcv (🥉24 · ⭐ 2.8K) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2
  • GitHub (👨‍💻 31 · 🔀 170 · 📦 53 · 📋 280 - 36% open · ⏱️ 06.05.2024):

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

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

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

    	pip install tensorflow-graphics
    
  • vissl (🥉23 · ⭐ 3.2K) - VISSL is FAIRs library of extensible, modular and scalable components.. MIT
  • GitHub (👨‍💻 38 · 🔀 330 · 📦 49 · 📋 190 - 43% open · ⏱️ 03.03.2024):

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

    	pip install vissl
    
  • PySlowFast (🥉21 · ⭐ 6.5K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 1.2K · 📦 17 · 📋 680 - 58% open · ⏱️ 13.08.2024):

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

    	pip install pyslowfast
    
  • kubric (🥉21 · ⭐ 2.3K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2
  • GitHub (👨‍💻 30 · 🔀 220 · 📦 6 · 📋 190 - 33% open · ⏱️ 27.06.2024):

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

    	pip install kubric-nightly
    
  • DE⫶TR (🥉20 · ⭐ 13K) - End-to-End Object Detection with Transformers. Apache-2
  • GitHub (👨‍💻 27 · 🔀 2.4K · 📦 21 · 📋 540 - 47% open · ⏱️ 12.03.2024):

    	git clone https://github.com/facebookresearch/detr
    
  • scenic (🥉17 · ⭐ 3.2K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2
    • GitHub (👨‍💻 84 · 🔀 420 · 📋 270 - 55% open · ⏱️ 28.08.2024):

      	git clone https://github.com/google-research/scenic
      
    Show 26 hidden projects...
    • scikit-image (🥇42 · ⭐ 6K) - Image processing in Python. ❗Unlicensed
    • imgaug (🥈37 · ⭐ 14K · 💀) - Image augmentation for machine learning experiments. MIT
    • Face Recognition (🥈35 · ⭐ 53K · 💀) - The worlds simplest facial recognition api for Python.. MIT
    • glfw (🥈35 · ⭐ 13K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib
    • PyTorch3D (🥈34 · ⭐ 8.7K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed
    • imutils (🥈31 · ⭐ 4.5K · 💀) - A series of convenience functions to make basic image processing.. MIT
    • GluonCV (🥉29 · ⭐ 5.8K · 💀) - Gluon CV Toolkit. Apache-2
    • layout-parser (🥉28 · ⭐ 4.8K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2
    • mtcnn (🥉27 · ⭐ 2.2K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT
    • Pillow-SIMD (🥉27 · ⭐ 2.1K) - The friendly PIL fork. ❗️PIL
    • chainercv (🥉27 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT
    • Image Deduplicator (🥉25 · ⭐ 5.1K · 💀) - Finding duplicate images made easy!. Apache-2
    • Augmentor (🥉25 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT
    • Luminoth (🥉23 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3
    • deep-daze (🥉22 · ⭐ 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT
    • Classy Vision (🥉22 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT
    • icevision (🥉22 · ⭐ 840 · 💀) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2
    • Image Super-Resolution (🥉21 · ⭐ 4.6K · 💀) - Super-scale your images and run experiments with.. Apache-2
    • detecto (🥉21 · ⭐ 610 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT
    • image-match (🥉20 · ⭐ 2.9K · 💀) - Quickly search over billions of images. Apache-2
    • pycls (🥉20 · ⭐ 2.1K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT
    • nude.py (🥉20 · ⭐ 920 · 💀) - Nudity detection with Python. MIT
    • solt (🥉20 · ⭐ 260) - Streaming over lightweight data transformations. MIT
    • Caer (🥉17 · ⭐ 760 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
    • Torch Points 3D (🥉16 · ⭐ 210 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3
    • HugsVision (🥉16 · ⭐ 190 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface


    Graph Data

    Back to top

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

    networkx (🥇44 · ⭐ 15K) - Network Analysis in Python. BSD-3
    • GitHub (👨‍💻 750 · 🔀 3.2K · 📥 73 · 📦 290K · 📋 3.4K - 10% open · ⏱️ 08.09.2024):

      	git clone https://github.com/networkx/networkx
      
    • PyPi (📥 66M / month · 📦 9.3K · ⏱️ 06.04.2024):

      	pip install networkx
      
    • Conda (📥 18M · ⏱️ 08.04.2024):

      	conda install -c conda-forge networkx
      
    PyTorch Geometric (🥇40 · ⭐ 21K) - Graph Neural Network Library for PyTorch. MIT
  • GitHub (👨‍💻 520 · 🔀 3.6K · 📦 6.4K · 📋 3.7K - 27% open · ⏱️ 10.09.2024):

    	git clone https://github.com/pyg-team/pytorch_geometric
    
  • PyPi (📥 400K / month · 📦 330 · ⏱️ 19.04.2024):

    	pip install torch-geometric
    
  • Conda (📥 82K · ⏱️ 16.08.2024):

    	conda install -c conda-forge pytorch_geometric
    
  • dgl (🥇39 · ⭐ 13K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2
  • GitHub (👨‍💻 300 · 🔀 3K · 📦 290 · 📋 2.9K - 18% open · ⏱️ 12.09.2024):

    	git clone https://github.com/dmlc/dgl
    
  • PyPi (📥 110K / month · 📦 150 · ⏱️ 13.05.2024):

    	pip install dgl
    
  • pygraphistry (🥈30 · ⭐ 2.1K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3
  • GitHub (👨‍💻 44 · 🔀 210 · 📦 120 · 📋 330 - 51% open · ⏱️ 03.08.2024):

    	git clone https://github.com/graphistry/pygraphistry
    
  • PyPi (📥 3.7K / month · 📦 6 · ⏱️ 03.08.2024):

    	pip install graphistry
    
  • ogb (🥈29 · ⭐ 1.9K · 💤) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
  • GitHub (👨‍💻 32 · 🔀 400 · 📦 1.9K · 📋 290 - 7% open · ⏱️ 01.02.2024):

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

    	pip install ogb
    
  • Conda (📥 36K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ogb
    
  • PyKEEN (🥈29 · ⭐ 1.6K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
  • GitHub (👨‍💻 41 · 🔀 180 · 📥 200 · 📦 240 · 📋 580 - 20% open · ⏱️ 08.09.2024):

    	git clone https://github.com/pykeen/pykeen
    
  • PyPi (📥 6.8K / month · 📦 6 · ⏱️ 19.02.2024):

    	pip install pykeen
    
  • Spektral (🥈28 · ⭐ 2.4K · 💤) - Graph Neural Networks with Keras and Tensorflow 2. MIT
  • GitHub (👨‍💻 27 · 🔀 340 · 📦 320 · 📋 280 - 24% open · ⏱️ 21.01.2024):

    	git clone https://github.com/danielegrattarola/spektral
    
  • PyPi (📥 12K / month · 📦 7 · ⏱️ 21.01.2024):

    	pip install spektral
    
  • Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💤) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2
  • GitHub (👨‍💻 31 · 🔀 310 · 📦 60 · 📋 210 - 26% open · ⏱️ 26.09.2023):

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

    	pip install pgl
    
  • AmpliGraph (🥈25 · ⭐ 2.1K · 💤) - Python library for Representation Learning on Knowledge.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 250 · 📦 55 · 📋 230 - 17% open · ⏱️ 28.02.2024):

    	git clone https://github.com/Accenture/AmpliGraph
    
  • PyPi (📥 860 / month · 📦 2 · ⏱️ 26.02.2024):

    	pip install ampligraph
    
  • Node2Vec (🥈25 · ⭐ 1.2K) - Implementation of the node2vec algorithm. MIT
  • GitHub (👨‍💻 16 · 🔀 240 · 📦 670 · 📋 93 - 5% open · ⏱️ 02.08.2024):

    	git clone https://github.com/eliorc/node2vec
    
  • PyPi (📥 17K / month · 📦 31 · ⏱️ 02.08.2024):

    	pip install node2vec
    
  • Conda (📥 30K · ⏱️ 16.06.2023):

    	conda install -c conda-forge node2vec
    
  • PyTorch-BigGraph (🥈24 · ⭐ 3.4K) - Generate embeddings from large-scale graph-structured.. BSD-3
  • GitHub (👨‍💻 32 · 🔀 450 · 📥 200 · 📋 200 - 32% open · ⏱️ 03.03.2024):

    	git clone https://github.com/facebookresearch/PyTorch-BigGraph
    
  • PyPi (📥 450K / month · 📦 2 · ⏱️ 14.10.2019):

    	pip install torchbiggraph
    
  • torch-cluster (🥉22 · ⭐ 810) - PyTorch Extension Library of Optimized Graph Cluster.. MIT
  • GitHub (👨‍💻 35 · 🔀 140 · 📋 170 - 21% open · ⏱️ 10.09.2024):

    	git clone https://github.com/rusty1s/pytorch_cluster
    
  • PyPi (📥 13K / month · 📦 62 · ⏱️ 12.10.2023):

    	pip install torch-cluster
    
  • Conda (📥 190K · ⏱️ 28.08.2024):

    	conda install -c conda-forge pytorch_cluster
    
  • deepsnap (🥉20 · ⭐ 540 · 💤) - Python library assists deep learning on graphs. MIT
  • GitHub (👨‍💻 18 · 🔀 57 · 📥 12 · 📦 110 · 📋 50 - 50% open · ⏱️ 11.11.2023):

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

    	pip install deepsnap
    
  • Sematch (🥉18 · ⭐ 430 · 💤) - semantic similarity framework for knowledge graph. Apache-2
  • GitHub (👨‍💻 10 · 🔀 100 · 📦 47 · 📋 34 - 44% open · ⏱️ 07.11.2023):

    	git clone https://github.com/gsi-upm/sematch
    
  • PyPi (📥 250 / month · ⏱️ 17.04.2017):

    	pip install sematch
    
  • AutoGL (🥉16 · ⭐ 1.1K · 💤) - An autoML framework & toolkit for machine learning on graphs. Apache-2
  • GitHub (👨‍💻 15 · 🔀 120 · 📋 39 - 35% open · ⏱️ 05.02.2024):

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

    	pip install auto-graph-learning
    
  • kglib (🥉16 · ⭐ 550 · 💤) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2
  • GitHub (👨‍💻 13 · 🔀 98 · 📥 240 · 📋 63 - 19% open · ⏱️ 18.11.2023):

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

    	pip install grakn-kglib
    
  • OpenNE (🥉14 · ⭐ 1.7K · 💤) - An Open-Source Package for Network Embedding (NE). MIT
  • GitHub (👨‍💻 12 · 🔀 490 · 📋 110 - 9% open · ⏱️ 10.01.2024):

    	git clone https://github.com/thunlp/OpenNE
    
  • GraphVite (🥉14 · ⭐ 1.2K) - GraphVite: A General and High-performance Graph Embedding System. Apache-2
    • GitHub (👨‍💻 1 · 🔀 150 · 📋 110 - 46% open · ⏱️ 14.06.2024):

      	git clone https://github.com/DeepGraphLearning/graphvite
      
    • Conda (📥 4.8K · ⏱️ 16.06.2023):

      	conda install -c milagraph graphvite
      
    Show 18 hidden projects...
  • igraph (🥇34 · ⭐ 1.3K) - Python interface for igraph. ❗️GPL-2.0

  • StellarGraph (🥈28 · ⭐ 2.9K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2
  • pygal (🥈28 · ⭐ 2.6K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
  • pytorch_geometric_temporal (🥈24 · ⭐ 2.6K · 💀) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT
  • Karate Club (🥈24 · ⭐ 2.1K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0
  • graph-nets (🥉22 · ⭐ 5.3K · 💀) - Build Graph Nets in Tensorflow. Apache-2
  • graph4nlp (🥉22 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2
  • jraph (🥉22 · ⭐ 1.4K · 💀) - A Graph Neural Network Library in Jax. Apache-2
  • DIG (🥉21 · ⭐ 1.8K · 💤) - A library for graph deep learning research. ❗️GPL-3.0
  • pyRDF2Vec (🥉21 · ⭐ 240 · 💀) - Python Implementation and Extension of RDF2Vec. MIT
  • DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
  • DeepGraph (🥉19 · ⭐ 280) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3
  • GraphGym (🥉18 · ⭐ 1.7K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT
  • Euler (🥉16 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2
  • GraphSAGE (🥉15 · ⭐ 3.4K · 💀) - Representation learning on large graphs using stochastic.. MIT
  • ptgnn (🥉15 · ⭐ 370 · 💀) - A PyTorch Graph Neural Network Library. MIT
  • GraphEmbedding (🥉14 · ⭐ 3.7K · 💀) - Implementation and experiments of graph embedding.. MIT
  • OpenKE (🥉13 · ⭐ 3.8K · 💤) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed


  • Audio Data

    Back to top

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

    speechbrain (🥇40 · ⭐ 8.6K) - A PyTorch-based Speech Toolkit. Apache-2
    • GitHub (👨‍💻 240 · 🔀 1.4K · 📦 2.2K · 📋 1.1K - 12% open · ⏱️ 11.09.2024):

      	git clone https://github.com/speechbrain/speechbrain
      
    • PyPi (📥 3.5M / month · 📦 62 · ⏱️ 02.09.2024):

      	pip install speechbrain
      
    espnet (🥇37 · ⭐ 8.3K) - End-to-End Speech Processing Toolkit. Apache-2
  • GitHub (👨‍💻 450 · 🔀 2.1K · 📥 81 · 📦 370 · 📋 2.4K - 14% open · ⏱️ 09.09.2024):

    	git clone https://github.com/espnet/espnet
    
  • PyPi (📥 51K / month · 📦 12 · ⏱️ 06.02.2024):

    	pip install espnet
    
  • Coqui TTS (🥇35 · ⭐ 33K · 💤) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0
  • GitHub (👨‍💻 160 · 🔀 4K · 📥 3M · 📦 1.7K · 📋 1.1K - 6% open · ⏱️ 10.02.2024):

    	git clone https://github.com/coqui-ai/TTS
    
  • PyPi (📥 100K / month · 📦 51 · ⏱️ 12.12.2023):

    	pip install tts
    
  • Conda (📥 17K · ⏱️ 16.06.2023):

    	conda install -c conda-forge tts
    
  • torchaudio (🥇35 · ⭐ 2.5K) - Data manipulation and transformation for audio signal.. BSD-2
  • GitHub (👨‍💻 230 · 🔀 640 · 📋 980 - 25% open · ⏱️ 27.08.2024):

    	git clone https://github.com/pytorch/audio
    
  • PyPi (📥 5.6M / month · 📦 1.3K · ⏱️ 04.09.2024):

    	pip install torchaudio
    
  • SpeechRecognition (🥈33 · ⭐ 8.3K) - Speech recognition module for Python, supporting several.. BSD-3
  • GitHub (👨‍💻 51 · 🔀 2.4K · 📦 21 · 📋 640 - 50% open · ⏱️ 13.08.2024):

    	git clone https://github.com/Uberi/speech_recognition
    
  • PyPi (📥 1.1M / month · 📦 550 · ⏱️ 05.05.2024):

    	pip install SpeechRecognition
    
  • Conda (📥 200K · ⏱️ 06.05.2024):

    	conda install -c conda-forge speechrecognition
    
  • librosa (🥈33 · ⭐ 7K) - Python library for audio and music analysis. ISC
  • GitHub (👨‍💻 120 · 🔀 960 · 📋 1.2K - 4% open · ⏱️ 09.09.2024):

    	git clone https://github.com/librosa/librosa
    
  • PyPi (📥 2.9M / month · 📦 1.3K · ⏱️ 14.05.2024):

    	pip install librosa
    
  • Conda (📥 810K · ⏱️ 15.05.2024):

    	conda install -c conda-forge librosa
    
  • Magenta (🥈31 · ⭐ 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2
  • GitHub (👨‍💻 160 · 🔀 3.7K · 📦 530 · 📋 1K - 41% open · ⏱️ 01.08.2024):

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

    	pip install magenta
    
  • Porcupine (🥈30 · ⭐ 3.7K) - On-device wake word detection powered by deep learning. Apache-2
  • GitHub (👨‍💻 38 · 🔀 500 · 📦 33 · ⏱️ 30.08.2024):

    	git clone https://github.com/Picovoice/Porcupine
    
  • PyPi (📥 11K / month · 📦 33 · ⏱️ 27.08.2024):

    	pip install pvporcupine
    
  • audioread (🥈30 · ⭐ 480 · 💤) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT
  • GitHub (👨‍💻 25 · 🔀 110 · 📦 24K · 📋 94 - 39% open · ⏱️ 15.12.2023):

    	git clone https://github.com/beetbox/audioread
    
  • PyPi (📥 2.1M / month · 📦 130 · ⏱️ 27.09.2023):

    	pip install audioread
    
  • Conda (📥 860K · ⏱️ 03.09.2024):

    	conda install -c conda-forge audioread
    
  • audiomentations (🥉29 · ⭐ 1.8K) - A Python library for audio data augmentation. Inspired by.. MIT
  • GitHub (👨‍💻 29 · 🔀 190 · 📦 560 · 📋 180 - 25% open · ⏱️ 09.09.2024):

    	git clone https://github.com/iver56/audiomentations
    
  • PyPi (📥 46K / month · 📦 18 · ⏱️ 03.09.2024):

    	pip install audiomentations
    
  • python-soundfile (🥉29 · ⭐ 700) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
  • GitHub (👨‍💻 34 · 🔀 110 · 📥 20K · 📦 41K · 📋 260 - 46% open · ⏱️ 27.07.2024):

    	git clone https://github.com/bastibe/python-soundfile
    
  • PyPi (📥 5.1M / month · 📦 780 · ⏱️ 15.02.2023):

    	pip install soundfile
    
  • Conda:

    	conda install -c anaconda pysoundfile
    
  • pyAudioAnalysis (🥉28 · ⭐ 5.8K · 💤) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
  • GitHub (👨‍💻 28 · 🔀 1.2K · 📦 500 · 📋 320 - 62% open · ⏱️ 22.10.2023):

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

    	pip install pyAudioAnalysis
    
  • Madmom (🥉27 · ⭐ 1.3K) - Python audio and music signal processing library. BSD-3
  • GitHub (👨‍💻 24 · 🔀 200 · 📦 430 · 📋 280 - 24% open · ⏱️ 25.08.2024):

    	git clone https://github.com/CPJKU/madmom
    
  • PyPi (📥 2.6K / month · 📦 27 · ⏱️ 14.11.2018):

    	pip install madmom
    
  • tinytag (🥉24 · ⭐ 690) - Python library for reading audio file metadata. MIT
  • GitHub (👨‍💻 27 · 🔀 100 · 📋 120 - 12% open · ⏱️ 29.08.2024):

    	git clone https://github.com/devsnd/tinytag
    
  • PyPi (📥 27K / month · 📦 110 · ⏱️ 26.10.2023):

    	pip install tinytag
    
  • DDSP (🥉23 · ⭐ 2.9K) - DDSP: Differentiable Digital Signal Processing. Apache-2
  • GitHub (👨‍💻 32 · 🔀 320 · 📦 58 · 📋 170 - 28% open · ⏱️ 17.06.2024):

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

    	pip install ddsp
    
  • Conda (📥 18K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ddsp
    
  • nnAudio (🥉22 · ⭐ 1K · 💤) - Audio processing by using pytorch 1D convolution network. MIT
  • GitHub (👨‍💻 15 · 🔀 89 · 📦 210 · 📋 63 - 28% open · ⏱️ 13.02.2024):

    	git clone https://github.com/KinWaiCheuk/nnAudio
    
  • PyPi (📥 11K / month · 📦 4 · ⏱️ 13.02.2024):

    	pip install nnAudio
    
  • Show 13 hidden projects...
  • Pydub (🥇35 · ⭐ 8.8K · 💀) - Manipulate audio with a simple and easy high level interface. MIT

  • DeepSpeech (🥈34 · ⭐ 25K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0
  • spleeter (🥈31 · ⭐ 26K · 💀) - Deezer source separation library including pretrained models. MIT
  • aubio (🥉28 · ⭐ 3.3K · 💤) - a library for audio and music analysis. ❗️GPL-3.0
  • Essentia (🥉28 · ⭐ 2.8K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
  • TTS (🥉26 · ⭐ 9.2K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0
  • python_speech_features (🥉24 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT
  • Dejavu (🥉23 · ⭐ 6.4K · 💀) - Audio fingerprinting and recognition in Python. MIT
  • kapre (🥉22 · ⭐ 920 · 💀) - kapre: Keras Audio Preprocessors. MIT
  • Julius (🥉22 · ⭐ 420 · 💀) - Fast PyTorch based DSP for audio and 1D signals. MIT
  • TimeSide (🥉22 · ⭐ 370 · 💀) - scalable audio processing framework and server written in.. ❗️AGPL-3.0
  • Muda (🥉17 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC
  • textlesslib (🥉10 · ⭐ 520 · 💀) - Library for Textless Spoken Language Processing. MIT


  • Geospatial Data

    Back to top

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

    pydeck (🥇43 · ⭐ 12K) - WebGL2 powered visualization framework. MIT
    • GitHub (👨‍💻 270 · 🔀 2.1K · 📦 8K · 📋 3.1K - 11% open · ⏱️ 08.09.2024):

      	git clone https://github.com/visgl/deck.gl
      
    • PyPi (📥 4.7M / month · 📦 100 · ⏱️ 10.05.2024):

      	pip install pydeck
      
    • Conda (📥 600K · ⏱️ 16.06.2023):

      	conda install -c conda-forge pydeck
      
    • npm (📥 590K / month · 📦 300 · ⏱️ 04.09.2024):

      	npm install deck.gl
      
    Shapely (🥇40 · ⭐ 3.8K) - Manipulation and analysis of geometric objects. BSD-3
  • GitHub (👨‍💻 160 · 🔀 560 · 📥 3.6K · 📦 79K · 📋 1.2K - 23% open · ⏱️ 09.09.2024):

    	git clone https://github.com/shapely/shapely
    
  • PyPi (📥 32M / month · 📦 2.9K · ⏱️ 19.08.2024):

    	pip install shapely
    
  • Conda (📥 10M · ⏱️ 03.09.2024):

    	conda install -c conda-forge shapely
    
  • folium (🥇39 · ⭐ 6.8K) - Python Data. Leaflet.js Maps. MIT
  • GitHub (👨‍💻 170 · 🔀 2.2K · 📦 42K · 📋 1.1K - 7% open · ⏱️ 04.09.2024):

    	git clone https://github.com/python-visualization/folium
    
  • PyPi (📥 1.5M / month · 📦 720 · ⏱️ 16.06.2024):

    	pip install folium
    
  • Conda (📥 3M · ⏱️ 17.06.2024):

    	conda install -c conda-forge folium
    
  • GeoPandas (🥇39 · ⭐ 4.4K) - Python tools for geographic data. BSD-3
  • GitHub (👨‍💻 230 · 🔀 920 · 📥 2.7K · 📦 40K · 📋 1.7K - 25% open · ⏱️ 01.09.2024):

    	git clone https://github.com/geopandas/geopandas
    
  • PyPi (📥 6.6M / month · 📦 2.8K · ⏱️ 02.07.2024):

    	pip install geopandas
    
  • Conda (📥 3.9M · ⏱️ 02.07.2024):

    	conda install -c conda-forge geopandas
    
  • Rasterio (🥈37 · ⭐ 2.2K) - Rasterio reads and writes geospatial raster datasets. BSD-3
  • GitHub (👨‍💻 160 · 🔀 520 · 📥 930 · 📦 13K · 📋 1.8K - 7% open · ⏱️ 10.09.2024):

    	git clone https://github.com/rasterio/rasterio
    
  • PyPi (📥 3M / month · 📦 1.4K · ⏱️ 10.09.2024):

    	pip install rasterio
    
  • Conda (📥 3.5M · ⏱️ 10.09.2024):

    	conda install -c conda-forge rasterio
    
  • Fiona (🥈37 · ⭐ 1.1K) - Fiona reads and writes geographic data files. BSD-3
  • GitHub (👨‍💻 75 · 🔀 200 · 📦 22K · 📋 800 - 3% open · ⏱️ 06.09.2024):

    	git clone https://github.com/Toblerity/Fiona
    
  • PyPi (📥 5M / month · 📦 260 · ⏱️ 04.09.2024):

    	pip install fiona
    
  • Conda (📥 5.9M · ⏱️ 11.09.2024):

    	conda install -c conda-forge fiona
    
  • ArcGIS API (🥈35 · ⭐ 1.9K) - Documentation and samples for ArcGIS API for Python. Apache-2
  • GitHub (👨‍💻 91 · 🔀 1.1K · 📥 12K · 📦 820 · 📋 750 - 9% open · ⏱️ 06.09.2024):

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

    	pip install arcgis
    
  • Docker Hub:

    	docker pull esridocker/arcgis-api-python-notebook
    
  • pyproj (🥈35 · ⭐ 1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT
  • GitHub (👨‍💻 65 · 🔀 210 · 📦 33K · 📋 620 - 5% open · ⏱️ 30.08.2024):

    	git clone https://github.com/pyproj4/pyproj
    
  • PyPi (📥 8.8M / month · 📦 1.7K · ⏱️ 21.09.2023):

    	pip install pyproj
    
  • Conda (📥 8.5M · ⏱️ 04.09.2024):

    	conda install -c conda-forge pyproj
    
  • geopy (🥈33 · ⭐ 4.4K · 💤) - Geocoding library for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 640 · 📥 76 · 📋 290 - 13% open · ⏱️ 23.11.2023):

    	git clone https://github.com/geopy/geopy
    
  • PyPi (📥 5.8M / month · 📦 880 · ⏱️ 23.11.2023):

    	pip install geopy
    
  • Conda (📥 1.4M · ⏱️ 28.02.2024):

    	conda install -c conda-forge geopy
    
  • ipyleaflet (🥈33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 90 · 🔀 360 · 📦 11K · 📋 650 - 44% open · ⏱️ 22.07.2024):

    	git clone https://github.com/jupyter-widgets/ipyleaflet
    
  • PyPi (📥 290K / month · 📦 280 · ⏱️ 22.07.2024):

    	pip install ipyleaflet
    
  • Conda (📥 1.2M · ⏱️ 22.07.2024):

    	conda install -c conda-forge ipyleaflet
    
  • npm (📥 7.2K / month · 📦 9 · ⏱️ 22.07.2024):

    	npm install jupyter-leaflet
    
  • PySAL (🥉32 · ⭐ 1.3K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3
  • GitHub (👨‍💻 79 · 🔀 300 · 📦 1.6K · 📋 650 - 2% open · ⏱️ 31.07.2024):

    	git clone https://github.com/pysal/pysal
    
  • PyPi (📥 43K / month · 📦 49 · ⏱️ 30.07.2024):

    	pip install pysal
    
  • Conda (📥 570K · ⏱️ 30.07.2024):

    	conda install -c conda-forge pysal
    
  • geojson (🥉29 · ⭐ 910) - Python bindings and utilities for GeoJSON. BSD-3
  • GitHub (👨‍💻 56 · 🔀 120 · 📦 18K · 📋 100 - 25% open · ⏱️ 08.08.2024):

    	git clone https://github.com/jazzband/geojson
    
  • PyPi (📥 2.4M / month · 📦 700 · ⏱️ 05.11.2023):

    	pip install geojson
    
  • Conda (📥 840K · ⏱️ 06.11.2023):

    	conda install -c conda-forge geojson
    
  • GeoViews (🥉29 · ⭐ 590) - Simple, concise geographical visualization in Python. BSD-3
  • GitHub (👨‍💻 32 · 🔀 75 · 📦 1.1K · 📋 340 - 30% open · ⏱️ 09.09.2024):

    	git clone https://github.com/holoviz/geoviews
    
  • PyPi (📥 13K / month · 📦 59 · ⏱️ 02.08.2024):

    	pip install geoviews
    
  • Conda (📥 240K · ⏱️ 05.04.2024):

    	conda install -c conda-forge geoviews
    
  • pymap3d (🥉23 · ⭐ 380 · 💤) - pure-Python (Numpy optional) 3D coordinate conversions for geospace.. BSD-2
  • GitHub (👨‍💻 18 · 🔀 87 · 📦 430 · 📋 58 - 15% open · ⏱️ 11.02.2024):

    	git clone https://github.com/geospace-code/pymap3d
    
  • PyPi (📥 190K / month · 📦 44 · ⏱️ 11.02.2024):

    	pip install pymap3d
    
  • Conda (📥 80K · ⏱️ 11.02.2024):

    	conda install -c conda-forge pymap3d
    
  • Show 8 hidden projects...
  • Geocoder (🥉32 · ⭐ 1.6K · 💀) - Python Geocoder. MIT

  • Satpy (🥉32 · ⭐ 1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
  • Sentinelsat (🥉26 · ⭐ 970 · 💤) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
  • EarthPy (🥉26 · ⭐ 500 · 💀) - A package built to support working with spatial data using open.. BSD-3
  • prettymaps (🥉24 · ⭐ 11K) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0
  • Mapbox GL (🥉24 · ⭐ 660 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
  • gmaps (🥉22 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3
  • geoplotlib (🥉20 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT


  • Financial Data

    Back to top

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

    yfinance (🥇41 · ⭐ 13K) - Download market data from Yahoo! Finances API. Apache-2
    • GitHub (👨‍💻 120 · 🔀 2.3K · 📦 46K · 📋 1.3K - 13% open · ⏱️ 26.08.2024):

      	git clone https://github.com/ranaroussi/yfinance
      
    • PyPi (📥 1.9M / month · 📦 630 · ⏱️ 24.08.2024):

      	pip install yfinance
      
    • Conda (📥 95K · ⏱️ 16.06.2023):

      	conda install -c ranaroussi yfinance
      
    Qlib (🥇31 · ⭐ 15K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT
  • GitHub (👨‍💻 130 · 🔀 2.6K · 📥 680 · 📦 21 · 📋 930 - 25% open · ⏱️ 30.08.2024):

    	git clone https://github.com/microsoft/qlib
    
  • PyPi (📥 2.5K / month · 📦 1 · ⏱️ 24.05.2024):

    	pip install pyqlib
    
  • ta (🥇31 · ⭐ 4.2K · 💤) - Technical Analysis Library using Pandas and Numpy. MIT
  • GitHub (👨‍💻 34 · 🔀 860 · 📦 4K · 📋 240 - 56% open · ⏱️ 02.11.2023):

    	git clone https://github.com/bukosabino/ta
    
  • PyPi (📥 170K / month · 📦 100 · ⏱️ 02.11.2023):

    	pip install ta
    
  • Conda (📥 29K · ⏱️ 02.11.2023):

    	conda install -c conda-forge ta
    
  • bt (🥈30 · ⭐ 2.2K · 📉) - bt - flexible backtesting for Python. MIT
  • GitHub (👨‍💻 34 · 🔀 410 · 📦 1.6K · 📋 340 - 22% open · ⏱️ 06.08.2024):

    	git clone https://github.com/pmorissette/bt
    
  • PyPi (📥 6.7K / month · 📦 10 · ⏱️ 06.08.2024):

    	pip install bt
    
  • Conda (📥 42K · ⏱️ 06.08.2024):

    	conda install -c conda-forge bt
    
  • Alpha Vantage (🥈29 · ⭐ 4.2K) - A python wrapper for Alpha Vantage API for financial data. MIT
  • GitHub (👨‍💻 44 · 🔀 740 · 📋 290 - 0% open · ⏱️ 18.07.2024):

    	git clone https://github.com/RomelTorres/alpha_vantage
    
  • PyPi (📥 33K / month · 📦 35 · ⏱️ 18.07.2024):

    	pip install alpha_vantage
    
  • Conda (📥 7.3K · ⏱️ 09.08.2024):

    	conda install -c conda-forge alpha_vantage
    
  • ffn (🥈29 · ⭐ 1.9K) - ffn - a financial function library for Python. MIT
  • GitHub (👨‍💻 35 · 🔀 280 · 📦 490 · 📋 130 - 18% open · ⏱️ 06.08.2024):

    	git clone https://github.com/pmorissette/ffn
    
  • PyPi (📥 17K / month · 📦 16 · ⏱️ 05.08.2024):

    	pip install ffn
    
  • Conda (📥 12K · ⏱️ 06.08.2024):

    	conda install -c conda-forge ffn
    
  • IB-insync (🥉27 · ⭐ 2.8K) - Python sync/async framework for Interactive Brokers API. BSD-2
  • GitHub (👨‍💻 36 · 🔀 740 · 📋 590 - 3% open · ⏱️ 14.03.2024):

    	git clone https://github.com/erdewit/ib_insync
    
  • PyPi (📥 35K / month · 📦 44 · ⏱️ 21.11.2022):

    	pip install ib_insync
    
  • Conda (📥 46K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ib-insync
    
  • TensorTrade (🥉25 · ⭐ 4.5K) - An open source reinforcement learning framework for training,.. Apache-2
  • GitHub (👨‍💻 61 · 🔀 980 · 📦 60 · 📋 250 - 20% open · ⏱️ 09.06.2024):

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

    	pip install tensortrade
    
  • Conda (📥 3.9K · ⏱️ 16.06.2023):

    	conda install -c conda-forge tensortrade
    
  • stockstats (🥉25 · ⭐ 1.3K · 💤) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3
  • GitHub (👨‍💻 10 · 🔀 300 · 📦 1.1K · 📋 130 - 12% open · ⏱️ 05.01.2024):

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

    	pip install stockstats
    
  • finmarketpy (🥉22 · ⭐ 3.4K) - Python library for backtesting trading strategies & analyzing.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 490 · 📥 54 · 📦 14 · 📋 28 - 85% open · ⏱️ 19.05.2024):

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

    	pip install finmarketpy
    
  • FinQuant (🥉22 · ⭐ 1.4K · 💤) - A program for financial portfolio management, analysis and.. MIT
  • GitHub (👨‍💻 11 · 🔀 180 · 📦 93 · 📋 49 - 32% open · ⏱️ 03.09.2023):

    	git clone https://github.com/fmilthaler/FinQuant
    
  • PyPi (📥 440 / month · 📦 1 · ⏱️ 04.09.2023):

    	pip install FinQuant
    
  • Show 14 hidden projects...
  • zipline (🥇32 · ⭐ 17K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2

  • pyfolio (🥈30 · ⭐ 5.6K · 💀) - Portfolio and risk analytics in Python. Apache-2
  • arch (🥈30 · ⭐ 1.3K · 📉) - ARCH models in Python. ❗Unlicensed
  • backtrader (🥈29 · ⭐ 14K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0
  • empyrical (🥉28 · ⭐ 1.3K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2
  • Alphalens (🥉27 · ⭐ 3.3K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2
  • Enigma Catalyst (🥉26 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2
  • PyAlgoTrade (🥉24 · ⭐ 4.4K · 💀) - Python Algorithmic Trading Library. Apache-2
  • FinTA (🥉24 · ⭐ 2.1K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0
  • Backtesting.py (🥉23 · ⭐ 5.3K · 💀) - Backtest trading strategies in Python. ❗️AGPL-3.0
  • Crypto Signals (🥉23 · ⭐ 4.8K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT
  • tf-quant-finance (🥉21 · ⭐ 4.5K · 💀) - High-performance TensorFlow library for quantitative.. Apache-2
  • surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0
  • pyrtfolio (🥉8 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0


  • Time Series Data

    Back to top

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

    sktime (🥇39 · ⭐ 7.7K) - A unified framework for machine learning with time series. BSD-3
    • GitHub (👨‍💻 390 · 🔀 1.3K · 📥 97 · 📦 3.2K · 📋 2.5K - 37% open · ⏱️ 10.09.2024):

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

      	pip install sktime
      
    • Conda (📥 1M · ⏱️ 07.09.2024):

      	conda install -c conda-forge sktime-all-extras
      
    StatsForecast (🥇34 · ⭐ 3.8K) - Lightning fast forecasting with statistical and econometric.. Apache-2
  • GitHub (👨‍💻 44 · 🔀 270 · 📦 1.1K · 📋 330 - 29% open · ⏱️ 11.09.2024):

    	git clone https://github.com/Nixtla/statsforecast
    
  • PyPi (📥 800K / month · 📦 57 · ⏱️ 17.07.2024):

    	pip install statsforecast
    
  • Conda (📥 91K · ⏱️ 18.07.2024):

    	conda install -c conda-forge statsforecast
    
  • Prophet (🥇33 · ⭐ 18K) - Tool for producing high quality forecasts for time series data that has.. MIT
  • GitHub (👨‍💻 180 · 🔀 4.5K · 📥 2.7K · 📦 21 · 📋 2.2K - 19% open · ⏱️ 18.05.2024):

    	git clone https://github.com/facebook/prophet
    
  • PyPi (📥 330K / month · 📦 91 · ⏱️ 05.09.2020):

    	pip install fbprophet
    
  • Conda (📥 1.3M · ⏱️ 20.10.2023):

    	conda install -c conda-forge prophet
    
  • STUMPY (🥇33 · ⭐ 3.6K · 📉) - STUMPY is a powerful and scalable Python library for modern time.. BSD-3
  • GitHub (👨‍💻 41 · 🔀 320 · 📦 870 · 📋 510 - 12% open · ⏱️ 16.08.2024):

    	git clone https://github.com/TDAmeritrade/stumpy
    
  • PyPi (📥 280K / month · 📦 30 · ⏱️ 09.07.2024):

    	pip install stumpy
    
  • Conda (📥 1M · ⏱️ 09.07.2024):

    	conda install -c conda-forge stumpy
    
  • tsfresh (🥈32 · ⭐ 8.4K) - Automatic extraction of relevant features from time series:. MIT
  • GitHub (👨‍💻 96 · 🔀 1.2K · 📦 21 · 📋 540 - 12% open · ⏱️ 03.08.2024):

    	git clone https://github.com/blue-yonder/tsfresh
    
  • PyPi (📥 240K / month · 📦 92 · ⏱️ 03.08.2024):

    	pip install tsfresh
    
  • Conda (📥 1.4M · ⏱️ 04.08.2024):

    	conda install -c conda-forge tsfresh
    
  • pytorch-forecasting (🥈32 · ⭐ 3.9K · 📈) - Time series forecasting with PyTorch. MIT
  • GitHub (👨‍💻 52 · 🔀 610 · 📦 430 · 📋 800 - 63% open · ⏱️ 09.09.2024):

    	git clone https://github.com/jdb78/pytorch-forecasting
    
  • PyPi (📥 58K / month · 📦 20 · ⏱️ 09.09.2024):

    	pip install pytorch-forecasting
    
  • Conda (📥 63K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pytorch-forecasting
    
  • pmdarima (🥈32 · ⭐ 1.6K · 💤) - A statistical library designed to fill the void in Pythons time.. MIT
  • GitHub (👨‍💻 23 · 🔀 230 · 📦 9.2K · 📋 330 - 18% open · ⏱️ 23.02.2024):

    	git clone https://github.com/alkaline-ml/pmdarima
    
  • PyPi (📥 2.3M / month · 📦 150 · ⏱️ 23.10.2023):

    	pip install pmdarima
    
  • Conda (📥 1.2M · ⏱️ 14.07.2024):

    	conda install -c conda-forge pmdarima
    
  • Darts (🥈31 · ⭐ 7.9K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 850 · 📋 1.6K - 16% open · ⏱️ 02.09.2024):

    	git clone https://github.com/unit8co/darts
    
  • PyPi (📥 60K / month · 📦 10 · ⏱️ 19.06.2024):

    	pip install u8darts
    
  • Conda (📥 57K · ⏱️ 21.06.2024):

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

    	docker pull unit8/darts
    
  • NeuralForecast (🥈31 · ⭐ 2.9K) - Scalable and user friendly neural forecasting algorithms. Apache-2
  • GitHub (👨‍💻 48 · 🔀 330 · 📦 200 · 📋 540 - 20% open · ⏱️ 09.09.2024):

    	git clone https://github.com/Nixtla/neuralforecast
    
  • PyPi (📥 39K / month · 📦 16 · ⏱️ 30.07.2024):

    	pip install neuralforecast
    
  • Conda (📥 22K · ⏱️ 31.07.2024):

    	conda install -c conda-forge neuralforecast
    
  • tslearn (🥈30 · ⭐ 2.9K) - The machine learning toolkit for time series analysis in Python. BSD-2
  • GitHub (👨‍💻 43 · 🔀 340 · 📦 1.4K · 📋 330 - 40% open · ⏱️ 01.07.2024):

    	git clone https://github.com/tslearn-team/tslearn
    
  • PyPi (📥 410K / month · 📦 79 · ⏱️ 12.12.2023):

    	pip install tslearn
    
  • Conda (📥 1.4M · ⏱️ 26.07.2024):

    	conda install -c conda-forge tslearn
    
  • skforecast (🥈30 · ⭐ 1.1K) - Time series forecasting with machine learning models. BSD-3
  • GitHub (👨‍💻 14 · 🔀 120 · 📦 320 · 📋 170 - 10% open · ⏱️ 13.08.2024):

    	git clone https://github.com/JoaquinAmatRodrigo/skforecast
    
  • PyPi (📥 76K / month · 📦 15 · ⏱️ 01.08.2024):

    	pip install skforecast
    
  • NeuralProphet (🥈29 · ⭐ 3.8K) - NeuralProphet: A simple forecasting package. MIT
  • GitHub (👨‍💻 56 · 🔀 470 · 📋 550 - 10% open · ⏱️ 04.09.2024):

    	git clone https://github.com/ourownstory/neural_prophet
    
  • PyPi (📥 150K / month · 📦 8 · ⏱️ 26.06.2024):

    	pip install neuralprophet
    
  • GluonTS (🥉28 · ⭐ 4.5K) - Probabilistic time series modeling in Python. Apache-2
  • GitHub (👨‍💻 120 · 🔀 740 · 📋 960 - 33% open · ⏱️ 25.07.2024):

    	git clone https://github.com/awslabs/gluon-ts
    
  • PyPi (📥 300K / month · 📦 31 · ⏱️ 03.06.2024):

    	pip install gluonts
    
  • Conda (📥 900 · ⏱️ 22.12.2023):

    	conda install -c anaconda gluonts
    
  • uber/orbit (🥉25 · ⭐ 1.9K) - A Python package for Bayesian forecasting with object-oriented.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 61 · 📋 400 - 12% open · ⏱️ 10.07.2024):

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

    	pip install orbit-ml
    
  • Conda (📥 13K · ⏱️ 01.04.2024):

    	conda install -c conda-forge orbit-ml
    
  • TSFEL (🥉25 · ⭐ 900) - An intuitive library to extract features from time series. BSD-3
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 150 · 📋 76 - 6% open · ⏱️ 12.09.2024):

    	git clone https://github.com/fraunhoferportugal/tsfel
    
  • PyPi (📥 25K / month · 📦 7 · ⏱️ 12.09.2024):

    	pip install tsfel
    
  • pydlm (🥉22 · ⭐ 480) - A python library for Bayesian time series modeling. BSD-3
  • GitHub (👨‍💻 7 · 🔀 98 · 📦 36 · 📋 56 - 73% open · ⏱️ 07.09.2024):

    	git clone https://github.com/wwrechard/pydlm
    
  • PyPi (📥 22K / month · 📦 2 · ⏱️ 13.08.2024):

    	pip install pydlm
    
  • tsflex (🥉21 · ⭐ 400) - Flexible time series feature extraction & processing. MIT
  • GitHub (👨‍💻 6 · 🔀 26 · 📦 15 · 📋 56 - 58% open · ⏱️ 06.09.2024):

    	git clone https://github.com/predict-idlab/tsflex
    
  • PyPi (📥 850 / month · 📦 2 · ⏱️ 06.09.2024):

    	pip install tsflex
    
  • Conda (📥 25K · ⏱️ 08.04.2024):

    	conda install -c conda-forge tsflex
    
  • greykite (🥉20 · ⭐ 1.8K · 💤) - A flexible, intuitive and fast forecasting library. BSD-2
  • GitHub (👨‍💻 10 · 🔀 100 · 📥 32 · 📦 33 · 📋 110 - 27% open · ⏱️ 16.01.2024):

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

    	pip install greykite
    
  • Auto TS (🥉20 · ⭐ 720) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2
  • GitHub (👨‍💻 13 · 🔀 110 · 📋 88 - 1% open · ⏱️ 05.05.2024):

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

    	pip install auto-ts
    
  • Show 11 hidden projects...
  • pyts (🥉26 · ⭐ 1.8K · 💀) - A Python package for time series classification. BSD-3

  • Streamz (🥉26 · ⭐ 1.2K · 💀) - Real-time stream processing for python. BSD-3
  • PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3
  • luminol (🥉22 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2
  • tick (🥉22 · ⭐ 480 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3
  • ADTK (🥉21 · ⭐ 1.1K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0
  • seglearn (🥉21 · ⭐ 570 · 💀) - Python module for machine learning time series:. BSD-3
  • matrixprofile-ts (🥉20 · ⭐ 730 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2
  • atspy (🥉15 · ⭐ 510 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT
  • tsaug (🥉14 · ⭐ 350 · 💀) - A Python package for time series augmentation. Apache-2
  • tslumen (🥉8 · ⭐ 66 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2


  • Medical Data

    Back to top

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

    MNE (🥇39 · ⭐ 2.7K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3
    • GitHub (👨‍💻 380 · 🔀 1.3K · 📦 4.3K · 📋 4.9K - 10% open · ⏱️ 12.09.2024):

      	git clone https://github.com/mne-tools/mne-python
      
    • PyPi (📥 140K / month · 📦 380 · ⏱️ 19.08.2024):

      	pip install mne
      
    • Conda (📥 420K · ⏱️ 19.08.2024):

      	conda install -c conda-forge mne
      
    MONAI (🥇36 · ⭐ 5.7K) - AI Toolkit for Healthcare Imaging. Apache-2
  • GitHub (👨‍💻 200 · 🔀 1K · 📦 2.8K · 📋 3.1K - 11% open · ⏱️ 10.09.2024):

    	git clone https://github.com/Project-MONAI/MONAI
    
  • PyPi (📥 170K / month · 📦 110 · ⏱️ 08.09.2024):

    	pip install monai
    
  • Conda (📥 29K · ⏱️ 26.06.2024):

    	conda install -c conda-forge monai
    
  • Nilearn (🥇36 · ⭐ 1.2K) - Machine learning for NeuroImaging in Python. BSD-3
  • GitHub (👨‍💻 240 · 🔀 580 · 📥 210 · 📦 3.4K · 📋 2.1K - 13% open · ⏱️ 12.09.2024):

    	git clone https://github.com/nilearn/nilearn
    
  • PyPi (📥 52K / month · 📦 290 · ⏱️ 09.04.2024):

    	pip install nilearn
    
  • Conda (📥 290K · ⏱️ 09.04.2024):

    	conda install -c conda-forge nilearn
    
  • NiBabel (🥈35 · ⭐ 650) - Python package to access a cacophony of neuro-imaging file formats. MIT
  • GitHub (👨‍💻 100 · 🔀 260 · 📦 21K · 📋 540 - 24% open · ⏱️ 07.09.2024):

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

    	pip install nibabel
    
  • Conda (📥 770K · ⏱️ 27.02.2024):

    	conda install -c conda-forge nibabel
    
  • Lifelines (🥈33 · ⭐ 2.3K) - Survival analysis in Python. MIT
  • GitHub (👨‍💻 120 · 🔀 550 · 📦 2.9K · 📋 970 - 26% open · ⏱️ 05.09.2024):

    	git clone https://github.com/CamDavidsonPilon/lifelines
    
  • PyPi (📥 760K / month · 📦 140 · ⏱️ 26.06.2024):

    	pip install lifelines
    
  • Conda (📥 360K · ⏱️ 27.06.2024):

    	conda install -c conda-forge lifelines
    
  • NIPYPE (🥈33 · ⭐ 740) - Workflows and interfaces for neuroimaging packages. Apache-2
  • GitHub (👨‍💻 260 · 🔀 510 · 📦 4.9K · 📋 1.4K - 29% open · ⏱️ 30.05.2024):

    	git clone https://github.com/nipy/nipype
    
  • PyPi (📥 180K / month · 📦 150 · ⏱️ 06.04.2023):

    	pip install nipype
    
  • Conda (📥 680K · ⏱️ 22.09.2023):

    	conda install -c conda-forge nipype
    
  • Hail (🥈32 · ⭐ 970) - Cloud-native genomic dataframes and batch computing. MIT
  • GitHub (👨‍💻 95 · 🔀 240 · 📦 140 · 📋 2.4K - 9% open · ⏱️ 09.09.2024):

    	git clone https://github.com/hail-is/hail
    
  • PyPi (📥 190K / month · 📦 34 · ⏱️ 08.08.2024):

    	pip install hail
    
  • DeepVariant (🥉24 · ⭐ 3.2K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3
  • GitHub (👨‍💻 30 · 🔀 710 · 📥 4.8K · 📋 820 - 0% open · ⏱️ 18.03.2024):

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

    	conda install -c bioconda deepvariant
    
  • Brainiak (🥉18 · ⭐ 330) - Brain Imaging Analysis Kit. Apache-2
  • GitHub (👨‍💻 35 · 🔀 130 · 📋 220 - 38% open · ⏱️ 08.07.2024):

    	git clone https://github.com/brainiak/brainiak
    
  • PyPi (📥 240 / month · ⏱️ 15.10.2020):

    	pip install brainiak
    
  • Docker Hub (📥 1.8K · ⭐ 1 · ⏱️ 15.10.2020):

    	docker pull brainiak/brainiak
    
  • Show 10 hidden projects...
  • DIPY (🥈32 · ⭐ 700) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains.. ❗Unlicensed

  • NiftyNet (🥉25 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2
  • MedPy (🥉25 · ⭐ 570) - Medical image processing in Python. ❗️GPL-3.0
  • NIPY (🥉25 · ⭐ 380) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed
  • Glow (🥉21 · ⭐ 260) - An open-source toolkit for large-scale genomic analysis. Apache-2
  • DLTK (🥉20 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2
  • MedicalTorch (🥉15 · ⭐ 840 · 💀) - A medical imaging framework for Pytorch. Apache-2
  • Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2
  • DeepNeuro (🥉13 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT
  • MedicalNet (🥉12 · ⭐ 1.9K · 💀) - Many studies have shown that the performance on deep learning is.. MIT


  • Tabular Data

    Back to top

    Libraries for processing tabular and structured data.

    miceforest (🥇26 · ⭐ 330) - Multiple Imputation with LightGBM in Python. MIT
    • GitHub (👨‍💻 8 · 🔀 30 · 📦 160 · 📋 84 - 8% open · ⏱️ 02.08.2024):

      	git clone https://github.com/AnotherSamWilson/miceforest
      
    • PyPi (📥 65K / month · 📦 9 · ⏱️ 02.08.2024):

      	pip install miceforest
      
    • Conda (📥 15K · ⏱️ 16.06.2023):

      	conda install -c conda-forge miceforest
      
    pytorch_tabular (🥈22 · ⭐ 1.3K) - A standard framework for modelling Deep Learning Models.. MIT
  • GitHub (👨‍💻 22 · 🔀 130 · 📥 35 · 📋 160 - 13% open · ⏱️ 07.06.2024):

    	git clone https://github.com/manujosephv/pytorch_tabular
    
  • PyPi (📥 3.2K / month · 📦 3 · ⏱️ 15.01.2024):

    	pip install pytorch_tabular
    
  • upgini (🥉21 · ⭐ 310) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
  • GitHub (👨‍💻 13 · 🔀 25 · 📦 7 · ⏱️ 07.09.2024):

    	git clone https://github.com/upgini/upgini
    
  • PyPi (📥 14K / month · ⏱️ 07.09.2024):

    	pip install upgini
    
  • carefree-learn (🥉17 · ⭐ 400) - Deep Learning PyTorch. MIT
  • GitHub (👨‍💻 1 · 🔀 38 · 📦 7 · 📋 82 - 2% open · ⏱️ 18.03.2024):

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

    	pip install carefree-learn
    
  • Show 1 hidden projects...
  • deltapy (🥉12 · ⭐ 530 · 💀) - 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 (🥇41 · ⭐ 43K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2
    • GitHub (👨‍💻 260 · 🔀 7.7K · 📥 270K · 📦 3.2K · 📋 9.3K - 1% open · ⏱️ 11.09.2024):

      	git clone https://github.com/PaddlePaddle/PaddleOCR
      
    • PyPi (📥 560K / month · 📦 94 · ⏱️ 17.07.2024):

      	pip install paddleocr
      
    EasyOCR (🥇34 · ⭐ 24K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 3.1K · 📥 14M · 📦 8.1K · 📋 1K - 41% open · ⏱️ 25.07.2024):

    	git clone https://github.com/JaidedAI/EasyOCR
    
  • PyPi (📥 440K / month · 📦 200 · ⏱️ 04.09.2023):

    	pip install easyocr
    
  • OCRmyPDF (🥇34 · ⭐ 14K · 📉) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0
  • GitHub (👨‍💻 100 · 🔀 990 · 📥 5K · 📦 970 · 📋 1.2K - 9% open · ⏱️ 05.09.2024):

    	git clone https://github.com/ocrmypdf/OCRmyPDF
    
  • PyPi (📥 130K / month · 📦 32 · ⏱️ 31.08.2024):

    	pip install ocrmypdf
    
  • Conda (📥 76K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ocrmypdf
    
  • Tesseract (🥈32 · ⭐ 5.8K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2
  • GitHub (👨‍💻 49 · 🔀 710 · 📋 370 - 4% open · ⏱️ 08.05.2024):

    	git clone https://github.com/madmaze/pytesseract
    
  • PyPi (📥 3.1M / month · 📦 940 · ⏱️ 16.08.2024):

    	pip install pytesseract
    
  • Conda (📥 620K · ⏱️ 15.10.2023):

    	conda install -c conda-forge pytesseract
    
  • tesserocr (🥈30 · ⭐ 2K) - A Python wrapper for the tesseract-ocr API. MIT
  • GitHub (👨‍💻 30 · 🔀 250 · 📥 440 · 📦 1.1K · 📋 280 - 17% open · ⏱️ 26.08.2024):

    	git clone https://github.com/sirfz/tesserocr
    
  • PyPi (📥 84K / month · 📦 36 · ⏱️ 26.08.2024):

    	pip install tesserocr
    
  • Conda (📥 170K · ⏱️ 30.07.2024):

    	conda install -c conda-forge tesserocr
    
  • MMOCR (🥉28 · ⭐ 4.3K) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2
  • GitHub (👨‍💻 90 · 🔀 740 · 📦 160 · 📋 930 - 20% open · ⏱️ 23.04.2024):

    	git clone https://github.com/open-mmlab/mmocr
    
  • PyPi (📥 13K / month · 📦 4 · ⏱️ 05.05.2022):

    	pip install mmocr
    
  • keras-ocr (🥉27 · ⭐ 1.4K · 💤) - A packaged and flexible version of the CRAFT text detector.. MIT
  • GitHub (👨‍💻 18 · 🔀 330 · 📥 1.7M · 📦 550 · 📋 210 - 46% open · ⏱️ 06.11.2023):

    	git clone https://github.com/faustomorales/keras-ocr
    
  • PyPi (📥 35K / month · 📦 8 · ⏱️ 06.11.2023):

    	pip install keras-ocr
    
  • Conda (📥 330 · ⏱️ 16.06.2023):

    	conda install -c anaconda keras-ocr
    
  • calamari (🥉23 · ⭐ 1K) - Line based ATR Engine based on OCRopy. Apache-2
  • GitHub (👨‍💻 20 · 🔀 210 · 📋 280 - 24% open · ⏱️ 30.07.2024):

    	git clone https://github.com/Calamari-OCR/calamari
    
  • PyPi (📥 4.3K / month · 📦 8 · ⏱️ 31.07.2024):

    	pip install calamari_ocr
    
  • attention-ocr (🥉21 · ⭐ 1.1K · 💤) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT
  • GitHub (👨‍💻 28 · 🔀 250 · 📦 29 · 📋 150 - 16% open · ⏱️ 20.10.2023):

    	git clone https://github.com/emedvedev/attention-ocr
    
  • PyPi (📥 260 / month · ⏱️ 19.04.2019):

    	pip install aocr
    
  • Show 3 hidden projects...
  • pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2

  • doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT
  • Mozart (🥉10 · ⭐ 600 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2


  • Data Containers & Structures

    Back to top

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

    🔗 best-of-python - Data Containers ( ⭐ 3.6K) - 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 ( ⭐ 3.6K) - Collection of data-loading and -extraction libraries.


    Web Scraping & Crawling

    Back to top

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

    🔗 best-of-web-python - Web Scraping ( ⭐ 2.3K) - 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 ( ⭐ 3.6K) - 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 (🥇45 · ⭐ 33K) - Ray is a unified framework for scaling AI and Python applications. Ray.. Apache-2
    • GitHub (👨‍💻 1.1K · 🔀 5.6K · 📥 240 · 📦 18K · 📋 19K - 21% open · ⏱️ 12.09.2024):

      	git clone https://github.com/ray-project/ray
      
    • PyPi (📥 4.5M / month · 📦 760 · ⏱️ 27.08.2024):

      	pip install ray
      
    • Conda (📥 400K · ⏱️ 29.08.2024):

      	conda install -c conda-forge ray-tune
      
    dask (🥇44 · ⭐ 12K) - Parallel computing with task scheduling. BSD-3
  • GitHub (👨‍💻 610 · 🔀 1.7K · 📦 64K · 📋 5.3K - 20% open · ⏱️ 10.09.2024):

    	git clone https://github.com/dask/dask
    
  • PyPi (📥 10M / month · 📦 2.3K · ⏱️ 30.08.2024):

    	pip install dask
    
  • Conda (📥 12M · ⏱️ 31.08.2024):

    	conda install -c conda-forge dask
    
  • DeepSpeed (🥇41 · ⭐ 35K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2
  • GitHub (👨‍💻 340 · 🔀 4K · 📦 8.7K · 📋 2.9K - 39% open · ⏱️ 11.09.2024):

    	git clone https://github.com/microsoft/DeepSpeed
    
  • PyPi (📥 460K / month · 📦 200 · ⏱️ 05.09.2024):

    	pip install deepspeed
    
  • Docker Hub (📥 18K · ⭐ 4 · ⏱️ 02.09.2022):

    	docker pull deepspeed/deepspeed
    
  • dask.distributed (🥇40 · ⭐ 1.6K) - A distributed task scheduler for Dask. BSD-3
  • GitHub (👨‍💻 330 · 🔀 720 · 📦 36K · 📋 3.9K - 39% open · ⏱️ 12.09.2024):

    	git clone https://github.com/dask/distributed
    
  • PyPi (📥 5.3M / month · 📦 810 · ⏱️ 30.08.2024):

    	pip install distributed
    
  • Conda (📥 15M · ⏱️ 30.08.2024):

    	conda install -c conda-forge distributed
    
  • horovod (🥈36 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2
  • GitHub (👨‍💻 170 · 🔀 2.2K · 📦 1.2K · 📋 2.3K - 17% open · ⏱️ 31.08.2024):

    	git clone https://github.com/horovod/horovod
    
  • PyPi (📥 150K / month · 📦 33 · ⏱️ 12.06.2023):

    	pip install horovod
    
  • metrics (🥈36 · ⭐ 2.1K) - Torchmetrics - Machine learning metrics for distributed,.. Apache-2
  • GitHub (👨‍💻 250 · 🔀 390 · 📥 5.5K · 📦 30K · 📋 860 - 9% open · ⏱️ 11.09.2024):

    	git clone https://github.com/Lightning-AI/metrics
    
  • PyPi (📥 3.8K / month · 📦 2 · ⏱️ 28.04.2018):

    	pip install metrics
    
  • Conda (📥 1.5M · ⏱️ 16.05.2024):

    	conda install -c conda-forge torchmetrics
    
  • H2O-3 (🥈35 · ⭐ 6.9K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2
  • GitHub (👨‍💻 270 · 🔀 2K · 📦 21 · 📋 9.5K - 29% open · ⏱️ 11.09.2024):

    	git clone https://github.com/h2oai/h2o-3
    
  • PyPi (📥 300K / month · 📦 46 · ⏱️ 29.08.2024):

    	pip install h2o
    
  • ColossalAI (🥈34 · ⭐ 39K) - Making large AI models cheaper, faster and more accessible. Apache-2
  • GitHub (👨‍💻 190 · 🔀 4.3K · 📦 410 · 📋 1.7K - 24% open · ⏱️ 11.09.2024):

    	git clone https://github.com/hpcaitech/colossalai
    
  • BigDL (🥈33 · ⭐ 6.5K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2
    • GitHub (👨‍💻 110 · 🔀 1.2K · 📥 630 · 📋 2.5K - 37% open · ⏱️ 12.09.2024):

      	git clone https://github.com/intel-analytics/BigDL
      
    • PyPi (📥 13K / month · 📦 2 · ⏱️ 24.03.2024):

      	pip install bigdl
      
    • Maven (📦 5 · ⏱️ 20.04.2021):

      	<dependency>
      		<groupId>com.intel.analytics.bigdl</groupId>
      		<artifactId>bigdl-SPARK_2.4</artifactId>
      		<version>[VERSION]</version>
      	</dependency>
      
    FairScale (🥈32 · ⭐ 3.1K) - PyTorch extensions for high performance and large scale training. BSD-3
  • GitHub (👨‍💻 75 · 🔀 270 · 📦 6.2K · 📋 390 - 26% open · ⏱️ 03.05.2024):

    	git clone https://github.com/facebookresearch/fairscale
    
  • PyPi (📥 510K / month · 📦 150 · ⏱️ 11.12.2022):

    	pip install fairscale
    
  • Conda (📥 290K · ⏱️ 28.11.2023):

    	conda install -c conda-forge fairscale
    
  • mpi4py (🥈30 · ⭐ 790) - Python bindings for MPI. BSD-3
  • GitHub (👨‍💻 27 · 🔀 120 · 📥 26K · 📋 170 - 4% open · ⏱️ 31.08.2024):

    	git clone https://github.com/mpi4py/mpi4py
    
  • PyPi (📥 960K / month · 📦 730 · ⏱️ 28.07.2024):

    	pip install mpi4py
    
  • Conda (📥 2.9M · ⏱️ 04.09.2024):

    	conda install -c conda-forge mpi4py
    
  • SynapseML (🥈29 · ⭐ 5K) - Simple and Distributed Machine Learning. MIT
  • GitHub (👨‍💻 120 · 🔀 830 · 📋 770 - 47% open · ⏱️ 10.09.2024):

    	git clone https://github.com/microsoft/SynapseML
    
  • PyPi (📥 230K / month · 📦 5 · ⏱️ 30.08.2024):

    	pip install synapseml
    
  • dask-ml (🥈29 · ⭐ 890) - Scalable Machine Learning with Dask. BSD-3
  • GitHub (👨‍💻 80 · 🔀 260 · 📦 1.1K · 📋 540 - 52% open · ⏱️ 20.07.2024):

    	git clone https://github.com/dask/dask-ml
    
  • PyPi (📥 200K / month · 📦 93 · ⏱️ 02.04.2024):

    	pip install dask-ml
    
  • Conda (📥 890K · ⏱️ 17.06.2024):

    	conda install -c conda-forge dask-ml
    
  • Submit it (🥉28 · ⭐ 1.3K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT
  • GitHub (👨‍💻 24 · 🔀 120 · 📦 3.2K · 📋 120 - 36% open · ⏱️ 29.07.2024):

    	git clone https://github.com/facebookincubator/submitit
    
  • PyPi (📥 480K / month · 📦 45 · ⏱️ 09.11.2023):

    	pip install submitit
    
  • Conda (📥 40K · ⏱️ 24.11.2023):

    	conda install -c conda-forge submitit
    
  • petastorm (🥉27 · ⭐ 1.8K · 💤) - Petastorm library enables single machine or distributed.. Apache-2
  • GitHub (👨‍💻 50 · 🔀 280 · 📥 480 · 📦 180 · 📋 320 - 53% open · ⏱️ 02.12.2023):

    	git clone https://github.com/uber/petastorm
    
  • PyPi (📥 150K / month · 📦 8 · ⏱️ 03.02.2023):

    	pip install petastorm
    
  • Apache Singa (🥉25 · ⭐ 3.3K) - a distributed deep learning platform. Apache-2
  • GitHub (👨‍💻 91 · 🔀 1.2K · 📦 4 · 📋 130 - 39% open · ⏱️ 17.08.2024):

    	git clone https://github.com/apache/singa
    
  • Conda (📥 780 · ⏱️ 16.06.2023):

    	conda install -c nusdbsystem singa
    
  • Docker Hub (📥 7.9K · ⭐ 4 · ⏱️ 31.05.2022):

    	docker pull apache/singa
    
  • Hivemind (🥉24 · ⭐ 2K) - Decentralized deep learning in PyTorch. Built to train models on thousands.. MIT
  • GitHub (👨‍💻 32 · 🔀 150 · 📦 110 · 📋 180 - 41% open · ⏱️ 15.07.2024):

    	git clone https://github.com/learning-at-home/hivemind
    
  • PyPi (📥 1K / month · 📦 10 · ⏱️ 31.08.2023):

    	pip install hivemind
    
  • MMLSpark (🥉23 · ⭐ 5K) - Simple and Distributed Machine Learning. MIT
  • GitHub (👨‍💻 120 · 🔀 830 · 📋 770 - 47% open · ⏱️ 10.09.2024):

    	git clone https://github.com/microsoft/SynapseML
    
  • PyPi (⏱️ 18.03.2020):

    	pip install mmlspark
    
  • Mesh (🥉23 · ⭐ 1.6K · 💤) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2
  • GitHub (👨‍💻 50 · 🔀 250 · 📋 120 - 84% open · ⏱️ 17.11.2023):

    	git clone https://github.com/tensorflow/mesh
    
  • PyPi (📥 70K / month · 📦 3 · ⏱️ 15.05.2022):

    	pip install mesh-tensorflow
    
  • analytics-zoo (🥉22 · ⭐ 2.6K · 🐣) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 05.08.2024):

    	git clone https://github.com/intel-analytics/analytics-zoo
    
  • PyPi (📥 600 / month · 📦 1 · ⏱️ 22.08.2022):

    	pip install analytics-zoo
    
  • Show 16 hidden projects...
  • DEAP (🥈33 · ⭐ 5.8K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0

  • ipyparallel (🥈29 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed
  • TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2
  • Elephas (🥉25 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras
  • launchpad (🥉21 · ⭐ 310 · 💀) - Launchpad is a library that simplifies writing.. Apache-2
  • sk-dist (🥉21 · ⭐ 280 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2
  • BytePS (🥉20 · ⭐ 3.6K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2
  • somoclu (🥉20 · ⭐ 270 · 💤) - Massively parallel self-organizing maps: accelerate training on.. MIT
  • mesh-transformer-jax (🥉18 · ⭐ 6.3K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2
  • bluefog (🥉18 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2
  • parallelformers (🥉17 · ⭐ 780 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2
  • Fiber (🥉16 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2
  • TensorFrames (🥉16 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2
  • LazyCluster (🥉14 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2
  • moolib (🥉11 · ⭐ 360 · 💀) - A library for distributed ML training with PyTorch. MIT
  • autodist (🥉11 · ⭐ 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 (🥇43 · ⭐ 11K) - A hyperparameter optimization framework. MIT
    • GitHub (👨‍💻 270 · 🔀 990 · 📦 17K · 📋 1.7K - 4% open · ⏱️ 12.09.2024):

      	git clone https://github.com/optuna/optuna
      
    • PyPi (📥 3.5M / month · 📦 950 · ⏱️ 02.09.2024):

      	pip install optuna
      
    • Conda (📥 1.6M · ⏱️ 03.09.2024):

      	conda install -c conda-forge optuna
      
    Hyperopt (🥇34 · ⭐ 7.2K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3
  • GitHub (👨‍💻 100 · 🔀 1K · 📦 17K · 📋 670 - 25% open · ⏱️ 13.03.2024):

    	git clone https://github.com/hyperopt/hyperopt
    
  • PyPi (📥 2.1M / month · 📦 440 · ⏱️ 17.11.2021):

    	pip install hyperopt
    
  • Conda (📥 790K · ⏱️ 16.06.2023):

    	conda install -c conda-forge hyperopt
    
  • BoTorch (🥇34 · ⭐ 3.1K) - Bayesian optimization in PyTorch. MIT
  • GitHub (👨‍💻 120 · 🔀 390 · 📦 1.1K · 📋 520 - 12% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pytorch/botorch
    
  • PyPi (📥 200K / month · 📦 83 · ⏱️ 22.07.2024):

    	pip install botorch
    
  • Conda (📥 120K · ⏱️ 23.07.2024):

    	conda install -c conda-forge botorch
    
  • Ax (🥇34 · ⭐ 2.3K) - Adaptive Experimentation Platform. MIT
  • GitHub (👨‍💻 170 · 🔀 300 · 📦 790 · 📋 770 - 7% open · ⏱️ 11.09.2024):

    	git clone https://github.com/facebook/Ax
    
  • PyPi (📥 97K / month · 📦 50 · ⏱️ 23.07.2024):

    	pip install ax-platform
    
  • Conda (📥 26K · ⏱️ 24.07.2024):

    	conda install -c conda-forge ax-platform
    
  • NNI (🥇33 · ⭐ 14K · 💤) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT
  • GitHub (👨‍💻 190 · 🔀 1.8K · 📦 720 · 📋 2.1K - 19% open · ⏱️ 26.10.2023):

    	git clone https://github.com/microsoft/nni
    
  • PyPi (📥 15K / month · 📦 47 · ⏱️ 14.09.2023):

    	pip install nni
    
  • Bayesian Optimization (🥇33 · ⭐ 7.8K) - A Python implementation of global optimization with.. MIT
  • GitHub (👨‍💻 47 · 🔀 1.5K · 📥 160 · 📦 2.9K · 📋 360 - 3% open · ⏱️ 08.09.2024):

    	git clone https://github.com/fmfn/BayesianOptimization
    
  • PyPi (📥 430K / month · 📦 140 · ⏱️ 10.07.2024):

    	pip install bayesian-optimization
    
  • AutoGluon (🥇33 · ⭐ 7.6K) - Fast and Accurate ML in 3 Lines of Code. Apache-2
  • GitHub (👨‍💻 120 · 🔀 900 · 📦 810 · 📋 1.4K - 24% open · ⏱️ 11.09.2024):

    	git clone https://github.com/autogluon/autogluon
    
  • PyPi (📥 100K / month · 📦 27 · ⏱️ 12.09.2024):

    	pip install autogluon
    
  • Conda (📥 18K · ⏱️ 18.06.2024):

    	conda install -c conda-forge autogluon
    
  • Docker Hub (📥 9.9K · ⭐ 17 · ⏱️ 07.03.2024):

    	docker pull autogluon/autogluon
    
  • featuretools (🥇33 · ⭐ 7.2K) - An open source python library for automated feature engineering. BSD-3
  • GitHub (👨‍💻 72 · 🔀 870 · 📦 1.8K · 📋 1K - 14% open · ⏱️ 21.06.2024):

    	git clone https://github.com/alteryx/featuretools
    
  • PyPi (📥 71K / month · 📦 74 · ⏱️ 14.05.2024):

    	pip install featuretools
    
  • Conda (📥 200K · ⏱️ 15.05.2024):

    	conda install -c conda-forge featuretools
    
  • nevergrad (🥈32 · ⭐ 3.9K) - A Python toolbox for performing gradient-free optimization. MIT
  • GitHub (👨‍💻 56 · 🔀 350 · 📦 740 · 📋 310 - 43% open · ⏱️ 12.09.2024):

    	git clone https://github.com/facebookresearch/nevergrad
    
  • PyPi (📥 130K / month · 📦 58 · ⏱️ 16.08.2024):

    	pip install nevergrad
    
  • Conda (📥 53K · ⏱️ 09.01.2024):

    	conda install -c conda-forge nevergrad
    
  • AutoKeras (🥈31 · ⭐ 9.1K) - AutoML library for deep learning. Apache-2
  • GitHub (👨‍💻 140 · 🔀 1.4K · 📥 19K · 📦 730 · 📋 900 - 15% open · ⏱️ 20.03.2024):

    	git clone https://github.com/keras-team/autokeras
    
  • PyPi (📥 49K / month · 📦 13 · ⏱️ 20.03.2024):

    	pip install autokeras
    
  • Keras Tuner (🥈30 · ⭐ 2.8K) - A Hyperparameter Tuning Library for Keras. Apache-2
  • GitHub (👨‍💻 61 · 🔀 390 · 📦 4.3K · 📋 490 - 44% open · ⏱️ 24.06.2024):

    	git clone https://github.com/keras-team/keras-tuner
    
  • PyPi (📥 330K / month · 📦 120 · ⏱️ 04.03.2024):

    	pip install keras-tuner
    
  • Conda (📥 39K · ⏱️ 05.03.2024):

    	conda install -c conda-forge keras-tuner
    
  • mljar-supervised (🥈29 · ⭐ 3K) - Python package for AutoML on Tabular Data with Feature.. MIT
  • GitHub (👨‍💻 28 · 🔀 400 · 📦 130 · 📋 660 - 24% open · ⏱️ 10.09.2024):

    	git clone https://github.com/mljar/mljar-supervised
    
  • PyPi (📥 4.9K / month · 📦 4 · ⏱️ 10.09.2024):

    	pip install mljar-supervised
    
  • Conda (📥 21K · ⏱️ 10.09.2024):

    	conda install -c conda-forge mljar-supervised
    
  • lazypredict (🥈26 · ⭐ 2.9K) - Lazy Predict help build a lot of basic models without much code.. MIT
  • GitHub (👨‍💻 18 · 🔀 330 · 📦 1.1K · 📋 120 - 67% open · ⏱️ 02.06.2024):

    	git clone https://github.com/shankarpandala/lazypredict
    
  • PyPi (📥 18K / month · 📦 1 · ⏱️ 28.09.2022):

    	pip install lazypredict
    
  • Conda (📥 3.4K · ⏱️ 16.06.2023):

    	conda install -c conda-forge lazypredict
    
  • Talos (🥈26 · ⭐ 1.6K) - Hyperparameter Experiments with TensorFlow and Keras. MIT
  • GitHub (👨‍💻 23 · 🔀 270 · 📦 190 · 📋 400 - 2% open · ⏱️ 22.04.2024):

    	git clone https://github.com/autonomio/talos
    
  • PyPi (📥 2K / month · 📦 8 · ⏱️ 21.04.2024):

    	pip install talos
    
  • FEDOT (🥈25 · ⭐ 630) - Automated modeling and machine learning framework FEDOT. BSD-3
  • GitHub (👨‍💻 34 · 🔀 86 · 📦 52 · 📋 550 - 17% open · ⏱️ 08.09.2024):

    	git clone https://github.com/nccr-itmo/FEDOT
    
  • PyPi (📥 1.3K / month · 📦 5 · ⏱️ 28.08.2024):

    	pip install fedot
    
  • Hyperactive (🥈25 · ⭐ 500) - An optimization and data collection toolbox for convenient and fast.. MIT
  • GitHub (👨‍💻 8 · 🔀 41 · 📥 210 · 📦 34 · 📋 73 - 16% open · ⏱️ 30.08.2024):

    	git clone https://github.com/SimonBlanke/Hyperactive
    
  • PyPi (📥 3.2K / month · 📦 13 · ⏱️ 15.08.2024):

    	pip install hyperactive
    
  • Auto ViML (🥉22 · ⭐ 520) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2
  • GitHub (👨‍💻 9 · 🔀 100 · 📦 26 · 📋 34 - 2% open · ⏱️ 11.05.2024):

    	git clone https://github.com/AutoViML/Auto_ViML
    
  • PyPi (📥 4.4K / month · 📦 3 · ⏱️ 11.05.2024):

    	pip install autoviml
    
  • featurewiz (🥉21 · ⭐ 580) - Use advanced feature engineering strategies and select best.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 85 · 📦 72 · 📋 95 - 3% open · ⏱️ 02.05.2024):

    	git clone https://github.com/AutoViML/featurewiz
    
  • PyPi (📥 13K / month · 📦 2 · ⏱️ 10.02.2024):

    	pip install featurewiz
    
  • AlphaPy (🥉20 · ⭐ 1.1K · 💤) - Python AutoML for Trading Systems and Sports Betting. Apache-2
  • GitHub (👨‍💻 5 · 🔀 200 · 📦 5 · 📋 42 - 30% open · ⏱️ 10.02.2024):

    	git clone https://github.com/ScottfreeLLC/AlphaPy
    
  • PyPi (📥 350 / month · ⏱️ 29.08.2020):

    	pip install alphapy
    
  • opytimizer (🥉19 · ⭐ 600) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2
  • GitHub (👨‍💻 4 · 🔀 40 · 📦 18 · 📋 23 - 4% open · ⏱️ 18.08.2024):

    	git clone https://github.com/gugarosa/opytimizer
    
  • PyPi (📥 800 / month · ⏱️ 18.08.2024):

    	pip install opytimizer
    
  • shap-hypetune (🥉18 · ⭐ 560 · 💤) - A python package for simultaneous Hyperparameters Tuning and.. MIT
  • GitHub (👨‍💻 3 · 🔀 69 · 📦 19 · 📋 36 - 11% open · ⏱️ 21.02.2024):

    	git clone https://github.com/cerlymarco/shap-hypetune
    
  • PyPi (📥 1.9K / month · 📦 2 · ⏱️ 21.02.2024):

    	pip install shap-hypetune
    
  • Show 31 hidden projects...
  • scikit-optimize (🥇33 · ⭐ 2.7K · 💀) - Sequential model-based optimization with a.. BSD-3

  • TPOT (🥈32 · ⭐ 9.7K · 💤) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0
  • auto-sklearn (🥈31 · ⭐ 7.5K · 💀) - Automated Machine Learning with scikit-learn. BSD-3
  • Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT
  • GPyOpt (🥈26 · ⭐ 930 · 💀) - Gaussian Process Optimization using GPy. BSD-3
  • SMAC3 (🥈25 · ⭐ 1.1K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause
  • AdaNet (🥉24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2
  • auto_ml (🥉23 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT
  • lightwood (🥉23 · ⭐ 440) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0
  • HpBandSter (🥉22 · ⭐ 610 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3
  • Orion (🥉22 · ⭐ 280 · 💤) - Asynchronous Distributed Hyperparameter Optimization. BSD-3
  • MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause
  • Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT
  • Neuraxle (🥉21 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2
  • optunity (🥉21 · ⭐ 410 · 💀) - optimization routines for hyperparameter tuning. BSD-3
  • igel (🥉20 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT
  • sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT
  • Dragonfly (🥉19 · ⭐ 850 · 💀) - An open source python library for scalable Bayesian optimisation. MIT
  • Auto Tune Models (🥉19 · ⭐ 520 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT
  • Xcessiv (🥉18 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2
  • Sherpa (🥉18 · ⭐ 330 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0
  • Advisor (🥉17 · ⭐ 1.5K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2
  • HyperparameterHunter (🥉17 · ⭐ 700 · 💀) - Easy hyperparameter optimization and automatic result.. MIT
  • automl-gs (🥉16 · ⭐ 1.8K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT
  • Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT
  • ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2
  • Auptimizer (🥉13 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0
  • model_search (🥉12 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2
  • Hypermax (🥉12 · ⭐ 110 · 💤) - Better, faster hyper-parameter optimization. BSD-3
  • Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT
  • Hypertunity (🥉10 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2


  • Reinforcement Learning

    Back to top

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

    FinRL (🥇30 · ⭐ 9.6K) - FinRL: Financial Reinforcement Learning. MIT
    • GitHub (👨‍💻 120 · 🔀 2.3K · 📦 45 · 📋 720 - 33% open · ⏱️ 04.09.2024):

      	git clone https://github.com/AI4Finance-Foundation/FinRL
      
    • PyPi (📥 940 / month · ⏱️ 08.01.2022):

      	pip install finrl
      
    ViZDoom (🥇30 · ⭐ 1.7K) - Reinforcement Learning environments based on the 1993 game Doom. MIT
  • GitHub (👨‍💻 55 · 🔀 380 · 📥 12K · 📦 260 · 📋 460 - 8% open · ⏱️ 08.09.2024):

    	git clone https://github.com/mwydmuch/ViZDoom
    
  • PyPi (📥 2.3K / month · 📦 15 · ⏱️ 20.08.2024):

    	pip install vizdoom
    
  • TF-Agents (🥈29 · ⭐ 2.8K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2
  • GitHub (👨‍💻 150 · 🔀 710 · 📋 670 - 29% open · ⏱️ 22.08.2024):

    	git clone https://github.com/tensorflow/agents
    
  • PyPi (📥 83K / month · 📦 14 · ⏱️ 14.12.2023):

    	pip install tf-agents
    
  • Acme (🥈28 · ⭐ 3.5K) - A library of reinforcement learning components and agents. Apache-2
  • GitHub (👨‍💻 86 · 🔀 420 · 📦 220 · 📋 270 - 24% open · ⏱️ 26.08.2024):

    	git clone https://github.com/deepmind/acme
    
  • PyPi (📥 1.5K / month · 📦 3 · ⏱️ 10.02.2022):

    	pip install dm-acme
    
  • Conda (📥 9.7K · ⏱️ 16.06.2023):

    	conda install -c conda-forge dm-acme
    
  • Dopamine (🥈27 · ⭐ 10K) - Dopamine is a research framework for fast prototyping of.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 53% open · ⏱️ 06.05.2024):

    	git clone https://github.com/google/dopamine
    
  • PyPi (📥 34K / month · 📦 10 · ⏱️ 06.05.2024):

    	pip install dopamine-rl
    
  • TensorForce (🥉26 · ⭐ 3.3K) - Tensorforce: a TensorFlow library for applied.. Apache-2
  • GitHub (👨‍💻 85 · 🔀 530 · 📦 450 · 📋 680 - 6% open · ⏱️ 31.07.2024):

    	git clone https://github.com/tensorforce/tensorforce
    
  • PyPi (📥 750 / month · 📦 4 · ⏱️ 30.08.2021):

    	pip install tensorforce
    
  • PARL (🥉24 · ⭐ 3.2K) - A high-performance distributed training framework for Reinforcement.. Apache-2
  • GitHub (👨‍💻 45 · 🔀 810 · 📦 130 · 📋 540 - 24% open · ⏱️ 09.07.2024):

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

    	pip install parl
    
  • RLax (🥉24 · ⭐ 1.2K) - A library of reinforcement learning building blocks in JAX. Apache-2
  • GitHub (👨‍💻 21 · 🔀 85 · 📦 270 · 📋 26 - 30% open · ⏱️ 24.05.2024):

    	git clone https://github.com/deepmind/rlax
    
  • PyPi (📥 22K / month · 📦 11 · ⏱️ 09.01.2023):

    	pip install rlax
    
  • PFRL (🥉23 · ⭐ 1.2K) - PFRL: a PyTorch-based deep reinforcement learning library. MIT
  • GitHub (👨‍💻 20 · 🔀 150 · 📦 110 · 📋 79 - 41% open · ⏱️ 04.08.2024):

    	git clone https://github.com/pfnet/pfrl
    
  • PyPi (📥 350 / month · 📦 1 · ⏱️ 16.07.2023):

    	pip install pfrl
    
  • ReAgent (🥉22 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3
  • GitHub (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 12.08.2024):

    	git clone https://github.com/facebookresearch/ReAgent
    
  • PyPi (📥 39 / month · ⏱️ 27.05.2020):

    	pip install reagent
    
  • rliable (🥉14 · ⭐ 740) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL.. Apache-2
  • GitHub (👨‍💻 8 · 🔀 45 · 📦 150 · 📋 16 - 6% open · ⏱️ 12.08.2024):

    	git clone https://github.com/google-research/rliable
    
  • PyPi:

    	pip install rliable`
    
  • Show 12 hidden projects...
  • OpenAI Gym (🥇39 · ⭐ 34K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT

  • baselines (🥈29 · ⭐ 16K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT
  • TensorLayer (🥈27 · ⭐ 7.3K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2
  • keras-rl (🥈27 · ⭐ 5.5K · 💀) - Deep Reinforcement Learning for Keras. MIT
  • garage (🥉25 · ⭐ 1.9K · 💀) - A toolkit for reproducible reinforcement learning research. MIT
  • Stable Baselines (🥉24 · ⭐ 4.1K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT
  • ChainerRL (🥉24 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT
  • TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2
  • Coach (🥉20 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2
  • SerpentAI (🥉19 · ⭐ 6.7K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT
  • DeepMind Lab (🥉17 · ⭐ 7.1K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed
  • Maze (🥉13 · ⭐ 260 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom


  • Recommender Systems

    Back to top

    Libraries for building and evaluating recommendation systems.

    Recommenders (🥇35 · ⭐ 19K) - Best Practices on Recommendation Systems. MIT
    • GitHub (👨‍💻 140 · 🔀 3K · 📥 560 · 📦 120 · 📋 860 - 18% open · ⏱️ 11.09.2024):

      	git clone https://github.com/microsoft/recommenders
      
    • PyPi (📥 32K / month · 📦 4 · ⏱️ 01.05.2024):

      	pip install recommenders
      
    torchrec (🥇31 · ⭐ 1.9K) - Pytorch domain library for recommendation systems. BSD-3
  • GitHub (👨‍💻 260 · 🔀 400 · 📦 130 · 📋 410 - 72% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pytorch/torchrec
    
  • PyPi (📥 1.7K / month · ⏱️ 12.05.2022):

    	pip install torchrec-nightly-cpu
    
  • implicit (🥈30 · ⭐ 3.5K · 💤) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT
  • GitHub (👨‍💻 35 · 🔀 600 · 📥 1.2K · 📦 1.5K · 📋 500 - 17% open · ⏱️ 21.11.2023):

    	git clone https://github.com/benfred/implicit
    
  • PyPi (📥 230K / month · 📦 29 · ⏱️ 29.09.2023):

    	pip install implicit
    
  • Conda (📥 840K · ⏱️ 23.08.2024):

    	conda install -c conda-forge implicit
    
  • scikit-surprise (🥈28 · ⭐ 6.3K) - A Python scikit for building and analyzing recommender.. BSD-3
  • GitHub (👨‍💻 46 · 🔀 1K · 📦 21 · 📋 400 - 21% open · ⏱️ 14.06.2024):

    	git clone https://github.com/NicolasHug/Surprise
    
  • PyPi (📥 82K / month · 📦 37 · ⏱️ 19.05.2024):

    	pip install scikit-surprise
    
  • Conda (📥 410K · ⏱️ 20.05.2024):

    	conda install -c conda-forge scikit-surprise
    
  • Cornac (🥈28 · ⭐ 860) - A Comparative Framework for Multimodal Recommender Systems. Apache-2
  • GitHub (👨‍💻 22 · 🔀 140 · 📦 230 · 📋 160 - 11% open · ⏱️ 12.09.2024):

    	git clone https://github.com/PreferredAI/cornac
    
  • PyPi (📥 43K / month · 📦 18 · ⏱️ 15.08.2024):

    	pip install cornac
    
  • Conda (📥 560K · ⏱️ 15.08.2024):

    	conda install -c conda-forge cornac
    
  • RecBole (🥈26 · ⭐ 3.3K) - A unified, comprehensive and efficient recommendation library. MIT
  • GitHub (👨‍💻 74 · 🔀 600 · 📋 990 - 28% open · ⏱️ 05.09.2024):

    	git clone https://github.com/RUCAIBox/RecBole
    
  • PyPi (📥 60K / month · 📦 2 · ⏱️ 31.10.2023):

    	pip install recbole
    
  • Conda (📥 5.8K · ⏱️ 01.11.2023):

    	conda install -c aibox recbole
    
  • TF Ranking (🥈26 · ⭐ 2.7K) - Learning to Rank in TensorFlow. Apache-2
  • GitHub (👨‍💻 34 · 🔀 470 · 📋 330 - 27% open · ⏱️ 18.03.2024):

    	git clone https://github.com/tensorflow/ranking
    
  • PyPi (📥 100K / month · 📦 15 · ⏱️ 18.03.2024):

    	pip install tensorflow_ranking
    
  • TF Recommenders (🥉24 · ⭐ 1.8K) - TensorFlow Recommenders is a library for building.. Apache-2
  • GitHub (👨‍💻 43 · 🔀 270 · 📋 450 - 58% open · ⏱️ 16.08.2024):

    	git clone https://github.com/tensorflow/recommenders
    
  • PyPi (📥 400K / month · 📦 2 · ⏱️ 03.02.2023):

    	pip install tensorflow-recommenders
    
  • recmetrics (🥉19 · ⭐ 560 · 💤) - A library of metrics for evaluating recommender systems. MIT
  • GitHub (👨‍💻 20 · 🔀 97 · 📥 7 · 📦 56 · 📋 29 - 44% open · ⏱️ 04.10.2023):

    	git clone https://github.com/statisticianinstilettos/recmetrics
    
  • PyPi (📥 4.3K / month · ⏱️ 26.04.2022):

    	pip install recmetrics
    
  • Show 8 hidden projects...
  • lightfm (🥈29 · ⭐ 4.7K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2

  • lkpy (🥉25 · ⭐ 260) - Python recommendation toolkit. MIT
  • tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2
  • fastFM (🥉21 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3
  • Spotlight (🥉18 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT
  • Case Recommender (🥉18 · ⭐ 480 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT
  • Collie (🥉17 · ⭐ 110 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3
  • OpenRec (🥉16 · ⭐ 410 · 💀) - 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 (🥇37 · ⭐ 9.4K) - Perform data science on data that remains in someone elses server. Apache-2
    • GitHub (👨‍💻 520 · 🔀 2K · 📥 2.2K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 12.09.2024):

      	git clone https://github.com/OpenMined/PySyft
      
    • PyPi (📥 14K / month · 📦 3 · ⏱️ 08.09.2024):

      	pip install syft
      
    Opacus (🥈32 · ⭐ 1.7K) - Training PyTorch models with differential privacy. Apache-2
  • GitHub (👨‍💻 81 · 🔀 330 · 📥 120 · 📦 860 · 📋 300 - 23% open · ⏱️ 06.09.2024):

    	git clone https://github.com/pytorch/opacus
    
  • PyPi (📥 270K / month · 📦 36 · ⏱️ 03.08.2024):

    	pip install opacus
    
  • Conda (📥 17K · ⏱️ 05.08.2024):

    	conda install -c conda-forge opacus
    
  • FATE (🥈27 · ⭐ 5.6K) - An Industrial Grade Federated Learning Framework. Apache-2
  • GitHub (👨‍💻 100 · 🔀 1.5K · 📋 2K - 2% open · ⏱️ 21.08.2024):

    	git clone https://github.com/FederatedAI/FATE
    
  • PyPi (⏱️ 06.05.2020):

    	pip install ETAF
    
  • TensorFlow Privacy (🥉26 · ⭐ 1.9K) - Library for training machine learning models with.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 440 · 📥 170 · 📋 210 - 55% open · ⏱️ 04.09.2024):

    	git clone https://github.com/tensorflow/privacy
    
  • PyPi (📥 20K / month · 📦 21 · ⏱️ 14.02.2024):

    	pip install tensorflow-privacy
    
  • CrypTen (🥉25 · ⭐ 1.5K) - A framework for Privacy Preserving Machine Learning. MIT
  • GitHub (👨‍💻 38 · 🔀 270 · 📦 42 · 📋 270 - 28% open · ⏱️ 18.07.2024):

    	git clone https://github.com/facebookresearch/CrypTen
    
  • PyPi (📥 390 / month · 📦 1 · ⏱️ 08.12.2022):

    	pip install crypten
    
  • Show 2 hidden projects...
  • TFEncrypted (🥉24 · ⭐ 1.2K · 💀) - A Framework for Encrypted Machine Learning in.. Apache-2

  • PipelineDP (🥉20 · ⭐ 270) - PipelineDP is a Python framework for applying differentially.. Apache-2


  • Workflow & Experiment Tracking

    Back to top

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

    mlflow (🥇44 · ⭐ 18K) - Open source platform for the machine learning lifecycle. Apache-2
    • GitHub (👨‍💻 770 · 🔀 4.1K · 📦 42K · 📋 4.1K - 38% open · ⏱️ 12.09.2024):

      	git clone https://github.com/mlflow/mlflow
      
    • PyPi (📥 14M / month · 📦 860 · ⏱️ 30.08.2024):

      	pip install mlflow
      
    • Conda (📥 2.3M · ⏱️ 04.09.2024):

      	conda install -c conda-forge mlflow
      
    DVC (🥇42 · ⭐ 14K) - ML Experiments and Data Management with Git. Apache-2
  • GitHub (👨‍💻 300 · 🔀 1.2K · 📦 18K · 📋 4.7K - 4% open · ⏱️ 10.09.2024):

    	git clone https://github.com/iterative/dvc
    
  • PyPi (📥 580K / month · 📦 130 · ⏱️ 02.09.2024):

    	pip install dvc
    
  • Conda (📥 2.2M · ⏱️ 02.09.2024):

    	conda install -c conda-forge dvc
    
  • wandb client (🥇42 · ⭐ 8.9K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT
  • GitHub (👨‍💻 190 · 🔀 650 · 📥 290 · 📦 53K · 📋 3.3K - 25% open · ⏱️ 12.09.2024):

    	git clone https://github.com/wandb/client
    
  • PyPi (📥 13M / month · 📦 1.4K · ⏱️ 11.09.2024):

    	pip install wandb
    
  • Conda (📥 610K · ⏱️ 28.08.2024):

    	conda install -c conda-forge wandb
    
  • Tensorboard (🥇42 · ⭐ 6.7K) - TensorFlows Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 320 · 🔀 1.6K · 📦 260K · 📋 1.9K - 35% open · ⏱️ 06.09.2024):

    	git clone https://github.com/tensorflow/tensorboard
    
  • PyPi (📥 21M / month · 📦 2.2K · ⏱️ 14.08.2024):

    	pip install tensorboard
    
  • Conda (📥 5M · ⏱️ 15.08.2024):

    	conda install -c conda-forge tensorboard
    
  • SageMaker SDK (🥈41 · ⭐ 2.1K) - A library for training and deploying machine learning.. Apache-2
  • GitHub (👨‍💻 460 · 🔀 1.1K · 📦 4.4K · 📋 1.5K - 20% open · ⏱️ 11.09.2024):

    	git clone https://github.com/aws/sagemaker-python-sdk
    
  • PyPi (📥 33M / month · 📦 140 · ⏱️ 30.08.2024):

    	pip install sagemaker
    
  • Conda (📥 1M · ⏱️ 31.07.2024):

    	conda install -c conda-forge sagemaker-python-sdk
    
  • PyCaret (🥈38 · ⭐ 8.8K) - An open-source, low-code machine learning library in Python. MIT
  • GitHub (👨‍💻 140 · 🔀 1.7K · 📥 700 · 📦 6.3K · 📋 2.3K - 15% open · ⏱️ 30.08.2024):

    	git clone https://github.com/pycaret/pycaret
    
  • PyPi (📥 270K / month · 📦 31 · ⏱️ 28.04.2024):

    	pip install pycaret
    
  • Conda (📥 54K · ⏱️ 25.04.2024):

    	conda install -c conda-forge pycaret
    
  • Metaflow (🥈34 · ⭐ 8K) - Build and manage real-life ML, AI, and data science projects with.. Apache-2
  • GitHub (👨‍💻 93 · 🔀 750 · 📦 720 · 📋 730 - 43% open · ⏱️ 11.09.2024):

    	git clone https://github.com/Netflix/metaflow
    
  • PyPi (📥 790K / month · 📦 45 · ⏱️ 04.09.2024):

    	pip install metaflow
    
  • Conda (📥 210K · ⏱️ 05.09.2024):

    	conda install -c conda-forge metaflow
    
  • ClearML (🥈34 · ⭐ 5.6K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2
  • GitHub (👨‍💻 100 · 🔀 640 · 📥 2.8K · 📦 1.3K · 📋 1K - 46% open · ⏱️ 12.09.2024):

    	git clone https://github.com/allegroai/clearml
    
  • PyPi (📥 330K / month · 📦 40 · ⏱️ 11.09.2024):

    	pip install clearml
    
  • Docker Hub (📥 30K · ⏱️ 05.10.2020):

    	docker pull allegroai/trains
    
  • snakemake (🥈34 · ⭐ 2.2K) - This is the development home of the workflow management system.. MIT
  • GitHub (👨‍💻 340 · 🔀 540 · 📦 2.1K · 📋 1.8K - 61% open · ⏱️ 09.09.2024):

    	git clone https://github.com/snakemake/snakemake
    
  • PyPi (📥 99K / month · 📦 230 · ⏱️ 09.09.2024):

    	pip install snakemake
    
  • Conda (📥 1.2M · ⏱️ 09.09.2024):

    	conda install -c bioconda snakemake
    
  • tensorboardX (🥈33 · ⭐ 7.9K · 💤) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT
  • GitHub (👨‍💻 82 · 🔀 860 · 📥 440 · 📦 48K · 📋 460 - 17% open · ⏱️ 12.11.2023):

    	git clone https://github.com/lanpa/tensorboardX
    
  • PyPi (📥 3.1M / month · 📦 620 · ⏱️ 20.08.2023):

    	pip install tensorboardX
    
  • Conda (📥 1.2M · ⏱️ 20.08.2023):

    	conda install -c conda-forge tensorboardx
    
  • kaggle (🥈32 · ⭐ 6.1K) - Official Kaggle API. Apache-2
  • GitHub (👨‍💻 47 · 🔀 1.1K · 📦 21 · 📋 480 - 31% open · ⏱️ 10.09.2024):

    	git clone https://github.com/Kaggle/kaggle-api
    
  • PyPi (📥 210K / month · 📦 200 · ⏱️ 24.07.2024):

    	pip install kaggle
    
  • Conda (📥 180K · ⏱️ 27.07.2024):

    	conda install -c conda-forge kaggle
    
  • aim (🥈32 · ⭐ 5.1K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2
  • GitHub (👨‍💻 76 · 🔀 320 · 📦 660 · 📋 1K - 35% open · ⏱️ 29.08.2024):

    	git clone https://github.com/aimhubio/aim
    
  • PyPi (📥 110K / month · 📦 38 · ⏱️ 02.09.2024):

    	pip install aim
    
  • Conda (📥 76K · ⏱️ 14.06.2024):

    	conda install -c conda-forge aim
    
  • sacred (🥈31 · ⭐ 4.2K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT
  • GitHub (👨‍💻 100 · 🔀 380 · 📦 3.2K · 📋 560 - 18% open · ⏱️ 26.08.2024):

    	git clone https://github.com/IDSIA/sacred
    
  • PyPi (📥 45K / month · 📦 60 · ⏱️ 26.08.2024):

    	pip install sacred
    
  • Conda (📥 6.4K · ⏱️ 28.11.2023):

    	conda install -c conda-forge sacred
    
  • AzureML SDK (🥈31 · ⭐ 4.1K · 📉) - Python notebooks with ML and deep learning examples with Azure.. MIT
  • GitHub (👨‍💻 64 · 🔀 2.5K · 📥 630 · 📋 1.5K - 26% open · ⏱️ 08.08.2024):

    	git clone https://github.com/Azure/MachineLearningNotebooks
    
  • PyPi (📥 440K / month · 📦 31 · ⏱️ 05.08.2024):

    	pip install azureml-sdk
    
  • Neptune.ai (🥈30 · ⭐ 570) - The experiment tracker for foundation model training. Apache-2
  • GitHub (👨‍💻 54 · 🔀 63 · 📦 590 · 📋 240 - 11% open · ⏱️ 10.09.2024):

    	git clone https://github.com/neptune-ai/neptune-client
    
  • PyPi (📥 470K / month · 📦 77 · ⏱️ 20.08.2024):

    	pip install neptune-client
    
  • Conda (📥 270K · ⏱️ 20.08.2024):

    	conda install -c conda-forge neptune-client
    
  • VisualDL (🥉27 · ⭐ 4.8K · 💤) - Deep Learning Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 33 · 🔀 630 · 📥 430 · 📦 2 · 📋 500 - 28% open · ⏱️ 20.09.2023):

    	git clone https://github.com/PaddlePaddle/VisualDL
    
  • PyPi (📥 150K / month · 📦 82 · ⏱️ 05.06.2023):

    	pip install visualdl
    
  • Labml (🥉27 · ⭐ 2K) - Monitor deep learning model training and hardware usage from your mobile phone. MIT
  • GitHub (👨‍💻 9 · 🔀 130 · 📦 170 · 📋 47 - 10% open · ⏱️ 09.09.2024):

    	git clone https://github.com/labmlai/labml
    
  • PyPi (📥 4.1K / month · 📦 14 · ⏱️ 23.05.2024):

    	pip install labml
    
  • TNT (🥉26 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3
  • GitHub (👨‍💻 130 · 🔀 270 · 📋 140 - 54% open · ⏱️ 09.09.2024):

    	git clone https://github.com/pytorch/tnt
    
  • PyPi (📥 5K / month · 📦 24 · ⏱️ 29.07.2018):

    	pip install torchnet
    
  • quinn (🥉26 · ⭐ 620) - pyspark methods to enhance developer productivity. Apache-2
  • GitHub (👨‍💻 31 · 🔀 95 · 📥 33 · 📦 83 · 📋 130 - 26% open · ⏱️ 29.08.2024):

    	git clone https://github.com/MrPowers/quinn
    
  • PyPi (📥 660K / month · 📦 7 · ⏱️ 13.02.2024):

    	pip install quinn
    
  • ml-metadata (🥉26 · ⭐ 610) - For recording and retrieving metadata associated with ML.. Apache-2
  • GitHub (👨‍💻 19 · 🔀 140 · 📥 2.4K · 📦 560 · 📋 120 - 36% open · ⏱️ 30.08.2024):

    	git clone https://github.com/google/ml-metadata
    
  • PyPi (📥 71K / month · 📦 31 · ⏱️ 23.04.2024):

    	pip install ml-metadata
    
  • gokart (🥉25 · ⭐ 300) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT
  • GitHub (👨‍💻 41 · 🔀 57 · 📦 80 · 📋 84 - 27% open · ⏱️ 07.09.2024):

    	git clone https://github.com/m3dev/gokart
    
  • PyPi (📥 3.9K / month · 📦 8 · ⏱️ 04.09.2024):

    	pip install gokart
    
  • Studio.ml (🥉23 · ⭐ 380 · 💤) - Studio: Simplify and expedite model building process. Apache-2
  • GitHub (👨‍💻 24 · 🔀 52 · 📦 6 · 📋 250 - 22% open · ⏱️ 06.09.2023):

    	git clone https://github.com/studioml/studio
    
  • PyPi (📥 1.1K / month · ⏱️ 14.09.2021):

    	pip install studioml
    
  • caliban (🥉16 · ⭐ 490 · 💤) - Research workflows made easy, locally and in the Cloud. Apache-2
  • GitHub (👨‍💻 10 · 🔀 66 · 📦 3 · 📋 34 - 55% open · ⏱️ 25.01.2024):

    	git clone https://github.com/google/caliban
    
  • PyPi (📥 160 / month · ⏱️ 12.09.2020):

    	pip install caliban
    
  • CometML (🥉16) - Supercharging Machine Learning. MIT
  • GitHub:

    	git clone https://github.com/comet-ml/examples
    
  • PyPi (📥 710K / month · 📦 74 · ⏱️ 28.08.2024):

    	pip install comet_ml
    
  • Conda:

    	conda install -c anaconda comet_ml
    
  • Show 16 hidden projects...
  • Catalyst (🥈28 · ⭐ 3.3K · 💀) - Accelerated deep learning R&D. Apache-2

  • knockknock (🥉26 · ⭐ 2.8K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT
  • livelossplot (🥉25 · ⭐ 1.3K · 💀) - Live training loss plot in Jupyter Notebook for Keras,.. MIT
  • SKLL (🥉25 · ⭐ 550) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause
  • Guild AI (🥉23 · ⭐ 870 · 💀) - Experiment tracking, ML developer tools. Apache-2
  • hiddenlayer (🥉22 · ⭐ 1.8K · 💀) - Neural network graphs and training metrics for.. MIT
  • lore (🥉21 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT
  • TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT
  • TensorWatch (🥉20 · ⭐ 3.4K · 💀) - Debugging, monitoring and visualization for Python Machine.. MIT
  • MXBoard (🥉20 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2
  • keepsake (🥉18 · ⭐ 1.6K · 💀) - Version control for machine learning. Apache-2
  • datmo (🥉18 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT
  • chitra (🥉18 · ⭐ 220) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2
  • steppy (🥉16 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT
  • ModelChimp (🥉12 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2
  • traintool (🥉9 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2


  • Model Serialization & Deployment

    Back to top

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

    onnx (🥇43 · ⭐ 18K) - Open standard for machine learning interoperability. Apache-2
    • GitHub (👨‍💻 320 · 🔀 3.7K · 📥 22K · 📦 33K · 📋 2.8K - 11% open · ⏱️ 12.09.2024):

      	git clone https://github.com/onnx/onnx
      
    • PyPi (📥 5.6M / month · 📦 1K · ⏱️ 01.08.2024):

      	pip install onnx
      
    • Conda (📥 1.2M · ⏱️ 03.09.2024):

      	conda install -c conda-forge onnx
      
    triton (🥇43 · ⭐ 13K) - Development repository for the Triton language and compiler. MIT
  • GitHub (👨‍💻 320 · 🔀 1.5K · 📦 36K · 📋 1.4K - 44% open · ⏱️ 12.09.2024):

    	git clone https://github.com/openai/triton
    
  • PyPi (📥 14M / month · 📦 240 · ⏱️ 09.07.2024):

    	pip install triton
    
  • huggingface_hub (🥈38 · ⭐ 2K) - The official Python client for the Huggingface Hub. Apache-2
  • GitHub (👨‍💻 200 · 🔀 510 · 📋 930 - 16% open · ⏱️ 12.09.2024):

    	git clone https://github.com/huggingface/huggingface_hub
    
  • PyPi (📥 42M / month · 📦 1.7K · ⏱️ 12.09.2024):

    	pip install huggingface_hub
    
  • Conda (📥 2.1M · ⏱️ 12.09.2024):

    	conda install -c conda-forge huggingface_hub
    
  • BentoML (🥈35 · ⭐ 7K) - The easiest way to serve AI apps and models - Build reliable Inference.. Apache-2
  • GitHub (👨‍💻 210 · 🔀 780 · 📥 1.2K · 📦 2K · 📋 1.1K - 15% open · ⏱️ 12.09.2024):

    	git clone https://github.com/bentoml/BentoML
    
  • PyPi (📥 110K / month · 📦 27 · ⏱️ 10.09.2024):

    	pip install bentoml
    
  • Core ML Tools (🥈35 · ⭐ 4.3K) - Core ML tools contain supporting tools for Core ML model.. BSD-3
  • GitHub (👨‍💻 180 · 🔀 620 · 📥 11K · 📦 4.1K · 📋 1.4K - 24% open · ⏱️ 06.09.2024):

    	git clone https://github.com/apple/coremltools
    
  • PyPi (📥 530K / month · 📦 76 · ⏱️ 16.08.2024):

    	pip install coremltools
    
  • Conda (📥 69K · ⏱️ 16.06.2023):

    	conda install -c conda-forge coremltools
    
  • TorchServe (🥈35 · ⭐ 4.2K) - Serve, optimize and scale PyTorch models in production. Apache-2
  • GitHub (👨‍💻 210 · 🔀 840 · 📥 6.2K · 📦 720 · 📋 1.7K - 24% open · ⏱️ 11.09.2024):

    	git clone https://github.com/pytorch/serve
    
  • PyPi (📥 53K / month · 📦 22 · ⏱️ 18.07.2024):

    	pip install torchserve
    
  • Conda (📥 260K · ⏱️ 18.07.2024):

    	conda install -c pytorch torchserve
    
  • Docker Hub (📥 1.3M · ⭐ 28 · ⏱️ 18.07.2024):

    	docker pull pytorch/torchserve
    
  • hls4ml (🥈26 · ⭐ 1.2K) - Machine learning on FPGAs using HLS. Apache-2
  • GitHub (👨‍💻 62 · 🔀 390 · 📋 430 - 40% open · ⏱️ 11.09.2024):

    	git clone https://github.com/fastmachinelearning/hls4ml
    
  • PyPi (📥 1K / month · ⏱️ 19.12.2023):

    	pip install hls4ml
    
  • Conda (📥 8.5K · ⏱️ 16.06.2023):

    	conda install -c conda-forge hls4ml
    
  • Hummingbird (🥉24 · ⭐ 3.3K) - Hummingbird compiles trained ML models into tensor computation for.. MIT
  • GitHub (👨‍💻 40 · 🔀 280 · 📥 630 · 📋 330 - 21% open · ⏱️ 12.08.2024):

    	git clone https://github.com/microsoft/hummingbird
    
  • PyPi (📥 4.2K / month · 📦 7 · ⏱️ 08.03.2024):

    	pip install hummingbird-ml
    
  • Conda (📥 47K · ⏱️ 08.03.2024):

    	conda install -c conda-forge hummingbird-ml
    
  • nebullvm (🥉23 · ⭐ 8.4K) - A collection of libraries to optimise AI model performances. Apache-2
  • GitHub (👨‍💻 40 · 🔀 640 · 📋 200 - 49% open · ⏱️ 22.07.2024):

    	git clone https://github.com/nebuly-ai/nebullvm
    
  • PyPi (📥 1.3K / month · 📦 2 · ⏱️ 18.06.2023):

    	pip install nebullvm
    
  • tfdeploy (🥉16 · ⭐ 350 · 💤) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3
  • GitHub (👨‍💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 25.02.2024):

    	git clone https://github.com/riga/tfdeploy
    
  • PyPi (📥 91 / month · ⏱️ 30.03.2017):

    	pip install tfdeploy
    
  • Show 10 hidden projects...
  • m2cgen (🥈26 · ⭐ 2.8K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT

  • mmdnn (🥉25 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT
  • sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3
  • cortex (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2
  • OMLT (🥉21 · ⭐ 260) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed
  • Larq Compute Engine (🥉21 · ⭐ 240) - Highly optimized inference engine for Binarized.. Apache-2
  • pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT
  • backprop (🥉16 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2
  • modelkit (🥉16 · ⭐ 150) - Toolkit for developing and maintaining ML models. MIT
  • ml-ane-transformers (🥉13 · ⭐ 2.5K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed


  • Model Interpretability

    Back to top

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

    shap (🥇43 · ⭐ 22K) - A game theoretic approach to explain the output of any machine learning model. MIT
    • GitHub (👨‍💻 250 · 🔀 3.2K · 📦 20K · 📋 2.5K - 30% open · ⏱️ 07.09.2024):

      	git clone https://github.com/slundberg/shap
      
    • PyPi (📥 6.4M / month · 📦 740 · ⏱️ 27.06.2024):

      	pip install shap
      
    • Conda (📥 3.8M · ⏱️ 08.05.2024):

      	conda install -c conda-forge shap
      
    Netron (🥇37 · ⭐ 28K) - Visualizer for neural network, deep learning and machine learning.. MIT
  • GitHub (👨‍💻 2 · 🔀 2.7K · 📥 140K · 📦 560 · 📋 1.1K - 1% open · ⏱️ 12.09.2024):

    	git clone https://github.com/lutzroeder/netron
    
  • PyPi (📥 36K / month · 📦 83 · ⏱️ 07.09.2024):

    	pip install netron
    
  • arviz (🥇36 · ⭐ 1.6K) - Exploratory analysis of Bayesian models with Python. Apache-2
  • GitHub (👨‍💻 160 · 🔀 390 · 📥 140 · 📦 7.5K · 📋 860 - 20% open · ⏱️ 11.09.2024):

    	git clone https://github.com/arviz-devs/arviz
    
  • PyPi (📥 1.5M / month · 📦 290 · ⏱️ 19.07.2024):

    	pip install arviz
    
  • Conda (📥 2.2M · ⏱️ 20.07.2024):

    	conda install -c conda-forge arviz
    
  • InterpretML (🥇33 · ⭐ 6.2K) - Fit interpretable models. Explain blackbox machine learning. MIT
  • GitHub (👨‍💻 46 · 🔀 730 · 📦 730 · 📋 440 - 23% open · ⏱️ 12.09.2024):

    	git clone https://github.com/interpretml/interpret
    
  • PyPi (📥 88K / month · 📦 49 · ⏱️ 07.08.2024):

    	pip install interpret
    
  • Captum (🥇33 · ⭐ 4.8K) - Model interpretability and understanding for PyTorch. BSD-3
  • GitHub (👨‍💻 120 · 🔀 480 · 📦 2.3K · 📋 570 - 40% open · ⏱️ 12.09.2024):

    	git clone https://github.com/pytorch/captum
    
  • PyPi (📥 250K / month · 📦 130 · ⏱️ 05.12.2023):

    	pip install captum
    
  • Conda (📥 61K · ⏱️ 16.06.2023):

    	conda install -c conda-forge captum
    
  • evaluate (🥈32 · ⭐ 2K) - Evaluate: A library for easily evaluating machine learning models and.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 250 · 📦 12K · 📋 350 - 60% open · ⏱️ 11.09.2024):

    	git clone https://github.com/huggingface/evaluate
    
  • PyPi (📥 2.3M / month · 📦 400 · ⏱️ 11.09.2024):

    	pip install evaluate
    
  • shapash (🥈30 · ⭐ 2.7K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 330 · 📦 170 · 📋 200 - 17% open · ⏱️ 09.09.2024):

    	git clone https://github.com/MAIF/shapash
    
  • PyPi (📥 10K / month · 📦 4 · ⏱️ 04.07.2024):

    	pip install shapash
    
  • pyLDAvis (🥈30 · ⭐ 1.8K) - Python library for interactive topic model visualization. Port of.. BSD-3
  • GitHub (👨‍💻 42 · 🔀 360 · 📦 6.4K · 📋 190 - 40% open · ⏱️ 29.04.2024):

    	git clone https://github.com/bmabey/pyLDAvis
    
  • PyPi (📥 120K / month · 📦 100 · ⏱️ 23.04.2023):

    	pip install pyldavis
    
  • Conda (📥 86K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pyldavis
    
  • Model Analysis (🥈30 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2
  • GitHub (👨‍💻 57 · 🔀 270 · 📋 88 - 37% open · ⏱️ 30.08.2024):

    	git clone https://github.com/tensorflow/model-analysis
    
  • PyPi (📥 250K / month · 📦 19 · ⏱️ 25.04.2024):

    	pip install tensorflow-model-analysis
    
  • DoWhy (🥈29 · ⭐ 7K) - DoWhy is a Python library for causal inference that supports explicit modeling.. MIT
  • GitHub (👨‍💻 92 · 🔀 910 · 📥 39 · 📦 420 · 📋 470 - 27% open · ⏱️ 04.08.2024):

    	git clone https://github.com/py-why/dowhy
    
  • PyPi (📥 43K / month · 📦 7 · ⏱️ 25.12.2023):

    	pip install dowhy
    
  • Conda (📥 31K · ⏱️ 26.01.2024):

    	conda install -c conda-forge dowhy
    
  • explainerdashboard (🥈29 · ⭐ 2.3K) - Quickly build Explainable AI dashboards that show the inner.. MIT
  • GitHub (👨‍💻 21 · 🔀 320 · 📦 530 · 📋 240 - 14% open · ⏱️ 20.06.2024):

    	git clone https://github.com/oegedijk/explainerdashboard
    
  • PyPi (📥 88K / month · 📦 10 · ⏱️ 18.03.2024):

    	pip install explainerdashboard
    
  • Conda (📥 52K · ⏱️ 18.03.2024):

    	conda install -c conda-forge explainerdashboard
    
  • fairlearn (🥈29 · ⭐ 1.9K) - A Python package to assess and improve fairness of machine.. MIT
  • GitHub (👨‍💻 84 · 🔀 410 · 📦 3 · 📋 480 - 33% open · ⏱️ 12.09.2024):

    	git clone https://github.com/fairlearn/fairlearn
    
  • PyPi (📥 180K / month · 📦 55 · ⏱️ 19.12.2023):

    	pip install fairlearn
    
  • Conda (📥 36K · ⏱️ 20.12.2023):

    	conda install -c conda-forge fairlearn
    
  • dtreeviz (🥈28 · ⭐ 2.9K) - A python library for decision tree visualization and model interpretation. MIT
  • GitHub (👨‍💻 27 · 🔀 330 · 📦 1.3K · 📋 210 - 34% open · ⏱️ 29.08.2024):

    	git clone https://github.com/parrt/dtreeviz
    
  • PyPi (📥 120K / month · 📦 53 · ⏱️ 07.07.2022):

    	pip install dtreeviz
    
  • Conda (📥 82K · ⏱️ 13.07.2023):

    	conda install -c conda-forge dtreeviz
    
  • Fairness 360 (🥈27 · ⭐ 2.4K) - A comprehensive set of fairness metrics for datasets and.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 830 · 📦 480 · 📋 300 - 65% open · ⏱️ 05.07.2024):

    	git clone https://github.com/Trusted-AI/AIF360
    
  • PyPi (📥 33K / month · 📦 32 · ⏱️ 08.04.2024):

    	pip install aif360
    
  • Conda (📥 14K · ⏱️ 09.04.2024):

    	conda install -c conda-forge aif360
    
  • responsible-ai-widgets (🥈27 · ⭐ 1.3K) - Responsible AI Toolbox is a suite of tools providing.. MIT
  • GitHub (👨‍💻 43 · 🔀 340 · 📋 320 - 27% open · ⏱️ 07.08.2024):

    	git clone https://github.com/microsoft/responsible-ai-toolbox
    
  • PyPi (📥 11K / month · 📦 6 · ⏱️ 08.07.2024):

    	pip install raiwidgets
    
  • LIT (🥈26 · ⭐ 3.5K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 350 · 📦 38 · 📋 190 - 56% open · ⏱️ 26.06.2024):

    	git clone https://github.com/PAIR-code/lit
    
  • PyPi (📥 4.2K / month · 📦 3 · ⏱️ 26.06.2024):

    	pip install lit-nlp
    
  • Conda (📥 87K · ⏱️ 16.06.2023):

    	conda install -c conda-forge lit-nlp
    
  • imodels (🥈26 · ⭐ 1.4K) - Interpretable ML package for concise, transparent, and accurate.. MIT
  • GitHub (👨‍💻 24 · 🔀 120 · 📦 97 · 📋 92 - 39% open · ⏱️ 16.08.2024):

    	git clone https://github.com/csinva/imodels
    
  • PyPi (📥 32K / month · 📦 9 · ⏱️ 02.07.2024):

    	pip install imodels
    
  • Explainability 360 (🥉25 · ⭐ 1.6K) - Interpretability and explainability of data and.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 300 · 📦 99 · 📋 85 - 63% open · ⏱️ 16.07.2024):

    	git clone https://github.com/Trusted-AI/AIX360
    
  • PyPi (📥 850 / month · 📦 1 · ⏱️ 31.07.2023):

    	pip install aix360
    
  • iNNvestigate (🥉25 · ⭐ 1.3K · 💤) - A toolbox to iNNvestigate neural networks predictions!. BSD-2
  • GitHub (👨‍💻 22 · 🔀 240 · 📥 130 · 📦 140 · 📋 260 - 21% open · ⏱️ 12.10.2023):

    	git clone https://github.com/albermax/innvestigate
    
  • PyPi (📥 720 / month · 📦 2 · ⏱️ 12.10.2023):

    	pip install innvestigate
    
  • aequitas (🥉25 · ⭐ 670) - Bias Auditing & Fair ML Toolkit. MIT
  • GitHub (👨‍💻 22 · 🔀 110 · 📦 170 · 📋 99 - 51% open · ⏱️ 11.09.2024):

    	git clone https://github.com/dssg/aequitas
    
  • PyPi (📥 21K / month · 📦 8 · ⏱️ 30.01.2024):

    	pip install aequitas
    
  • CausalNex (🥉24 · ⭐ 2.2K · 💤) - A Python library that helps data scientists to infer.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 260 · 📦 130 · 📋 140 - 16% open · ⏱️ 10.02.2024):

    	git clone https://github.com/quantumblacklabs/causalnex
    
  • PyPi (📥 2.9K / month · 📦 4 · ⏱️ 22.06.2023):

    	pip install causalnex
    
  • checklist (🥉24 · ⭐ 2K · 💤) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT
  • GitHub (👨‍💻 15 · 🔀 200 · 📦 360 · 📋 94 - 11% open · ⏱️ 26.09.2023):

    	git clone https://github.com/marcotcr/checklist
    
  • PyPi (📥 1.2K / month · 📦 8 · ⏱️ 24.05.2021):

    	pip install checklist
    
  • Conda (📥 7.8K · ⏱️ 16.06.2023):

    	conda install -c conda-forge checklist
    
  • keract (🥉24 · ⭐ 1K · 💤) - Layers Outputs and Gradients in Keras. Made easy. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 220 · 📋 89 - 3% open · ⏱️ 17.11.2023):

    	git clone https://github.com/philipperemy/keract
    
  • PyPi (📥 5.4K / month · 📦 9 · ⏱️ 25.09.2022):

    	pip install keract
    
  • What-If Tool (🥉23 · ⭐ 900 · 💤) - Source code/webpage/demos for the What-If Tool. Apache-2
  • GitHub (👨‍💻 20 · 🔀 170 · 📦 2 · 📋 140 - 61% open · ⏱️ 01.02.2024):

    	git clone https://github.com/PAIR-code/what-if-tool
    
  • PyPi (📥 6.4K / month · 📦 6 · ⏱️ 12.10.2021):

    	pip install witwidget
    
  • Conda (📥 2.3M · ⏱️ 16.06.2023):

    	conda install -c conda-forge tensorboard-plugin-wit
    
  • npm (📥 810 / month · 📦 3 · ⏱️ 12.10.2021):

    	npm install wit-widget
    
  • ecco (🥉21 · ⭐ 2K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3
  • GitHub (👨‍💻 12 · 🔀 160 · 📥 110 · 📦 29 · 📋 64 - 51% open · ⏱️ 15.08.2024):

    	git clone https://github.com/jalammar/ecco
    
  • PyPi (📥 450 / month · 📦 1 · ⏱️ 09.01.2022):

    	pip install ecco
    
  • Conda (📥 5.3K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ecco
    
  • DiCE (🥉20 · ⭐ 1.3K) - Generate Diverse Counterfactual Explanations for any machine.. MIT
  • GitHub (👨‍💻 19 · 🔀 180 · 📋 170 - 45% open · ⏱️ 17.04.2024):

    	git clone https://github.com/interpretml/DiCE
    
  • PyPi (📥 42K / month · 📦 6 · ⏱️ 27.10.2023):

    	pip install dice-ml
    
  • fairness-indicators (🥉20 · ⭐ 340) - Tensorflows Fairness Evaluation and Visualization.. Apache-2
  • GitHub (👨‍💻 36 · 🔀 78 · 📋 36 - 72% open · ⏱️ 26.04.2024):

    	git clone https://github.com/tensorflow/fairness-indicators
    
  • PyPi (📥 1.3K / month · ⏱️ 26.04.2024):

    	pip install fairness-indicators
    
  • LOFO (🥉18 · ⭐ 810 · 💤) - Leave One Feature Out Importance. MIT
  • GitHub (👨‍💻 6 · 🔀 84 · 📦 33 · 📋 27 - 11% open · ⏱️ 16.01.2024):

    	git clone https://github.com/aerdem4/lofo-importance
    
  • PyPi (📥 3.2K / month · 📦 4 · ⏱️ 16.01.2024):

    	pip install lofo-importance
    
  • FlashTorch (🥉15 · ⭐ 730 · 💤) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT
  • GitHub (👨‍💻 2 · 🔀 85 · 📦 22 · 📋 32 - 31% open · ⏱️ 21.09.2023):

    	git clone https://github.com/MisaOgura/flashtorch
    
  • PyPi (📥 110 / month · ⏱️ 29.05.2020):

    	pip install flashtorch
    
  • interpret-text (🥉15 · ⭐ 410 · 💤) - A library that incorporates state-of-the-art explainers.. MIT
  • GitHub (👨‍💻 18 · 🔀 68 · 📋 100 - 84% open · ⏱️ 05.02.2024):

    	git clone https://github.com/interpretml/interpret-text
    
  • PyPi (📥 180 / month · ⏱️ 07.12.2021):

    	pip install interpret-text
    
  • ExplainX.ai (🥉15 · ⭐ 400) - Explainable AI framework for data scientists. Explain & debug any.. MIT
  • GitHub (👨‍💻 5 · 🔀 52 · 📥 17 · 📋 39 - 25% open · ⏱️ 21.08.2024):

    	git clone https://github.com/explainX/explainx
    
  • PyPi (📥 360 / month · ⏱️ 04.02.2021):

    	pip install explainx
    
  • Show 23 hidden projects...
  • Lime (🥇33 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2

  • Deep Checks (🥈28 · ⭐ 3.6K · 💤) - Deepchecks: Tests for Continuous Validation of ML Models.. ❗️AGPL-3.0
  • scikit-plot (🥈28 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT
  • Alibi (🥈28 · ⭐ 2.4K) - Algorithms for explaining machine learning models. ❗️Intel
  • yellowbrick (🥈26 · ⭐ 4.3K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2
  • eli5 (🥈26 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT
  • DALEX (🥈26 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0
  • Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2
  • keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT
  • tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT
  • random-forest-importances (🥉22 · ⭐ 600 · 💀) - Code to compute permutation and drop-column.. MIT
  • deeplift (🥉21 · ⭐ 820 · 💀) - Public facing deeplift repo. MIT
  • TreeInterpreter (🥉21 · ⭐ 740 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3
  • tcav (🥉20 · ⭐ 630 · 💀) - Code for the TCAV ML interpretability project. Apache-2
  • XAI (🥉19 · ⭐ 1.1K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT
  • model-card-toolkit (🥉19 · ⭐ 420 · 💀) - A toolkit that streamlines and automates the.. Apache-2
  • Quantus (🥉18 · ⭐ 530) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0
  • sklearn-evaluation (🥉17 · ⭐ 430 · 💀) - Machine learning model evaluation made easy: plots,.. MIT
  • Anchor (🥉15 · ⭐ 790 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2
  • Skater (🥉14 · ⭐ 1.1K · 💤) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0
  • Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT
  • contextual-ai (🥉12 · ⭐ 85 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2
  • bias-detector (🥉12 · ⭐ 44 · 💤) - 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 ( ⭐ 4.9K) - Benchmarks of approximate nearest neighbor libraries in Python.

    Faiss (🥇41 · ⭐ 30K) - A library for efficient similarity search and clustering of dense vectors. MIT
    • GitHub (👨‍💻 190 · 🔀 3.5K · 📦 4K · 📋 2.5K - 9% open · ⏱️ 12.09.2024):

      	git clone https://github.com/facebookresearch/faiss
      
    • PyPi (📥 840K / month · 📦 160 · ⏱️ 30.08.2024):

      	pip install pymilvus
      
    • Conda (📥 1.6M · ⏱️ 09.08.2024):

      	conda install -c conda-forge faiss
      
    Milvus (🥇41 · ⭐ 29K) - A cloud-native vector database, storage for next generation AI.. Apache-2
  • GitHub (👨‍💻 290 · 🔀 2.8K · 📥 260K · 📋 12K - 6% open · ⏱️ 12.09.2024):

    	git clone https://github.com/milvus-io/milvus
    
  • PyPi (📥 840K / month · 📦 160 · ⏱️ 30.08.2024):

    	pip install pymilvus
    
  • Docker Hub (📥 67M · ⭐ 59 · ⏱️ 12.09.2024):

    	docker pull milvusdb/milvus
    
  • Annoy (🥈35 · ⭐ 13K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. Apache-2
  • GitHub (👨‍💻 89 · 🔀 1.1K · 📦 4.2K · 📋 400 - 14% open · ⏱️ 29.07.2024):

    	git clone https://github.com/spotify/annoy
    
  • PyPi (📥 1.1M / month · 📦 200 · ⏱️ 14.06.2023):

    	pip install annoy
    
  • Conda (📥 510K · ⏱️ 05.09.2024):

    	conda install -c conda-forge python-annoy
    
  • hnswlib (🥈31 · ⭐ 4.3K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2
  • GitHub (👨‍💻 72 · 🔀 620 · 📦 6.9K · 📋 380 - 57% open · ⏱️ 17.06.2024):

    	git clone https://github.com/nmslib/hnswlib
    
  • PyPi (📥 890K / month · 📦 130 · ⏱️ 03.12.2023):

    	pip install hnswlib
    
  • Conda (📥 230K · ⏱️ 27.09.2023):

    	conda install -c conda-forge hnswlib
    
  • NMSLIB (🥈30 · ⭐ 3.4K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2
  • GitHub (👨‍💻 48 · 🔀 450 · 📦 1.2K · 📋 440 - 20% open · ⏱️ 23.06.2024):

    	git clone https://github.com/nmslib/nmslib
    
  • PyPi (📥 180K / month · 📦 63 · ⏱️ 03.02.2021):

    	pip install nmslib
    
  • Conda (📥 140K · ⏱️ 09.09.2024):

    	conda install -c conda-forge nmslib
    
  • USearch (🥈30 · ⭐ 2.1K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2
  • GitHub (👨‍💻 52 · 🔀 120 · 📥 21K · 📦 120 · 📋 150 - 31% open · ⏱️ 28.08.2024):

    	git clone https://github.com/unum-cloud/usearch
    
  • PyPi (📥 130K / month · 📦 14 · ⏱️ 28.08.2024):

    	pip install usearch
    
  • npm (📥 8.3K / month · 📦 14 · ⏱️ 28.08.2024):

    	npm install usearch
    
  • Docker Hub (📥 120 · ⭐ 1 · ⏱️ 28.08.2024):

    	docker pull unum/usearch
    
  • PyNNDescent (🥉28 · ⭐ 880) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2
  • GitHub (👨‍💻 29 · 🔀 100 · 📦 7.7K · 📋 140 - 52% open · ⏱️ 17.06.2024):

    	git clone https://github.com/lmcinnes/pynndescent
    
  • PyPi (📥 1.7M / month · 📦 160 · ⏱️ 17.06.2024):

    	pip install pynndescent
    
  • Conda (📥 2M · ⏱️ 17.06.2024):

    	conda install -c conda-forge pynndescent
    
  • NGT (🥉22 · ⭐ 1.2K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 110 · 📋 140 - 12% open · ⏱️ 26.07.2024):

    	git clone https://github.com/yahoojapan/NGT
    
  • PyPi (📥 3.2K / month · 📦 8 · ⏱️ 06.12.2023):

    	pip install ngt
    
  • Show 4 hidden projects...
  • Magnitude (🥉20 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT

  • NearPy (🥉20 · ⭐ 760 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT
  • N2 (🥉20 · ⭐ 570 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2
  • PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3


  • Probabilistics & Statistics

    Back to top

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

    PyMC3 (🥇41 · ⭐ 8.6K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2
    • GitHub (👨‍💻 500 · 🔀 2K · 📥 1.9K · 📦 4K · 📋 3.4K - 8% open · ⏱️ 11.09.2024):

      	git clone https://github.com/pymc-devs/pymc
      
    • PyPi (📥 260K / month · 📦 190 · ⏱️ 31.05.2024):

      	pip install pymc3
      
    • Conda (📥 600K · ⏱️ 02.06.2024):

      	conda install -c conda-forge pymc3
      
    tensorflow-probability (🥇35 · ⭐ 4.2K) - Probabilistic reasoning and statistical analysis in.. Apache-2
  • GitHub (👨‍💻 500 · 🔀 1.1K · 📦 1 · 📋 1.4K - 47% open · ⏱️ 09.09.2024):

    	git clone https://github.com/tensorflow/probability
    
  • PyPi (📥 1.5M / month · 📦 610 · ⏱️ 12.03.2024):

    	pip install tensorflow-probability
    
  • Conda (📥 140K · ⏱️ 27.05.2024):

    	conda install -c conda-forge tensorflow-probability
    
  • Pyro (🥇34 · ⭐ 8.5K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2
  • GitHub (👨‍💻 160 · 🔀 980 · 📋 1.1K - 23% open · ⏱️ 04.08.2024):

    	git clone https://github.com/pyro-ppl/pyro
    
  • PyPi (📥 350K / month · 📦 190 · ⏱️ 02.06.2024):

    	pip install pyro-ppl
    
  • Conda (📥 190K · ⏱️ 03.06.2024):

    	conda install -c conda-forge pyro-ppl
    
  • pgmpy (🥈33 · ⭐ 2.7K) - Python Library for learning (Structure and Parameter), inference.. MIT
  • GitHub (👨‍💻 130 · 🔀 700 · 📥 500 · 📦 1.2K · 📋 930 - 31% open · ⏱️ 10.09.2024):

    	git clone https://github.com/pgmpy/pgmpy
    
  • PyPi (📥 80K / month · 📦 53 · ⏱️ 09.08.2024):

    	pip install pgmpy
    
  • GPyTorch (🥈32 · ⭐ 3.5K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT
  • GitHub (👨‍💻 140 · 🔀 550 · 📦 2.3K · 📋 1.3K - 27% open · ⏱️ 06.09.2024):

    	git clone https://github.com/cornellius-gp/gpytorch
    
  • PyPi (📥 270K / month · 📦 170 · ⏱️ 06.09.2024):

    	pip install gpytorch
    
  • Conda (📥 170K · ⏱️ 07.09.2024):

    	conda install -c conda-forge gpytorch
    
  • GPflow (🥈31 · ⭐ 1.8K) - Gaussian processes in TensorFlow. Apache-2
  • GitHub (👨‍💻 84 · 🔀 440 · 📦 680 · 📋 840 - 18% open · ⏱️ 14.06.2024):

    	git clone https://github.com/GPflow/GPflow
    
  • PyPi (📥 77K / month · 📦 35 · ⏱️ 17.06.2024):

    	pip install gpflow
    
  • Conda (📥 33K · ⏱️ 26.06.2024):

    	conda install -c conda-forge gpflow
    
  • SALib (🥈31 · ⭐ 870) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT
  • GitHub (👨‍💻 47 · 🔀 230 · 📦 1.2K · 📋 340 - 15% open · ⏱️ 09.09.2024):

    	git clone https://github.com/SALib/SALib
    
  • PyPi (📥 230K / month · 📦 130 · ⏱️ 19.08.2024):

    	pip install salib
    
  • Conda (📥 180K · ⏱️ 19.08.2024):

    	conda install -c conda-forge salib
    
  • pandas-ta (🥈30 · ⭐ 5.2K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT
  • GitHub (👨‍💻 45 · 🔀 1K · 📦 4.1K · 📋 580 - 18% open · ⏱️ 24.06.2024):

    	git clone https://github.com/twopirllc/pandas-ta
    
  • PyPi (📥 140K / month · 📦 110 · ⏱️ 28.07.2021):

    	pip install pandas-ta
    
  • Conda (📥 22K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pandas-ta
    
  • pomegranate (🥈30 · ⭐ 3.3K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT
  • GitHub (👨‍💻 75 · 🔀 590 · 📦 1.2K · 📋 780 - 2% open · ⏱️ 11.07.2024):

    	git clone https://github.com/jmschrei/pomegranate
    
  • PyPi (📥 13K / month · 📦 59 · ⏱️ 11.07.2024):

    	pip install pomegranate
    
  • Conda (📥 170K · ⏱️ 10.12.2023):

    	conda install -c conda-forge pomegranate
    
  • hmmlearn (🥈30 · ⭐ 3K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3
  • GitHub (👨‍💻 49 · 🔀 740 · 📦 2.7K · 📋 440 - 15% open · ⏱️ 05.04.2024):

    	git clone https://github.com/hmmlearn/hmmlearn
    
  • PyPi (📥 140K / month · 📦 87 · ⏱️ 02.03.2024):

    	pip install hmmlearn
    
  • Conda (📥 270K · ⏱️ 11.09.2024):

    	conda install -c conda-forge hmmlearn
    
  • emcee (🥈30 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT
  • GitHub (👨‍💻 74 · 🔀 430 · 📦 2.6K · 📋 300 - 19% open · ⏱️ 07.09.2024):

    	git clone https://github.com/dfm/emcee
    
  • PyPi (📥 250K / month · 📦 430 · ⏱️ 19.04.2024):

    	pip install emcee
    
  • Conda (📥 360K · ⏱️ 22.04.2024):

    	conda install -c conda-forge emcee
    
  • patsy (🥈30 · ⭐ 940 · 💤) - Describing statistical models in Python using symbolic formulas. BSD-2
  • GitHub (👨‍💻 19 · 🔀 100 · 📦 100K · 📋 150 - 46% open · ⏱️ 04.01.2024):

    	git clone https://github.com/pydata/patsy
    
  • PyPi (📥 15M / month · 📦 520 · ⏱️ 04.01.2024):

    	pip install patsy
    
  • Conda (📥 12M · ⏱️ 05.01.2024):

    	conda install -c conda-forge patsy
    
  • PyStan (🥉29 · ⭐ 340) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC
  • GitHub (👨‍💻 14 · 🔀 58 · 📦 10K · 📋 200 - 6% open · ⏱️ 03.07.2024):

    	git clone https://github.com/stan-dev/pystan
    
  • PyPi (📥 800K / month · 📦 160 · ⏱️ 03.07.2024):

    	pip install pystan
    
  • Conda (📥 2.9M · ⏱️ 16.06.2023):

    	conda install -c conda-forge pystan
    
  • bambi (🥉27 · ⭐ 1.1K) - BAyesian Model-Building Interface (Bambi) in Python. MIT
  • GitHub (👨‍💻 40 · 🔀 120 · 📦 140 · 📋 410 - 19% open · ⏱️ 08.09.2024):

    	git clone https://github.com/bambinos/bambi
    
  • PyPi (📥 28K / month · 📦 10 · ⏱️ 10.07.2024):

    	pip install bambi
    
  • Conda (📥 36K · ⏱️ 10.07.2024):

    	conda install -c conda-forge bambi
    
  • Orbit (🥉25 · ⭐ 1.9K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 61 · 📋 400 - 12% open · ⏱️ 10.07.2024):

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

    	pip install orbit-ml
    
  • scikit-posthocs (🥉25 · ⭐ 340) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT
  • GitHub (👨‍💻 15 · 🔀 40 · 📥 58 · 📦 810 · 📋 58 - 12% open · ⏱️ 26.06.2024):

    	git clone https://github.com/maximtrp/scikit-posthocs
    
  • PyPi (📥 93K / month · 📦 48 · ⏱️ 18.02.2024):

    	pip install scikit-posthocs
    
  • Conda (📥 960K · ⏱️ 08.07.2024):

    	conda install -c conda-forge scikit-posthocs
    
  • Baal (🥉21 · ⭐ 860) - Bayesian active learning library for research and industrial usecases. Apache-2
  • GitHub (👨‍💻 23 · 🔀 86 · 📦 60 · 📋 110 - 17% open · ⏱️ 27.06.2024):

    	git clone https://github.com/baal-org/baal
    
  • PyPi (📥 1.8K / month · 📦 2 · ⏱️ 11.06.2024):

    	pip install baal
    
  • Conda (📥 9.8K · ⏱️ 12.06.2023):

    	conda install -c conda-forge baal
    
  • Show 6 hidden projects...
  • filterpy (🥈31 · ⭐ 3.3K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT

  • pingouin (🥉29 · ⭐ 1.6K) - Statistical package in Python based on Pandas. ❗️GPL-3.0
  • Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2
  • pyhsmm (🥉21 · ⭐ 550 · 💀) - Bayesian inference in HSMMs and HMMs. MIT
  • Funsor (🥉20 · ⭐ 230 · 💀) - Functional tensors for probabilistic programming. Apache-2
  • ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT


  • Adversarial Robustness

    Back to top

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

    ART (🥇34 · ⭐ 4.8K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT
    • GitHub (👨‍💻 140 · 🔀 1.1K · 📦 580 · 📋 910 - 16% open · ⏱️ 29.08.2024):

      	git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
      
    • PyPi (📥 28K / month · 📦 20 · ⏱️ 03.07.2024):

      	pip install adversarial-robustness-toolbox
      
    • Conda (📥 48K · ⏱️ 03.07.2024):

      	conda install -c conda-forge adversarial-robustness-toolbox
      
    TextAttack (🥈27 · ⭐ 2.9K) - TextAttack is a Python framework for adversarial attacks, data.. MIT
  • GitHub (👨‍💻 66 · 🔀 380 · 📦 290 · 📋 280 - 21% open · ⏱️ 25.07.2024):

    	git clone https://github.com/QData/TextAttack
    
  • PyPi (📥 3.6K / month · 📦 11 · ⏱️ 11.03.2024):

    	pip install textattack
    
  • Conda (📥 8.3K · ⏱️ 16.06.2023):

    	conda install -c conda-forge textattack
    
  • Foolbox (🥈27 · ⭐ 2.7K) - A Python toolbox to create adversarial examples that fool neural networks.. MIT
  • GitHub (👨‍💻 35 · 🔀 420 · 📦 620 · 📋 370 - 5% open · ⏱️ 04.03.2024):

    	git clone https://github.com/bethgelab/foolbox
    
  • PyPi (📥 3.3K / month · 📦 14 · ⏱️ 04.03.2024):

    	pip install foolbox
    
  • Conda (📥 15K · ⏱️ 16.06.2023):

    	conda install -c conda-forge foolbox
    
  • Show 6 hidden projects...
  • CleverHans (🥈29 · ⭐ 6.2K · 💀) - An adversarial example library for constructing attacks,.. MIT

  • advertorch (🥉22 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0
  • AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2
  • robustness (🥉19 · ⭐ 900 · 💀) - A library for experimenting with, training and evaluating neural.. MIT
  • textflint (🥉16 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0
  • Adversary (🥉15 · ⭐ 390 · 💀) - 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.

    CuPy (🥇39 · ⭐ 8.1K) - NumPy & SciPy for GPU. MIT
    • GitHub (👨‍💻 380 · 🔀 800 · 📥 180K · 📦 2.2K · 📋 2.4K - 27% open · ⏱️ 11.09.2024):

      	git clone https://github.com/cupy/cupy
      
    • PyPi (📥 25K / month · 📦 270 · ⏱️ 22.08.2024):

      	pip install cupy
      
    • Conda (📥 4.6M · ⏱️ 22.08.2024):

      	conda install -c conda-forge cupy
      
    • Docker Hub (📥 66K · ⭐ 13 · ⏱️ 22.08.2024):

      	docker pull cupy/cupy
      
    cuDF (🥇35 · ⭐ 8.2K) - cuDF - GPU DataFrame Library. Apache-2
  • GitHub (👨‍💻 290 · 🔀 880 · 📦 57 · 📋 6.5K - 15% open · ⏱️ 12.09.2024):

    	git clone https://github.com/rapidsai/cudf
    
  • PyPi (📥 3K / month · 📦 22 · ⏱️ 01.06.2020):

    	pip install cudf
    
  • optimum (🥈34 · ⭐ 2.5K) - Accelerate training and inference of Transformers and Diffusers with.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 430 · 📦 3.3K · 📋 830 - 50% open · ⏱️ 11.09.2024):

    	git clone https://github.com/huggingface/optimum
    
  • PyPi (📥 890K / month · 📦 160 · ⏱️ 10.09.2024):

    	pip install optimum
    
  • Conda (📥 23K · ⏱️ 29.05.2024):

    	conda install -c conda-forge optimum
    
  • PyCUDA (🥈33 · ⭐ 1.8K) - CUDA integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 82 · 🔀 280 · 📦 3.1K · 📋 270 - 30% open · ⏱️ 30.07.2024):

    	git clone https://github.com/inducer/pycuda
    
  • PyPi (📥 52K / month · 📦 160 · ⏱️ 30.07.2024):

    	pip install pycuda
    
  • Conda (📥 550K · ⏱️ 17.08.2024):

    	conda install -c conda-forge pycuda
    
  • Apex (🥈31 · ⭐ 8.3K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3
  • GitHub (👨‍💻 130 · 🔀 1.4K · 📦 2.7K · 📋 1.2K - 57% open · ⏱️ 30.08.2024):

    	git clone https://github.com/NVIDIA/apex
    
  • Conda (📥 310K · ⏱️ 10.09.2024):

    	conda install -c conda-forge nvidia-apex
    
  • cuML (🥈31 · ⭐ 4.2K) - cuML - RAPIDS Machine Learning Library. Apache-2
  • GitHub (👨‍💻 180 · 🔀 520 · 📋 2.5K - 35% open · ⏱️ 12.09.2024):

    	git clone https://github.com/rapidsai/cuml
    
  • PyPi (📥 2.8K / month · 📦 14 · ⏱️ 01.06.2020):

    	pip install cuml
    
  • gpustat (🥈30 · ⭐ 4K · 💤) - A simple command-line utility for querying and monitoring GPU status. MIT
  • GitHub (👨‍💻 17 · 🔀 280 · 📦 5.9K · 📋 120 - 22% open · ⏱️ 12.01.2024):

    	git clone https://github.com/wookayin/gpustat
    
  • PyPi (📥 580K / month · 📦 150 · ⏱️ 22.08.2023):

    	pip install gpustat
    
  • Conda (📥 290K · ⏱️ 23.08.2023):

    	conda install -c conda-forge gpustat
    
  • ArrayFire (🥈28 · ⭐ 4.5K) - ArrayFire: a general purpose GPU library. BSD-3
  • GitHub (👨‍💻 92 · 🔀 530 · 📥 6.9K · 📋 1.7K - 19% open · ⏱️ 03.09.2024):

    	git clone https://github.com/arrayfire/arrayfire
    
  • PyPi (📥 2.5K / month · 📦 10 · ⏱️ 22.02.2022):

    	pip install arrayfire
    
  • cuGraph (🥉27 · ⭐ 1.7K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2
  • GitHub (👨‍💻 120 · 🔀 300 · 📋 1.7K - 10% open · ⏱️ 11.09.2024):

    	git clone https://github.com/rapidsai/cugraph
    
  • PyPi (📥 200 / month · 📦 4 · ⏱️ 01.06.2020):

    	pip install cugraph
    
  • Conda (📥 23K · ⏱️ 16.06.2023):

    	conda install -c conda-forge libcugraph
    
  • DALI (🥉25 · ⭐ 5.1K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2
  • GitHub (👨‍💻 93 · 🔀 620 · 📋 1.6K - 14% open · ⏱️ 11.09.2024):

    	git clone https://github.com/NVIDIA/DALI
    
  • scikit-cuda (🥉24 · ⭐ 980 · 💤) - Python interface to GPU-powered libraries. BSD-3
    • GitHub (👨‍💻 44 · 🔀 170 · 📦 300 · 📋 220 - 23% open · ⏱️ 15.10.2023):

      	git clone https://github.com/lebedov/scikit-cuda
      
    • PyPi (📥 770 / month · 📦 23 · ⏱️ 27.05.2019):

      	pip install scikit-cuda
      
    Vulkan Kompute (🥉23 · ⭐ 1.9K) - General purpose GPU compute framework built on Vulkan to.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 140 · 📥 560 · 📋 220 - 32% open · ⏱️ 05.09.2024):

    	git clone https://github.com/KomputeProject/kompute
    
  • PyPi (📥 150 / month · ⏱️ 20.01.2024):

    	pip install kp
    
  • Merlin (🥉21 · ⭐ 750) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2
  • GitHub (👨‍💻 32 · 🔀 110 · 📋 460 - 46% open · ⏱️ 22.07.2024):

    	git clone https://github.com/NVIDIA-Merlin/Merlin
    
  • PyPi (📥 9K / month · 📦 1 · ⏱️ 29.08.2023):

    	pip install merlin-core
    
  • cuSignal (🥉16 · ⭐ 710 · 💤) - GPU accelerated signal processing. Apache-2
  • GitHub (👨‍💻 46 · 🔀 130 · 📋 160 - 16% open · ⏱️ 21.09.2023):

    	git clone https://github.com/rapidsai/cusignal
    
  • Show 6 hidden projects...
    • GPUtil (🥉25 · ⭐ 1.1K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT
    • py3nvml (🥉22 · ⭐ 240 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3
    • BlazingSQL (🥉20 · ⭐ 1.9K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2
    • nvidia-ml-py3 (🥉17 · ⭐ 130) - Python 3 Bindings for the NVIDIA Management Library. BSD-3
    • SpeedTorch (🥉16 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT
    • ipyexperiments (🥉16 · ⭐ 200 · 💤) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2


    Tensorflow Utilities

    Back to top

    Libraries that extend TensorFlow with additional capabilities.

    TensorFlow Datasets (🥇39 · ⭐ 4.3K) - TFDS is a collection of datasets ready to use with.. Apache-2
    • GitHub (👨‍💻 310 · 🔀 1.5K · 📦 19K · 📋 1.4K - 48% open · ⏱️ 12.09.2024):

      	git clone https://github.com/tensorflow/datasets
      
    • PyPi (📥 1.5M / month · 📦 330 · ⏱️ 05.06.2024):

      	pip install tensorflow-datasets
      
    • Conda (📥 34K · ⏱️ 16.06.2023):

      	conda install -c conda-forge tensorflow-datasets
      
    TFX (🥇34 · ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2
  • GitHub (👨‍💻 190 · 🔀 700 · 📦 1.6K · 📋 1.1K - 22% open · ⏱️ 10.09.2024):

    	git clone https://github.com/tensorflow/tfx
    
  • PyPi (📥 31K / month · 📦 17 · ⏱️ 13.05.2024):

    	pip install tfx
    
  • tensorflow-hub (🥈32 · ⭐ 3.5K) - A library for transfer learning by reusing parts of.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.7K · 📋 700 - 1% open · ⏱️ 06.06.2024):

    	git clone https://github.com/tensorflow/hub
    
  • PyPi (📥 1.9M / month · 📦 300 · ⏱️ 30.01.2024):

    	pip install tensorflow-hub
    
  • Conda (📥 100K · ⏱️ 07.05.2024):

    	conda install -c conda-forge tensorflow-hub
    
  • TF Addons (🥈32 · ⭐ 1.7K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2
  • GitHub (👨‍💻 210 · 🔀 610 · 📋 990 - 9% open · ⏱️ 15.04.2024):

    	git clone https://github.com/tensorflow/addons
    
  • PyPi (📥 990K / month · 📦 360 · ⏱️ 28.11.2023):

    	pip install tensorflow-addons
    
  • TensorFlow I/O (🥈30 · ⭐ 700) - Dataset, streaming, and file system extensions.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 280 · 📋 660 - 43% open · ⏱️ 01.07.2024):

    	git clone https://github.com/tensorflow/io
    
  • PyPi (📥 1.4M / month · 📦 61 · ⏱️ 01.07.2024):

    	pip install tensorflow-io
    
  • TF Model Optimization (🥈28 · ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2
  • GitHub (👨‍💻 86 · 🔀 320 · 📋 390 - 57% open · ⏱️ 08.07.2024):

    	git clone https://github.com/tensorflow/model-optimization
    
  • PyPi (📥 860K / month · 📦 45 · ⏱️ 08.02.2024):

    	pip install tensorflow-model-optimization
    
  • TensorFlow Transform (🥈28 · ⭐ 980) - Input pipeline framework. Apache-2
  • GitHub (👨‍💻 29 · 🔀 210 · 📋 220 - 20% open · ⏱️ 10.09.2024):

    	git clone https://github.com/tensorflow/transform
    
  • PyPi (📥 520K / month · 📦 18 · ⏱️ 24.04.2024):

    	pip install tensorflow-transform
    
  • Neural Structured Learning (🥉24 · ⭐ 980) - Training neural models with structured signals. Apache-2
  • GitHub (👨‍💻 38 · 🔀 190 · 📦 480 · 📋 69 - 1% open · ⏱️ 18.06.2024):

    	git clone https://github.com/tensorflow/neural-structured-learning
    
  • PyPi (📥 8.3K / month · 📦 3 · ⏱️ 29.07.2022):

    	pip install neural-structured-learning
    
  • Saliency (🥉22 · ⭐ 950) - Framework-agnostic implementation for state-of-the-art saliency.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 190 · 📦 100 · 📋 39 - 30% open · ⏱️ 20.03.2024):

    	git clone https://github.com/PAIR-code/saliency
    
  • PyPi (📥 58K / month · 📦 8 · ⏱️ 20.03.2024):

    	pip install saliency
    
  • TF Compression (🥉21 · ⭐ 850) - Data compression in TensorFlow. Apache-2
  • GitHub (👨‍💻 21 · 🔀 250 · 📋 100 - 10% open · ⏱️ 07.08.2024):

    	git clone https://github.com/tensorflow/compression
    
  • PyPi (📥 2.4K / month · 📦 2 · ⏱️ 02.02.2024):

    	pip install tensorflow-compression
    
  • TensorFlow Cloud (🥉21 · ⭐ 370 · 💤) - The TensorFlow Cloud repository provides APIs that.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 85 · 📋 100 - 73% open · ⏱️ 25.02.2024):

    	git clone https://github.com/tensorflow/cloud
    
  • PyPi (📥 33K / month · 📦 7 · ⏱️ 17.06.2021):

    	pip install tensorflow-cloud
    
  • Show 5 hidden projects...
  • tensor2tensor (🥈32 · ⭐ 15K · 💀) - Library of deep learning models and datasets designed.. Apache-2

  • Keras-Preprocessing (🥈28 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT
  • efficientnet (🥉26 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2
  • TensorNets (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT
  • tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT


  • Jax Utilities

    Back to top

    Libraries that extend Jax with additional capabilities.

    equinox (🥇31 · ⭐ 2K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2
    • GitHub (👨‍💻 55 · 🔀 130 · 📦 710 · 📋 420 - 34% open · ⏱️ 09.09.2024):

      	git clone https://github.com/patrick-kidger/equinox
      
    • PyPi (📥 110K / month · 📦 150 · ⏱️ 18.08.2024):

      	pip install equinox
      
    evojax (🥉20 · ⭐ 830) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2
  • GitHub (👨‍💻 14 · 🔀 78 · 📦 25 · 📋 33 - 48% open · ⏱️ 27.06.2024):

    	git clone https://github.com/google/evojax
    
  • PyPi (📥 1.1K / month · 📦 6 · ⏱️ 18.06.2024):

    	pip install evojax
    
  • Conda (📥 29K · ⏱️ 18.06.2024):

    	conda install -c conda-forge evojax
    
  • Show 1 hidden projects...
  • jaxdf (🥉11 · ⭐ 120 · 💤) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0


  • Sklearn Utilities

    Back to top

    Libraries that extend scikit-learn with additional capabilities.

    imbalanced-learn (🥇35 · ⭐ 6.8K) - A Python Package to Tackle the Curse of Imbalanced.. MIT
    • GitHub (👨‍💻 84 · 🔀 1.3K · 📦 32K · 📋 610 - 7% open · ⏱️ 28.05.2024):

      	git clone https://github.com/scikit-learn-contrib/imbalanced-learn
      
    • PyPi (📥 11M / month · 📦 430 · ⏱️ 28.05.2024):

      	pip install imbalanced-learn
      
    • Conda (📥 610K · ⏱️ 28.05.2024):

      	conda install -c conda-forge imbalanced-learn
      
    scikit-learn-intelex (🥇35 · ⭐ 1.2K) - Intel(R) Extension for Scikit-learn is a seamless way.. Apache-2
  • GitHub (👨‍💻 81 · 🔀 170 · 📦 12K · 📋 280 - 32% open · ⏱️ 10.09.2024):

    	git clone https://github.com/intel/scikit-learn-intelex
    
  • PyPi (📥 100K / month · 📦 49 · ⏱️ 07.08.2024):

    	pip install scikit-learn-intelex
    
  • Conda (📥 340K · ⏱️ 20.08.2024):

    	conda install -c conda-forge scikit-learn-intelex
    
  • MLxtend (🥈32 · ⭐ 4.9K) - A library of extension and helper modules for Pythons data.. BSD-3
  • GitHub (👨‍💻 110 · 🔀 860 · 📦 15K · 📋 490 - 29% open · ⏱️ 02.07.2024):

    	git clone https://github.com/rasbt/mlxtend
    
  • PyPi (📥 620K / month · 📦 180 · ⏱️ 05.01.2024):

    	pip install mlxtend
    
  • Conda (📥 320K · ⏱️ 05.01.2024):

    	conda install -c conda-forge mlxtend
    
  • category_encoders (🥈30 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3
  • GitHub (👨‍💻 70 · 🔀 390 · 📦 2.1K · 📋 290 - 15% open · ⏱️ 09.04.2024):

    	git clone https://github.com/scikit-learn-contrib/category_encoders
    
  • PyPi (📥 1.3M / month · 📦 260 · ⏱️ 29.10.2023):

    	pip install category_encoders
    
  • Conda (📥 280K · ⏱️ 30.10.2023):

    	conda install -c conda-forge category_encoders
    
  • scikit-lego (🥈28 · ⭐ 1.2K) - Extra blocks for scikit-learn pipelines. MIT
  • GitHub (👨‍💻 67 · 🔀 120 · 📦 160 · 📋 320 - 9% open · ⏱️ 09.09.2024):

    	git clone https://github.com/koaning/scikit-lego
    
  • PyPi (📥 26K / month · 📦 11 · ⏱️ 10.07.2024):

    	pip install scikit-lego
    
  • Conda (📥 55K · ⏱️ 10.07.2024):

    	conda install -c conda-forge scikit-lego
    
  • scikit-opt (🥉25 · ⭐ 5.2K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT
  • GitHub (👨‍💻 24 · 🔀 970 · 📦 220 · 📋 180 - 36% open · ⏱️ 23.06.2024):

    	git clone https://github.com/guofei9987/scikit-opt
    
  • PyPi (📥 4.5K / month · 📦 15 · ⏱️ 14.01.2022):

    	pip install scikit-opt
    
  • dabl (🥉20 · ⭐ 720 · 💤) - Data Analysis Baseline Library. BSD-3
  • GitHub (👨‍💻 24 · 🔀 110 · ⏱️ 09.01.2024):

    	git clone https://github.com/amueller/dabl
    
  • PyPi (📥 4.3K / month · 📦 3 · ⏱️ 07.08.2024):

    	pip install dabl
    
  • scikit-tda (🥉19 · ⭐ 520) - Topological Data Analysis for Python. MIT
  • GitHub (👨‍💻 6 · 🔀 54 · 📦 60 · 📋 22 - 18% open · ⏱️ 19.07.2024):

    	git clone https://github.com/scikit-tda/scikit-tda
    
  • PyPi (📥 1.2K / month · ⏱️ 19.07.2024):

    	pip install scikit-tda
    
  • DESlib (🥉18 · ⭐ 480) - A Python library for dynamic classifier and ensemble selection. BSD-3
  • GitHub (👨‍💻 17 · 🔀 100 · 📋 160 - 11% open · ⏱️ 15.04.2024):

    	git clone https://github.com/scikit-learn-contrib/DESlib
    
  • PyPi (📥 720 / month · 📦 3 · ⏱️ 12.04.2024):

    	pip install deslib
    
  • Show 10 hidden projects...
  • scikit-survival (🥈31 · ⭐ 1.1K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0

  • fancyimpute (🥈27 · ⭐ 1.2K · 💀) - Multivariate imputation and matrix completion.. Apache-2
  • sklearn-crfsuite (🥈27 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT
  • scikit-multilearn (🥉26 · ⭐ 920 · 💀) - A scikit-learn based module for multi-label et. al… BSD-2
  • sklearn-contrib-lightning (🥉22 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3
  • iterative-stratification (🥉21 · ⭐ 840 · 💀) - scikit-learn cross validators for iterative.. BSD-3
  • combo (🥉21 · ⭐ 640 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost
  • skope-rules (🥉21 · ⭐ 610 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause
  • celer (🥉19 · ⭐ 200) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3
  • skggm (🥉17 · ⭐ 240 · 💀) - Scikit-learn compatible estimation of general graphical models. MIT


  • Pytorch Utilities

    Back to top

    Libraries that extend Pytorch with additional capabilities.

    accelerate (🥇40 · ⭐ 7.6K) - A simple way to launch, train, and use PyTorch models on.. Apache-2
    • GitHub (👨‍💻 290 · 🔀 920 · 📦 50K · 📋 1.6K - 8% open · ⏱️ 11.09.2024):

      	git clone https://github.com/huggingface/accelerate
      
    • PyPi (📥 6.8M / month · 📦 1.4K · ⏱️ 05.09.2024):

      	pip install accelerate
      
    • Conda (📥 200K · ⏱️ 06.09.2024):

      	conda install -c conda-forge accelerate
      
    PML (🥇34 · ⭐ 5.9K) - The easiest way to use deep metric learning in your application. Modular,.. MIT
  • GitHub (👨‍💻 42 · 🔀 660 · 📦 1.8K · 📋 500 - 12% open · ⏱️ 11.09.2024):

    	git clone https://github.com/KevinMusgrave/pytorch-metric-learning
    
  • PyPi (📥 950K / month · 📦 50 · ⏱️ 25.07.2024):

    	pip install pytorch-metric-learning
    
  • Conda (📥 12K · ⏱️ 16.06.2023):

    	conda install -c metric-learning pytorch-metric-learning
    
  • tinygrad (🥇33 · ⭐ 26K) - You like pytorch? You like micrograd? You love tinygrad!. MIT
  • GitHub (👨‍💻 330 · 🔀 2.8K · 📦 96 · 📋 710 - 14% open · ⏱️ 12.09.2024):

    	git clone https://github.com/geohot/tinygrad
    
  • torchdiffeq (🥇31 · ⭐ 5.5K · 💤) - Differentiable ODE solvers with full GPU support and.. MIT
    • GitHub (👨‍💻 21 · 🔀 910 · 📦 3.8K · 📋 220 - 33% open · ⏱️ 19.10.2023):

      	git clone https://github.com/rtqichen/torchdiffeq
      
    • PyPi (📥 830K / month · 📦 100 · ⏱️ 29.05.2024):

      	pip install torchdiffeq
      
    • Conda (📥 17K · ⏱️ 16.06.2023):

      	conda install -c conda-forge torchdiffeq
      
    torchsde (🥈28 · ⭐ 1.5K · 💤) - Differentiable SDE solvers with GPU support and efficient.. Apache-2
  • GitHub (👨‍💻 8 · 🔀 200 · 📦 3.7K · 📋 79 - 34% open · ⏱️ 26.09.2023):

    	git clone https://github.com/google-research/torchsde
    
  • PyPi (📥 1.9M / month · 📦 37 · ⏱️ 26.09.2023):

    	pip install torchsde
    
  • Conda (📥 27K · ⏱️ 16.06.2023):

    	conda install -c conda-forge torchsde
    
  • lightning-flash (🥈27 · ⭐ 1.7K · 💤) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2
  • GitHub (👨‍💻 87 · 🔀 210 · 📦 300 · 📋 520 - 4% open · ⏱️ 08.10.2023):

    	git clone https://github.com/Lightning-AI/lightning-flash
    
  • PyPi (📥 1.5K / month · 📦 5 · ⏱️ 11.05.2022):

    	pip install lightning-flash
    
  • Conda (📥 22K · ⏱️ 04.07.2023):

    	conda install -c conda-forge lightning-flash
    
  • EfficientNets (🥈25 · ⭐ 1.6K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 210 · 📦 250 · 📋 55 - 7% open · ⏱️ 13.06.2024):

    	git clone https://github.com/rwightman/gen-efficientnet-pytorch
    
  • PyPi (📥 180K / month · 📦 4 · ⏱️ 08.07.2021):

    	pip install geffnet
    
  • torch-scatter (🥈25 · ⭐ 1.5K) - PyTorch Extension Library of Optimized Scatter Operations. MIT
  • GitHub (👨‍💻 30 · 🔀 180 · 📋 390 - 7% open · ⏱️ 15.08.2024):

    	git clone https://github.com/rusty1s/pytorch_scatter
    
  • PyPi (📥 33K / month · 📦 150 · ⏱️ 06.10.2023):

    	pip install torch-scatter
    
  • Conda (📥 460K · ⏱️ 24.08.2024):

    	conda install -c conda-forge pytorch_scatter
    
  • PyTorch Sparse (🥉23 · ⭐ 990) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT
  • GitHub (👨‍💻 45 · 🔀 140 · 📋 280 - 10% open · ⏱️ 15.08.2024):

    	git clone https://github.com/rusty1s/pytorch_sparse
    
  • PyPi (📥 22K / month · 📦 120 · ⏱️ 06.10.2023):

    	pip install torch-sparse
    
  • Conda (📥 440K · ⏱️ 19.05.2024):

    	conda install -c conda-forge pytorch_sparse
    
  • Pytorch Toolbelt (🥉22 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT
  • GitHub (👨‍💻 7 · 🔀 120 · 📥 29 · 📋 33 - 12% open · ⏱️ 01.09.2024):

    	git clone https://github.com/BloodAxe/pytorch-toolbelt
    
  • PyPi (📥 7.7K / month · 📦 7 · ⏱️ 27.06.2022):

    	pip install pytorch_toolbelt
    
  • Show 22 hidden projects...
  • pretrainedmodels (🥈29 · ⭐ 9K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3

  • EfficientNet-PyTorch (🥈27 · ⭐ 7.8K · 💀) - A PyTorch implementation of EfficientNet. Apache-2
  • pytorch-summary (🥈27 · ⭐ 4K · 💀) - Model summary in PyTorch similar to model.summary() in.. MIT
  • pytorch-optimizer (🥈26 · ⭐ 3K · 💀) - torch-optimizer – collection of optimizers for.. Apache-2
  • TabNet (🥈26 · ⭐ 2.6K · 💀) - PyTorch implementation of TabNet paper :.. MIT
  • Higher (🥉24 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2
  • SRU (🥉23 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT
  • Torchmeta (🥉23 · ⭐ 2K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT
  • micrograd (🥉22 · ⭐ 10K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT
  • Poutyne (🥉22 · ⭐ 570) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0
  • AdaBound (🥉21 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2
  • reformer-pytorch (🥉21 · ⭐ 2.1K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT
  • Antialiased CNNs (🥉21 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0
  • Lambda Networks (🥉20 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT
  • pytorchviz (🥉19 · ⭐ 3.2K · 💀) - A small package to create visualizations of PyTorch execution.. MIT
  • Torch-Struct (🥉19 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT
  • Performer Pytorch (🥉19 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT
  • Tensor Sensor (🥉18 · ⭐ 770 · 💀) - The goal of this library is to generate more helpful.. MIT
  • Tez (🥉17 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2
  • madgrad (🥉16 · ⭐ 800 · 💀) - MADGRAD Optimization Method. MIT
  • Pywick (🥉16 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT
  • TorchDrift (🥉15 · ⭐ 310 · 💀) - 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 ( ⭐ 3.6K) - Collection of database clients for python.


    Others

    Back to top

    scipy (🥇50 · ⭐ 13K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3
    • GitHub (👨‍💻 1.7K · 🔀 5.1K · 📥 410K · 📦 1.1M · 📋 11K - 17% open · ⏱️ 11.09.2024):

      	git clone https://github.com/scipy/scipy
      
    • PyPi (📥 120M / month · 📦 45K · ⏱️ 21.08.2024):

      	pip install scipy
      
    • Conda (📥 52M · ⏱️ 09.09.2024):

      	conda install -c conda-forge scipy
      
    SymPy (🥇49 · ⭐ 13K) - A computer algebra system written in pure Python. BSD-3
  • GitHub (👨‍💻 1.3K · 🔀 4.4K · 📥 550K · 📦 170K · 📋 14K - 36% open · ⏱️ 12.09.2024):

    	git clone https://github.com/sympy/sympy
    
  • PyPi (📥 31M / month · 📦 3.4K · ⏱️ 11.08.2024):

    	pip install sympy
    
  • Conda (📥 6.5M · ⏱️ 12.08.2024):

    	conda install -c conda-forge sympy
    
  • Streamlit (🥇46 · ⭐ 35K) - Streamlit A faster way to build and share data apps. Apache-2
  • GitHub (👨‍💻 240 · 🔀 3K · 📦 500K · 📋 4.5K - 20% open · ⏱️ 11.09.2024):

    	git clone https://github.com/streamlit/streamlit
    
  • PyPi (📥 5.8M / month · 📦 2.7K · ⏱️ 27.08.2024):

    	pip install streamlit
    
  • Gradio (🥇44 · ⭐ 32K · 📈) - Wrap UIs around any model, share with anyone. Apache-2
  • GitHub (👨‍💻 380 · 🔀 2.4K · 📦 40K · 📋 4.7K - 11% open · ⏱️ 10.09.2024):

    	git clone https://github.com/gradio-app/gradio
    
  • PyPi (📥 6.3M / month · 📦 750 · ⏱️ 10.09.2024):

    	pip install gradio
    
  • PyOD (🥇37 · ⭐ 8.4K · 📈) - A Python Library for Outlier and Anomaly Detection, Integrating.. BSD-2
  • GitHub (👨‍💻 60 · 🔀 1.4K · 📦 4.2K · 📋 370 - 60% open · ⏱️ 05.09.2024):

    	git clone https://github.com/yzhao062/pyod
    
  • PyPi (📥 660K / month · 📦 110 · ⏱️ 06.09.2024):

    	pip install pyod
    
  • Conda (📥 120K · ⏱️ 06.09.2024):

    	conda install -c conda-forge pyod
    
  • carla (🥇36 · ⭐ 11K) - Open-source simulator for autonomous driving research. MIT
  • GitHub (👨‍💻 190 · 🔀 3.6K · 📦 790 · 📋 5.5K - 19% open · ⏱️ 12.09.2024):

    	git clone https://github.com/carla-simulator/carla
    
  • PyPi (📥 10K / month · 📦 11 · ⏱️ 14.11.2023):

    	pip install carla
    
  • Autograd (🥇36 · ⭐ 6.9K) - Efficiently computes derivatives of NumPy code. MIT
  • GitHub (👨‍💻 59 · 🔀 900 · 📦 9.4K · 📋 420 - 42% open · ⏱️ 02.09.2024):

    	git clone https://github.com/HIPS/autograd
    
  • PyPi (📥 1.8M / month · 📦 280 · ⏱️ 22.08.2024):

    	pip install autograd
    
  • Conda (📥 470K · ⏱️ 26.08.2024):

    	conda install -c conda-forge autograd
    
  • DeepChem (🥇36 · ⭐ 5.4K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT
  • GitHub (👨‍💻 250 · 🔀 1.7K · 📦 420 · 📋 1.9K - 33% open · ⏱️ 11.09.2024):

    	git clone https://github.com/deepchem/deepchem
    
  • PyPi (📥 37K / month · 📦 13 · ⏱️ 11.09.2024):

    	pip install deepchem
    
  • Conda (📥 110K · ⏱️ 05.04.2024):

    	conda install -c conda-forge deepchem
    
  • PennyLane (🥇36 · ⭐ 2.3K · 📈) - PennyLane is a cross-platform Python library for quantum.. Apache-2
  • GitHub (👨‍💻 180 · 🔀 580 · 📥 88 · 📦 1.1K · 📋 1.4K - 22% open · ⏱️ 12.09.2024):

    	git clone https://github.com/PennyLaneAI/PennyLane
    
  • PyPi (📥 68K / month · 📦 110 · ⏱️ 03.09.2024):

    	pip install pennylane
    
  • Conda (📥 140K · ⏱️ 09.07.2024):

    	conda install -c conda-forge pennylane
    
  • Datasette (🥈35 · ⭐ 9.4K · 📉) - An open source multi-tool for exploring and publishing data. Apache-2
  • GitHub (👨‍💻 80 · 🔀 660 · 📥 67 · 📦 1.3K · 📋 1.9K - 32% open · ⏱️ 09.09.2024):

    	git clone https://github.com/simonw/datasette
    
  • PyPi (📥 58K / month · 📦 410 · ⏱️ 06.09.2024):

    	pip install datasette
    
  • Conda (📥 43K · ⏱️ 24.06.2024):

    	conda install -c conda-forge datasette
    
  • hdbscan (🥈33 · ⭐ 2.8K) - A high performance implementation of HDBSCAN clustering. BSD-3
  • GitHub (👨‍💻 92 · 🔀 490 · 📦 4K · 📋 530 - 67% open · ⏱️ 15.08.2024):

    	git clone https://github.com/scikit-learn-contrib/hdbscan
    
  • PyPi (📥 570K / month · 📦 330 · ⏱️ 05.08.2024):

    	pip install hdbscan
    
  • Conda (📥 2.1M · ⏱️ 12.09.2024):

    	conda install -c conda-forge hdbscan
    
  • Pythran (🥈33 · ⭐ 2K) - Ahead of Time compiler for numeric kernels. BSD-3
  • GitHub (👨‍💻 72 · 🔀 190 · 📦 2.6K · 📋 860 - 15% open · ⏱️ 08.09.2024):

    	git clone https://github.com/serge-sans-paille/pythran
    
  • PyPi (📥 200K / month · 📦 19 · ⏱️ 28.05.2024):

    	pip install pythran
    
  • Conda (📥 700K · ⏱️ 03.09.2024):

    	conda install -c conda-forge pythran
    
  • tensorly (🥈33 · ⭐ 1.5K) - TensorLy: Tensor Learning in Python. BSD-2
  • GitHub (👨‍💻 68 · 🔀 290 · 📦 740 · 📋 270 - 21% open · ⏱️ 15.08.2024):

    	git clone https://github.com/tensorly/tensorly
    
  • PyPi (📥 68K / month · 📦 92 · ⏱️ 08.03.2023):

    	pip install tensorly
    
  • Conda (📥 370K · ⏱️ 10.06.2024):

    	conda install -c conda-forge tensorly
    
  • agate (🥈33 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT
  • GitHub (👨‍💻 53 · 🔀 160 · 📦 3.7K · 📋 650 - 0% open · ⏱️ 30.07.2024):

    	git clone https://github.com/wireservice/agate
    
  • PyPi (📥 10M / month · 📦 49 · ⏱️ 30.07.2024):

    	pip install agate
    
  • Conda (📥 230K · ⏱️ 30.07.2024):

    	conda install -c conda-forge agate
    
  • pyopencl (🥈32 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 96 · 🔀 240 · 📦 2K · 📋 350 - 21% open · ⏱️ 30.08.2024):

    	git clone https://github.com/inducer/pyopencl
    
  • PyPi (📥 61K / month · 📦 170 · ⏱️ 25.06.2024):

    	pip install pyopencl
    
  • Conda (📥 1.3M · ⏱️ 26.06.2024):

    	conda install -c conda-forge pyopencl
    
  • datalad (🥈32 · ⭐ 520) - Keep code, data, containers under control with git and git-annex. MIT
  • GitHub (👨‍💻 57 · 🔀 110 · 📦 420 · 📋 3.9K - 13% open · ⏱️ 10.09.2024):

    	git clone https://github.com/datalad/datalad
    
  • PyPi (📥 29K / month · 📦 95 · ⏱️ 08.08.2024):

    	pip install datalad
    
  • Conda (📥 600K · ⏱️ 08.08.2024):

    	conda install -c conda-forge datalad
    
  • PaddleHub (🥈31 · ⭐ 13K) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2
  • GitHub (👨‍💻 70 · 🔀 2.1K · 📥 750 · 📦 1.7K · 📋 1.3K - 44% open · ⏱️ 07.08.2024):

    	git clone https://github.com/PaddlePaddle/PaddleHub
    
  • PyPi (📥 5.9K / month · 📦 7 · ⏱️ 20.09.2023):

    	pip install paddlehub
    
  • River (🥈31 · ⭐ 5K) - Online machine learning in Python. BSD-3
  • GitHub (👨‍💻 120 · 🔀 540 · 📦 550 · 📋 610 - 18% open · ⏱️ 11.09.2024):

    	git clone https://github.com/online-ml/river
    
  • PyPi (📥 48K / month · 📦 53 · ⏱️ 09.07.2024):

    	pip install river
    
  • Conda (📥 78K · ⏱️ 06.10.2023):

    	conda install -c conda-forge river
    
  • pyjanitor (🥈31 · ⭐ 1.3K) - Clean APIs for data cleaning. Python implementation of R package.. MIT
  • GitHub (👨‍💻 110 · 🔀 160 · 📦 680 · 📋 560 - 19% open · ⏱️ 20.08.2024):

    	git clone https://github.com/pyjanitor-devs/pyjanitor
    
  • PyPi (📥 82K / month · 📦 29 · ⏱️ 09.08.2024):

    	pip install pyjanitor
    
  • Conda (📥 210K · ⏱️ 09.08.2024):

    	conda install -c conda-forge pyjanitor
    
  • causalml (🥈29 · ⭐ 5K) - Uplift modeling and causal inference with machine learning algorithms. Apache-2
  • GitHub (👨‍💻 63 · 🔀 760 · 📦 220 · 📋 390 - 13% open · ⏱️ 01.08.2024):

    	git clone https://github.com/uber/causalml
    
  • PyPi (📥 49K / month · 📦 1 · ⏱️ 19.04.2024):

    	pip install causalml
    
  • anomalib (🥈29 · ⭐ 3.6K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2
  • GitHub (👨‍💻 80 · 🔀 640 · 📥 13K · 📦 90 · 📋 880 - 13% open · ⏱️ 03.09.2024):

    	git clone https://github.com/openvinotoolkit/anomalib
    
  • PyPi (📥 29K / month · 📦 5 · ⏱️ 12.08.2024):

    	pip install anomalib
    
  • TabPy (🥈29 · ⭐ 1.5K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT
  • GitHub (👨‍💻 51 · 🔀 590 · 📦 170 · 📋 320 - 6% open · ⏱️ 10.09.2024):

    	git clone https://github.com/tableau/TabPy
    
  • PyPi (📥 7.5K / month · 📦 2 · ⏱️ 05.09.2024):

    	pip install tabpy
    
  • Conda (📥 4.6K · ⏱️ 16.06.2023):

    	conda install -c anaconda tabpy-client
    
  • Prince (🥈29 · ⭐ 1.2K · 📈) - Multivariate exploratory data analysis in Python PCA, CA, MCA,.. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 600 · 📋 140 - 6% open · ⏱️ 07.09.2024):

    	git clone https://github.com/MaxHalford/prince
    
  • PyPi (📥 160K / month · 📦 18 · ⏱️ 07.09.2024):

    	pip install prince
    
  • Conda (📥 20K · ⏱️ 16.06.2023):

    	conda install -c conda-forge prince-factor-analysis
    
  • dstack (🥈28 · ⭐ 1.3K) - A lightweight alternative to Kubernetes for AI, simplifying container.. MPL-2.0
  • GitHub (👨‍💻 32 · 🔀 98 · 📦 15 · 📋 890 - 10% open · ⏱️ 12.09.2024):

    	git clone https://github.com/dstackai/dstack
    
  • PyPi (📥 5.3K / month · ⏱️ 11.09.2024):

    	pip install dstack
    
  • kmodes (🥈28 · ⭐ 1.2K · 💤) - Python implementations of the k-modes and k-prototypes clustering.. MIT
  • GitHub (👨‍💻 22 · 🔀 420 · 📦 2.8K · 📋 160 - 10% open · ⏱️ 17.01.2024):

    	git clone https://github.com/nicodv/kmodes
    
  • PyPi (📥 250K / month · 📦 38 · ⏱️ 06.09.2022):

    	pip install kmodes
    
  • Conda (📥 48K · ⏱️ 16.06.2023):

    	conda install -c conda-forge kmodes
    
  • adapter-transformers (🥉27 · ⭐ 2.5K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface
  • GitHub (👨‍💻 13 · 🔀 340 · 📦 96 · 📋 380 - 10% open · ⏱️ 22.08.2024):

    	git clone https://github.com/Adapter-Hub/adapter-transformers
    
  • PyPi (📥 20K / month · 📦 12 · ⏱️ 07.07.2024):

    	pip install adapter-transformers
    
  • pyclustering (🥉27 · ⭐ 1.2K · 💤) - pyclustering is a Python, C++ data mining library. BSD-3
  • GitHub (👨‍💻 26 · 🔀 250 · 📥 580 · 📦 720 · 📋 670 - 11% open · ⏱️ 08.02.2024):

    	git clone https://github.com/annoviko/pyclustering
    
  • PyPi (📥 26K / month · 📦 32 · ⏱️ 25.11.2020):

    	pip install pyclustering
    
  • Conda (📥 87K · ⏱️ 16.11.2023):

    	conda install -c conda-forge pyclustering
    
  • Trax (🥉26 · ⭐ 8K) - Trax Deep Learning with Clear Code and Speed. Apache-2
  • GitHub (👨‍💻 80 · 🔀 810 · 📦 170 · 📋 250 - 49% open · ⏱️ 10.09.2024):

    	git clone https://github.com/google/trax
    
  • PyPi (📥 4.1K / month · 📦 1 · ⏱️ 26.10.2021):

    	pip install trax
    
  • Feature Engine (🥉26 · ⭐ 1.8K) - Feature engineering package with sklearn like functionality. BSD-3
  • GitHub (👨‍💻 49 · 🔀 310 · ⏱️ 31.08.2024):

    	git clone https://github.com/solegalli/feature_engine
    
  • PyPi (📥 150K / month · 📦 160 · ⏱️ 31.08.2024):

    	pip install feature_engine
    
  • Conda (📥 56K · ⏱️ 01.09.2024):

    	conda install -c conda-forge feature_engine
    
  • avalanche (🥉26 · ⭐ 1.7K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT
  • GitHub (👨‍💻 78 · 🔀 280 · 📥 27 · 📦 100 · 📋 810 - 11% open · ⏱️ 03.06.2024):

    	git clone https://github.com/ContinualAI/avalanche
    
  • PyPi (📥 1.8K / month · 📦 3 · ⏱️ 27.02.2024):

    	pip install avalanche-lib
    
  • metric-learn (🥉25 · ⭐ 1.4K) - Metric learning algorithms in Python. MIT
  • GitHub (👨‍💻 23 · 🔀 230 · 📦 400 · 📋 170 - 30% open · ⏱️ 03.08.2024):

    	git clone https://github.com/scikit-learn-contrib/metric-learn
    
  • PyPi (📥 5.4K / month · 📦 7 · ⏱️ 09.10.2023):

    	pip install metric-learn
    
  • Conda (📥 13K · ⏱️ 09.10.2023):

    	conda install -c conda-forge metric-learn
    
  • AugLy (🥉24 · ⭐ 4.9K) - A data augmentations library for audio, image, text, and video. MIT
  • GitHub (👨‍💻 35 · 🔀 300 · 📦 140 · 📋 78 - 30% open · ⏱️ 09.09.2024):

    	git clone https://github.com/facebookresearch/AugLy
    
  • PyPi (📥 3.4K / month · 📦 4 · ⏱️ 05.12.2023):

    	pip install augly
    
  • Mars (🥉24 · ⭐ 2.7K · 💤) - Mars is a tensor-based unified framework for large-scale data.. Apache-2
  • GitHub (👨‍💻 53 · 🔀 320 · 📋 1.2K - 17% open · ⏱️ 02.11.2023):

    	git clone https://github.com/mars-project/mars
    
  • PyPi (📥 15K / month · 📦 2 · ⏱️ 12.06.2022):

    	pip install pymars
    
  • BioPandas (🥉24 · ⭐ 710) - Working with molecular structures in pandas DataFrames. BSD-3
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 280 · 📋 59 - 35% open · ⏱️ 01.08.2024):

    	git clone https://github.com/rasbt/biopandas
    
  • PyPi (📥 55K / month · 📦 38 · ⏱️ 01.08.2024):

    	pip install biopandas
    
  • Conda (📥 160K · ⏱️ 02.08.2024):

    	conda install -c conda-forge biopandas
    
  • MONAILabel (🥉23 · ⭐ 590) - MONAI Label is an intelligent open source image labeling and.. Apache-2
  • GitHub (👨‍💻 61 · 🔀 190 · 📥 93K · 📋 520 - 24% open · ⏱️ 05.09.2024):

    	git clone https://github.com/Project-MONAI/MONAILabel
    
  • PyPi (📥 880 / month · ⏱️ 01.10.2023):

    	pip install monailabel-weekly
    
  • AstroML (🥉22 · ⭐ 1K · 💤) - Machine learning, statistics, and data mining for astronomy and.. BSD-2
  • GitHub (👨‍💻 31 · 🔀 290 · 📋 160 - 38% open · ⏱️ 04.01.2024):

    	git clone https://github.com/astroML/astroML
    
  • PyPi (📥 1.6K / month · 📦 16 · ⏱️ 01.03.2022):

    	pip install astroML
    
  • Conda (📥 47K · ⏱️ 16.06.2023):

    	conda install -c conda-forge astroml
    
  • benchmark_VAE (🥉21 · ⭐ 1.8K) - Unifying Variational Autoencoder (VAE) implementations.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 160 · 📦 31 · 📋 65 - 36% open · ⏱️ 17.07.2024):

    	git clone https://github.com/clementchadebec/benchmark_VAE
    
  • PyPi (📥 2.1K / month · ⏱️ 06.09.2023):

    	pip install pythae
    
  • SUOD (🥉21 · ⭐ 380 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2
  • GitHub (👨‍💻 3 · 🔀 49 · 📦 530 · 📋 15 - 80% open · ⏱️ 08.02.2024):

    	git clone https://github.com/yzhao062/SUOD
    
  • PyPi (📥 16K / month · 📦 8 · ⏱️ 08.02.2024):

    	pip install suod
    
  • pymdp (🥉20 · ⭐ 440) - A Python implementation of active inference for Markov Decision Processes. MIT
  • GitHub (👨‍💻 18 · 🔀 81 · 📦 12 · 📋 42 - 35% open · ⏱️ 16.07.2024):

    	git clone https://github.com/infer-actively/pymdp
    
  • PyPi (📥 280 / month · ⏱️ 08.12.2022):

    	pip install inferactively-pymdp
    
  • pykale (🥉20 · ⭐ 440) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT
  • GitHub (👨‍💻 24 · 🔀 63 · 📦 3 · 📋 120 - 9% open · ⏱️ 27.07.2024):

    	git clone https://github.com/pykale/pykale
    
  • PyPi (📥 200 / month · ⏱️ 12.04.2022):

    	pip install pykale
    
  • NeuralCompression (🥉15 · ⭐ 500) - A collection of tools for neural compression enthusiasts. MIT
  • GitHub (👨‍💻 10 · 🔀 42 · 📋 71 - 8% open · ⏱️ 18.03.2024):

    	git clone https://github.com/facebookresearch/NeuralCompression
    
  • PyPi (📥 140 / month · ⏱️ 03.10.2023):

    	pip install neuralcompression
    
  • Show 25 hidden projects...
  • cleanlab (🥈32 · ⭐ 9.4K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0

  • Cython BLIS (🥈31 · ⭐ 220) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3
  • alibi-detect (🥈29 · ⭐ 2.2K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel
  • pysc2 (🥈28 · ⭐ 8K · 💀) - StarCraft II Learning Environment. Apache-2
  • minisom (🥈28 · ⭐ 1.4K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0
  • PySwarms (🥈28 · ⭐ 1.3K · 💀) - A research toolkit for particle swarm optimization in Python. MIT
  • modAL (🥉27 · ⭐ 2.2K · 💀) - A modular active learning framework for Python. MIT
  • gplearn (🥉26 · ⭐ 1.6K · 💀) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3
  • pycm (🥉26 · ⭐ 1.4K · 💀) - Multi-class confusion matrix library in Python. MIT
  • metricflow (🥉26 · ⭐ 1.1K) - MetricFlow allows you to define, build, and maintain metrics.. ❗Unlicensed
  • findspark (🥉24 · ⭐ 510 · 💀) - Find pyspark to make it importable. BSD-3
  • pandas-ai (🥉23 · ⭐ 13K) - Chat with your database (SQL, CSV, pandas, polars, mongodb,.. ❗Unlicensed
  • vecstack (🥉23 · ⭐ 680 · 💀) - Python package for stacking (machine learning technique). MIT
  • opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT
  • mlens (🥉22 · ⭐ 840 · 💀) - ML-Ensemble high performance ensemble learning. MIT
  • apricot (🥉21 · ⭐ 500 · 💀) - apricot implements submodular optimization for the purpose of.. MIT
  • impyute (🥉21 · ⭐ 350 · 💀) - Data imputations library to preprocess datasets with missing data. MIT
  • StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2
  • rrcf (🥉20 · ⭐ 490 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT
  • scikit-rebate (🥉19 · ⭐ 410 · 💀) - A scikit-learn-compatible Python implementation of.. MIT
  • baikal (🥉18 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3
  • pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3
  • KD-Lib (🥉15 · ⭐ 590 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT
  • traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT
  • nylon (🥉12 · ⭐ 84 · 💀) - 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

    Описание

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

    Конвейеры
    0 успешных
    0 с ошибкой