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.7M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


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


Contents

Explanation

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


Machine Learning Frameworks

Back to top

General-purpose machine learning and deep learning frameworks.

Tensorflow (🥇55 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2
  • GitHub (👨‍💻 4.7K · 🔀 74K · 📦 430K · 📋 45K - 13% open · ⏱️ 21.11.2024):

    	git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 19M / month · 📦 8.1K · ⏱️ 25.10.2024):

    	pip install tensorflow
    
  • Conda (📥 5.1M · ⏱️ 17.10.2024):

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

    	docker pull tensorflow/tensorflow
    
PyTorch (🥇55 · ⭐ 84K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3
  • GitHub (👨‍💻 5.3K · 🔀 23K · 📥 66K · 📦 570K · 📋 48K - 32% open · ⏱️ 21.11.2024):

    	git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 33M / month · 📦 20K · ⏱️ 29.10.2024):

    	pip install torch
    
  • Conda (📥 25M · ⏱️ 28.10.2024):

    	conda install -c pytorch pytorch
    
  • scikit-learn (🥇53 · ⭐ 60K) - scikit-learn: machine learning in Python. BSD-3
  • GitHub (👨‍💻 3.2K · 🔀 25K · 📥 1K · 📦 960K · 📋 12K - 17% open · ⏱️ 21.11.2024):

    	git clone https://github.com/scikit-learn/scikit-learn
    
  • PyPi (📥 79M / month · 📦 26K · ⏱️ 15.11.2024):

    	pip install scikit-learn
    
  • Conda (📥 32M · ⏱️ 15.11.2024):

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

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

    	pip install keras
    
  • Conda (📥 3.8M · ⏱️ 07.10.2024):

    	conda install -c conda-forge keras
    
  • XGBoost (🥇46 · ⭐ 26K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
  • GitHub (👨‍💻 650 · 🔀 8.7K · 📥 12K · 📦 120K · 📋 5.4K - 8% open · ⏱️ 21.11.2024):

    	git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 26M / month · 📦 2K · ⏱️ 23.10.2024):

    	pip install xgboost
    
  • Conda (📥 5.5M · ⏱️ 21.11.2024):

    	conda install -c conda-forge xgboost
    
  • PySpark (🥇45 · ⭐ 40K · 📈) - Apache Spark Python API. Apache-2
  • GitHub (👨‍💻 3.1K · 🔀 28K · ⏱️ 21.11.2024):

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

    	pip install pyspark
    
  • Conda (📥 3.5M · ⏱️ 24.10.2024):

    	conda install -c conda-forge pyspark
    
  • jax (🥇45 · ⭐ 31K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
  • GitHub (👨‍💻 790 · 🔀 2.8K · 📦 33K · 📋 5.7K - 25% open · ⏱️ 21.11.2024):

    	git clone https://github.com/google/jax
    
  • PyPi (📥 4.3M / month · 📦 1.9K · ⏱️ 22.10.2024):

    	pip install jax
    
  • Conda (📥 1.9M · ⏱️ 24.10.2024):

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

    	git clone https://github.com/PaddlePaddle/Paddle
    
  • PyPi (📥 310K / month · 📦 190 · ⏱️ 01.11.2024):

    	pip install paddlepaddle
    
  • StatsModels (🥇45 · ⭐ 10K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
  • GitHub (👨‍💻 450 · 🔀 2.9K · 📥 35 · 📦 140K · 📋 5.6K - 50% open · ⏱️ 14.11.2024):

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

    	pip install statsmodels
    
  • Conda (📥 16M · ⏱️ 03.10.2024):

    	conda install -c conda-forge statsmodels
    
  • pytorch-lightning (🥈43 · ⭐ 28K) - Pretrain, finetune ANY AI model of ANY size on.. Apache-2
  • GitHub (👨‍💻 980 · 🔀 3.4K · 📥 10K · 📦 39K · 📋 7.1K - 11% open · ⏱️ 20.11.2024):

    	git clone https://github.com/Lightning-AI/lightning
    
  • PyPi (📥 7M / 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 · 📥 240K · 📦 40K · 📋 3.5K - 10% open · ⏱️ 15.11.2024):

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

    	pip install lightgbm
    
  • Conda (📥 2.9M · ⏱️ 10.10.2024):

    	conda install -c conda-forge lightgbm
    
  • Catboost (🥈42 · ⭐ 8.1K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2
  • GitHub (👨‍💻 1.3K · 🔀 1.2K · 📥 320K · 📦 15 · 📋 2.4K - 24% open · ⏱️ 21.11.2024):

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

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

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

    	git clone https://github.com/fastai/fastai
    
  • PyPi (📥 590K / month · 📦 310 · ⏱️ 19.10.2024):

    	pip install fastai
    
  • PyFlink (🥈39 · ⭐ 24K · 📈) - Apache Flink Python API. Apache-2
  • GitHub (👨‍💻 1.9K · 🔀 13K · 📦 21 · ⏱️ 20.11.2024):

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

    	pip install apache-flink
    
  • Flax (🥈38 · ⭐ 6.1K) - Flax is a neural network library for JAX that is designed for.. Apache-2
  • GitHub (👨‍💻 240 · 🔀 650 · 📥 55 · 📦 10K · 📋 1.1K - 29% open · ⏱️ 20.11.2024):

    	git clone https://github.com/google/flax
    
  • PyPi (📥 900K / month · 📦 490 · ⏱️ 19.11.2024):

    	pip install flax
    
  • Conda (📥 78K · ⏱️ 20.11.2024):

    	conda install -c conda-forge flax
    
  • Jina (🥈37 · ⭐ 21K) - Build multimodal AI applications with cloud-native stack. Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.2K · 📋 1.9K - 0% open · ⏱️ 12.11.2024):

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

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

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

    	docker pull jinaai/jina
    
  • Theano (🥈37 · ⭐ 9.9K · 💤) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
  • GitHub (👨‍💻 390 · 🔀 2.5K · 📦 16K · 📋 2.8K - 25% open · ⏱️ 15.01.2024):

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

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

    	conda install -c conda-forge theano
    
  • einops (🥈36 · ⭐ 8.5K) - Flexible and powerful tensor operations for readable and reliable code.. MIT
  • GitHub (👨‍💻 31 · 🔀 350 · 📦 51K · 📋 180 - 16% open · ⏱️ 19.11.2024):

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

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

    	conda install -c conda-forge einops
    
  • Thinc (🥈36 · ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
  • GitHub (👨‍💻 64 · 🔀 280 · 📥 400 · 📦 56K · 📋 150 - 14% open · ⏱️ 30.09.2024):

    	git clone https://github.com/explosion/thinc
    
  • PyPi (📥 12M / month · 📦 140 · ⏱️ 01.10.2024):

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

    	conda install -c conda-forge thinc
    
  • Vowpal Wabbit (🥈35 · ⭐ 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 (📥 130K / month · 📦 40 · ⏱️ 08.08.2024):

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

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

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

    	pip install mlpack
    
  • Conda (📥 270K · ⏱️ 22.09.2024):

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

    	git clone https://github.com/pytorch/ignite
    
  • PyPi (📥 190K / month · 📦 100 · ⏱️ 21.11.2024):

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

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

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

    	pip install ludwig
    
  • Haiku (🥉32 · ⭐ 2.9K) - JAX-based neural network library. Apache-2
  • GitHub (👨‍💻 83 · 🔀 230 · 📦 2.2K · 📋 250 - 29% open · ⏱️ 29.10.2024):

    	git clone https://github.com/deepmind/dm-haiku
    
  • PyPi (📥 280K / month · 📦 180 · ⏱️ 16.10.2024):

    	pip install dm-haiku
    
  • Conda (📥 25K · ⏱️ 23.10.2024):

    	conda install -c conda-forge dm-haiku
    
  • Sonnet (🥉31 · ⭐ 9.8K) - TensorFlow-based neural network library. Apache-2
  • GitHub (👨‍💻 59 · 🔀 1.3K · 📦 1.4K · 📋 190 - 16% open · ⏱️ 14.11.2024):

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

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

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

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

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

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

    	pip install determined
    
  • tensorflow-upstream (🥉31 · ⭐ 690) - TensorFlow ROCm port. Apache-2
  • GitHub (👨‍💻 4.7K · 🔀 95 · 📥 25 · 📋 380 - 23% open · ⏱️ 19.11.2024):

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

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

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

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

    	conda install -c conda-forge skorch
    
  • Geomstats (🥉30 · ⭐ 1.3K) - Computations and statistics on manifolds with geometric structures. MIT
  • GitHub (👨‍💻 93 · 🔀 240 · 📦 130 · 📋 570 - 36% open · ⏱️ 12.11.2024):

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

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

    	conda install -c conda-forge geomstats
    
  • Neural Network Libraries (🥉29 · ⭐ 2.7K) - Neural Network Libraries. Apache-2
  • GitHub (👨‍💻 76 · 🔀 330 · 📥 980 · 📋 95 - 36% open · ⏱️ 15.11.2024):

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

    	pip install nnabla
    
  • ktrain (🥉28 · ⭐ 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 270 · 📦 560 · 📋 500 - 0% open · ⏱️ 09.07.2024):

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

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

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

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

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

    	pip install pyriemann
    
  • Conda (📥 8.8K · ⏱️ 04.10.2024):

    	conda install -c conda-forge pyriemann
    
  • Towhee (🥉26 · ⭐ 3.2K) - Towhee is a framework that is dedicated to making neural data.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 250 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024):

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

    	pip install towhee
    
  • 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 (📥 150K · ⏱️ 16.06.2023):

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

    	docker pull shogun/shogun
    
  • Neural Tangents (🥉24 · ⭐ 2.3K · 💤) - Fast and Easy Infinite Neural Networks in Python. Apache-2
  • GitHub (👨‍💻 29 · 🔀 240 · 📥 510 · 📦 120 · 📋 160 - 38% open · ⏱️ 01.03.2024):

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

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

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

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

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

    	pip install runhouse
    
  • ThunderSVM (🥉22 · ⭐ 1.6K · 💤) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
  • GitHub (👨‍💻 37 · 🔀 220 · 📥 2.9K · 📋 230 - 35% open · ⏱️ 01.04.2024):

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

    	pip install thundersvm
    
  • NeoML (🥉22 · ⭐ 770) - Machine learning framework for both deep learning and traditional.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 30.09.2024):

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

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

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

    	pip install torchbearer
    
  • chefboost (🥉22 · ⭐ 460) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
  • GitHub (👨‍💻 7 · 🔀 100 · 📦 62 · ⏱️ 30.10.2024):

    	git clone https://github.com/serengil/chefboost
    
  • PyPi (📥 5.7K / month · ⏱️ 30.10.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
    
  • Objax (🥉21 · ⭐ 770 · 💤) - Objax is a machine learning framework that provides an Object.. Apache-2
    • GitHub (👨‍💻 26 · 🔀 78 · 📦 60 · 📋 110 - 45% open · ⏱️ 27.01.2024):

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

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

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

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

  • MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2
  • ivy (🥈36 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. ❗️Intel-ACPI
  • Chainer (🥉34 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT
  • MindsDB (🥉33 · ⭐ 27K) - Platform for building AI that can learn and answer.. ❗️MulanPSL-1.0
  • 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 (🥉30 · ⭐ 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
  • NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
  • xLearn (🥉24 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
  • neon (🥉23 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
  • elegy (🥉20 · ⭐ 470 · 💀) - A High Level API for Deep Learning in JAX. MIT
  • StarSpace (🥉16 · ⭐ 3.9K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT
  • nanodl (🥉15 · ⭐ 280) - 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.4M · 📋 11K - 14% open · ⏱️ 21.11.2024):

      	git clone https://github.com/matplotlib/matplotlib
      
    • PyPi (📥 67M / month · 📦 51K · ⏱️ 01.11.2024):

      	pip install matplotlib
      
    • Conda (📥 27M · ⏱️ 08.11.2024):

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

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

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

    	conda install -c conda-forge bokeh
    
  • Plotly (🥇45 · ⭐ 16K) - The interactive graphing library for Python This project now includes.. MIT
  • GitHub (👨‍💻 280 · 🔀 2.6K · 📦 330K · 📋 3K - 18% open · ⏱️ 20.11.2024):

    	git clone https://github.com/plotly/plotly.py
    
  • PyPi (📥 20M / month · 📦 6.3K · ⏱️ 12.09.2024):

    	pip install plotly
    
  • Conda (📥 7.5M · ⏱️ 12.09.2024):

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

    	npm install plotlywidget
    
  • dash (🥇43 · ⭐ 22K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT
  • GitHub (👨‍💻 170 · 🔀 2.1K · 📥 86 · 📦 72K · 📋 1.9K - 26% open · ⏱️ 19.11.2024):

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

    	pip install dash
    
  • Conda (📥 1.6M · ⏱️ 14.09.2024):

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

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

    	pip install altair
    
  • Conda (📥 2.5M · ⏱️ 21.11.2024):

    	conda install -c conda-forge altair
    
  • Seaborn (🥇41 · ⭐ 13K) - Statistical data visualization in Python. BSD-3
  • GitHub (👨‍💻 210 · 🔀 1.9K · 📥 450 · 📦 510K · 📋 2.6K - 7% open · ⏱️ 22.07.2024):

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

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

    	conda install -c conda-forge seaborn
    
  • pyecharts (🥈38 · ⭐ 15K) - Python Echarts Plotting Library. MIT
  • GitHub (👨‍💻 45 · 🔀 2.9K · 📥 71 · 📦 4.6K · 📋 1.9K - 0% open · ⏱️ 03.11.2024):

    	git clone https://github.com/pyecharts/pyecharts
    
  • PyPi (📥 200K / month · 📦 220 · ⏱️ 03.11.2024):

    	pip install pyecharts
    
  • HoloViews (🥈38 · ⭐ 2.7K) - With Holoviews, your data visualizes itself. BSD-3
  • GitHub (👨‍💻 140 · 🔀 400 · 📦 13K · 📋 3.4K - 33% open · ⏱️ 21.11.2024):

    	git clone https://github.com/holoviz/holoviews
    
  • PyPi (📥 500K / month · 📦 400 · ⏱️ 11.11.2024):

    	pip install holoviews
    
  • Conda (📥 1.9M · ⏱️ 04.11.2024):

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

    	npm install @pyviz/jupyterlab_pyviz
    
  • pandas-profiling (🥈37 · ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT
  • GitHub (👨‍💻 130 · 🔀 1.7K · 📥 210 · 📦 4.7K · 📋 810 - 28% open · ⏱️ 13.11.2024):

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

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

    	conda install -c conda-forge pandas-profiling
    
  • FiftyOne (🥈37 · ⭐ 8.9K) - Visualize, create, and debug image and video datasets.. Apache-2
  • GitHub (👨‍💻 140 · 🔀 560 · 📦 740 · 📋 1.6K - 31% open · ⏱️ 20.11.2024):

    	git clone https://github.com/voxel51/fiftyone
    
  • PyPi (📥 86K / month · 📦 22 · ⏱️ 08.11.2024):

    	pip install fiftyone
    
  • PyVista (🥈37 · ⭐ 2.7K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT
  • GitHub (👨‍💻 170 · 🔀 500 · 📥 840 · 📦 3.7K · 📋 1.8K - 35% open · ⏱️ 20.11.2024):

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

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

    	conda install -c conda-forge pyvista
    
  • PyQtGraph (🥈36 · ⭐ 3.9K · 📉) - Fast data visualization and GUI tools for scientific / engineering.. MIT
  • GitHub (👨‍💻 300 · 🔀 1.1K · 📦 11K · 📋 1.3K - 32% open · ⏱️ 06.11.2024):

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

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

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

    	git clone https://github.com/SciTools/cartopy
    
  • PyPi (📥 360K / month · 📦 720 · ⏱️ 08.10.2024):

    	pip install cartopy
    
  • Conda (📥 4.2M · ⏱️ 07.10.2024):

    	conda install -c conda-forge cartopy
    
  • plotnine (🥈35 · ⭐ 4K) - A Grammar of Graphics for Python. MIT
  • GitHub (👨‍💻 110 · 🔀 220 · 📦 9.5K · 📋 690 - 11% open · ⏱️ 21.11.2024):

    	git clone https://github.com/has2k1/plotnine
    
  • PyPi (📥 3M / month · 📦 320 · ⏱️ 21.11.2024):

    	pip install plotnine
    
  • Conda (📥 420K · ⏱️ 05.11.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 · ⏱️ 09.11.2024):

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

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

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

    	npm install vispy
    
  • Graphviz (🥈35 · ⭐ 1.6K) - Simple Python interface for Graphviz. MIT
  • GitHub (👨‍💻 23 · 🔀 210 · 📦 77K · 📋 180 - 6% open · ⏱️ 13.05.2024):

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

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

    	conda install -c anaconda python-graphviz
    
  • wordcloud (🥈34 · ⭐ 10K) - A little word cloud generator in Python. MIT
  • GitHub (👨‍💻 72 · 🔀 2.3K · 📦 21 · 📋 550 - 23% open · ⏱️ 10.11.2024):

    	git clone https://github.com/amueller/word_cloud
    
  • PyPi (📥 1.7M / month · 📦 550 · ⏱️ 10.11.2024):

    	pip install wordcloud
    
  • Conda (📥 570K · ⏱️ 11.11.2024):

    	conda install -c conda-forge wordcloud
    
  • UMAP (🥈34 · ⭐ 7.5K · 📉) - Uniform Manifold Approximation and Projection. BSD-3
  • GitHub (👨‍💻 140 · 🔀 810 · 📦 1 · 📋 820 - 58% open · ⏱️ 04.11.2024):

    	git clone https://github.com/lmcinnes/umap
    
  • PyPi (📥 2.2M / month · 📦 1.1K · ⏱️ 28.10.2024):

    	pip install umap-learn
    
  • Conda (📥 2.7M · ⏱️ 29.10.2024):

    	conda install -c conda-forge umap-learn
    
  • datashader (🥈34 · ⭐ 3.3K) - Quickly and accurately render even the largest data. BSD-3
  • GitHub (👨‍💻 56 · 🔀 360 · 📦 5.1K · 📋 590 - 23% open · ⏱️ 21.11.2024):

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

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

    	conda install -c conda-forge datashader
    
  • Perspective (🥈33 · ⭐ 8.5K) - A data visualization and analytics component, especially.. Apache-2
  • GitHub (👨‍💻 98 · 🔀 1.2K · 📥 6.3K · 📦 150 · 📋 830 - 14% open · ⏱️ 18.11.2024):

    	git clone https://github.com/finos/perspective
    
  • PyPi (📥 17K / month · 📦 26 · ⏱️ 18.11.2024):

    	pip install perspective-python
    
  • Conda (📥 1.3M · ⏱️ 19.11.2024):

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

    	npm install @finos/perspective-jupyterlab
    
  • lets-plot (🥈32 · ⭐ 1.6K) - Multiplatform plotting library based on the Grammar of Graphics. MIT
  • GitHub (👨‍💻 21 · 🔀 51 · 📥 1.3K · 📦 140 · 📋 640 - 24% open · ⏱️ 20.11.2024):

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

    	pip install lets-plot
    
  • hvPlot (🥈32 · ⭐ 1.1K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3
  • GitHub (👨‍💻 50 · 🔀 110 · 📦 6.1K · 📋 820 - 44% open · ⏱️ 07.11.2024):

    	git clone https://github.com/holoviz/hvplot
    
  • PyPi (📥 210K / month · 📦 200 · ⏱️ 16.10.2024):

    	pip install hvplot
    
  • Conda (📥 670K · ⏱️ 17.10.2024):

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

    	git clone https://github.com/man-group/dtale
    
  • PyPi (📥 110K / month · 📦 48 · ⏱️ 25.10.2024):

    	pip install dtale
    
  • Conda (📥 350K · ⏱️ 25.10.2024):

    	conda install -c conda-forge dtale
    
  • mpld3 (🥉30 · ⭐ 2.4K) - An interactive data visualization tool which brings matplotlib graphics to.. BSD-3
  • GitHub (👨‍💻 53 · 🔀 360 · 📦 6.7K · 📋 370 - 59% open · ⏱️ 30.10.2024):

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

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

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

    	npm install mpld3
    
  • bqplot (🥉29 · ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 65 · 🔀 460 · 📦 59 · 📋 640 - 42% open · ⏱️ 22.10.2024):

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

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

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

    	npm install bqplot
    
  • Chartify (🥉27 · ⭐ 3.5K) - Python library that makes it easy for data scientists to create.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 320 · 📦 80 · 📋 83 - 61% open · ⏱️ 16.10.2024):

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

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

    	conda install -c conda-forge chartify
    
  • openTSNE (🥉27 · ⭐ 1.5K) - Extensible, parallel implementations of t-SNE. BSD-3
  • GitHub (👨‍💻 13 · 🔀 160 · 📦 920 · 📋 140 - 4% open · ⏱️ 24.10.2024):

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

    	pip install opentsne
    
  • Conda (📥 340K · ⏱️ 16.11.2024):

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

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

    	pip install tensorflow-data-validation
    
  • Sweetviz (🥉26 · ⭐ 3K · 💤) - Visualize and compare datasets, target values and associations, with.. MIT
  • GitHub (👨‍💻 11 · 🔀 280 · 📦 2.7K · 📋 140 - 31% open · ⏱️ 29.11.2023):

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

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

    	conda install -c conda-forge sweetviz
    
  • HyperTools (🥉26 · ⭐ 1.8K · 💤) - A Python toolbox for gaining geometric insights into high-.. MIT
  • GitHub (👨‍💻 22 · 🔀 160 · 📥 55 · 📦 490 · 📋 200 - 34% open · ⏱️ 19.03.2024):

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

    	pip install hypertools
    
  • AutoViz (🥉26 · ⭐ 1.7K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 200 · 📦 780 · 📋 95 - 4% open · ⏱️ 10.06.2024):

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

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

    	conda install -c conda-forge autoviz
    
  • Plotly-Resampler (🥉26 · ⭐ 1K) - Visualize large time series data with plotly.py. MIT
  • GitHub (👨‍💻 13 · 🔀 68 · 📦 1.5K · 📋 170 - 32% open · ⏱️ 28.10.2024):

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

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

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

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

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

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

    	git clone https://github.com/vega/ipyvega
    
  • PyPi (📥 11K / month · 📦 17 · ⏱️ 25.09.2024):

    	pip install vega
    
  • Conda (📥 670K · ⏱️ 25.09.2024):

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

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

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

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

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

    	conda install -c conda-forge multicore-tsne
    
  • PyWaffle (🥉22 · ⭐ 590) - Make Waffle Charts in Python. MIT
  • GitHub (👨‍💻 6 · 🔀 110 · 📦 430 · 📋 22 - 27% open · ⏱️ 16.06.2024):

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

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

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

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

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

    	conda install -c conda-forge animatplot
    
  • vegafusion (🥉21 · ⭐ 330) - Serverside scaling for Vega and Altair visualizations. BSD-3
  • GitHub (👨‍💻 5 · 🔀 18 · 📥 7.8K · 📋 140 - 36% open · ⏱️ 16.11.2024):

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

    	pip install vegafusion-jupyter
    
  • Conda (📥 270K · ⏱️ 31.10.2024):

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

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

  • Cufflinks (🥉29 · ⭐ 3K · 💀) - Productivity Tools for Plotly + Pandas. MIT
  • Facets Overview (🥉28 · ⭐ 7.4K · 💀) - Visualizations for machine learning datasets. Apache-2
  • pythreejs (🥉28 · ⭐ 950 · 💀) - A Jupyter - Three.js bridge. BSD-3
  • HiPlot (🥉24 · ⭐ 2.8K · 💀) - 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 · ⭐ 690 · 💀) - 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 (🥉21 · ⭐ 500 · 💀) - Monitor the stability of a Pandas or Spark dataframe. MIT
  • pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
  • nx-altair (🥉16 · ⭐ 220 · 💀) - Draw interactive NetworkX graphs with Altair. MIT
  • data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
  • 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 · ⭐ 140K) - Transformers: State-of-the-art Machine Learning for.. Apache-2
    • GitHub (👨‍💻 2.9K · 🔀 27K · 📦 240K · 📋 17K - 8% open · ⏱️ 21.11.2024):

      	git clone https://github.com/huggingface/transformers
      
    • PyPi (📥 42M / month · 📦 6.8K · ⏱️ 18.11.2024):

      	pip install transformers
      
    • Conda (📥 2.2M · ⏱️ 19.11.2024):

      	conda install -c conda-forge transformers
      
    spaCy (🥇45 · ⭐ 30K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
  • GitHub (👨‍💻 760 · 🔀 4.4K · 📥 690 · 📦 110K · 📋 5.7K - 2% open · ⏱️ 19.11.2024):

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

    	pip install spacy
    
  • Conda (📥 4.5M · ⏱️ 22.09.2024):

    	conda install -c conda-forge spacy
    
  • litellm (🥇44 · ⭐ 14K) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s
  • GitHub (👨‍💻 360 · 🔀 1.7K · 📥 420 · 📦 4.7K · 📋 3.8K - 22% open · ⏱️ 21.11.2024):

    	git clone https://github.com/BerriAI/litellm
    
  • PyPi (📥 3.5M / month · 📦 540 · ⏱️ 21.11.2024):

    	pip install litellm
    
  • nltk (🥇43 · ⭐ 14K · 📉) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
  • GitHub (👨‍💻 460 · 🔀 2.9K · 📦 320K · 📋 1.8K - 15% open · ⏱️ 11.11.2024):

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

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

    	conda install -c conda-forge nltk
    
  • sentence-transformers (🥇41 · ⭐ 15K) - State-of-the-Art Text Embeddings. Apache-2
  • GitHub (👨‍💻 200 · 🔀 2.5K · 📦 56K · 📋 2.2K - 53% open · ⏱️ 20.11.2024):

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

    	pip install sentence-transformers
    
  • Conda (📥 460K · ⏱️ 18.11.2024):

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

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

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

    	conda install -c conda-forge gensim
    
  • Tokenizers (🥇40 · ⭐ 9.1K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 800 · 📥 68 · 📦 120K · 📋 1K - 5% open · ⏱️ 21.11.2024):

    	git clone https://github.com/huggingface/tokenizers
    
  • PyPi (📥 32M / month · 📦 1.1K · ⏱️ 15.11.2024):

    	pip install tokenizers
    
  • Conda (📥 2.3M · ⏱️ 06.11.2024):

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

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

    	pip install rasa
    
  • fairseq (🥇37 · ⭐ 31K · 📈) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT
  • GitHub (👨‍💻 430 · 🔀 6.4K · 📥 360 · 📦 3.7K · 📋 4.3K - 29% open · ⏱️ 18.10.2024):

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

    	pip install fairseq
    
  • Conda (📥 100K · ⏱️ 31.10.2024):

    	conda install -c conda-forge fairseq
    
  • flair (🥇37 · ⭐ 14K · 📉) - A very simple framework for state-of-the-art Natural Language.. MIT
  • GitHub (👨‍💻 270 · 🔀 2.1K · 📦 3.6K · 📋 2.3K - 5% open · ⏱️ 08.11.2024):

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

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

    	conda install -c conda-forge python-flair
    
  • NeMo (🥇37 · ⭐ 12K · 📈) - A scalable generative AI framework built for researchers and.. Apache-2
  • GitHub (👨‍💻 370 · 🔀 2.5K · 📥 250K · 📦 21 · 📋 2.4K - 6% open · ⏱️ 21.11.2024):

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

    	pip install nemo-toolkit
    
  • sentencepiece (🥇37 · ⭐ 10K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
  • GitHub (👨‍💻 89 · 🔀 1.2K · 📥 46K · 📦 84K · 📋 760 - 5% open · ⏱️ 18.08.2024):

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

    	pip install sentencepiece
    
  • Conda (📥 1.1M · ⏱️ 05.11.2024):

    	conda install -c conda-forge sentencepiece
    
  • TextBlob (🥈36 · ⭐ 9.2K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
  • GitHub (👨‍💻 37 · 🔀 1.2K · 📥 120 · 📦 45K · 📋 280 - 39% open · ⏱️ 07.08.2024):

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

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

    	conda install -c conda-forge textblob
    
  • spark-nlp (🥈36 · ⭐ 3.9K) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 110 · 🔀 710 · 📦 520 · 📋 900 - 4% open · ⏱️ 13.11.2024):

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

    	pip install spark-nlp
    
  • fastText (🥈35 · ⭐ 26K · 💤) - Library for fast text representation and classification. MIT
  • GitHub (👨‍💻 68 · 🔀 4.7K · 📦 6.9K · 📋 1.2K - 47% open · ⏱️ 13.03.2024):

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

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

    	conda install -c conda-forge fasttext
    
  • haystack (🥈35 · ⭐ 18K) - AI orchestration framework to build customizable, production-ready.. Apache-2
  • GitHub (👨‍💻 270 · 🔀 1.9K · 📦 640 · 📋 3.6K - 2% open · ⏱️ 21.11.2024):

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

    	pip install haystack
    
  • rubrix (🥈34 · ⭐ 4K) - Argilla is a collaboration tool for AI engineers and domain experts to.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 370 · 📦 2.8K · 📋 2.2K - 4% open · ⏱️ 21.11.2024):

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

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

    	conda install -c conda-forge rubrix
    
  • TensorFlow Text (🥈34 · ⭐ 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2
  • GitHub (👨‍💻 140 · 🔀 340 · 📦 7.6K · 📋 360 - 52% open · ⏱️ 20.11.2024):

    	git clone https://github.com/tensorflow/text
    
  • PyPi (📥 7M / month · 📦 220 · ⏱️ 28.10.2024):

    	pip install tensorflow-text
    
  • qdrant (🥈33 · ⭐ 21K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 1.4K · 📥 260K · 📦 120 · 📋 1.3K - 23% open · ⏱️ 18.11.2024):

    	git clone https://github.com/qdrant/qdrant
    
  • stanza (🥈33 · ⭐ 7.3K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2
    • GitHub (👨‍💻 68 · 🔀 890 · 📦 3.2K · 📋 900 - 10% open · ⏱️ 12.09.2024):

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

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

      	conda install -c stanfordnlp stanza
      
    ftfy (🥈33 · ⭐ 3.8K) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2
  • GitHub (👨‍💻 20 · 🔀 120 · 📥 23 · 📦 24K · 📋 140 - 5% open · ⏱️ 30.10.2024):

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

    	pip install ftfy
    
  • Conda (📥 310K · ⏱️ 26.10.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.2M / month · 📦 280 · ⏱️ 24.04.2024):

    	pip install torchtext
    
  • jellyfish (🥈33 · ⭐ 2.1K) - a python library for doing approximate and phonetic matching of strings. MIT
  • GitHub (👨‍💻 33 · 🔀 160 · 📦 11K · 📋 140 - 6% open · ⏱️ 29.10.2024):

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

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

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

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

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

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

    	pip install OpenNMT-py
    
  • DeepPavlov (🥈32 · ⭐ 6.7K) - An open source library for deep learning end-to-end dialog.. Apache-2
  • GitHub (👨‍💻 77 · 🔀 1.2K · 📦 420 · 📋 640 - 3% open · ⏱️ 12.08.2024):

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

    	pip install deeppavlov
    
  • snowballstemmer (🥈31 · ⭐ 760) - Snowball compiler and stemming algorithms. BSD-3
  • GitHub (👨‍💻 35 · 🔀 170 · 📦 10 · 📋 91 - 28% open · ⏱️ 20.11.2024):

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

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

    	conda install -c conda-forge snowballstemmer
    
  • Dedupe (🥈30 · ⭐ 4.2K) - A python library for accurate and scalable fuzzy matching, record.. MIT
  • GitHub (👨‍💻 72 · 🔀 550 · 📦 340 · 📋 820 - 8% open · ⏱️ 01.11.2024):

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

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

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

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

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

    	conda install -c conda-forge textdistance
    
  • SciSpacy (🥈30 · ⭐ 1.7K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
  • GitHub (👨‍💻 36 · 🔀 230 · 📦 1K · 📋 320 - 9% open · ⏱️ 28.10.2024):

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

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

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

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

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

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

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

    	conda install -c conda-forge spacy-transformers
    
  • english-words (🥉27 · ⭐ 11K) - 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 (📥 97K / month · 📦 14 · ⏱️ 24.05.2023):

    	pip install english-words
    
  • DeepKE (🥉27 · ⭐ 3.6K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT
  • GitHub (👨‍💻 31 · 🔀 680 · 📦 24 · 📋 580 - 1% open · ⏱️ 19.11.2024):

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

    	pip install deepke
    
  • CLTK (🥉27 · ⭐ 840) - The Classical Language Toolkit. MIT
  • GitHub (👨‍💻 120 · 🔀 330 · 📥 100 · 📦 280 · 📋 570 - 6% open · ⏱️ 12.05.2024):

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

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

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

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

    	conda install -c conda-forge scattertext
    
  • Opik (🥉26 · ⭐ 2.2K) - Open-source end-to-end LLM Development Platform. Apache-2
  • GitHub (👨‍💻 26 · 🔀 130 · 📋 73 - 39% open · ⏱️ 21.11.2024):

    	git clone https://github.com/comet-ml/opik
    
  • PyPi (📥 9.7K / month · ⏱️ 21.11.2024):

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

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

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

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

    	pip install t5
    
  • detoxify (🥉23 · ⭐ 960) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 110 · 📥 740K · 📦 720 · 📋 66 - 56% open · ⏱️ 19.09.2024):

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

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

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

    	pip install finetune
    
  • 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 (📥 5.3K / 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 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024):

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

    	pip install sockeye
    
  • small-text (🥉22 · ⭐ 560) - Active Learning for Text Classification in Python. MIT
  • GitHub (👨‍💻 7 · 🔀 61 · 📦 33 · 📋 59 - 25% open · ⏱️ 18.08.2024):

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

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

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

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

    	pip install happytransformer
    
  • UForm (🥉20 · ⭐ 1.1K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 62 · 📥 460 · 📦 6 · 📋 30 - 30% open · ⏱️ 01.10.2024):

    	git clone https://github.com/unum-cloud/uform
    
  • PyPi (📥 1.9K / month · 📦 2 · ⏱️ 01.10.2024):

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

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

    	pip install textaugment
    
  • OpenNRE (🥉16 · ⭐ 4.4K · 💤) - 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 (🥉16 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
    • GitHub (👨‍💻 4 · 🔀 61 · 📦 12 · 📋 16 - 43% open · ⏱️ 28.09.2024):

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

      	pip install vizseq
      
    Show 54 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.5K · 💀) - 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
  • Ciphey (🥈28 · ⭐ 18K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT
  • langid (🥈28 · ⭐ 2.3K · 💀) - Stand-alone language identification system. BSD-3
  • underthesea (🥈28 · ⭐ 1.4K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0
  • vaderSentiment (🥉27 · ⭐ 4.5K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT
  • textacy (🥉27 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed
  • FARM (🥉27 · ⭐ 1.7K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2
  • flashtext (🥉26 · ⭐ 5.6K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
  • polyglot (🥉26 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
  • pySBD (🥉26 · ⭐ 810 · 💀) - 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.4K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2
  • Snips NLU (🥉25 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2
  • neuralcoref (🥉25 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
  • Kashgari (🥉25 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2
  • textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT
  • MatchZoo (🥉24 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2
  • promptsource (🥉24 · ⭐ 2.7K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2
  • pytorch-nlp (🥉24 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3
  • sense2vec (🥉24 · ⭐ 1.6K · 💀) - Contextually-keyed word vectors. MIT
  • whoosh (🥉24 · ⭐ 580 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause
  • jiant (🥉23 · ⭐ 1.6K · 💀) - jiant is an nlp toolkit. MIT
  • YouTokenToMe (🥉23 · ⭐ 960 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT
  • gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT
  • NLP Architect (🥉22 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2
  • Texthero (🥉22 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT
  • Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2
  • anaGo (🥉22 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT
  • stop-words (🥉22 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3
  • numerizer (🥉21 · ⭐ 220) - A Python module to convert natural language numerics into ints and.. 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
  • Camphr (🥉19 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
  • pyfasttext (🥉19 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
  • NeuroNER (🥉18 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
  • nboost (🥉18 · ⭐ 680 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
  • fastT5 (🥉18 · ⭐ 560 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2
  • skift (🥉18 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT
  • TextBox (🥉17 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT
  • Translate (🥉16 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3
  • Headliner (🥉16 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT
  • BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT
  • ONNX-T5 (🥉15 · ⭐ 250 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
  • NeuralQA (🥉15 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
  • TransferNLP (🥉14 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT
  • 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.9M · 📋 3.2K - 4% open · ⏱️ 18.11.2024):

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

      	pip install Pillow
      
    • Conda (📥 47M · ⏱️ 18.10.2024):

      	conda install -c conda-forge pillow
      
    PyTorch Image Models (🥇42 · ⭐ 32K) - The largest collection of PyTorch image encoders /.. Apache-2
  • GitHub (👨‍💻 160 · 🔀 4.8K · 📥 7.2M · 📦 41K · 📋 930 - 5% open · ⏱️ 21.11.2024):

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

    	pip install timm
    
  • Conda (📥 270K · ⏱️ 17.10.2024):

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

    	git clone https://github.com/pytorch/vision
    
  • PyPi (📥 16M / month · 📦 5.9K · ⏱️ 29.10.2024):

    	pip install torchvision
    
  • Conda (📥 1.8M · ⏱️ 05.11.2024):

    	conda install -c conda-forge torchvision
    
  • Albumentations (🥇41 · ⭐ 14K · 📈) - Fast and flexible image augmentation library. Paper.. MIT
  • GitHub (👨‍💻 150 · 🔀 1.6K · 📦 29K · 📋 1.1K - 16% open · ⏱️ 21.11.2024):

    	git clone https://github.com/albumentations-team/albumentations
    
  • PyPi (📥 4.8M / month · 📦 600 · ⏱️ 01.11.2024):

    	pip install albumentations
    
  • Conda (📥 210K · ⏱️ 22.09.2024):

    	conda install -c conda-forge albumentations
    
  • MoviePy (🥇40 · ⭐ 13K · 📈) - Video editing with Python. MIT
  • GitHub (👨‍💻 160 · 🔀 1.6K · 📦 49K · 📋 1.6K - 31% open · ⏱️ 20.11.2024):

    	git clone https://github.com/Zulko/moviepy
    
  • PyPi (📥 1.5M / month · 📦 1K · ⏱️ 20.11.2024):

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

    	conda install -c conda-forge moviepy
    
  • deepface (🥇39 · ⭐ 15K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
  • GitHub (👨‍💻 71 · 🔀 2.2K · 📦 4.6K · 📋 1.1K - 0% open · ⏱️ 13.11.2024):

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

    	pip install deepface
    
  • Kornia (🥈38 · ⭐ 10K) - Geometric Computer Vision Library for Spatial AI. Apache-2
  • GitHub (👨‍💻 270 · 🔀 970 · 📥 1.5K · 📦 13K · 📋 950 - 30% open · ⏱️ 05.11.2024):

    	git clone https://github.com/kornia/kornia
    
  • PyPi (📥 2M / month · 📦 290 · ⏱️ 05.11.2024):

    	pip install kornia
    
  • Conda (📥 160K · ⏱️ 05.11.2024):

    	conda install -c conda-forge kornia
    
  • InsightFace (🥈37 · ⭐ 24K) - State-of-the-art 2D and 3D Face Analysis Project. MIT
  • GitHub (👨‍💻 61 · 🔀 5.4K · 📥 5.5M · 📦 3K · 📋 2.5K - 45% open · ⏱️ 20.11.2024):

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

    	pip install insightface
    
  • imageio (🥈37 · ⭐ 1.5K) - Python library for reading and writing image data. BSD-2
  • GitHub (👨‍💻 120 · 🔀 300 · 📥 1.4K · 📦 150K · 📋 610 - 16% open · ⏱️ 14.10.2024):

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

    	pip install imageio
    
  • Conda (📥 7.2M · ⏱️ 17.10.2024):

    	conda install -c conda-forge imageio
    
  • MMDetection (🥈36 · ⭐ 30K · 💤) - OpenMMLab Detection Toolbox and Benchmark. Apache-2
  • GitHub (👨‍💻 480 · 🔀 9.5K · 📦 3.2K · 📋 8.5K - 21% open · ⏱️ 05.02.2024):

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

    	pip install mmdet
    
  • opencv-python (🥈35 · ⭐ 4.6K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
  • GitHub (👨‍💻 49 · 🔀 850 · 📦 470K · 📋 820 - 16% open · ⏱️ 24.07.2024):

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

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

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

    	pip install detectron2
    
  • Conda (📥 480K · ⏱️ 06.11.2024):

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

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

    	pip install paddleseg
    
  • Wand (🥈34 · ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT
  • GitHub (👨‍💻 110 · 🔀 200 · 📥 51K · 📦 20K · 📋 430 - 6% open · ⏱️ 01.10.2024):

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

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

    	conda install -c conda-forge wand
    
  • vit-pytorch (🥈32 · ⭐ 21K) - Implementation of Vision Transformer, a simple way to achieve.. MIT
  • GitHub (👨‍💻 21 · 🔀 3.1K · 📦 550 · 📋 280 - 48% open · ⏱️ 20.11.2024):

    	git clone https://github.com/lucidrains/vit-pytorch
    
  • PyPi (📥 33K / month · 📦 17 · ⏱️ 20.11.2024):

    	pip install vit-pytorch
    
  • lightly (🥈32 · ⭐ 3.2K) - A python library for self-supervised learning on images. MIT
  • GitHub (👨‍💻 60 · 🔀 280 · 📦 350 · 📋 590 - 12% open · ⏱️ 21.11.2024):

    	git clone https://github.com/lightly-ai/lightly
    
  • PyPi (📥 53K / month · 📦 17 · ⏱️ 07.11.2024):

    	pip install lightly
    
  • ImageHash (🥈31 · ⭐ 3.2K) - A Python Perceptual Image Hashing Module. BSD-2
  • GitHub (👨‍💻 27 · 🔀 330 · 📦 15K · 📋 140 - 13% open · ⏱️ 09.10.2024):

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

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

    	conda install -c conda-forge imagehash
    
  • PaddleDetection (🥈30 · ⭐ 13K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.9K · 📋 5.5K - 22% open · ⏱️ 21.11.2024):

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

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

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

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

    	conda install -c conda-forge imageai
    
  • doctr (🥈29 · ⭐ 3.9K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2
  • GitHub (👨‍💻 54 · 🔀 440 · 📥 4.2M · 📋 370 - 7% open · ⏱️ 20.11.2024):

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

    	pip install python-doctr
    
  • mtcnn (🥈29 · ⭐ 2.2K) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT
  • GitHub (👨‍💻 16 · 🔀 530 · 📥 10 · 📦 6.5K · 📋 130 - 37% open · ⏱️ 08.10.2024):

    	git clone https://github.com/ipazc/mtcnn
    
  • PyPi (📥 140K / month · 📦 73 · ⏱️ 08.10.2024):

    	pip install mtcnn
    
  • Conda (📥 14K · ⏱️ 16.06.2023):

    	conda install -c conda-forge mtcnn
    
  • CellProfiler (🥈29 · ⭐ 920) - An open-source application for biological image analysis. BSD-3
  • GitHub (👨‍💻 140 · 🔀 380 · 📥 8K · 📦 25 · 📋 3.3K - 9% open · ⏱️ 04.11.2024):

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

    	pip install cellprofiler
    
  • sahi (🥉28 · ⭐ 4.1K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
  • GitHub (👨‍💻 48 · 🔀 580 · 📥 29K · 📦 1.5K · ⏱️ 27.08.2024):

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

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

    	conda install -c conda-forge sahi
    
  • vidgear (🥉28 · ⭐ 3.4K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 250 · 📥 1.9K · 📦 640 · 📋 300 - 2% open · ⏱️ 22.06.2024):

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

    	pip install vidgear
    
  • mahotas (🥉28 · ⭐ 840) - Computer Vision in Python. MIT
  • GitHub (👨‍💻 35 · 🔀 150 · 📦 1.4K · 📋 91 - 23% open · ⏱️ 17.07.2024):

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

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

    	conda install -c conda-forge mahotas
    
  • facenet-pytorch (🥉27 · ⭐ 4.6K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT
  • GitHub (👨‍💻 18 · 🔀 940 · 📥 1.4M · 📦 2.4K · 📋 180 - 41% open · ⏱️ 02.08.2024):

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

    	pip install facenet-pytorch
    
  • pyvips (🥉27 · ⭐ 650) - python binding for libvips using cffi. MIT
  • GitHub (👨‍💻 16 · 🔀 50 · 📦 840 · 📋 450 - 42% open · ⏱️ 29.10.2024):

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

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

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

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

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

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

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

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

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

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

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

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

    	pip install tensorflow-graphics
    
  • segmentation_models (🥉24 · ⭐ 4.8K) - Segmentation models with pretrained backbones. Keras.. MIT
  • GitHub (👨‍💻 15 · 🔀 1K · 📋 540 - 50% open · ⏱️ 21.08.2024):

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

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

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

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

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

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

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

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

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

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

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

    	pip install pyslowfast
    
  • DE⫶TR (🥉20 · ⭐ 14K · 💤) - 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 (🥉18 · ⭐ 3.3K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2
    • GitHub (👨‍💻 88 · 🔀 440 · 📋 270 - 55% open · ⏱️ 19.10.2024):

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


    Graph Data

    Back to top

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

    networkx (🥇44 · ⭐ 15K) - Network Analysis in Python. BSD-3
    • GitHub (👨‍💻 760 · 🔀 3.3K · 📥 76 · 📦 320K · 📋 3.4K - 10% open · ⏱️ 19.11.2024):

      	git clone https://github.com/networkx/networkx
      
    • PyPi (📥 64M / month · 📦 9.6K · ⏱️ 21.10.2024):

      	pip install networkx
      
    • Conda (📥 19M · ⏱️ 13.11.2024):

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

    	git clone https://github.com/pyg-team/pytorch_geometric
    
  • PyPi (📥 410K / month · 📦 360 · ⏱️ 26.09.2024):

    	pip install torch-geometric
    
  • Conda (📥 120K · ⏱️ 26.09.2024):

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

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

    	pip install dgl
    
  • pygraphistry (🥈32 · ⭐ 2.2K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3
  • GitHub (👨‍💻 46 · 🔀 200 · 📦 120 · 📋 340 - 51% open · ⏱️ 08.11.2024):

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

    	pip install graphistry
    
  • PyKEEN (🥈32 · ⭐ 1.7K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
  • GitHub (👨‍💻 41 · 🔀 190 · 📥 220 · 📦 250 · 📋 580 - 19% open · ⏱️ 10.11.2024):

    	git clone https://github.com/pykeen/pykeen
    
  • PyPi (📥 14K / month · 📦 19 · ⏱️ 29.10.2024):

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

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

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

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

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

    	conda install -c conda-forge ogb
    
  • AmpliGraph (🥈26 · ⭐ 2.2K · 💤) - Python library for Representation Learning on Knowledge.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 250 · 📦 57 · 📋 230 - 13% open · ⏱️ 28.02.2024):

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

    	pip install ampligraph
    
  • pytorch_geometric_temporal (🥈25 · ⭐ 2.7K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT
  • GitHub (👨‍💻 34 · 🔀 370 · 📋 200 - 20% open · ⏱️ 14.10.2024):

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

    	pip install torch-geometric-temporal
    
  • Node2Vec (🥈24 · ⭐ 1.2K) - Implementation of the node2vec algorithm. MIT
  • GitHub (👨‍💻 16 · 🔀 250 · 📦 720 · 📋 93 - 5% open · ⏱️ 02.08.2024):

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

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

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

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

    	pip install torchbiggraph
    
  • torch-cluster (🥈23 · ⭐ 830) - PyTorch Extension Library of Optimized Graph Cluster.. MIT
  • GitHub (👨‍💻 36 · 🔀 150 · 📋 180 - 19% open · ⏱️ 14.11.2024):

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

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

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

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

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

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

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

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

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

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

    	pip install auto-graph-learning
    
  • 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.9K · ⏱️ 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 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2
  • pygal (🥈27 · ⭐ 2.7K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
  • Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2
  • Karate Club (🥈23 · ⭐ 2.2K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0
  • 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
  • graph-nets (🥉21 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2
  • pyRDF2Vec (🥉21 · ⭐ 250 · 💀) - Python Implementation and Extension of RDF2Vec. MIT
  • DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
  • DIG (🥉20 · ⭐ 1.9K · 💤) - A library for graph deep learning research. ❗️GPL-3.0
  • GraphGym (🥉19 · ⭐ 1.7K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT
  • DeepGraph (🥉19 · ⭐ 280 · 💤) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3
  • Euler (🥉16 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2
  • ptgnn (🥉15 · ⭐ 380 · 💀) - A PyTorch Graph Neural Network Library. MIT
  • GraphEmbedding (🥉14 · ⭐ 3.7K · 💀) - Implementation and experiments of graph embedding.. MIT
  • GraphSAGE (🥉14 · ⭐ 3.4K · 💀) - Representation learning on large graphs using stochastic.. 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 (🥇41 · ⭐ 9K) - A PyTorch-based Speech Toolkit. Apache-2
    • GitHub (👨‍💻 250 · 🔀 1.4K · 📦 2.5K · 📋 1.1K - 12% open · ⏱️ 21.11.2024):

      	git clone https://github.com/speechbrain/speechbrain
      
    • PyPi (📥 3.3M / month · 📦 67 · ⏱️ 30.10.2024):

      	pip install speechbrain
      
    espnet (🥇38 · ⭐ 8.5K) - End-to-End Speech Processing Toolkit. Apache-2
  • GitHub (👨‍💻 460 · 🔀 2.2K · 📥 82 · 📦 390 · 📋 2.4K - 14% open · ⏱️ 14.11.2024):

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

    	pip install espnet
    
  • SpeechRecognition (🥇35 · ⭐ 8.4K) - Speech recognition module for Python, supporting several.. BSD-3
  • GitHub (👨‍💻 51 · 🔀 2.4K · 📦 21 · 📋 660 - 50% open · ⏱️ 09.11.2024):

    	git clone https://github.com/Uberi/speech_recognition
    
  • PyPi (📥 1.4M / month · 📦 580 · ⏱️ 20.10.2024):

    	pip install SpeechRecognition
    
  • Conda (📥 210K · ⏱️ 07.11.2024):

    	conda install -c conda-forge speechrecognition
    
  • torchaudio (🥇35 · ⭐ 2.5K) - Data manipulation and transformation for audio signal.. BSD-2
  • GitHub (👨‍💻 230 · 🔀 650 · 📋 990 - 26% open · ⏱️ 15.11.2024):

    	git clone https://github.com/pytorch/audio
    
  • PyPi (📥 6.1M / month · 📦 1.4K · ⏱️ 29.10.2024):

    	pip install torchaudio
    
  • Coqui TTS (🥈34 · ⭐ 36K · 💤) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0
  • GitHub (👨‍💻 170 · 🔀 4.3K · 📥 3.7M · 📦 1.9K · 📋 1.1K - 8% open · ⏱️ 10.02.2024):

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

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

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

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

    	pip install magenta
    
  • librosa (🥈32 · ⭐ 7.2K) - Python library for audio and music analysis. ISC
  • GitHub (👨‍💻 120 · 🔀 960 · 📋 1.2K - 4% open · ⏱️ 08.10.2024):

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

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

    	conda install -c conda-forge librosa
    
  • spleeter (🥈31 · ⭐ 26K) - Deezer source separation library including pretrained models. MIT
  • GitHub (👨‍💻 21 · 🔀 2.8K · 📥 3.5M · 📦 830 · 📋 800 - 29% open · ⏱️ 29.10.2024):

    	git clone https://github.com/deezer/spleeter
    
  • PyPi (📥 24K / month · 📦 12 · ⏱️ 10.06.2022):

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

    	conda install -c conda-forge spleeter
    
  • audiomentations (🥈31 · ⭐ 1.9K) - A Python library for audio data augmentation. Inspired by.. MIT
  • GitHub (👨‍💻 29 · 🔀 190 · 📦 610 · 📋 190 - 25% open · ⏱️ 13.11.2024):

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

    	pip install audiomentations
    
  • Porcupine (🥈30 · ⭐ 3.8K) - On-device wake word detection powered by deep learning. Apache-2
  • GitHub (👨‍💻 39 · 🔀 500 · 📦 36 · 📋 560 - 0% open · ⏱️ 19.11.2024):

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

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

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

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

    	conda install -c conda-forge audioread
    
  • python-soundfile (🥉29 · ⭐ 720) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
  • GitHub (👨‍💻 35 · 🔀 110 · 📥 21K · 📦 46K · 📋 260 - 47% open · ⏱️ 07.11.2024):

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

    	pip install soundfile
    
  • Conda:

    	conda install -c anaconda pysoundfile
    
  • tinytag (🥉29 · ⭐ 710) - Python library for reading audio file metadata. MIT
  • GitHub (👨‍💻 27 · 🔀 100 · 📦 1.1K · 📋 120 - 3% open · ⏱️ 03.11.2024):

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

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

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

    	pip install madmom
    
  • DDSP (🥉24 · ⭐ 2.9K) - DDSP: Differentiable Digital Signal Processing. Apache-2
  • GitHub (👨‍💻 32 · 🔀 330 · 📦 61 · 📋 170 - 28% open · ⏱️ 23.09.2024):

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

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

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

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

    	pip install nnAudio
    
  • Show 13 hidden projects...
  • DeepSpeech (🥈34 · ⭐ 25K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0

  • Pydub (🥈34 · ⭐ 9K · 💀) - Manipulate audio with a simple and easy high level interface. MIT
  • pyAudioAnalysis (🥉28 · ⭐ 5.9K · 💀) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
  • Essentia (🥉28 · ⭐ 2.9K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
  • aubio (🥉27 · ⭐ 3.3K · 💤) - a library for audio and music analysis. ❗️GPL-3.0
  • TTS (🥉26 · ⭐ 9.4K · 💀) - 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
  • TimeSide (🥉22 · ⭐ 370) - scalable audio processing framework and server written in Python. ❗️AGPL-3.0
  • Julius (🥉21 · ⭐ 430 · 💀) - Fast PyTorch based DSP for audio and 1D signals. MIT
  • Muda (🥉18 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC
  • textlesslib (🥉10 · ⭐ 530 · 💀) - 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 (👨‍💻 280 · 🔀 2.1K · 📦 8.3K · 📋 3.1K - 11% open · ⏱️ 21.11.2024):

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

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

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

      	npm install deck.gl
      
    Shapely (🥇40 · ⭐ 3.9K) - Manipulation and analysis of geometric objects. BSD-3
  • GitHub (👨‍💻 160 · 🔀 570 · 📥 3.7K · 📦 86K · 📋 1.2K - 23% open · ⏱️ 16.11.2024):

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

    	pip install shapely
    
  • Conda (📥 11M · ⏱️ 25.09.2024):

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

    	git clone https://github.com/python-visualization/folium
    
  • PyPi (📥 1.6M / month · 📦 770 · ⏱️ 22.10.2024):

    	pip install folium
    
  • Conda (📥 3.2M · ⏱️ 23.10.2024):

    	conda install -c conda-forge folium
    
  • GeoPandas (🥇39 · ⭐ 4.5K) - Python tools for geographic data. BSD-3
  • GitHub (👨‍💻 240 · 🔀 930 · 📥 2.8K · 📦 44K · 📋 1.7K - 26% open · ⏱️ 19.11.2024):

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

    	pip install geopandas
    
  • Conda (📥 4.1M · ⏱️ 21.09.2024):

    	conda install -c conda-forge geopandas
    
  • Rasterio (🥈38 · ⭐ 2.3K) - Rasterio reads and writes geospatial raster datasets. BSD-3
  • GitHub (👨‍💻 160 · 🔀 530 · 📥 980 · 📦 14K · 📋 1.8K - 7% open · ⏱️ 15.11.2024):

    	git clone https://github.com/rasterio/rasterio
    
  • PyPi (📥 3.6M / month · 📦 1.5K · ⏱️ 30.10.2024):

    	pip install rasterio
    
  • Conda (📥 3.8M · ⏱️ 18.11.2024):

    	conda install -c conda-forge rasterio
    
  • ArcGIS API (🥈37 · ⭐ 1.9K) - Documentation and samples for ArcGIS API for Python. Apache-2
  • GitHub (👨‍💻 94 · 🔀 1.1K · 📥 13K · 📦 860 · 📋 780 - 9% open · ⏱️ 19.11.2024):

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

    	pip install arcgis
    
  • Docker Hub:

    	docker pull esridocker/arcgis-api-python-notebook
    
  • Fiona (🥈37 · ⭐ 1.2K) - Fiona reads and writes geographic data files. BSD-3
  • GitHub (👨‍💻 76 · 🔀 200 · 📦 23K · 📋 810 - 3% open · ⏱️ 18.11.2024):

    	git clone https://github.com/Toblerity/Fiona
    
  • PyPi (📥 4.8M / month · 📦 300 · ⏱️ 16.09.2024):

    	pip install fiona
    
  • Conda (📥 6.2M · ⏱️ 19.11.2024):

    	conda install -c conda-forge fiona
    
  • pyproj (🥈36 · ⭐ 1.1K) - Python interface to PROJ (cartographic projections and coordinate.. MIT
  • GitHub (👨‍💻 68 · 🔀 210 · 📦 36K · 📋 620 - 5% open · ⏱️ 18.11.2024):

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

    	pip install pyproj
    
  • Conda (📥 9M · ⏱️ 01.10.2024):

    	conda install -c conda-forge pyproj
    
  • geopy (🥈32 · ⭐ 4.5K · 💤) - Geocoding library for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 640 · 📥 97 · 📋 300 - 14% open · ⏱️ 23.11.2023):

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

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

    	conda install -c conda-forge geopy
    
  • ipyleaflet (🥈32 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 90 · 🔀 360 · 📦 12K · 📋 660 - 45% open · ⏱️ 21.10.2024):

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

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

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

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

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

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

    	conda install -c conda-forge pysal
    
  • geojson (🥉30 · ⭐ 920) - Python bindings and utilities for GeoJSON. BSD-3
  • GitHub (👨‍💻 58 · 🔀 120 · 📦 19K · 📋 100 - 24% open · ⏱️ 25.10.2024):

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

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

    	conda install -c conda-forge geojson
    
  • GeoViews (🥉29 · ⭐ 600) - Simple, concise geographical visualization in Python. BSD-3
  • GitHub (👨‍💻 32 · 🔀 77 · 📦 1.2K · 📋 350 - 31% open · ⏱️ 11.11.2024):

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

    	pip install geoviews
    
  • Conda (📥 260K · ⏱️ 17.09.2024):

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

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

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

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

  • Satpy (🥈32 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
  • Sentinelsat (🥉27 · ⭐ 990 · 💤) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
  • EarthPy (🥉26 · ⭐ 510 · 💀) - 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 · ⭐ 670 · 💀) - 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 (🥇42 · ⭐ 15K) - Download market data from Yahoo! Finances API. Apache-2
    • GitHub (👨‍💻 130 · 🔀 2.4K · 📦 52K · 📋 1.4K - 13% open · ⏱️ 19.11.2024):

      	git clone https://github.com/ranaroussi/yfinance
      
    • PyPi (📥 3.6M / month · 📦 710 · ⏱️ 19.11.2024):

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

      	conda install -c ranaroussi yfinance
      
    ta (🥈30 · ⭐ 4.4K · 💤) - Technical Analysis Library using Pandas and Numpy. MIT
  • GitHub (👨‍💻 34 · 🔀 930 · 📦 4.5K · 📋 240 - 57% open · ⏱️ 02.11.2023):

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

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

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

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

    	pip install bt
    
  • Conda (📥 52K · ⏱️ 21.09.2024):

    	conda install -c conda-forge bt
    
  • Qlib (🥈29 · ⭐ 16K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT
  • GitHub (👨‍💻 130 · 🔀 2.6K · 📥 730 · 📦 21 · 📋 940 - 26% open · ⏱️ 13.11.2024):

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

    	pip install pyqlib
    
  • Alpha Vantage (🥈28 · ⭐ 4.3K) - 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 (📥 68K / month · 📦 35 · ⏱️ 18.07.2024):

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

    	conda install -c conda-forge alpha_vantage
    
  • ffn (🥈28 · ⭐ 2K) - ffn - a financial function library for Python. MIT
  • GitHub (👨‍💻 35 · 🔀 300 · 📦 500 · 📋 130 - 17% open · ⏱️ 02.11.2024):

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

    	pip install ffn
    
  • Conda (📥 13K · ⏱️ 03.11.2024):

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

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

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

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

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

    	pip install tensortrade
    
  • Conda (📥 4.2K · ⏱️ 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 - 11% open · ⏱️ 05.01.2024):

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

    	pip install stockstats
    
  • finmarketpy (🥉23 · ⭐ 3.5K) - Python library for backtesting trading strategies & analyzing.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 490 · 📥 57 · 📦 16 · 📋 29 - 86% open · ⏱️ 09.11.2024):

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

    	pip install finmarketpy
    
  • tf-quant-finance (🥉22 · ⭐ 4.6K) - High-performance TensorFlow library for quantitative.. Apache-2
  • GitHub (👨‍💻 47 · 🔀 570 · 📋 63 - 55% open · ⏱️ 06.11.2024):

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

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

  • arch (🥇32 · ⭐ 1.3K) - ARCH models in Python. ❗Unlicensed
  • pyfolio (🥈31 · ⭐ 5.7K · 💀) - Portfolio and risk analytics in Python. Apache-2
  • backtrader (🥈28 · ⭐ 15K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0
  • Alphalens (🥉27 · ⭐ 3.4K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2
  • Enigma Catalyst (🥉27 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2
  • empyrical (🥉27 · ⭐ 1.3K · 💀) - Common financial risk and performance metrics. Used by.. 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 (🥉22 · ⭐ 5.6K · 💀) - Backtest trading strategies in Python. ❗️AGPL-3.0
  • Crypto Signals (🥉22 · ⭐ 4.9K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT
  • FinQuant (🥉22 · ⭐ 1.4K · 💀) - A program for financial portfolio management, analysis and.. MIT
  • surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0
  • pyrtfolio (🥉9 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0


  • Time Series Data

    Back to top

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

    sktime (🥇39 · ⭐ 8K) - A unified framework for machine learning with time series. BSD-3
    • GitHub (👨‍💻 410 · 🔀 1.4K · 📥 100 · 📦 3.5K · 📋 2.6K - 38% open · ⏱️ 20.11.2024):

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

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

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

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

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

    	conda install -c conda-forge prophet
    
  • StatsForecast (🥇34 · ⭐ 4K) - Lightning fast forecasting with statistical and econometric.. Apache-2
  • GitHub (👨‍💻 48 · 🔀 280 · 📦 1.2K · 📋 340 - 29% open · ⏱️ 20.11.2024):

    	git clone https://github.com/Nixtla/statsforecast
    
  • PyPi (📥 1M / month · 📦 57 · ⏱️ 19.09.2024):

    	pip install statsforecast
    
  • Conda (📥 110K · ⏱️ 23.09.2024):

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

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

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

    	conda install -c conda-forge tsfresh
    
  • pytorch-forecasting (🥈32 · ⭐ 4K) - Time series forecasting with PyTorch. MIT
  • GitHub (👨‍💻 56 · 🔀 630 · 📦 450 · 📋 790 - 60% open · ⏱️ 19.11.2024):

    	git clone https://github.com/jdb78/pytorch-forecasting
    
  • PyPi (📥 53K / month · 📦 22 · ⏱️ 19.11.2024):

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

    	conda install -c conda-forge pytorch-forecasting
    
  • STUMPY (🥈32 · ⭐ 3.7K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3
  • GitHub (👨‍💻 41 · 🔀 320 · 📦 940 · 📋 520 - 13% open · ⏱️ 17.11.2024):

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

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

    	conda install -c conda-forge stumpy
    
  • pmdarima (🥈32 · ⭐ 1.6K) - A statistical library designed to fill the void in Pythons time series.. MIT
  • GitHub (👨‍💻 23 · 🔀 230 · 📦 9.8K · 📋 340 - 19% open · ⏱️ 07.11.2024):

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

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

    	conda install -c conda-forge pmdarima
    
  • NeuralForecast (🥈31 · ⭐ 3.1K) - Scalable and user friendly neural forecasting algorithms. Apache-2
  • GitHub (👨‍💻 48 · 🔀 360 · 📦 250 · 📋 570 - 20% open · ⏱️ 19.11.2024):

    	git clone https://github.com/Nixtla/neuralforecast
    
  • PyPi (📥 51K / month · 📦 17 · ⏱️ 20.09.2024):

    	pip install neuralforecast
    
  • Conda (📥 25K · ⏱️ 20.09.2024):

    	conda install -c conda-forge neuralforecast
    
  • skforecast (🥈31 · ⭐ 1.2K) - Time series forecasting with machine learning models. BSD-3
  • GitHub (👨‍💻 17 · 🔀 140 · 📦 360 · 📋 180 - 11% open · ⏱️ 11.11.2024):

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

    	pip install skforecast
    
  • Darts (🥈30 · ⭐ 8.1K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2
  • GitHub (👨‍💻 120 · 🔀 880 · 📋 1.6K - 15% open · ⏱️ 21.11.2024):

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

    	pip install u8darts
    
  • Conda (📥 62K · ⏱️ 13.10.2024):

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

    	docker pull unit8/darts
    
  • GluonTS (🥈30 · ⭐ 4.6K) - Probabilistic time series modeling in Python. Apache-2
  • GitHub (👨‍💻 120 · 🔀 750 · 📋 960 - 33% open · ⏱️ 05.11.2024):

    	git clone https://github.com/awslabs/gluon-ts
    
  • PyPi (📥 730K / month · 📦 33 · ⏱️ 11.11.2024):

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

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

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

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

    	conda install -c conda-forge tslearn
    
  • NeuralProphet (🥉29 · ⭐ 3.9K) - NeuralProphet: A simple forecasting package. MIT
  • GitHub (👨‍💻 56 · 🔀 480 · 📋 560 - 10% open · ⏱️ 13.09.2024):

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

    	pip install neuralprophet
    
  • TSFEL (🥉24 · ⭐ 940) - An intuitive library to extract features from time series. BSD-3
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 160 · 📋 79 - 10% open · ⏱️ 17.10.2024):

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

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

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

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

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

    	pip install tsflex
    
  • Conda (📥 27K · ⏱️ 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 · 📥 36 · 📦 34 · 📋 110 - 27% open · ⏱️ 16.01.2024):

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

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

    	git clone https://github.com/AutoViML/Auto_TS
    
  • PyPi (📥 15K / 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
  • 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
  • tick (🥉21 · ⭐ 490 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3
  • matrixprofile-ts (🥉19 · ⭐ 730 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2
  • atspy (🥉16 · ⭐ 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 · ⭐ 68 · 💀) - 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.7K · 📋 4.9K - 10% open · ⏱️ 19.11.2024):

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

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

      	conda install -c conda-forge mne
      
    Nilearn (🥇37 · ⭐ 1.2K) - Machine learning for NeuroImaging in Python. BSD-3
  • GitHub (👨‍💻 250 · 🔀 600 · 📥 240 · 📦 3.6K · 📋 2.2K - 13% open · ⏱️ 21.11.2024):

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

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

    	conda install -c conda-forge nilearn
    
  • MONAI (🥈36 · ⭐ 5.9K) - AI Toolkit for Healthcare Imaging. Apache-2
  • GitHub (👨‍💻 210 · 🔀 1.1K · 📦 3.1K · 📋 3.2K - 12% open · ⏱️ 21.11.2024):

    	git clone https://github.com/Project-MONAI/MONAI
    
  • PyPi (📥 180K / month · 📦 120 · ⏱️ 16.10.2024):

    	pip install monai
    
  • Conda (📥 34K · ⏱️ 17.10.2024):

    	conda install -c conda-forge monai
    
  • NIPYPE (🥈36 · ⭐ 750) - Workflows and interfaces for neuroimaging packages. Apache-2
  • GitHub (👨‍💻 260 · 🔀 510 · 📦 5.2K · 📋 1.4K - 29% open · ⏱️ 19.11.2024):

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

    	pip install nipype
    
  • Conda (📥 710K · ⏱️ 20.11.2024):

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

    	git clone https://github.com/nipy/nibabel
    
  • PyPi (📥 1.8M / month · 📦 1.2K · ⏱️ 23.10.2024):

    	pip install nibabel
    
  • Conda (📥 800K · ⏱️ 23.10.2024):

    	conda install -c conda-forge nibabel
    
  • Lifelines (🥈34 · ⭐ 2.4K) - Survival analysis in Python. MIT
  • GitHub (👨‍💻 120 · 🔀 560 · 📦 3.1K · 📋 980 - 27% open · ⏱️ 29.10.2024):

    	git clone https://github.com/CamDavidsonPilon/lifelines
    
  • PyPi (📥 2.4M / month · 📦 160 · ⏱️ 29.10.2024):

    	pip install lifelines
    
  • Conda (📥 380K · ⏱️ 29.10.2024):

    	conda install -c conda-forge lifelines
    
  • Hail (🥈33 · ⭐ 980) - Cloud-native genomic dataframes and batch computing. MIT
  • GitHub (👨‍💻 97 · 🔀 250 · 📦 150 · 📋 2.5K - 10% open · ⏱️ 09.11.2024):

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

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

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

    	conda install -c bioconda deepvariant
    
  • Brainiak (🥉18 · ⭐ 340) - Brain Imaging Analysis Kit. Apache-2
  • GitHub (👨‍💻 35 · 🔀 140 · 📋 230 - 40% open · ⏱️ 17.11.2024):

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

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

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

  • NIPY (🥉27 · ⭐ 380) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed
  • NiftyNet (🥉25 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2
  • MedPy (🥉25 · ⭐ 580) - Medical image processing in Python. ❗️GPL-3.0
  • Glow (🥉22 · ⭐ 270) - 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 (🥉16 · ⭐ 850 · 💀) - A medical imaging framework for Pytorch. Apache-2
  • DeepNeuro (🥉15 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT
  • Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2
  • MedicalNet (🥉12 · ⭐ 2K · 💀) - Many studies have shown that the performance on deep learning is.. MIT


  • Tabular Data

    Back to top

    Libraries for processing tabular and structured data.

    pytorch_tabular (🥇23 · ⭐ 1.4K) - A standard framework for modelling Deep Learning Models.. MIT
    • GitHub (👨‍💻 24 · 🔀 140 · 📥 50 · 📋 160 - 12% open · ⏱️ 28.10.2024):

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

      	pip install pytorch_tabular
      
    miceforest (🥈22 · ⭐ 350) - Multiple Imputation with LightGBM in Python. MIT
  • GitHub (👨‍💻 8 · 🔀 30 · 📦 170 · 📋 85 - 8% open · ⏱️ 02.08.2024):

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

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

    	conda install -c conda-forge miceforest
    
  • upgini (🥉21 · ⭐ 320) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
  • GitHub (👨‍💻 13 · 🔀 25 · 📦 9 · ⏱️ 15.11.2024):

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

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

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

    	pip install carefree-learn
    
  • Show 1 hidden projects...
  • deltapy (🥉13 · ⭐ 540 · 💀) - 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 (🥇40 · ⭐ 44K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2
    • GitHub (👨‍💻 270 · 🔀 7.8K · 📥 700K · 📦 3.7K · 📋 9.4K - 1% open · ⏱️ 21.11.2024):

      	git clone https://github.com/PaddlePaddle/PaddleOCR
      
    • PyPi (📥 290K / month · 📦 110 · ⏱️ 22.10.2024):

      	pip install paddleocr
      
    EasyOCR (🥇35 · ⭐ 25K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 3.2K · 📥 16M · 📦 9.5K · 📋 1K - 42% open · ⏱️ 24.09.2024):

    	git clone https://github.com/JaidedAI/EasyOCR
    
  • PyPi (📥 590K / month · 📦 210 · ⏱️ 24.09.2024):

    	pip install easyocr
    
  • OCRmyPDF (🥇35 · ⭐ 14K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0
  • GitHub (👨‍💻 100 · 🔀 1K · 📥 5.7K · 📦 1.1K · 📋 1.2K - 9% open · ⏱️ 17.11.2024):

    	git clone https://github.com/ocrmypdf/OCRmyPDF
    
  • PyPi (📥 160K / month · 📦 36 · ⏱️ 17.11.2024):

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

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

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

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

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

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

    	pip install tesserocr
    
  • Conda (📥 200K · ⏱️ 13.09.2024):

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

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

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

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

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

    	conda install -c anaconda keras-ocr
    
  • Show 5 hidden projects...
  • calamari (🥉24 · ⭐ 1.1K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0

  • attention-ocr (🥉22 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT
  • 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 · ⭐ 620 · 💀) - 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.7K) - 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.7K) - 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.7K) - 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 (🥇46 · ⭐ 34K · 📈) - Ray is an AI compute engine. Ray consists of a core distributed.. Apache-2
    • GitHub (👨‍💻 1.1K · 🔀 5.8K · 📥 240 · 📦 19K · 📋 20K - 21% open · ⏱️ 21.11.2024):

      	git clone https://github.com/ray-project/ray
      
    • PyPi (📥 6.2M / month · 📦 810 · ⏱️ 12.11.2024):

      	pip install ray
      
    • Conda (📥 470K · ⏱️ 30.10.2024):

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

    	git clone https://github.com/dask/dask
    
  • PyPi (📥 14M / month · 📦 2.5K · ⏱️ 13.11.2024):

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

    	conda install -c conda-forge dask
    
  • DeepSpeed (🥇41 · ⭐ 36K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2
  • GitHub (👨‍💻 350 · 🔀 4.1K · 📦 9.7K · 📋 3K - 36% open · ⏱️ 20.11.2024):

    	git clone https://github.com/microsoft/DeepSpeed
    
  • PyPi (📥 560K / month · 📦 220 · ⏱️ 08.11.2024):

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

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

    	git clone https://github.com/dask/distributed
    
  • PyPi (📥 5M / month · 📦 870 · ⏱️ 13.11.2024):

    	pip install distributed
    
  • Conda (📥 16M · ⏱️ 18.11.2024):

    	conda install -c conda-forge distributed
    
  • metrics (🥈36 · ⭐ 2.1K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2
  • GitHub (👨‍💻 260 · 🔀 400 · 📥 5.8K · 📦 33K · 📋 880 - 7% open · ⏱️ 19.11.2024):

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

    	pip install metrics
    
  • Conda (📥 1.7M · ⏱️ 08.11.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 · ⏱️ 13.11.2024):

    	git clone https://github.com/h2oai/h2o-3
    
  • PyPi (📥 250K / month · 📦 49 · ⏱️ 02.11.2024):

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

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

    	pip install horovod
    
  • BigDL (🥈34 · ⭐ 6.7K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.3K · 📥 640 · 📋 2.6K - 38% open · ⏱️ 21.11.2024):

    	git clone https://github.com/intel-analytics/BigDL
    
  • PyPi (📥 87K / 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>
    
  • ColossalAI (🥈33 · ⭐ 39K) - Making large AI models cheaper, faster and more accessible. Apache-2
  • GitHub (👨‍💻 190 · 🔀 4.3K · 📦 440 · 📋 1.7K - 26% open · ⏱️ 21.11.2024):

    	git clone https://github.com/hpcaitech/colossalai
    
  • FairScale (🥈31 · ⭐ 3.2K) - PyTorch extensions for high performance and large scale training. BSD-3
    • GitHub (👨‍💻 75 · 🔀 280 · 📦 6.8K · 📋 390 - 26% open · ⏱️ 03.05.2024):

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

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

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

    	git clone https://github.com/mpi4py/mpi4py
    
  • PyPi (📥 440K / month · 📦 750 · ⏱️ 11.10.2024):

    	pip install mpi4py
    
  • Conda (📥 3.1M · ⏱️ 12.10.2024):

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

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

    	pip install synapseml
    
  • Submit it (🥈29 · ⭐ 1.3K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT
  • GitHub (👨‍💻 25 · 🔀 120 · 📦 3.5K · 📋 130 - 38% open · ⏱️ 18.09.2024):

    	git clone https://github.com/facebookincubator/submitit
    
  • PyPi (📥 510K / month · 📦 49 · ⏱️ 18.09.2024):

    	pip install submitit
    
  • Conda (📥 43K · ⏱️ 19.11.2024):

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

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

    	pip install petastorm
    
  • dask-ml (🥉28 · ⭐ 900) - 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 (📥 110K / month · 📦 93 · ⏱️ 02.04.2024):

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

    	conda install -c conda-forge dask-ml
    
  • Hivemind (🥉25 · ⭐ 2.1K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT
  • GitHub (👨‍💻 33 · 🔀 170 · 📦 110 · 📋 180 - 43% open · ⏱️ 05.11.2024):

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

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

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

    	pip install mmlspark
    
  • Apache Singa (🥉23 · ⭐ 3.4K) - a distributed deep learning platform. Apache-2
  • GitHub (👨‍💻 91 · 🔀 1.2K · 📦 5 · 📋 130 - 37% open · ⏱️ 17.08.2024):

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

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

    	docker pull apache/singa
    
  • analytics-zoo (🥉22 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 20.11.2024):

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

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

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

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

  • ipyparallel (🥈31 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed
  • TensorFlowOnSpark (🥉27 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2
  • Elephas (🥉24 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras
  • BytePS (🥉22 · ⭐ 3.6K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2
  • sk-dist (🥉21 · ⭐ 280 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2
  • somoclu (🥉21 · ⭐ 270 · 💤) - Massively parallel self-organizing maps: accelerate training on.. MIT
  • launchpad (🥉19 · ⭐ 310 · 💀) - Launchpad is a library that simplifies writing.. Apache-2
  • 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
  • Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2
  • parallelformers (🥉17 · ⭐ 780 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2
  • TensorFrames (🥉16 · ⭐ 720 · 💀) - Tensorflow wrapper for DataFrames on Apache Spark. Apache-2
  • LazyCluster (🥉15 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2
  • autodist (🥉13 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2
  • moolib (🥉11 · ⭐ 370 · 💀) - A library for distributed ML training with PyTorch. MIT


  • Hyperparameter Optimization & AutoML

    Back to top

    Libraries for hyperparameter optimization, automl and neural architecture search.

    Optuna (🥇43 · ⭐ 11K) - A hyperparameter optimization framework. MIT
    • GitHub (👨‍💻 280 · 🔀 1K · 📦 19K · 📋 1.7K - 3% open · ⏱️ 21.11.2024):

      	git clone https://github.com/optuna/optuna
      
    • PyPi (📥 4M / month · 📦 1K · ⏱️ 12.11.2024):

      	pip install optuna
      
    • Conda (📥 1.9M · ⏱️ 13.11.2024):

      	conda install -c conda-forge optuna
      
    Ax (🥇36 · ⭐ 2.4K) - Adaptive Experimentation Platform. MIT
  • GitHub (👨‍💻 180 · 🔀 310 · 📦 840 · 📋 800 - 9% open · ⏱️ 21.11.2024):

    	git clone https://github.com/facebook/Ax
    
  • PyPi (📥 100K / month · 📦 54 · ⏱️ 23.09.2024):

    	pip install ax-platform
    
  • Conda (📥 29K · ⏱️ 24.09.2024):

    	conda install -c conda-forge ax-platform
    
  • AutoGluon (🥇35 · ⭐ 8.1K · 📉) - Fast and Accurate ML in 3 Lines of Code. Apache-2
  • GitHub (👨‍💻 130 · 🔀 930 · 📦 880 · 📋 1.5K - 24% open · ⏱️ 21.11.2024):

    	git clone https://github.com/autogluon/autogluon
    
  • PyPi (📥 370K / month · 📦 27 · ⏱️ 21.11.2024):

    	pip install autogluon
    
  • Conda (📥 22K · ⏱️ 18.10.2024):

    	conda install -c conda-forge autogluon
    
  • Docker Hub (📥 11K · ⭐ 17 · ⏱️ 07.03.2024):

    	docker pull autogluon/autogluon
    
  • BoTorch (🥇34 · ⭐ 3.1K) - Bayesian optimization in PyTorch. MIT
  • GitHub (👨‍💻 130 · 🔀 400 · 📦 1.2K · 📋 560 - 13% open · ⏱️ 19.11.2024):

    	git clone https://github.com/pytorch/botorch
    
  • PyPi (📥 170K / month · 📦 84 · ⏱️ 17.09.2024):

    	pip install botorch
    
  • Conda (📥 130K · ⏱️ 20.09.2024):

    	conda install -c conda-forge botorch
    
  • Bayesian Optimization (🥇33 · ⭐ 7.9K) - A Python implementation of global optimization with.. MIT
  • GitHub (👨‍💻 47 · 🔀 1.5K · 📥 160 · 📦 3.1K · 📋 360 - 2% open · ⏱️ 21.10.2024):

    	git clone https://github.com/fmfn/BayesianOptimization
    
  • PyPi (📥 430K / month · 📦 150 · ⏱️ 21.10.2024):

    	pip install bayesian-optimization
    
  • Hyperopt (🥇33 · ⭐ 7.3K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3
  • GitHub (👨‍💻 100 · 🔀 1.1K · 📦 18K · 📋 680 - 21% open · ⏱️ 25.09.2024):

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

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

    	conda install -c conda-forge hyperopt
    
  • nevergrad (🥈32 · ⭐ 4K) - A Python toolbox for performing gradient-free optimization. MIT
  • GitHub (👨‍💻 57 · 🔀 350 · 📦 780 · 📋 300 - 39% open · ⏱️ 20.11.2024):

    	git clone https://github.com/facebookresearch/nevergrad
    
  • PyPi (📥 160K / month · 📦 58 · ⏱️ 25.09.2024):

    	pip install nevergrad
    
  • Conda (📥 56K · ⏱️ 09.01.2024):

    	conda install -c conda-forge nevergrad
    
  • AutoKeras (🥈31 · ⭐ 9.2K) - AutoML library for deep learning. Apache-2
  • GitHub (👨‍💻 140 · 🔀 1.4K · 📥 19K · 📦 770 · 📋 900 - 15% open · ⏱️ 05.11.2024):

    	git clone https://github.com/keras-team/autokeras
    
  • PyPi (📥 28K / month · 📦 13 · ⏱️ 20.03.2024):

    	pip install autokeras
    
  • featuretools (🥈31 · ⭐ 7.3K) - An open source python library for automated feature engineering. BSD-3
  • GitHub (👨‍💻 74 · 🔀 880 · 📦 1.8K · 📋 1K - 15% open · ⏱️ 13.11.2024):

    	git clone https://github.com/alteryx/featuretools
    
  • PyPi (📥 59K / month · 📦 74 · ⏱️ 14.05.2024):

    	pip install featuretools
    
  • Conda (📥 220K · ⏱️ 15.05.2024):

    	conda install -c conda-forge featuretools
    
  • Keras Tuner (🥈31 · ⭐ 2.9K) - A Hyperparameter Tuning Library for Keras. Apache-2
  • GitHub (👨‍💻 61 · 🔀 400 · 📦 4.7K · 📋 490 - 44% open · ⏱️ 24.06.2024):

    	git clone https://github.com/keras-team/keras-tuner
    
  • PyPi (📥 490K / month · 📦 120 · ⏱️ 04.03.2024):

    	pip install keras-tuner
    
  • Conda (📥 43K · ⏱️ 05.03.2024):

    	conda install -c conda-forge keras-tuner
    
  • mljar-supervised (🥈30 · ⭐ 3.1K) - Python package for AutoML on Tabular Data with Feature.. MIT
  • GitHub (👨‍💻 29 · 🔀 410 · 📦 140 · 📋 660 - 21% open · ⏱️ 12.11.2024):

    	git clone https://github.com/mljar/mljar-supervised
    
  • PyPi (📥 9.7K / month · 📦 6 · ⏱️ 12.11.2024):

    	pip install mljar-supervised
    
  • Conda (📥 25K · ⏱️ 12.11.2024):

    	conda install -c conda-forge mljar-supervised
    
  • lazypredict (🥈30 · ⭐ 3K) - Lazy Predict help build a lot of basic models without much code.. MIT
  • GitHub (👨‍💻 18 · 🔀 340 · 📦 1.1K · 📋 130 - 70% open · ⏱️ 03.11.2024):

    	git clone https://github.com/shankarpandala/lazypredict
    
  • PyPi (📥 16K / month · 📦 6 · ⏱️ 02.11.2024):

    	pip install lazypredict
    
  • Conda (📥 3.7K · ⏱️ 16.06.2023):

    	conda install -c conda-forge lazypredict
    
  • Talos (🥈25 · ⭐ 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 · ⭐ 650) - Automated modeling and machine learning framework FEDOT. BSD-3
  • GitHub (👨‍💻 36 · 🔀 88 · 📦 55 · 📋 550 - 10% open · ⏱️ 15.11.2024):

    	git clone https://github.com/nccr-itmo/FEDOT
    
  • PyPi (📥 2.3K / month · 📦 5 · ⏱️ 28.08.2024):

    	pip install fedot
    
  • Hyperactive (🥈25 · ⭐ 510) - An optimization and data collection toolbox for convenient and fast.. MIT
  • GitHub (👨‍💻 9 · 🔀 42 · 📥 260 · 📦 36 · 📋 77 - 18% open · ⏱️ 13.11.2024):

    	git clone https://github.com/SimonBlanke/Hyperactive
    
  • PyPi (📥 3.8K / month · 📦 13 · ⏱️ 15.08.2024):

    	pip install hyperactive
    
  • AlphaPy (🥉21 · ⭐ 1.2K · 💤) - Python AutoML for Trading Systems and Sports Betting. Apache-2
  • GitHub (👨‍💻 5 · 🔀 200 · 📦 6 · 📋 42 - 30% open · ⏱️ 10.02.2024):

    	git clone https://github.com/ScottfreeLLC/AlphaPy
    
  • PyPi (📥 4.6K / month · ⏱️ 29.08.2020):

    	pip install alphapy
    
  • opytimizer (🥉21 · ⭐ 610) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2
  • GitHub (👨‍💻 4 · 🔀 41 · 📦 19 · ⏱️ 18.08.2024):

    	git clone https://github.com/gugarosa/opytimizer
    
  • PyPi (📥 1.2K / month · ⏱️ 18.08.2024):

    	pip install opytimizer
    
  • featurewiz (🥉21 · ⭐ 590) - Use advanced feature engineering strategies and select best.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 89 · 📦 76 · 📋 100 - 7% open · ⏱️ 02.05.2024):

    	git clone https://github.com/AutoViML/featurewiz
    
  • PyPi (📥 46K / month · 📦 2 · ⏱️ 10.02.2024):

    	pip install featurewiz
    
  • Auto ViML (🥉21 · ⭐ 520) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2
  • GitHub (👨‍💻 9 · 🔀 100 · 📦 27 · 📋 34 - 2% open · ⏱️ 11.05.2024):

    	git clone https://github.com/AutoViML/Auto_ViML
    
  • PyPi (📥 24K / month · 📦 3 · ⏱️ 11.05.2024):

    	pip install autoviml
    
  • shap-hypetune (🥉18 · ⭐ 570 · 💤) - A python package for simultaneous Hyperparameters Tuning and.. MIT
  • GitHub (👨‍💻 3 · 🔀 69 · 📦 20 · 📋 36 - 11% open · ⏱️ 21.02.2024):

    	git clone https://github.com/cerlymarco/shap-hypetune
    
  • PyPi (📥 4K / month · 📦 2 · ⏱️ 21.02.2024):

    	pip install shap-hypetune
    
  • Show 32 hidden projects...
  • scikit-optimize (🥇33 · ⭐ 2.7K · 💀) - Sequential model-based optimization with a.. BSD-3

  • NNI (🥈31 · ⭐ 14K · 💀) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT
  • TPOT (🥈31 · ⭐ 9.7K · 💤) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0
  • auto-sklearn (🥈31 · ⭐ 7.6K · 💀) - Automated Machine Learning with scikit-learn. BSD-3
  • Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT
  • SMAC3 (🥈26 · ⭐ 1.1K) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause
  • GPyOpt (🥈26 · ⭐ 930 · 💀) - Gaussian Process Optimization using GPy. BSD-3
  • AdaNet (🥈25 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2
  • auto_ml (🥉24 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT
  • Orion (🥉23 · ⭐ 290 · 💤) - Asynchronous Distributed Hyperparameter Optimization. BSD-3
  • HpBandSter (🥉22 · ⭐ 610 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3
  • lightwood (🥉22 · ⭐ 450) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0
  • igel (🥉21 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT
  • MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause
  • Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT
  • Neuraxle (🥉21 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2
  • optunity (🥉21 · ⭐ 420 · 💀) - optimization routines for hyperparameter tuning. BSD-3
  • sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT
  • Dragonfly (🥉19 · ⭐ 860 · 💀) - An open source python library for scalable Bayesian optimisation. MIT
  • Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT
  • Sherpa (🥉19 · ⭐ 330 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0
  • Advisor (🥉18 · ⭐ 1.5K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2
  • Xcessiv (🥉18 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2
  • automl-gs (🥉17 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT
  • HyperparameterHunter (🥉17 · ⭐ 710 · 💀) - Easy hyperparameter optimization and automatic result.. MIT
  • Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT
  • Auptimizer (🥉14 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0
  • ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2
  • Hypermax (🥉13 · ⭐ 110 · 💤) - Better, faster hyper-parameter optimization. BSD-3
  • model_search (🥉11 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2
  • Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT
  • Hypertunity (🥉11 · ⭐ 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 (🥇31 · ⭐ 10K) - FinRL: Financial Reinforcement Learning. MIT
    • GitHub (👨‍💻 120 · 🔀 2.4K · 📦 53 · 📋 720 - 33% open · ⏱️ 04.11.2024):

      	git clone https://github.com/AI4Finance-Foundation/FinRL
      
    • PyPi (📥 1.9K / 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 · 📦 280 · 📋 460 - 6% open · ⏱️ 08.09.2024):

    	git clone https://github.com/mwydmuch/ViZDoom
    
  • PyPi (📥 4.4K / 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 · 🔀 720 · 📋 670 - 29% open · ⏱️ 09.10.2024):

    	git clone https://github.com/tensorflow/agents
    
  • PyPi (📥 69K / month · 📦 14 · ⏱️ 14.12.2023):

    	pip install tf-agents
    
  • Dopamine (🥈28 · ⭐ 11K) - Dopamine is a research framework for fast prototyping of.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 1.4K · 📦 21 · 📋 190 - 54% open · ⏱️ 04.11.2024):

    	git clone https://github.com/google/dopamine
    
  • PyPi (📥 33K / month · 📦 10 · ⏱️ 31.10.2024):

    	pip install dopamine-rl
    
  • Acme (🥈28 · ⭐ 3.5K) - A library of reinforcement learning components and agents. Apache-2
  • GitHub (👨‍💻 86 · 🔀 420 · 📦 220 · 📋 270 - 23% open · ⏱️ 30.10.2024):

    	git clone https://github.com/deepmind/acme
    
  • PyPi (📥 1.4K / month · 📦 3 · ⏱️ 10.02.2022):

    	pip install dm-acme
    
  • Conda (📥 10K · ⏱️ 16.06.2023):

    	conda install -c conda-forge dm-acme
    
  • TensorForce (🥈27 · ⭐ 3.3K) - Tensorforce: a TensorFlow library for applied.. Apache-2
  • GitHub (👨‍💻 85 · 🔀 530 · 📦 460 · 📋 680 - 6% open · ⏱️ 31.07.2024):

    	git clone https://github.com/tensorforce/tensorforce
    
  • PyPi (📥 1.2K / month · 📦 4 · ⏱️ 30.08.2021):

    	pip install tensorforce
    
  • PARL (🥉25 · ⭐ 3.3K) - A high-performance distributed training framework for Reinforcement.. Apache-2
  • GitHub (👨‍💻 45 · 🔀 820 · 📦 130 · 📋 540 - 24% open · ⏱️ 09.07.2024):

    	git clone https://github.com/PaddlePaddle/PARL
    
  • PyPi (📥 1.4K / month · 📦 1 · ⏱️ 13.05.2022):

    	pip install parl
    
  • RLax (🥉25 · ⭐ 1.3K) - A library of reinforcement learning building blocks in JAX. Apache-2
  • GitHub (👨‍💻 21 · 🔀 87 · 📦 280 · 📋 26 - 30% open · ⏱️ 24.05.2024):

    	git clone https://github.com/deepmind/rlax
    
  • PyPi (📥 22K / month · 📦 11 · ⏱️ 09.01.2023):

    	pip install rlax
    
  • ReAgent (🥉22 · ⭐ 3.6K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3
  • GitHub (👨‍💻 170 · 🔀 510 · 📋 160 - 53% open · ⏱️ 20.11.2024):

    	git clone https://github.com/facebookresearch/ReAgent
    
  • PyPi (📥 53 / month · ⏱️ 27.05.2020):

    	pip install reagent
    
  • PFRL (🥉22 · ⭐ 1.2K) - PFRL: a PyTorch-based deep reinforcement learning library. MIT
  • GitHub (👨‍💻 20 · 🔀 150 · 📦 120 · 📋 79 - 41% open · ⏱️ 04.08.2024):

    	git clone https://github.com/pfnet/pfrl
    
  • PyPi (📥 520 / month · 📦 1 · ⏱️ 16.07.2023):

    	pip install pfrl
    
  • rliable (🥉13 · ⭐ 770) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 48 · 📦 160 · 📋 18 - 11% open · ⏱️ 12.08.2024):

    	git clone https://github.com/google-research/rliable
    
  • PyPi:

    	pip install rliable`
    
  • Show 12 hidden projects...
  • OpenAI Gym (🥇40 · ⭐ 35K · 💀) - 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.2K · 💀) - 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 (🥉21 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2
  • SerpentAI (🥉19 · ⭐ 6.8K · 💀) - 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 (🥇33 · ⭐ 19K) - Best Practices on Recommendation Systems. MIT
    • GitHub (👨‍💻 140 · 🔀 3.1K · 📥 610 · 📦 130 · 📋 870 - 18% open · ⏱️ 15.11.2024):

      	git clone https://github.com/microsoft/recommenders
      
    • PyPi (📥 25K / month · 📦 4 · ⏱️ 01.05.2024):

      	pip install recommenders
      
    torchrec (🥇31 · ⭐ 2K) - Pytorch domain library for recommendation systems. BSD-3
  • GitHub (👨‍💻 290 · 🔀 440 · 📦 160 · 📋 440 - 72% open · ⏱️ 20.11.2024):

    	git clone https://github.com/pytorch/torchrec
    
  • PyPi (📥 24K / month · ⏱️ 12.05.2022):

    	pip install torchrec-nightly-cpu
    
  • implicit (🥈29 · ⭐ 3.6K · 💤) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT
  • GitHub (👨‍💻 35 · 🔀 610 · 📥 1.5K · 📦 1.6K · 📋 500 - 18% open · ⏱️ 21.11.2023):

    	git clone https://github.com/benfred/implicit
    
  • PyPi (📥 190K / month · 📦 29 · ⏱️ 29.09.2023):

    	pip install implicit
    
  • Conda (📥 940K · ⏱️ 23.08.2024):

    	conda install -c conda-forge implicit
    
  • Cornac (🥈28 · ⭐ 890) - A Comparative Framework for Multimodal Recommender Systems. Apache-2
  • GitHub (👨‍💻 22 · 🔀 140 · 📦 250 · 📋 160 - 11% open · ⏱️ 14.09.2024):

    	git clone https://github.com/PreferredAI/cornac
    
  • PyPi (📥 53K / month · 📦 18 · ⏱️ 15.08.2024):

    	pip install cornac
    
  • Conda (📥 610K · ⏱️ 13.09.2024):

    	conda install -c conda-forge cornac
    
  • scikit-surprise (🥈27 · ⭐ 6.4K) - 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 (📥 120K / month · 📦 37 · ⏱️ 19.05.2024):

    	pip install scikit-surprise
    
  • Conda (📥 430K · ⏱️ 20.05.2024):

    	conda install -c conda-forge scikit-surprise
    
  • TF Ranking (🥈26 · ⭐ 2.7K · 💤) - Learning to Rank in TensorFlow. Apache-2
  • GitHub (👨‍💻 36 · 🔀 480 · 📋 330 - 27% open · ⏱️ 18.03.2024):

    	git clone https://github.com/tensorflow/ranking
    
  • PyPi (📥 100K / month · 📦 15 · ⏱️ 18.03.2024):

    	pip install tensorflow_ranking
    
  • RecBole (🥉25 · ⭐ 3.5K) - A unified, comprehensive and efficient recommendation library. MIT
  • GitHub (👨‍💻 74 · 🔀 620 · 📋 1K - 28% open · ⏱️ 05.09.2024):

    	git clone https://github.com/RUCAIBox/RecBole
    
  • PyPi (📥 45K / month · 📦 2 · ⏱️ 31.10.2023):

    	pip install recbole
    
  • Conda (📥 6.5K · ⏱️ 01.11.2023):

    	conda install -c aibox recbole
    
  • TF Recommenders (🥉25 · ⭐ 1.8K) - TensorFlow Recommenders is a library for building.. Apache-2
  • GitHub (👨‍💻 43 · 🔀 280 · 📋 450 - 59% open · ⏱️ 09.11.2024):

    	git clone https://github.com/tensorflow/recommenders
    
  • PyPi (📥 370K / month · 📦 2 · ⏱️ 03.02.2023):

    	pip install tensorflow-recommenders
    
  • Show 9 hidden projects...
  • lightfm (🥈28 · ⭐ 4.8K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2

  • lkpy (🥉25 · ⭐ 270) - Python recommendation toolkit. MIT
  • fastFM (🥉22 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3
  • tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2
  • recmetrics (🥉19 · ⭐ 570 · 💀) - A library of metrics for evaluating recommender systems. MIT
  • Case Recommender (🥉19 · ⭐ 490 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT
  • Spotlight (🥉18 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT
  • OpenRec (🥉17 · ⭐ 410 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2
  • Collie (🥉17 · ⭐ 110 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3


  • Privacy Machine Learning

    Back to top

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

    PySyft (🥇37 · ⭐ 9.5K) - Perform data science on data that remains in someone elses server. Apache-2
    • GitHub (👨‍💻 520 · 🔀 2K · 📥 2.3K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 03.11.2024):

      	git clone https://github.com/OpenMined/PySyft
      
    • PyPi (📥 19K / month · 📦 4 · ⏱️ 03.11.2024):

      	pip install syft
      
    Opacus (🥈31 · ⭐ 1.7K) - Training PyTorch models with differential privacy. Apache-2
  • GitHub (👨‍💻 82 · 🔀 340 · 📥 130 · 📦 910 · 📋 310 - 22% open · ⏱️ 04.11.2024):

    	git clone https://github.com/pytorch/opacus
    
  • PyPi (📥 240K / month · 📦 36 · ⏱️ 03.08.2024):

    	pip install opacus
    
  • Conda (📥 19K · ⏱️ 05.08.2024):

    	conda install -c conda-forge opacus
    
  • FATE (🥈26 · ⭐ 5.7K · 📈) - An Industrial Grade Federated Learning Framework. Apache-2
  • GitHub (👨‍💻 100 · 🔀 1.5K · 📋 2.1K - 3% open · ⏱️ 19.11.2024):

    	git clone https://github.com/FederatedAI/FATE
    
  • PyPi (⏱️ 06.05.2020):

    	pip install ETAF
    
  • TensorFlow Privacy (🥉25 · ⭐ 1.9K) - Library for training machine learning models with.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 440 · 📥 180 · 📋 210 - 55% open · ⏱️ 25.10.2024):

    	git clone https://github.com/tensorflow/privacy
    
  • PyPi (📥 19K / month · 📦 21 · ⏱️ 14.02.2024):

    	pip install tensorflow-privacy
    
  • TFEncrypted (🥉25 · ⭐ 1.2K) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2
  • GitHub (👨‍💻 29 · 🔀 210 · 📦 68 · 📋 440 - 32% open · ⏱️ 25.09.2024):

    	git clone https://github.com/tf-encrypted/tf-encrypted
    
  • PyPi (📥 1.7K / month · 📦 9 · ⏱️ 16.11.2022):

    	pip install tf-encrypted
    
  • CrypTen (🥉24 · ⭐ 1.5K) - A framework for Privacy Preserving Machine Learning. MIT
  • GitHub (👨‍💻 38 · 🔀 270 · 📦 46 · 📋 280 - 28% open · ⏱️ 19.10.2024):

    	git clone https://github.com/facebookresearch/CrypTen
    
  • PyPi (📥 460 / month · 📦 1 · ⏱️ 08.12.2022):

    	pip install crypten
    
  • Show 1 hidden projects...
  • PipelineDP (🥉20 · ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2


  • Workflow & Experiment Tracking

    Back to top

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

    mlflow (🥇44 · ⭐ 19K) - Open source platform for the machine learning lifecycle. Apache-2
    • GitHub (👨‍💻 800 · 🔀 4.2K · 📦 46K · 📋 4.3K - 38% open · ⏱️ 21.11.2024):

      	git clone https://github.com/mlflow/mlflow
      
    • PyPi (📥 18M / month · 📦 910 · ⏱️ 18.11.2024):

      	pip install mlflow
      
    • Conda (📥 2.5M · ⏱️ 19.11.2024):

      	conda install -c conda-forge mlflow
      
    wandb client (🥇42 · ⭐ 9.2K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT
  • GitHub (👨‍💻 200 · 🔀 670 · 📥 360 · 📦 59K · 📋 3.4K - 18% open · ⏱️ 21.11.2024):

    	git clone https://github.com/wandb/client
    
  • PyPi (📥 19M / month · 📦 1.5K · ⏱️ 13.11.2024):

    	pip install wandb
    
  • Conda (📥 750K · ⏱️ 14.11.2024):

    	conda install -c conda-forge wandb
    
  • Tensorboard (🥇42 · ⭐ 6.7K) - TensorFlows Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 320 · 🔀 1.7K · 📦 270K · 📋 1.9K - 35% open · ⏱️ 19.11.2024):

    	git clone https://github.com/tensorflow/tensorboard
    
  • PyPi (📥 23M / month · 📦 2.2K · ⏱️ 25.09.2024):

    	pip install tensorboard
    
  • Conda (📥 5.2M · ⏱️ 27.09.2024):

    	conda install -c conda-forge tensorboard
    
  • DVC (🥇41 · ⭐ 14K · 📉) - Data Versioning and ML Experiments. Apache-2
  • GitHub (👨‍💻 310 · 🔀 1.2K · 📦 19K · 📋 4.7K - 4% open · ⏱️ 19.11.2024):

    	git clone https://github.com/iterative/dvc
    
  • PyPi (📥 560K / month · 📦 130 · ⏱️ 23.10.2024):

    	pip install dvc
    
  • Conda (📥 2.4M · ⏱️ 23.10.2024):

    	conda install -c conda-forge dvc
    
  • SageMaker SDK (🥇41 · ⭐ 2.1K) - A library for training and deploying machine learning.. Apache-2
  • GitHub (👨‍💻 460 · 🔀 1.1K · 📦 4.8K · 📋 1.5K - 21% open · ⏱️ 20.11.2024):

    	git clone https://github.com/aws/sagemaker-python-sdk
    
  • PyPi (📥 25M / month · 📦 160 · ⏱️ 20.11.2024):

    	pip install sagemaker
    
  • Conda (📥 1.2M · ⏱️ 31.07.2024):

    	conda install -c conda-forge sagemaker-python-sdk
    
  • Metaflow (🥈36 · ⭐ 8.3K) - Open Source Platform for developing, scaling and deploying serious.. Apache-2
  • GitHub (👨‍💻 96 · 🔀 770 · 📦 760 · 📋 760 - 44% open · ⏱️ 13.11.2024):

    	git clone https://github.com/Netflix/metaflow
    
  • PyPi (📥 1.2M / month · 📦 47 · ⏱️ 13.11.2024):

    	pip install metaflow
    
  • Conda (📥 230K · ⏱️ 19.11.2024):

    	conda install -c conda-forge metaflow
    
  • PyCaret (🥈34 · ⭐ 9K) - An open-source, low-code machine learning library in Python. MIT
  • GitHub (👨‍💻 140 · 🔀 1.8K · 📥 720 · 📦 6.7K · 📋 2.3K - 16% open · ⏱️ 30.08.2024):

    	git clone https://github.com/pycaret/pycaret
    
  • PyPi (📥 370K / month · 📦 31 · ⏱️ 28.04.2024):

    	pip install pycaret
    
  • Conda (📥 58K · ⏱️ 25.04.2024):

    	conda install -c conda-forge pycaret
    
  • snakemake (🥈34 · ⭐ 2.3K) - This is the development home of the workflow management system.. MIT
  • GitHub (👨‍💻 340 · 🔀 550 · 📦 2.2K · 📋 1.8K - 61% open · ⏱️ 21.11.2024):

    	git clone https://github.com/snakemake/snakemake
    
  • PyPi (📥 120K / month · 📦 240 · ⏱️ 11.11.2024):

    	pip install snakemake
    
  • Conda (📥 1.2M · ⏱️ 11.11.2024):

    	conda install -c bioconda snakemake
    
  • tensorboardX (🥈33 · ⭐ 7.9K · 📉) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT
  • GitHub (👨‍💻 82 · 🔀 860 · 📥 450 · 📦 51K · 📋 460 - 17% open · ⏱️ 16.11.2024):

    	git clone https://github.com/lanpa/tensorboardX
    
  • PyPi (📥 4M / month · 📦 620 · ⏱️ 20.08.2023):

    	pip install tensorboardX
    
  • Conda (📥 1.2M · ⏱️ 20.08.2023):

    	conda install -c conda-forge tensorboardx
    
  • ClearML (🥈33 · ⭐ 5.7K) - ClearML - Auto-Magical CI/CD to streamline your AI workload... Apache-2
  • GitHub (👨‍💻 100 · 🔀 650 · 📥 2.9K · 📦 1.4K · 📋 1.1K - 46% open · ⏱️ 21.11.2024):

    	git clone https://github.com/allegroai/clearml
    
  • PyPi (📥 320K / month · 📦 44 · ⏱️ 27.10.2024):

    	pip install clearml
    
  • Docker Hub (📥 30K · ⏱️ 05.10.2020):

    	docker pull allegroai/trains
    
  • aim (🥈33 · ⭐ 5.2K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2
  • GitHub (👨‍💻 76 · 🔀 320 · 📦 740 · 📋 1K - 36% open · ⏱️ 21.11.2024):

    	git clone https://github.com/aimhubio/aim
    
  • PyPi (📥 610K / month · 📦 39 · ⏱️ 20.11.2024):

    	pip install aim
    
  • Conda (📥 86K · ⏱️ 14.06.2024):

    	conda install -c conda-forge aim
    
  • kaggle (🥈32 · ⭐ 6.3K) - Official Kaggle API. Apache-2
  • GitHub (👨‍💻 48 · 🔀 1.1K · 📦 21 · 📋 490 - 30% open · ⏱️ 12.11.2024):

    	git clone https://github.com/Kaggle/kaggle-api
    
  • PyPi (📥 240K / month · 📦 210 · ⏱️ 24.07.2024):

    	pip install kaggle
    
  • Conda (📥 190K · ⏱️ 27.07.2024):

    	conda install -c conda-forge kaggle
    
  • sacred (🥈32 · ⭐ 4.3K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT
  • GitHub (👨‍💻 110 · 🔀 380 · 📦 3.3K · 📋 560 - 18% open · ⏱️ 22.10.2024):

    	git clone https://github.com/IDSIA/sacred
    
  • PyPi (📥 200K / month · 📦 60 · ⏱️ 26.08.2024):

    	pip install sacred
    
  • Conda (📥 7.1K · ⏱️ 28.11.2023):

    	conda install -c conda-forge sacred
    
  • AzureML SDK (🥈32 · ⭐ 4.1K) - Python notebooks with ML and deep learning examples with Azure.. MIT
  • GitHub (👨‍💻 64 · 🔀 2.5K · 📥 660 · 📋 1.5K - 26% open · ⏱️ 04.11.2024):

    	git clone https://github.com/Azure/MachineLearningNotebooks
    
  • PyPi (📥 360K / month · 📦 31 · ⏱️ 16.10.2024):

    	pip install azureml-sdk
    
  • VisualDL (🥈30 · ⭐ 4.8K) - Deep Learning Visualization Toolkit. Apache-2
  • GitHub (👨‍💻 36 · 🔀 630 · 📥 460 · 📦 2 · 📋 500 - 28% open · ⏱️ 13.11.2024):

    	git clone https://github.com/PaddlePaddle/VisualDL
    
  • PyPi (📥 170K / month · 📦 82 · ⏱️ 30.10.2024):

    	pip install visualdl
    
  • Labml (🥈29 · ⭐ 2.1K) - Monitor deep learning model training and hardware usage from your mobile.. MIT
  • GitHub (👨‍💻 9 · 🔀 140 · 📦 180 · 📋 48 - 10% open · ⏱️ 16.11.2024):

    	git clone https://github.com/labmlai/labml
    
  • PyPi (📥 9.1K / month · 📦 14 · ⏱️ 15.09.2024):

    	pip install labml
    
  • Neptune.ai (🥈29 · ⭐ 590) - The experiment tracker for foundation model training. Apache-2
  • GitHub (👨‍💻 55 · 🔀 63 · 📦 670 · 📋 240 - 9% open · ⏱️ 04.11.2024):

    	git clone https://github.com/neptune-ai/neptune-client
    
  • PyPi (📥 520K / month · 📦 77 · ⏱️ 31.10.2024):

    	pip install neptune-client
    
  • Conda (📥 290K · ⏱️ 31.10.2024):

    	conda install -c conda-forge neptune-client
    
  • ml-metadata (🥉28 · ⭐ 630) - For recording and retrieving metadata associated with ML.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 150 · 📥 2.7K · 📦 590 · 📋 120 - 38% open · ⏱️ 24.10.2024):

    	git clone https://github.com/google/ml-metadata
    
  • PyPi (📥 91K / month · 📦 31 · ⏱️ 01.10.2024):

    	pip install ml-metadata
    
  • TNT (🥉26 · ⭐ 1.7K) - A lightweight library for PyTorch training tools and utilities. BSD-3
  • GitHub (👨‍💻 140 · 🔀 270 · 📋 150 - 55% open · ⏱️ 15.11.2024):

    	git clone https://github.com/pytorch/tnt
    
  • PyPi (📥 5.5K / month · 📦 24 · ⏱️ 29.07.2018):

    	pip install torchnet
    
  • quinn (🥉26 · ⭐ 640) - pyspark methods to enhance developer productivity. Apache-2
  • GitHub (👨‍💻 32 · 🔀 98 · 📥 44 · 📦 87 · 📋 140 - 26% open · ⏱️ 12.10.2024):

    	git clone https://github.com/MrPowers/quinn
    
  • PyPi (📥 650K / month · 📦 7 · ⏱️ 13.02.2024):

    	pip install quinn
    
  • gokart (🥉25 · ⭐ 320) - Gokart solves reproducibility, task dependencies, constraints of good code,.. MIT
  • GitHub (👨‍💻 41 · 🔀 57 · 📦 84 · 📋 88 - 28% open · ⏱️ 02.11.2024):

    	git clone https://github.com/m3dev/gokart
    
  • PyPi (📥 5.8K / month · 📦 8 · ⏱️ 28.10.2024):

    	pip install gokart
    
  • caliban (🥉17 · ⭐ 490 · 💤) - Research workflows made easy, locally and in the Cloud. Apache-2
  • GitHub (👨‍💻 10 · 🔀 66 · 📦 4 · 📋 34 - 55% open · ⏱️ 25.01.2024):

    	git clone https://github.com/google/caliban
    
  • PyPi (📥 1.2K / month · ⏱️ 12.09.2020):

    	pip install caliban
    
  • CometML (🥉15) - Supercharging Machine Learning. MIT
  • GitHub:

    	git clone https://github.com/comet-ml/examples
    
  • PyPi (📥 370K / month · 📦 81 · ⏱️ 18.11.2024):

    	pip install comet_ml
    
  • Conda:

    	conda install -c anaconda comet_ml
    
  • Show 17 hidden projects...
  • Catalyst (🥉28 · ⭐ 3.3K · 💀) - Accelerated deep learning R&D. Apache-2

  • knockknock (🥉25 · ⭐ 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 (🥉22 · ⭐ 1.6K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT
  • Studio.ml (🥉22 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2
  • TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT
  • TensorWatch (🥉20 · ⭐ 3.4K · 💀) - Debugging, monitoring and visualization for Python Machine.. MIT
  • MXBoard (🥉20 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2
  • datmo (🥉19 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT
  • keepsake (🥉18 · ⭐ 1.6K · 💀) - Version control for machine learning. Apache-2
  • chitra (🥉17 · ⭐ 220) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2
  • steppy (🥉17 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT
  • ModelChimp (🥉13 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2
  • traintool (🥉9 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2


  • Model Serialization & Deployment

    Back to top

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

    onnx (🥇43 · ⭐ 18K) - Open standard for machine learning interoperability. Apache-2
    • GitHub (👨‍💻 330 · 🔀 3.7K · 📥 22K · 📦 36K · 📋 2.9K - 11% open · ⏱️ 21.11.2024):

      	git clone https://github.com/onnx/onnx
      
    • PyPi (📥 6.2M / month · 📦 1.1K · ⏱️ 01.10.2024):

      	pip install onnx
      
    • Conda (📥 1.3M · ⏱️ 21.10.2024):

      	conda install -c conda-forge onnx
      
    triton (🥇43 · ⭐ 13K) - Development repository for the Triton language and compiler. MIT
  • GitHub (👨‍💻 340 · 🔀 1.7K · 📦 44K · 📋 1.5K - 43% open · ⏱️ 21.11.2024):

    	git clone https://github.com/openai/triton
    
  • PyPi (📥 15M / month · 📦 260 · ⏱️ 14.10.2024):

    	pip install triton
    
  • huggingface_hub (🥈38 · ⭐ 2.1K) - The official Python client for the Huggingface Hub. Apache-2
  • GitHub (👨‍💻 210 · 🔀 550 · 📋 1K - 15% open · ⏱️ 21.11.2024):

    	git clone https://github.com/huggingface/huggingface_hub
    
  • PyPi (📥 46M / month · 📦 2K · ⏱️ 28.10.2024):

    	pip install huggingface_hub
    
  • Conda (📥 2.4M · ⏱️ 29.10.2024):

    	conda install -c conda-forge huggingface_hub
    
  • Core ML Tools (🥈36 · ⭐ 4.4K) - Core ML tools contain supporting tools for Core ML model.. BSD-3
  • GitHub (👨‍💻 180 · 🔀 640 · 📥 12K · 📦 4.3K · 📋 1.5K - 24% open · ⏱️ 21.11.2024):

    	git clone https://github.com/apple/coremltools
    
  • PyPi (📥 1.2M / month · 📦 87 · ⏱️ 20.11.2024):

    	pip install coremltools
    
  • Conda (📥 75K · ⏱️ 16.06.2023):

    	conda install -c conda-forge coremltools
    
  • BentoML (🥈35 · ⭐ 7.2K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2
  • GitHub (👨‍💻 210 · 🔀 790 · 📥 900 · 📦 2.2K · 📋 1.1K - 15% open · ⏱️ 21.11.2024):

    	git clone https://github.com/bentoml/BentoML
    
  • PyPi (📥 130K / month · 📦 31 · ⏱️ 21.11.2024):

    	pip install bentoml
    
  • TorchServe (🥈34 · ⭐ 4.2K) - Serve, optimize and scale PyTorch models in production. Apache-2
  • GitHub (👨‍💻 220 · 🔀 860 · 📥 7.1K · 📦 760 · 📋 1.7K - 24% open · ⏱️ 23.10.2024):

    	git clone https://github.com/pytorch/serve
    
  • PyPi (📥 60K / month · 📦 22 · ⏱️ 30.09.2024):

    	pip install torchserve
    
  • Conda (📥 360K · ⏱️ 30.09.2024):

    	conda install -c pytorch torchserve
    
  • Docker Hub (📥 1.4M · ⭐ 29 · ⏱️ 30.09.2024):

    	docker pull pytorch/torchserve
    
  • Hummingbird (🥈26 · ⭐ 3.4K) - Hummingbird compiles trained ML models into tensor computation for.. MIT
  • GitHub (👨‍💻 40 · 🔀 280 · 📥 730 · 📋 330 - 20% open · ⏱️ 24.10.2024):

    	git clone https://github.com/microsoft/hummingbird
    
  • PyPi (📥 7.9K / month · 📦 7 · ⏱️ 25.10.2024):

    	pip install hummingbird-ml
    
  • Conda (📥 51K · ⏱️ 20.11.2024):

    	conda install -c conda-forge hummingbird-ml
    
  • hls4ml (🥈26 · ⭐ 1.3K) - Machine learning on FPGAs using HLS. Apache-2
  • GitHub (👨‍💻 63 · 🔀 390 · 📋 440 - 39% open · ⏱️ 19.11.2024):

    	git clone https://github.com/fastmachinelearning/hls4ml
    
  • PyPi (📥 1.4K / month · ⏱️ 19.12.2023):

    	pip install hls4ml
    
  • Conda (📥 9.1K · ⏱️ 16.06.2023):

    	conda install -c conda-forge hls4ml
    
  • nebullvm (🥉21 · ⭐ 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 (📥 930 / month · 📦 2 · ⏱️ 18.06.2023):

    	pip install nebullvm
    
  • tfdeploy (🥉17 · ⭐ 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 (📥 390 / month · ⏱️ 30.03.2017):

    	pip install tfdeploy
    
  • Show 10 hidden projects...
  • mmdnn (🥉25 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT

  • m2cgen (🥉25 · ⭐ 2.8K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT
  • cortex (🥉23 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2
  • sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3
  • Larq Compute Engine (🥉21 · ⭐ 240) - Highly optimized inference engine for Binarized.. Apache-2
  • pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT
  • OMLT (🥉19 · ⭐ 280) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed
  • modelkit (🥉17 · ⭐ 150) - Toolkit for developing and maintaining ML models. MIT
  • backprop (🥉16 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2
  • ml-ane-transformers (🥉13 · ⭐ 2.6K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed


  • Model Interpretability

    Back to top

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

    shap (🥇42 · ⭐ 23K) - A game theoretic approach to explain the output of any machine learning model. MIT
    • GitHub (👨‍💻 250 · 🔀 3.3K · 📦 22K · 📋 2.5K - 28% open · ⏱️ 20.11.2024):

      	git clone https://github.com/slundberg/shap
      
    • PyPi (📥 6.4M / month · 📦 750 · ⏱️ 27.06.2024):

      	pip install shap
      
    • Conda (📥 4.4M · ⏱️ 20.11.2024):

      	conda install -c conda-forge shap
      
    Netron (🥇37 · ⭐ 28K) - Visualizer for neural network, deep learning and machine learning.. MIT
  • GitHub (👨‍💻 2 · 🔀 2.8K · 📥 120K · 📦 590 · 📋 1.2K - 1% open · ⏱️ 21.11.2024):

    	git clone https://github.com/lutzroeder/netron
    
  • PyPi (📥 27K / month · 📦 83 · ⏱️ 16.11.2024):

    	pip install netron
    
  • arviz (🥇36 · ⭐ 1.6K) - Exploratory analysis of Bayesian models with Python. Apache-2
  • GitHub (👨‍💻 160 · 🔀 410 · 📥 160 · 📦 8.2K · 📋 870 - 20% open · ⏱️ 19.11.2024):

    	git clone https://github.com/arviz-devs/arviz
    
  • PyPi (📥 1.2M / month · 📦 310 · ⏱️ 28.09.2024):

    	pip install arviz
    
  • Conda (📥 2.2M · ⏱️ 29.09.2024):

    	conda install -c conda-forge arviz
    
  • Captum (🥇34 · ⭐ 4.9K) - Model interpretability and understanding for PyTorch. BSD-3
  • GitHub (👨‍💻 120 · 🔀 500 · 📦 2.6K · 📋 590 - 42% open · ⏱️ 21.11.2024):

    	git clone https://github.com/pytorch/captum
    
  • PyPi (📥 270K / month · 📦 130 · ⏱️ 05.12.2023):

    	pip install captum
    
  • Conda (📥 92K · ⏱️ 16.06.2023):

    	conda install -c conda-forge captum
    
  • InterpretML (🥇33 · ⭐ 6.3K) - Fit interpretable models. Explain blackbox machine learning. MIT
  • GitHub (👨‍💻 48 · 🔀 730 · 📦 790 · 📋 450 - 23% open · ⏱️ 20.11.2024):

    	git clone https://github.com/interpretml/interpret
    
  • PyPi (📥 120K / month · 📦 50 · ⏱️ 20.11.2024):

    	pip install interpret
    
  • evaluate (🥈32 · ⭐ 2K) - Evaluate: A library for easily evaluating machine learning models and.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 260 · 📦 15K · 📋 360 - 60% open · ⏱️ 17.09.2024):

    	git clone https://github.com/huggingface/evaluate
    
  • PyPi (📥 2.5M / month · 📦 400 · ⏱️ 11.09.2024):

    	pip install evaluate
    
  • shapash (🥈31 · ⭐ 2.7K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 330 · 📦 180 · 📋 220 - 17% open · ⏱️ 28.10.2024):

    	git clone https://github.com/MAIF/shapash
    
  • PyPi (📥 43K / month · 📦 4 · ⏱️ 25.10.2024):

    	pip install shapash
    
  • fairlearn (🥈30 · ⭐ 2K) - A Python package to assess and improve fairness of machine learning.. MIT
  • GitHub (👨‍💻 86 · 🔀 420 · 📦 3 · 📋 480 - 32% open · ⏱️ 21.11.2024):

    	git clone https://github.com/fairlearn/fairlearn
    
  • PyPi (📥 240K / month · 📦 59 · ⏱️ 31.10.2024):

    	pip install fairlearn
    
  • Conda (📥 38K · ⏱️ 04.11.2024):

    	conda install -c conda-forge fairlearn
    
  • Model Analysis (🥈30 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2
  • GitHub (👨‍💻 59 · 🔀 280 · 📋 93 - 40% open · ⏱️ 20.11.2024):

    	git clone https://github.com/tensorflow/model-analysis
    
  • PyPi (📥 130K / month · 📦 19 · ⏱️ 05.11.2024):

    	pip install tensorflow-model-analysis
    
  • DoWhy (🥈29 · ⭐ 7.1K) - DoWhy is a Python library for causal inference that supports explicit.. MIT
  • GitHub (👨‍💻 98 · 🔀 930 · 📥 41 · 📦 450 · 📋 480 - 28% open · ⏱️ 20.11.2024):

    	git clone https://github.com/py-why/dowhy
    
  • PyPi (📥 50K / month · 📦 7 · ⏱️ 25.12.2023):

    	pip install dowhy
    
  • Conda (📥 35K · ⏱️ 26.01.2024):

    	conda install -c conda-forge dowhy
    
  • LIT (🥈29 · ⭐ 3.5K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 360 · 📦 41 · 📋 200 - 57% open · ⏱️ 22.10.2024):

    	git clone https://github.com/PAIR-code/lit
    
  • PyPi (📥 6.6K / month · 📦 3 · ⏱️ 22.10.2024):

    	pip install lit-nlp
    
  • Conda (📥 96K · ⏱️ 16.06.2023):

    	conda install -c conda-forge lit-nlp
    
  • explainerdashboard (🥈29 · ⭐ 2.3K) - Quickly build Explainable AI dashboards that show the inner.. MIT
  • GitHub (👨‍💻 21 · 🔀 330 · 📦 560 · 📋 240 - 14% open · ⏱️ 20.06.2024):

    	git clone https://github.com/oegedijk/explainerdashboard
    
  • PyPi (📥 72K / month · 📦 10 · ⏱️ 18.03.2024):

    	pip install explainerdashboard
    
  • Conda (📥 56K · ⏱️ 18.03.2024):

    	conda install -c conda-forge explainerdashboard
    
  • pyLDAvis (🥈29 · ⭐ 1.8K · 💤) - Python library for interactive topic model visualization... BSD-3
  • GitHub (👨‍💻 42 · 🔀 360 · 📦 6.6K · 📋 190 - 40% open · ⏱️ 29.04.2024):

    	git clone https://github.com/bmabey/pyLDAvis
    
  • PyPi (📥 140K / month · 📦 100 · ⏱️ 23.04.2023):

    	pip install pyldavis
    
  • Conda (📥 88K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pyldavis
    
  • imodels (🥈28 · ⭐ 1.4K) - Interpretable ML package for concise, transparent, and accurate.. MIT
  • GitHub (👨‍💻 24 · 🔀 120 · 📦 110 · 📋 93 - 38% open · ⏱️ 06.11.2024):

    	git clone https://github.com/csinva/imodels
    
  • PyPi (📥 120K / month · 📦 9 · ⏱️ 15.10.2024):

    	pip install imodels
    
  • dtreeviz (🥈27 · ⭐ 3K) - 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 (📥 110K / month · 📦 53 · ⏱️ 07.07.2022):

    	pip install dtreeviz
    
  • Conda (📥 89K · ⏱️ 13.07.2023):

    	conda install -c conda-forge dtreeviz
    
  • Fairness 360 (🥈26 · ⭐ 2.5K) - A comprehensive set of fairness metrics for datasets and.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 840 · 📦 520 · 📋 300 - 66% open · ⏱️ 05.07.2024):

    	git clone https://github.com/Trusted-AI/AIF360
    
  • PyPi (📥 32K / month · 📦 32 · ⏱️ 08.04.2024):

    	pip install aif360
    
  • Conda (📥 16K · ⏱️ 09.04.2024):

    	conda install -c conda-forge aif360
    
  • responsible-ai-widgets (🥈26 · ⭐ 1.4K) - Responsible AI Toolbox is a suite of tools providing.. MIT
  • GitHub (👨‍💻 43 · 🔀 360 · 📋 320 - 26% open · ⏱️ 07.08.2024):

    	git clone https://github.com/microsoft/responsible-ai-toolbox
    
  • PyPi (📥 12K / month · 📦 6 · ⏱️ 08.07.2024):

    	pip install raiwidgets
    
  • CausalNex (🥉24 · ⭐ 2.2K · 💤) - A Python library that helps data scientists to infer.. Apache-2
  • GitHub (👨‍💻 40 · 🔀 260 · 📦 130 · 📋 140 - 17% open · ⏱️ 10.02.2024):

    	git clone https://github.com/quantumblacklabs/causalnex
    
  • PyPi (📥 4.3K / month · 📦 4 · ⏱️ 22.06.2023):

    	pip install causalnex
    
  • Explainability 360 (🥉24 · ⭐ 1.6K) - Interpretability and explainability of data and.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 300 · 📦 100 · 📋 85 - 63% open · ⏱️ 16.07.2024):

    	git clone https://github.com/Trusted-AI/AIX360
    
  • PyPi (📥 2K / month · 📦 1 · ⏱️ 31.07.2023):

    	pip install aix360
    
  • keract (🥉24 · ⭐ 1K · 💤) - Layers Outputs and Gradients in Keras. Made easy. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 230 · 📋 89 - 3% open · ⏱️ 17.11.2023):

    	git clone https://github.com/philipperemy/keract
    
  • PyPi (📥 8.3K / month · 📦 9 · ⏱️ 25.09.2022):

    	pip install keract
    
  • aequitas (🥉24 · ⭐ 690) - Bias Auditing & Fair ML Toolkit. MIT
  • GitHub (👨‍💻 22 · 🔀 110 · 📦 170 · 📋 99 - 51% open · ⏱️ 11.09.2024):

    	git clone https://github.com/dssg/aequitas
    
  • PyPi (📥 30K / month · 📦 8 · ⏱️ 30.01.2024):

    	pip install aequitas
    
  • What-If Tool (🥉23 · ⭐ 920 · 💤) - Source code/webpage/demos for the What-If Tool. Apache-2
  • GitHub (👨‍💻 20 · 🔀 170 · 📦 2 · 📋 150 - 61% open · ⏱️ 01.02.2024):

    	git clone https://github.com/PAIR-code/what-if-tool
    
  • PyPi (📥 10K / month · 📦 6 · ⏱️ 12.10.2021):

    	pip install witwidget
    
  • Conda (📥 2.3M · ⏱️ 16.06.2023):

    	conda install -c conda-forge tensorboard-plugin-wit
    
  • npm (📥 510 / month · 📦 3 · ⏱️ 12.10.2021):

    	npm install wit-widget
    
  • ecco (🥉22 · ⭐ 2K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3
  • GitHub (👨‍💻 12 · 🔀 160 · 📥 120 · 📦 31 · 📋 64 - 51% open · ⏱️ 15.08.2024):

    	git clone https://github.com/jalammar/ecco
    
  • PyPi (📥 1.1K / month · 📦 1 · ⏱️ 09.01.2022):

    	pip install ecco
    
  • Conda (📥 5.7K · ⏱️ 16.06.2023):

    	conda install -c conda-forge ecco
    
  • random-forest-importances (🥉22 · ⭐ 600) - Code to compute permutation and drop-column.. MIT
  • GitHub (👨‍💻 15 · 🔀 130 · 📦 170 · 📋 39 - 20% open · ⏱️ 29.09.2024):

    	git clone https://github.com/parrt/random-forest-importances
    
  • PyPi (📥 14K / month · 📦 5 · ⏱️ 28.01.2021):

    	pip install rfpimp
    
  • DiCE (🥉20 · ⭐ 1.4K · 💤) - Generate Diverse Counterfactual Explanations for any machine.. MIT
  • GitHub (👨‍💻 19 · 🔀 190 · 📋 180 - 48% open · ⏱️ 17.04.2024):

    	git clone https://github.com/interpretml/DiCE
    
  • PyPi (📥 40K / month · 📦 6 · ⏱️ 27.10.2023):

    	pip install dice-ml
    
  • fairness-indicators (🥉19 · ⭐ 340 · 💤) - Tensorflows Fairness Evaluation and Visualization.. Apache-2
  • GitHub (👨‍💻 36 · 🔀 79 · 📋 36 - 72% open · ⏱️ 26.04.2024):

    	git clone https://github.com/tensorflow/fairness-indicators
    
  • PyPi (📥 2.7K / month · ⏱️ 26.04.2024):

    	pip install fairness-indicators
    
  • LOFO (🥉18 · ⭐ 820 · 💤) - Leave One Feature Out Importance. MIT
  • GitHub (👨‍💻 6 · 🔀 85 · 📦 34 · 📋 28 - 10% open · ⏱️ 16.01.2024):

    	git clone https://github.com/aerdem4/lofo-importance
    
  • PyPi (📥 3.2K / month · 📦 4 · ⏱️ 16.01.2024):

    	pip install lofo-importance
    
  • ExplainX.ai (🥉16 · ⭐ 420) - Explainable AI framework for data scientists. Explain & debug any.. MIT
  • GitHub (👨‍💻 5 · 🔀 52 · 📥 19 · 📋 39 - 25% open · ⏱️ 21.08.2024):

    	git clone https://github.com/explainX/explainx
    
  • PyPi (📥 1.6K / month · ⏱️ 04.02.2021):

    	pip install explainx
    
  • interpret-text (🥉15 · ⭐ 420 · 💤) - A library that incorporates state-of-the-art explainers.. MIT
  • GitHub (👨‍💻 18 · 🔀 67 · 📋 100 - 84% open · ⏱️ 05.02.2024):

    	git clone https://github.com/interpretml/interpret-text
    
  • PyPi (📥 240 / month · ⏱️ 07.12.2021):

    	pip install interpret-text
    
  • Show 25 hidden projects...
  • Lime (🥇33 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2

  • yellowbrick (🥈28 · ⭐ 4.3K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-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
  • DALEX (🥈28 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0
  • Alibi (🥈27 · ⭐ 2.4K) - Algorithms for explaining machine learning models. ❗️Intel
  • eli5 (🥈26 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT
  • 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
  • iNNvestigate (🥉25 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2
  • checklist (🥉24 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT
  • tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT
  • Quantus (🥉22 · ⭐ 560) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0
  • deeplift (🥉21 · ⭐ 830 · 💀) - 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
  • sklearn-evaluation (🥉19 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT
  • model-card-toolkit (🥉18 · ⭐ 430 · 💀) - A toolkit that streamlines and automates the.. Apache-2
  • Anchor (🥉16 · ⭐ 800 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2
  • FlashTorch (🥉16 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo –. MIT
  • Skater (🥉14 · ⭐ 1.1K · 💀) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0
  • bias-detector (🥉14 · ⭐ 44 · 💤) - Bias Detector is a python package for detecting bias in machine.. MIT
  • Attribution Priors (🥉13 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT
  • contextual-ai (🥉13 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2


  • Vector Similarity Search (ANN)

    Back to top

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

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

    Faiss (🥇41 · ⭐ 32K) - A library for efficient similarity search and clustering of dense vectors. MIT
    • GitHub (👨‍💻 200 · 🔀 3.6K · 📦 4.2K · 📋 2.6K - 9% open · ⏱️ 20.11.2024):

      	git clone https://github.com/facebookresearch/faiss
      
    • PyPi (📥 1.2M / month · 📦 180 · ⏱️ 29.10.2024):

      	pip install pymilvus
      
    • Conda (📥 1.9M · ⏱️ 09.08.2024):

      	conda install -c conda-forge faiss
      
    Milvus (🥇41 · ⭐ 31K) - A cloud-native vector database, storage for next generation AI.. Apache-2
  • GitHub (👨‍💻 300 · 🔀 2.9K · 📥 280K · 📋 12K - 5% open · ⏱️ 21.11.2024):

    	git clone https://github.com/milvus-io/milvus
    
  • PyPi (📥 1.2M / month · 📦 180 · ⏱️ 29.10.2024):

    	pip install pymilvus
    
  • Docker Hub (📥 67M · ⭐ 64 · ⏱️ 21.11.2024):

    	docker pull milvusdb/milvus
    
  • Annoy (🥈35 · ⭐ 13K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. Apache-2
  • GitHub (👨‍💻 88 · 🔀 1.2K · 📦 4.5K · 📋 400 - 14% open · ⏱️ 29.07.2024):

    	git clone https://github.com/spotify/annoy
    
  • PyPi (📥 1M / month · 📦 200 · ⏱️ 14.06.2023):

    	pip install annoy
    
  • Conda (📥 570K · ⏱️ 05.09.2024):

    	conda install -c conda-forge python-annoy
    
  • hnswlib (🥈32 · ⭐ 4.4K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2
  • GitHub (👨‍💻 72 · 🔀 650 · 📦 7.2K · 📋 400 - 59% open · ⏱️ 17.06.2024):

    	git clone https://github.com/nmslib/hnswlib
    
  • PyPi (📥 880K / month · 📦 130 · ⏱️ 03.12.2023):

    	pip install hnswlib
    
  • Conda (📥 260K · ⏱️ 20.11.2024):

    	conda install -c conda-forge hnswlib
    
  • NMSLIB (🥈32 · ⭐ 3.4K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2
  • GitHub (👨‍💻 49 · 🔀 450 · 📦 1.2K · 📋 440 - 20% open · ⏱️ 21.09.2024):

    	git clone https://github.com/nmslib/nmslib
    
  • PyPi (📥 400K / month · 📦 63 · ⏱️ 03.02.2021):

    	pip install nmslib
    
  • Conda (📥 160K · ⏱️ 09.09.2024):

    	conda install -c conda-forge nmslib
    
  • USearch (🥉30 · ⭐ 2.3K) - Fast Open-Source Search & Clustering engine for Vectors & Strings in.. Apache-2
  • GitHub (👨‍💻 57 · 🔀 140 · 📥 33K · 📦 140 · 📋 170 - 35% open · ⏱️ 21.11.2024):

    	git clone https://github.com/unum-cloud/usearch
    
  • PyPi (📥 300K / month · 📦 23 · ⏱️ 21.11.2024):

    	pip install usearch
    
  • npm (📥 9.8K / month · 📦 14 · ⏱️ 21.11.2024):

    	npm install usearch
    
  • Docker Hub (📥 150 · ⭐ 1 · ⏱️ 21.11.2024):

    	docker pull unum/usearch
    
  • PyNNDescent (🥉28 · ⭐ 900) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2
  • GitHub (👨‍💻 29 · 🔀 100 · 📦 8.4K · 📋 140 - 52% open · ⏱️ 10.11.2024):

    	git clone https://github.com/lmcinnes/pynndescent
    
  • PyPi (📥 2.1M / month · 📦 160 · ⏱️ 17.06.2024):

    	pip install pynndescent
    
  • Conda (📥 2.1M · ⏱️ 17.06.2024):

    	conda install -c conda-forge pynndescent
    
  • NGT (🥉23 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2
  • GitHub (👨‍💻 15 · 🔀 110 · 📋 140 - 14% open · ⏱️ 12.11.2024):

    	git clone https://github.com/yahoojapan/NGT
    
  • PyPi (📥 4.5K / 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 · ⭐ 770 · 💀) - 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.7K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2
    • GitHub (👨‍💻 500 · 🔀 2K · 📥 2K · 📦 4.7K · 📋 3.4K - 9% open · ⏱️ 20.11.2024):

      	git clone https://github.com/pymc-devs/pymc
      
    • PyPi (📥 230K / month · 📦 190 · ⏱️ 31.05.2024):

      	pip install pymc3
      
    • Conda (📥 620K · ⏱️ 02.06.2024):

      	conda install -c conda-forge pymc3
      
    tensorflow-probability (🥇37 · ⭐ 4.3K) - Probabilistic reasoning and statistical analysis in.. Apache-2
  • GitHub (👨‍💻 500 · 🔀 1.1K · 📦 2 · 📋 1.5K - 45% open · ⏱️ 20.11.2024):

    	git clone https://github.com/tensorflow/probability
    
  • PyPi (📥 1.4M / month · 📦 620 · ⏱️ 08.11.2024):

    	pip install tensorflow-probability
    
  • Conda (📥 150K · ⏱️ 27.05.2024):

    	conda install -c conda-forge tensorflow-probability
    
  • Pyro (🥇34 · ⭐ 8.6K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2
  • GitHub (👨‍💻 160 · 🔀 990 · 📋 1.1K - 23% open · ⏱️ 02.11.2024):

    	git clone https://github.com/pyro-ppl/pyro
    
  • PyPi (📥 280K / month · 📦 190 · ⏱️ 02.06.2024):

    	pip install pyro-ppl
    
  • Conda (📥 210K · ⏱️ 03.06.2024):

    	conda install -c conda-forge pyro-ppl
    
  • pgmpy (🥇34 · ⭐ 2.8K) - Python Library for learning (Structure and Parameter), inference.. MIT
  • GitHub (👨‍💻 130 · 🔀 720 · 📥 550 · 📦 1.3K · 📋 950 - 32% open · ⏱️ 21.11.2024):

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

    	pip install pgmpy
    
  • patsy (🥇34 · ⭐ 950) - Describing statistical models in Python using symbolic formulas. BSD-2
  • GitHub (👨‍💻 22 · 🔀 100 · 📦 110K · 📋 160 - 46% open · ⏱️ 18.11.2024):

    	git clone https://github.com/pydata/patsy
    
  • PyPi (📥 15M / month · 📦 530 · ⏱️ 12.11.2024):

    	pip install patsy
    
  • Conda (📥 13M · ⏱️ 12.11.2024):

    	conda install -c conda-forge patsy
    
  • GPyTorch (🥈32 · ⭐ 3.6K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT
  • GitHub (👨‍💻 140 · 🔀 560 · 📦 2.5K · 📋 1.4K - 27% open · ⏱️ 20.11.2024):

    	git clone https://github.com/cornellius-gp/gpytorch
    
  • PyPi (📥 230K / month · 📦 170 · ⏱️ 06.09.2024):

    	pip install gpytorch
    
  • Conda (📥 180K · ⏱️ 07.09.2024):

    	conda install -c conda-forge gpytorch
    
  • hmmlearn (🥈32 · ⭐ 3.1K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3
  • GitHub (👨‍💻 49 · 🔀 740 · 📦 2.9K · 📋 450 - 15% open · ⏱️ 31.10.2024):

    	git clone https://github.com/hmmlearn/hmmlearn
    
  • PyPi (📥 690K / month · 📦 92 · ⏱️ 31.10.2024):

    	pip install hmmlearn
    
  • Conda (📥 300K · ⏱️ 31.10.2024):

    	conda install -c conda-forge hmmlearn
    
  • SALib (🥈32 · ⭐ 890) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT
  • GitHub (👨‍💻 48 · 🔀 230 · 📦 1.3K · 📋 340 - 15% open · ⏱️ 10.10.2024):

    	git clone https://github.com/SALib/SALib
    
  • PyPi (📥 600K / month · 📦 130 · ⏱️ 19.08.2024):

    	pip install salib
    
  • Conda (📥 190K · ⏱️ 20.09.2024):

    	conda install -c conda-forge salib
    
  • emcee (🥈31 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT
  • GitHub (👨‍💻 74 · 🔀 430 · 📦 2.7K · 📋 300 - 19% open · ⏱️ 03.11.2024):

    	git clone https://github.com/dfm/emcee
    
  • PyPi (📥 1M / month · 📦 440 · ⏱️ 19.04.2024):

    	pip install emcee
    
  • Conda (📥 370K · ⏱️ 22.04.2024):

    	conda install -c conda-forge emcee
    
  • pandas-ta (🥉30 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT
  • GitHub (👨‍💻 45 · 🔀 1.1K · 📦 4.4K · 📋 600 - 18% open · ⏱️ 24.06.2024):

    	git clone https://github.com/twopirllc/pandas-ta
    
  • PyPi (📥 200K / month · 📦 120 · ⏱️ 28.07.2021):

    	pip install pandas-ta
    
  • Conda (📥 22K · ⏱️ 16.06.2023):

    	conda install -c conda-forge pandas-ta
    
  • GPflow (🥉30 · ⭐ 1.8K) - Gaussian processes in TensorFlow. Apache-2
  • GitHub (👨‍💻 84 · 🔀 440 · 📦 700 · 📋 840 - 18% open · ⏱️ 04.10.2024):

    	git clone https://github.com/GPflow/GPflow
    
  • PyPi (📥 59K / month · 📦 35 · ⏱️ 17.06.2024):

    	pip install gpflow
    
  • Conda (📥 36K · ⏱️ 26.06.2024):

    	conda install -c conda-forge gpflow
    
  • PyStan (🥉28 · ⭐ 340) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC
  • GitHub (👨‍💻 14 · 🔀 59 · 📦 10K · 📋 200 - 6% open · ⏱️ 03.07.2024):

    	git clone https://github.com/stan-dev/pystan
    
  • PyPi (📥 690K / month · 📦 160 · ⏱️ 03.07.2024):

    	pip install pystan
    
  • Conda (📥 2.9M · ⏱️ 16.06.2023):

    	conda install -c conda-forge pystan
    
  • pomegranate (🥉27 · ⭐ 3.4K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT
  • GitHub (👨‍💻 75 · 🔀 590 · 📋 780 - 2% open · ⏱️ 18.10.2024):

    	git clone https://github.com/jmschrei/pomegranate
    
  • PyPi (📥 20K / month · 📦 59 · ⏱️ 18.10.2024):

    	pip install pomegranate
    
  • Conda (📥 180K · ⏱️ 10.12.2023):

    	conda install -c conda-forge pomegranate
    
  • bambi (🥉26 · ⭐ 1.1K) - BAyesian Model-Building Interface (Bambi) in Python. MIT
  • GitHub (👨‍💻 40 · 🔀 120 · 📦 160 · 📋 420 - 20% open · ⏱️ 10.11.2024):

    	git clone https://github.com/bambinos/bambi
    
  • PyPi (📥 31K / month · 📦 10 · ⏱️ 10.07.2024):

    	pip install bambi
    
  • Conda (📥 40K · ⏱️ 10.07.2024):

    	conda install -c conda-forge bambi
    
  • scikit-posthocs (🥉26 · ⭐ 350) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT
  • GitHub (👨‍💻 15 · 🔀 40 · 📥 65 · 📦 900 · 📋 58 - 3% open · ⏱️ 26.10.2024):

    	git clone https://github.com/maximtrp/scikit-posthocs
    
  • PyPi (📥 85K / month · 📦 54 · ⏱️ 20.10.2024):

    	pip install scikit-posthocs
    
  • Conda (📥 980K · ⏱️ 24.10.2024):

    	conda install -c conda-forge scikit-posthocs
    
  • Orbit (🥉23 · ⭐ 1.9K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 64 · 📋 400 - 12% open · ⏱️ 10.07.2024):

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

    	pip install orbit-ml
    
  • Baal (🥉22 · ⭐ 870) - Bayesian active learning library for research and industrial usecases. Apache-2
  • GitHub (👨‍💻 23 · 🔀 86 · 📦 62 · 📋 110 - 17% open · ⏱️ 27.06.2024):

    	git clone https://github.com/baal-org/baal
    
  • PyPi (📥 3.3K / month · 📦 2 · ⏱️ 11.06.2024):

    	pip install baal
    
  • Conda (📥 11K · ⏱️ 12.06.2023):

    	conda install -c conda-forge baal
    
  • TorchUncertainty (🥉22 · ⭐ 300) - Open-source framework for uncertainty and deep.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 20 · 📋 38 - 28% open · ⏱️ 19.11.2024):

    	git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty
    
  • PyPi (📥 1.4K / month · 📦 3 · ⏱️ 18.11.2024):

    	pip install torch-uncertainty
    
  • Show 6 hidden projects...
  • filterpy (🥈32 · ⭐ 3.4K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT

  • pingouin (🥉30 · ⭐ 1.6K) - Statistical package in Python based on Pandas. ❗️GPL-3.0
  • Edward (🥉28 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2
  • pyhsmm (🥉21 · ⭐ 550 · 💀) - Bayesian inference in HSMMs and HMMs. MIT
  • Funsor (🥉19 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2
  • ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT


  • Adversarial Robustness

    Back to top

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

    ART (🥇35 · ⭐ 4.9K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT
    • GitHub (👨‍💻 140 · 🔀 1.2K · 📦 610 · 📋 900 - 15% open · ⏱️ 18.11.2024):

      	git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
      
    • PyPi (📥 89K / month · 📦 20 · ⏱️ 02.10.2024):

      	pip install adversarial-robustness-toolbox
      
    • Conda (📥 54K · ⏱️ 03.10.2024):

      	conda install -c conda-forge adversarial-robustness-toolbox
      
    TextAttack (🥈27 · ⭐ 3K) - TextAttack is a Python framework for adversarial attacks, data.. MIT
  • GitHub (👨‍💻 66 · 🔀 380 · 📦 320 · 📋 280 - 21% open · ⏱️ 25.07.2024):

    	git clone https://github.com/QData/TextAttack
    
  • PyPi (📥 5K / month · 📦 11 · ⏱️ 11.03.2024):

    	pip install textattack
    
  • Conda (📥 8.9K · ⏱️ 16.06.2023):

    	conda install -c conda-forge textattack
    
  • Foolbox (🥈27 · ⭐ 2.8K · 💤) - A Python toolbox to create adversarial examples that fool neural.. MIT
  • GitHub (👨‍💻 35 · 🔀 420 · 📦 640 · 📋 380 - 7% open · ⏱️ 04.03.2024):

    	git clone https://github.com/bethgelab/foolbox
    
  • PyPi (📥 5.9K / month · 📦 14 · ⏱️ 04.03.2024):

    	pip install foolbox
    
  • Conda (📥 16K · ⏱️ 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 (🥉23 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0
  • AdvBox (🥉20 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2
  • robustness (🥉19 · ⭐ 920 · 💀) - A library for experimenting with, training and evaluating neural.. MIT
  • textflint (🥉17 · ⭐ 640 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0
  • Adversary (🥉15 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT


  • GPU & Accelerator Utilities

    Back to top

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

    CuPy (🥇39 · ⭐ 9.5K) - NumPy & SciPy for GPU. MIT
    • GitHub (👨‍💻 390 · 🔀 850 · 📥 190K · 📦 2.3K · 📋 2.4K - 25% open · ⏱️ 21.11.2024):

      	git clone https://github.com/cupy/cupy
      
    • PyPi (📥 60K / month · 📦 270 · ⏱️ 22.08.2024):

      	pip install cupy
      
    • Conda (📥 5.1M · ⏱️ 18.10.2024):

      	conda install -c conda-forge cupy
      
    • Docker Hub (📥 70K · ⭐ 13 · ⏱️ 22.08.2024):

      	docker pull cupy/cupy
      
    optimum (🥇36 · ⭐ 2.6K) - Accelerate training and inference of Transformers and Diffusers with.. Apache-2
  • GitHub (👨‍💻 130 · 🔀 460 · 📦 3.9K · 📋 860 - 49% open · ⏱️ 21.11.2024):

    	git clone https://github.com/huggingface/optimum
    
  • PyPi (📥 1.3M / month · 📦 180 · ⏱️ 29.10.2024):

    	pip install optimum
    
  • Conda (📥 27K · ⏱️ 29.05.2024):

    	conda install -c conda-forge optimum
    
  • cuDF (🥈35 · ⭐ 8.5K) - cuDF - GPU DataFrame Library. Apache-2
  • GitHub (👨‍💻 300 · 🔀 910 · 📦 57 · 📋 6.6K - 15% open · ⏱️ 21.11.2024):

    	git clone https://github.com/rapidsai/cudf
    
  • PyPi (📥 3.5K / month · 📦 22 · ⏱️ 01.06.2020):

    	pip install cudf
    
  • PyCUDA (🥈32 · ⭐ 1.9K) - CUDA integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 82 · 🔀 280 · 📦 3.2K · 📋 280 - 29% open · ⏱️ 05.11.2024):

    	git clone https://github.com/inducer/pycuda
    
  • PyPi (📥 94K / month · 📦 160 · ⏱️ 30.07.2024):

    	pip install pycuda
    
  • Conda (📥 640K · ⏱️ 17.08.2024):

    	conda install -c conda-forge pycuda
    
  • cuML (🥈31 · ⭐ 4.2K) - cuML - RAPIDS Machine Learning Library. Apache-2
  • GitHub (👨‍💻 180 · 🔀 530 · 📋 2.5K - 35% open · ⏱️ 15.11.2024):

    	git clone https://github.com/rapidsai/cuml
    
  • PyPi (📥 3.5K / month · 📦 14 · ⏱️ 01.06.2020):

    	pip install cuml
    
  • Apex (🥈30 · ⭐ 8.4K · 📉) - A PyTorch Extension: Tools for easy mixed precision and.. BSD-3
  • GitHub (👨‍💻 130 · 🔀 1.4K · 📦 2.8K · 📋 1.3K - 58% open · ⏱️ 21.11.2024):

    	git clone https://github.com/NVIDIA/apex
    
  • Conda (📥 360K · ⏱️ 04.11.2024):

    	conda install -c conda-forge nvidia-apex
    
  • gpustat (🥈29 · ⭐ 4.1K · 💤) - A simple command-line utility for querying and monitoring GPU status. MIT
  • GitHub (👨‍💻 17 · 🔀 280 · 📦 6.3K · 📋 120 - 22% open · ⏱️ 12.01.2024):

    	git clone https://github.com/wookayin/gpustat
    
  • PyPi (📥 620K / month · 📦 150 · ⏱️ 22.08.2023):

    	pip install gpustat
    
  • Conda (📥 300K · ⏱️ 23.08.2023):

    	conda install -c conda-forge gpustat
    
  • ArrayFire (🥈28 · ⭐ 4.6K) - ArrayFire: a general purpose GPU library. BSD-3
  • GitHub (👨‍💻 94 · 🔀 530 · 📥 7.3K · 📋 1.7K - 19% open · ⏱️ 06.11.2024):

    	git clone https://github.com/arrayfire/arrayfire
    
  • PyPi (📥 4.3K / month · 📦 10 · ⏱️ 22.02.2022):

    	pip install arrayfire
    
  • cuGraph (🥉27 · ⭐ 1.8K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2
  • GitHub (👨‍💻 120 · 🔀 300 · 📋 1.8K - 10% open · ⏱️ 20.11.2024):

    	git clone https://github.com/rapidsai/cugraph
    
  • PyPi (📥 330 / month · 📦 4 · ⏱️ 01.06.2020):

    	pip install cugraph
    
  • Conda (📥 25K · ⏱️ 16.06.2023):

    	conda install -c conda-forge libcugraph
    
  • DALI (🥉25 · ⭐ 5.2K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2
  • GitHub (👨‍💻 94 · 🔀 620 · 📋 1.7K - 14% open · ⏱️ 21.11.2024):

    	git clone https://github.com/NVIDIA/DALI
    
  • Vulkan Kompute (🥉23 · ⭐ 2K) - General purpose GPU compute framework built on Vulkan to.. Apache-2
    • GitHub (👨‍💻 30 · 🔀 150 · 📥 600 · 📋 220 - 32% open · ⏱️ 16.11.2024):

      	git clone https://github.com/KomputeProject/kompute
      
    • PyPi (📥 360 / month · ⏱️ 20.01.2024):

      	pip install kp
      
    Merlin (🥉21 · ⭐ 780) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2
  • GitHub (👨‍💻 32 · 🔀 120 · 📋 460 - 46% open · ⏱️ 22.07.2024):

    	git clone https://github.com/NVIDIA-Merlin/Merlin
    
  • PyPi (📥 10K / month · 📦 1 · ⏱️ 29.08.2023):

    	pip install merlin-core
    
  • Show 8 hidden projects...
  • GPUtil (🥉25 · ⭐ 1.1K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT

  • scikit-cuda (🥉24 · ⭐ 990 · 💀) - Python interface to GPU-powered libraries. BSD-3
  • py3nvml (🥉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 (🥉18 · ⭐ 130) - Python 3 Bindings for the NVIDIA Management Library. BSD-3
  • ipyexperiments (🥉17 · ⭐ 210 · 💤) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2
  • cuSignal (🥉16 · ⭐ 720 · 💀) - GPU accelerated signal processing. Apache-2
  • SpeedTorch (🥉16 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT


  • Tensorflow Utilities

    Back to top

    Libraries that extend TensorFlow with additional capabilities.

    TensorFlow Datasets (🥇39 · ⭐ 4.3K) - TFDS is a collection of datasets ready to use with.. Apache-2
    • GitHub (👨‍💻 360 · 🔀 1.5K · 📦 20K · 📋 1.4K - 48% open · ⏱️ 21.11.2024):

      	git clone https://github.com/tensorflow/datasets
      
    • PyPi (📥 1.9M / month · 📦 330 · ⏱️ 30.10.2024):

      	pip install tensorflow-datasets
      
    • Conda (📥 39K · ⏱️ 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 · 🔀 710 · 📦 1.6K · 📋 1.1K - 23% open · ⏱️ 21.11.2024):

    	git clone https://github.com/tensorflow/tfx
    
  • PyPi (📥 39K / 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 · 📋 710 - 1% open · ⏱️ 09.10.2024):

    	git clone https://github.com/tensorflow/hub
    
  • PyPi (📥 1.9M / month · 📦 300 · ⏱️ 30.01.2024):

    	pip install tensorflow-hub
    
  • Conda (📥 110K · ⏱️ 07.05.2024):

    	conda install -c conda-forge tensorflow-hub
    
  • TF Addons (🥈32 · ⭐ 1.7K · 💤) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2
  • GitHub (👨‍💻 210 · 🔀 610 · 📋 990 - 9% open · ⏱️ 15.04.2024):

    	git clone https://github.com/tensorflow/addons
    
  • PyPi (📥 1.1M / month · 📦 370 · ⏱️ 28.11.2023):

    	pip install tensorflow-addons
    
  • TensorFlow I/O (🥈30 · ⭐ 710) - Dataset, streaming, and file system extensions.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 290 · 📋 660 - 44% open · ⏱️ 01.07.2024):

    	git clone https://github.com/tensorflow/io
    
  • PyPi (📥 1.3M / 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 · 📋 400 - 57% open · ⏱️ 04.11.2024):

    	git clone https://github.com/tensorflow/model-optimization
    
  • PyPi (📥 720K / month · 📦 45 · ⏱️ 08.02.2024):

    	pip install tensorflow-model-optimization
    
  • TensorFlow Transform (🥈28 · ⭐ 990) - Input pipeline framework. Apache-2
  • GitHub (👨‍💻 29 · 🔀 220 · 📋 220 - 20% open · ⏱️ 28.10.2024):

    	git clone https://github.com/tensorflow/transform
    
  • PyPi (📥 540K / month · 📦 18 · ⏱️ 28.10.2024):

    	pip install tensorflow-transform
    
  • Neural Structured Learning (🥉24 · ⭐ 980) - Training neural models with structured signals. Apache-2
  • GitHub (👨‍💻 38 · 🔀 190 · 📦 490 · 📋 69 - 1% open · ⏱️ 18.06.2024):

    	git clone https://github.com/tensorflow/neural-structured-learning
    
  • PyPi (📥 6.3K / month · 📦 3 · ⏱️ 29.07.2022):

    	pip install neural-structured-learning
    
  • Saliency (🥉22 · ⭐ 960 · 💤) - Framework-agnostic implementation for state-of-the-art.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 190 · 📦 110 · 📋 39 - 30% open · ⏱️ 20.03.2024):

    	git clone https://github.com/PAIR-code/saliency
    
  • PyPi (📥 43K / month · 📦 8 · ⏱️ 20.03.2024):

    	pip install saliency
    
  • TF Compression (🥉21 · ⭐ 860) - Data compression in TensorFlow. Apache-2
  • GitHub (👨‍💻 21 · 🔀 250 · 📋 100 - 10% open · ⏱️ 10.10.2024):

    	git clone https://github.com/tensorflow/compression
    
  • PyPi (📥 3.6K / month · 📦 2 · ⏱️ 02.02.2024):

    	pip install tensorflow-compression
    
  • TensorFlow Cloud (🥉21 · ⭐ 380 · 💤) - The TensorFlow Cloud repository provides APIs that.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 90 · 📋 100 - 73% open · ⏱️ 25.02.2024):

    	git clone https://github.com/tensorflow/cloud
    
  • PyPi (📥 37K / month · 📦 7 · ⏱️ 17.06.2021):

    	pip install tensorflow-cloud
    
  • Show 5 hidden projects...
  • tensor2tensor (🥈33 · ⭐ 16K · 💀) - 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 (🥉21 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT
  • tffm (🥉19 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT


  • Jax Utilities

    Back to top

    Libraries that extend Jax with additional capabilities.

    equinox (🥇31 · ⭐ 2.1K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2
    • GitHub (👨‍💻 56 · 🔀 140 · 📦 850 · 📋 460 - 33% open · ⏱️ 31.10.2024):

      	git clone https://github.com/patrick-kidger/equinox
      
    • PyPi (📥 250K / month · 📦 170 · ⏱️ 18.10.2024):

      	pip install equinox
      
    evojax (🥉20 · ⭐ 850) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2
  • GitHub (👨‍💻 14 · 🔀 87 · 📦 27 · 📋 37 - 54% open · ⏱️ 27.06.2024):

    	git clone https://github.com/google/evojax
    
  • PyPi (📥 2.2K / month · 📦 6 · ⏱️ 18.06.2024):

    	pip install evojax
    
  • Conda (📥 31K · ⏱️ 18.06.2024):

    	conda install -c conda-forge evojax
    
  • Show 1 hidden projects...
  • jaxdf (🥉13 · ⭐ 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.

    MLxtend (🥇35 · ⭐ 4.9K) - A library of extension and helper modules for Pythons data.. BSD-3
    • GitHub (👨‍💻 110 · 🔀 870 · 📦 16K · 📋 490 - 29% open · ⏱️ 15.11.2024):

      	git clone https://github.com/rasbt/mlxtend
      
    • PyPi (📥 770K / month · 📦 190 · ⏱️ 15.11.2024):

      	pip install mlxtend
      
    • Conda (📥 330K · ⏱️ 16.11.2024):

      	conda install -c conda-forge mlxtend
      
    scikit-learn-intelex (🥇35 · ⭐ 1.2K) - Intel(R) Extension for Scikit-learn is a seamless way.. Apache-2
  • GitHub (👨‍💻 83 · 🔀 180 · 📦 13K · 📋 280 - 29% open · ⏱️ 21.11.2024):

    	git clone https://github.com/intel/scikit-learn-intelex
    
  • PyPi (📥 190K / month · 📦 55 · ⏱️ 25.10.2024):

    	pip install scikit-learn-intelex
    
  • Conda (📥 380K · ⏱️ 13.11.2024):

    	conda install -c conda-forge scikit-learn-intelex
    
  • imbalanced-learn (🥈33 · ⭐ 6.8K) - A Python Package to Tackle the Curse of Imbalanced.. MIT
  • GitHub (👨‍💻 85 · 🔀 1.3K · 📋 620 - 7% open · ⏱️ 06.10.2024):

    	git clone https://github.com/scikit-learn-contrib/imbalanced-learn
    
  • PyPi (📥 17M / month · 📦 450 · ⏱️ 04.10.2024):

    	pip install imbalanced-learn
    
  • Conda (📥 640K · ⏱️ 04.10.2024):

    	conda install -c conda-forge imbalanced-learn
    
  • category_encoders (🥈32 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3
  • GitHub (👨‍💻 70 · 🔀 400 · 📦 2.3K · 📋 290 - 15% open · ⏱️ 01.10.2024):

    	git clone https://github.com/scikit-learn-contrib/category_encoders
    
  • PyPi (📥 1.5M / month · 📦 280 · ⏱️ 01.10.2024):

    	pip install category_encoders
    
  • Conda (📥 290K · ⏱️ 02.10.2024):

    	conda install -c conda-forge category_encoders
    
  • scikit-lego (🥈27 · ⭐ 1.3K) - Extra blocks for scikit-learn pipelines. MIT
  • GitHub (👨‍💻 68 · 🔀 120 · 📦 160 · 📋 330 - 11% open · ⏱️ 13.11.2024):

    	git clone https://github.com/koaning/scikit-lego
    
  • PyPi (📥 28K / month · 📦 13 · ⏱️ 13.11.2024):

    	pip install scikit-lego
    
  • Conda (📥 58K · ⏱️ 10.07.2024):

    	conda install -c conda-forge scikit-lego
    
  • scikit-opt (🥉25 · ⭐ 5.3K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT
  • GitHub (👨‍💻 24 · 🔀 990 · 📦 230 · 📋 180 - 37% open · ⏱️ 23.06.2024):

    	git clone https://github.com/guofei9987/scikit-opt
    
  • PyPi (📥 4.7K / month · 📦 15 · ⏱️ 14.01.2022):

    	pip install scikit-opt
    
  • iterative-stratification (🥉23 · ⭐ 850) - scikit-learn cross validators for iterative.. BSD-3
  • GitHub (👨‍💻 7 · 🔀 75 · 📦 510 · 📋 27 - 7% open · ⏱️ 12.10.2024):

    	git clone https://github.com/trent-b/iterative-stratification
    
  • PyPi (📥 31K / month · 📦 15 · ⏱️ 12.10.2024):

    	pip install iterative-stratification
    
  • dabl (🥉20 · ⭐ 720) - Data Analysis Baseline Library. BSD-3
  • GitHub (👨‍💻 24 · 🔀 110 · ⏱️ 07.08.2024):

    	git clone https://github.com/amueller/dabl
    
  • PyPi (📥 6.7K / month · 📦 3 · ⏱️ 07.08.2024):

    	pip install dabl
    
  • scikit-tda (🥉19 · ⭐ 530) - Topological Data Analysis for Python. MIT
  • GitHub (👨‍💻 6 · 🔀 55 · 📦 65 · 📋 22 - 18% open · ⏱️ 19.07.2024):

    	git clone https://github.com/scikit-tda/scikit-tda
    
  • PyPi (📥 1.1K / 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 (📥 3.8K / month · 📦 3 · ⏱️ 12.04.2024):

    	pip install deslib
    
  • Show 9 hidden projects...
  • scikit-survival (🥈31 · ⭐ 1.1K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0

  • fancyimpute (🥈27 · ⭐ 1.3K · 💀) - Multivariate imputation and matrix completion.. Apache-2
  • scikit-multilearn (🥈27 · ⭐ 920 · 💀) - A scikit-learn based module for multi-label et. al… BSD-2
  • sklearn-crfsuite (🥈27 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT
  • sklearn-contrib-lightning (🥉22 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. BSD-3
  • combo (🥉22 · ⭐ 640 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost
  • skope-rules (🥉21 · ⭐ 620 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause
  • celer (🥉20 · ⭐ 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 · ⭐ 8K) - A simple way to launch, train, and use PyTorch models on.. Apache-2
    • GitHub (👨‍💻 300 · 🔀 970 · 📦 59K · 📋 1.7K - 7% open · ⏱️ 21.11.2024):

      	git clone https://github.com/huggingface/accelerate
      
    • PyPi (📥 8.4M / month · 📦 1.6K · ⏱️ 07.11.2024):

      	pip install accelerate
      
    • Conda (📥 250K · ⏱️ 07.11.2024):

      	conda install -c conda-forge accelerate
      
    PML (🥇34 · ⭐ 6K) - The easiest way to use deep metric learning in your application. Modular,.. MIT
  • GitHub (👨‍💻 43 · 🔀 660 · 📦 2.1K · 📋 520 - 13% open · ⏱️ 02.11.2024):

    	git clone https://github.com/KevinMusgrave/pytorch-metric-learning
    
  • PyPi (📥 1M / month · 📦 54 · ⏱️ 02.11.2024):

    	pip install pytorch-metric-learning
    
  • Conda (📥 12K · ⏱️ 16.06.2023):

    	conda install -c metric-learning pytorch-metric-learning
    
  • tinygrad (🥇33 · ⭐ 27K) - You like pytorch? You like micrograd? You love tinygrad!. MIT
  • GitHub (👨‍💻 360 · 🔀 2.9K · 📦 130 · 📋 800 - 16% open · ⏱️ 21.11.2024):

    	git clone https://github.com/geohot/tinygrad
    
  • EfficientNets (🥈25 · ⭐ 1.6K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2
    • GitHub (👨‍💻 5 · 🔀 210 · 📦 260 · 📋 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.6K) - PyTorch Extension Library of Optimized Scatter Operations. MIT
  • GitHub (👨‍💻 30 · 🔀 180 · 📋 390 - 7% open · ⏱️ 11.11.2024):

    	git clone https://github.com/rusty1s/pytorch_scatter
    
  • PyPi (📥 47K / month · 📦 150 · ⏱️ 06.10.2023):

    	pip install torch-scatter
    
  • Conda (📥 550K · ⏱️ 05.11.2024):

    	conda install -c conda-forge pytorch_scatter
    
  • Pytorch Toolbelt (🥉23 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT
  • GitHub (👨‍💻 8 · 🔀 120 · 📥 47 · 📋 33 - 12% open · ⏱️ 14.10.2024):

    	git clone https://github.com/BloodAxe/pytorch-toolbelt
    
  • PyPi (📥 7.1K / month · 📦 7 · ⏱️ 27.06.2022):

    	pip install pytorch_toolbelt
    
  • PyTorch Sparse (🥉23 · ⭐ 1K) - PyTorch Extension Library of Optimized Autograd Sparse Matrix.. MIT
  • GitHub (👨‍💻 45 · 🔀 150 · 📋 280 - 10% open · ⏱️ 12.11.2024):

    	git clone https://github.com/rusty1s/pytorch_sparse
    
  • PyPi (📥 36K / month · 📦 120 · ⏱️ 06.10.2023):

    	pip install torch-sparse
    
  • Conda (📥 510K · ⏱️ 05.11.2024):

    	conda install -c conda-forge pytorch_sparse
    
  • Show 25 hidden projects...
  • torchdiffeq (🥇30 · ⭐ 5.6K · 💀) - Differentiable ODE solvers with full GPU support and.. MIT

  • torchsde (🥇30 · ⭐ 1.6K · 💀) - Differentiable SDE solvers with GPU support and efficient.. Apache-2
  • pretrainedmodels (🥈29 · ⭐ 9K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3
  • EfficientNet-PyTorch (🥈27 · ⭐ 7.9K · 💀) - A PyTorch implementation of EfficientNet. Apache-2
  • pytorch-summary (🥈27 · ⭐ 4K · 💀) - Model summary in PyTorch similar to model.summary() in.. MIT
  • lightning-flash (🥈27 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2
  • 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
  • Antialiased CNNs (🥉22 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0
  • micrograd (🥉21 · ⭐ 11K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT
  • 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
  • Poutyne (🥉21 · ⭐ 570) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0
  • Lambda Networks (🥉20 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT
  • Performer Pytorch (🥉20 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT
  • pytorchviz (🥉19 · ⭐ 3.2K · 💀) - A small package to create visualizations of PyTorch execution.. MIT
  • Torch-Struct (🥉18 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT
  • Tensor Sensor (🥉18 · ⭐ 800 · 💀) - The goal of this library is to generate more helpful.. MIT
  • Tez (🥉17 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2
  • Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT
  • madgrad (🥉16 · ⭐ 800 · 💀) - MADGRAD Optimization Method. 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.7K) - 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.2K · 📥 430K · 📦 1.1M · 📋 11K - 16% open · ⏱️ 21.11.2024):

      	git clone https://github.com/scipy/scipy
      
    • PyPi (📥 120M / month · 📦 46K · ⏱️ 21.08.2024):

      	pip install scipy
      
    • Conda (📥 55M · ⏱️ 21.10.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 · 📦 190K · 📋 14K - 36% open · ⏱️ 20.11.2024):

    	git clone https://github.com/sympy/sympy
    
  • PyPi (📥 30M / month · 📦 3.5K · ⏱️ 18.09.2024):

    	pip install sympy
    
  • Conda (📥 7.2M · ⏱️ 09.10.2024):

    	conda install -c conda-forge sympy
    
  • Streamlit (🥇46 · ⭐ 36K) - Streamlit A faster way to build and share data apps. Apache-2
  • GitHub (👨‍💻 250 · 🔀 3.1K · 📦 590K · 📋 4.7K - 21% open · ⏱️ 21.11.2024):

    	git clone https://github.com/streamlit/streamlit
    
  • PyPi (📥 7.4M / month · 📦 2.9K · ⏱️ 11.11.2024):

    	pip install streamlit
    
  • Gradio (🥇44 · ⭐ 34K) - Wrap UIs around any model, share with anyone. Apache-2
  • GitHub (👨‍💻 450 · 🔀 2.6K · 📦 47K · 📋 5K - 8% open · ⏱️ 21.11.2024):

    	git clone https://github.com/gradio-app/gradio
    
  • PyPi (📥 6.8M / month · 📦 870 · ⏱️ 16.11.2024):

    	pip install gradio
    
  • Autograd (🥇37 · ⭐ 7K) - Efficiently computes derivatives of NumPy code. MIT
  • GitHub (👨‍💻 60 · 🔀 910 · 📦 10K · 📋 420 - 42% open · ⏱️ 18.11.2024):

    	git clone https://github.com/HIPS/autograd
    
  • PyPi (📥 4.8M / month · 📦 280 · ⏱️ 22.08.2024):

    	pip install autograd
    
  • Conda (📥 490K · ⏱️ 26.08.2024):

    	conda install -c conda-forge autograd
    
  • PennyLane (🥇37 · ⭐ 2.4K) - PennyLane is a cross-platform Python library for quantum.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 600 · 📥 97 · 📦 1.1K · 📋 1.4K - 23% open · ⏱️ 21.11.2024):

    	git clone https://github.com/PennyLaneAI/PennyLane
    
  • PyPi (📥 82K / month · 📦 120 · ⏱️ 05.11.2024):

    	pip install pennylane
    
  • Conda (📥 170K · ⏱️ 09.07.2024):

    	conda install -c conda-forge pennylane
    
  • carla (🥇36 · ⭐ 11K) - Open-source simulator for autonomous driving research. MIT
  • GitHub (👨‍💻 190 · 🔀 3.7K · 📦 850 · 📋 5.6K - 19% open · ⏱️ 21.11.2024):

    	git clone https://github.com/carla-simulator/carla
    
  • PyPi (📥 15K / month · 📦 11 · ⏱️ 14.11.2023):

    	pip install carla
    
  • PyOD (🥈35 · ⭐ 8.6K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2
  • GitHub (👨‍💻 60 · 🔀 1.4K · 📦 4.4K · 📋 370 - 60% open · ⏱️ 12.11.2024):

    	git clone https://github.com/yzhao062/pyod
    
  • PyPi (📥 670K / month · 📦 110 · ⏱️ 06.09.2024):

    	pip install pyod
    
  • Conda (📥 130K · ⏱️ 06.09.2024):

    	conda install -c conda-forge pyod
    
  • DeepChem (🥈35 · ⭐ 5.5K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT
  • GitHub (👨‍💻 250 · 🔀 1.7K · 📦 460 · 📋 1.9K - 34% open · ⏱️ 20.11.2024):

    	git clone https://github.com/deepchem/deepchem
    
  • PyPi (📥 94K / month · 📦 13 · ⏱️ 20.11.2024):

    	pip install deepchem
    
  • Conda (📥 110K · ⏱️ 05.04.2024):

    	conda install -c conda-forge deepchem
    
  • Datasette (🥈34 · ⭐ 9.6K) - An open source multi-tool for exploring and publishing data. Apache-2
  • GitHub (👨‍💻 80 · 🔀 690 · 📥 68 · 📦 1.4K · 📋 1.9K - 32% open · ⏱️ 15.11.2024):

    	git clone https://github.com/simonw/datasette
    
  • PyPi (📥 140K / month · 📦 410 · ⏱️ 07.10.2024):

    	pip install datasette
    
  • Conda (📥 48K · ⏱️ 08.10.2024):

    	conda install -c conda-forge datasette
    
  • hdbscan (🥈34 · ⭐ 2.8K) - A high performance implementation of HDBSCAN clustering. BSD-3
  • GitHub (👨‍💻 96 · 🔀 500 · 📦 4.3K · 📋 530 - 67% open · ⏱️ 18.11.2024):

    	git clone https://github.com/scikit-learn-contrib/hdbscan
    
  • PyPi (📥 730K / month · 📦 350 · ⏱️ 18.11.2024):

    	pip install hdbscan
    
  • Conda (📥 2.2M · ⏱️ 12.10.2024):

    	conda install -c conda-forge hdbscan
    
  • agate (🥈34 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT
  • GitHub (👨‍💻 53 · 🔀 160 · 📦 4.1K · 📋 650 - 0% open · ⏱️ 30.07.2024):

    	git clone https://github.com/wireservice/agate
    
  • PyPi (📥 12M / month · 📦 49 · ⏱️ 30.07.2024):

    	pip install agate
    
  • Conda (📥 250K · ⏱️ 30.07.2024):

    	conda install -c conda-forge agate
    
  • Pythran (🥈33 · ⭐ 2K · 📉) - Ahead of Time compiler for numeric kernels. BSD-3
  • GitHub (👨‍💻 73 · 🔀 190 · 📦 2.8K · 📋 870 - 15% open · ⏱️ 16.11.2024):

    	git clone https://github.com/serge-sans-paille/pythran
    
  • PyPi (📥 380K / month · 📦 21 · ⏱️ 31.10.2024):

    	pip install pythran
    
  • Conda (📥 770K · ⏱️ 31.10.2024):

    	conda install -c conda-forge pythran
    
  • tensorly (🥈33 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2
  • GitHub (👨‍💻 69 · 🔀 290 · 📦 810 · 📋 270 - 21% open · ⏱️ 12.11.2024):

    	git clone https://github.com/tensorly/tensorly
    
  • PyPi (📥 200K / month · 📦 99 · ⏱️ 12.11.2024):

    	pip install tensorly
    
  • Conda (📥 370K · ⏱️ 10.06.2024):

    	conda install -c conda-forge tensorly
    
  • datalad (🥈33 · ⭐ 540) - Keep code, data, containers under control with git and git-annex. MIT
  • GitHub (👨‍💻 57 · 🔀 110 · 📦 430 · 📋 3.9K - 13% open · ⏱️ 18.11.2024):

    	git clone https://github.com/datalad/datalad
    
  • PyPi (📥 59K / month · 📦 98 · ⏱️ 18.11.2024):

    	pip install datalad
    
  • Conda (📥 670K · ⏱️ 20.11.2024):

    	conda install -c conda-forge datalad
    
  • River (🥈32 · ⭐ 5.1K · 📉) - Online machine learning in Python. BSD-3
  • GitHub (👨‍💻 120 · 🔀 550 · 📦 590 · 📋 620 - 20% open · ⏱️ 19.11.2024):

    	git clone https://github.com/online-ml/river
    
  • PyPi (📥 140K / month · 📦 56 · ⏱️ 09.07.2024):

    	pip install river
    
  • Conda (📥 87K · ⏱️ 06.10.2023):

    	conda install -c conda-forge river
    
  • PaddleHub (🥈31 · ⭐ 13K) - Awesome pre-trained models toolkit based on PaddlePaddle... Apache-2
  • GitHub (👨‍💻 70 · 🔀 2.1K · 📥 810 · 📦 1.8K · 📋 1.3K - 44% open · ⏱️ 07.08.2024):

    	git clone https://github.com/PaddlePaddle/PaddleHub
    
  • PyPi (📥 5K / month · 📦 7 · ⏱️ 20.09.2023):

    	pip install paddlehub
    
  • pyjanitor (🥈31 · ⭐ 1.4K) - Clean APIs for data cleaning. Python implementation of R package.. MIT
  • GitHub (👨‍💻 110 · 🔀 170 · 📦 750 · 📋 570 - 19% open · ⏱️ 15.11.2024):

    	git clone https://github.com/pyjanitor-devs/pyjanitor
    
  • PyPi (📥 91K / month · 📦 32 · ⏱️ 28.09.2024):

    	pip install pyjanitor
    
  • Conda (📥 220K · ⏱️ 28.09.2024):

    	conda install -c conda-forge pyjanitor
    
  • pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. MIT
  • GitHub (👨‍💻 96 · 🔀 240 · 📦 2.1K · 📋 360 - 21% open · ⏱️ 14.11.2024):

    	git clone https://github.com/inducer/pyopencl
    
  • PyPi (📥 89K / month · 📦 170 · ⏱️ 18.10.2024):

    	pip install pyopencl
    
  • Conda (📥 1.4M · ⏱️ 22.10.2024):

    	conda install -c conda-forge pyopencl
    
  • dstack (🥈30 · ⭐ 1.6K) - dstack is a lightweight, open-source alternative to Kubernetes &.. MPL-2.0
  • GitHub (👨‍💻 46 · 🔀 150 · 📦 16 · 📋 1K - 9% open · ⏱️ 21.11.2024):

    	git clone https://github.com/dstackai/dstack
    
  • PyPi (📥 14K / month · ⏱️ 20.11.2024):

    	pip install dstack
    
  • causalml (🥈29 · ⭐ 5.1K) - Uplift modeling and causal inference with machine learning.. Apache-2
  • GitHub (👨‍💻 64 · 🔀 780 · 📦 230 · 📋 400 - 13% open · ⏱️ 08.11.2024):

    	git clone https://github.com/uber/causalml
    
  • PyPi (📥 51K / month · 📦 2 · ⏱️ 01.10.2024):

    	pip install causalml
    
  • anomalib (🥈29 · ⭐ 3.8K) - An anomaly detection library comprising state-of-the-art algorithms.. Apache-2
  • GitHub (👨‍💻 81 · 🔀 670 · 📥 16K · 📦 110 · 📋 940 - 15% open · ⏱️ 05.11.2024):

    	git clone https://github.com/openvinotoolkit/anomalib
    
  • PyPi (📥 56K / month · 📦 5 · ⏱️ 31.10.2024):

    	pip install anomalib
    
  • avalanche (🥈29 · ⭐ 1.8K) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT
  • GitHub (👨‍💻 81 · 🔀 290 · 📥 43 · 📦 110 · 📋 820 - 12% open · ⏱️ 29.10.2024):

    	git clone https://github.com/ContinualAI/avalanche
    
  • PyPi (📥 2.5K / month · 📦 3 · ⏱️ 29.10.2024):

    	pip install avalanche-lib
    
  • TabPy (🥈29 · ⭐ 1.6K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT
  • GitHub (👨‍💻 51 · 🔀 600 · 📦 190 · 📋 320 - 6% open · ⏱️ 06.11.2024):

    	git clone https://github.com/tableau/TabPy
    
  • PyPi (📥 28K / month · 📦 2 · ⏱️ 06.11.2024):

    	pip install tabpy
    
  • Conda (📥 4.7K · ⏱️ 16.06.2023):

    	conda install -c anaconda tabpy-client
    
  • Prince (🥈29 · ⭐ 1.3K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 630 · 📋 130 - 0% open · ⏱️ 17.11.2024):

    	git clone https://github.com/MaxHalford/prince
    
  • PyPi (📥 150K / month · 📦 18 · ⏱️ 17.11.2024):

    	pip install prince
    
  • Conda (📥 21K · ⏱️ 16.06.2023):

    	conda install -c conda-forge prince-factor-analysis
    
  • pycm (🥉28 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT
  • GitHub (👨‍💻 17 · 🔀 120 · 📦 350 · 📋 200 - 4% open · ⏱️ 15.10.2024):

    	git clone https://github.com/sepandhaghighi/pycm
    
  • PyPi (📥 39K / month · 📦 24 · ⏱️ 17.10.2024):

    	pip install pycm
    
  • kmodes (🥉28 · ⭐ 1.2K · 💤) - Python implementations of the k-modes and k-prototypes clustering.. MIT
  • GitHub (👨‍💻 22 · 🔀 420 · 📦 2.9K · 📋 160 - 10% open · ⏱️ 17.01.2024):

    	git clone https://github.com/nicodv/kmodes
    
  • PyPi (📥 240K / month · 📦 38 · ⏱️ 06.09.2022):

    	pip install kmodes
    
  • Conda (📥 51K · ⏱️ 16.06.2023):

    	conda install -c conda-forge kmodes
    
  • pyclustering (🥉28 · ⭐ 1.2K · 💤) - pyclustering is a Python, C++ data mining library. BSD-3
  • GitHub (👨‍💻 26 · 🔀 250 · 📥 610 · 📦 760 · 📋 670 - 11% open · ⏱️ 08.02.2024):

    	git clone https://github.com/annoviko/pyclustering
    
  • PyPi (📥 27K / month · 📦 32 · ⏱️ 25.11.2020):

    	pip install pyclustering
    
  • Conda (📥 96K · ⏱️ 08.11.2024):

    	conda install -c conda-forge pyclustering
    
  • Trax (🥉26 · ⭐ 8.1K) - Trax Deep Learning with Clear Code and Speed. Apache-2
  • GitHub (👨‍💻 80 · 🔀 810 · 📦 190 · 📋 250 - 49% open · ⏱️ 10.09.2024):

    	git clone https://github.com/google/trax
    
  • PyPi (📥 7K / month · 📦 1 · ⏱️ 26.10.2021):

    	pip install trax
    
  • adapter-transformers (🥉26 · ⭐ 2.6K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface
  • GitHub (👨‍💻 13 · 🔀 350 · 📦 120 · 📋 390 - 11% open · ⏱️ 02.11.2024):

    	git clone https://github.com/Adapter-Hub/adapter-transformers
    
  • PyPi (📥 34K / month · 📦 12 · ⏱️ 07.07.2024):

    	pip install adapter-transformers
    
  • Feature Engine (🥉26 · ⭐ 1.9K) - Feature engineering package with sklearn like functionality. BSD-3
  • GitHub (👨‍💻 49 · 🔀 310 · ⏱️ 31.08.2024):

    	git clone https://github.com/solegalli/feature_engine
    
  • PyPi (📥 250K / month · 📦 170 · ⏱️ 03.11.2024):

    	pip install feature_engine
    
  • Conda (📥 60K · ⏱️ 01.09.2024):

    	conda install -c conda-forge feature_engine
    
  • AugLy (🥉25 · ⭐ 5K) - A data augmentations library for audio, image, text, and video. MIT
  • GitHub (👨‍💻 38 · 🔀 300 · 📦 150 · 📋 78 - 30% open · ⏱️ 21.11.2024):

    	git clone https://github.com/facebookresearch/AugLy
    
  • PyPi (📥 3.2K / month · 📦 4 · ⏱️ 05.12.2023):

    	pip install augly
    
  • metric-learn (🥉25 · ⭐ 1.4K) - Metric learning algorithms in Python. MIT
  • GitHub (👨‍💻 23 · 🔀 230 · 📦 420 · 📋 170 - 30% open · ⏱️ 03.08.2024):

    	git clone https://github.com/scikit-learn-contrib/metric-learn
    
  • PyPi (📥 4.5K / month · 📦 7 · ⏱️ 09.10.2023):

    	pip install metric-learn
    
  • Conda (📥 14K · ⏱️ 09.10.2023):

    	conda install -c conda-forge metric-learn
    
  • Mars (🥉24 · ⭐ 2.7K · 💤) - Mars is a tensor-based unified framework for large-scale data.. Apache-2
  • GitHub (👨‍💻 53 · 🔀 330 · 📋 1.2K - 17% open · ⏱️ 02.11.2023):

    	git clone https://github.com/mars-project/mars
    
  • PyPi (📥 39K / month · 📦 2 · ⏱️ 12.06.2022):

    	pip install pymars
    
  • MONAILabel (🥉24 · ⭐ 620) - MONAI Label is an intelligent open source image labeling and.. Apache-2
  • GitHub (👨‍💻 64 · 🔀 200 · 📥 100K · 📋 530 - 25% open · ⏱️ 21.11.2024):

    	git clone https://github.com/Project-MONAI/MONAILabel
    
  • PyPi (📥 2.5K / month · ⏱️ 01.10.2023):

    	pip install monailabel-weekly
    
  • BioPandas (🥉23 · ⭐ 720) - Working with molecular structures in pandas DataFrames. BSD-3
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 300 · 📋 59 - 35% open · ⏱️ 01.08.2024):

    	git clone https://github.com/rasbt/biopandas
    
  • PyPi (📥 26K / month · 📦 38 · ⏱️ 01.08.2024):

    	pip install biopandas
    
  • Conda (📥 170K · ⏱️ 02.08.2024):

    	conda install -c conda-forge biopandas
    
  • AstroML (🥉22 · ⭐ 1.1K · 💤) - Machine learning, statistics, and data mining for astronomy.. BSD-2
  • GitHub (👨‍💻 31 · 🔀 300 · 📋 160 - 38% open · ⏱️ 04.01.2024):

    	git clone https://github.com/astroML/astroML
    
  • PyPi (📥 2.8K / month · 📦 16 · ⏱️ 01.03.2022):

    	pip install astroML
    
  • Conda (📥 49K · ⏱️ 16.06.2023):

    	conda install -c conda-forge astroml
    
  • benchmark_VAE (🥉21 · ⭐ 1.8K) - Unifying Variational Autoencoder (VAE) implementations.. Apache-2
  • GitHub (👨‍💻 18 · 🔀 160 · 📦 34 · 📋 66 - 36% open · ⏱️ 17.07.2024):

    	git clone https://github.com/clementchadebec/benchmark_VAE
    
  • PyPi (📥 1.3K / month · ⏱️ 06.09.2023):

    	pip install pythae
    
  • pymdp (🥉21 · ⭐ 470) - A Python implementation of active inference for Markov Decision Processes. MIT
  • GitHub (👨‍💻 18 · 🔀 87 · 📦 14 · 📋 45 - 40% open · ⏱️ 16.07.2024):

    	git clone https://github.com/infer-actively/pymdp
    
  • PyPi (📥 16K / month · ⏱️ 08.12.2022):

    	pip install inferactively-pymdp
    
  • pykale (🥉21 · ⭐ 440) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT
  • GitHub (👨‍💻 25 · 🔀 64 · 📦 5 · 📋 120 - 8% open · ⏱️ 24.09.2024):

    	git clone https://github.com/pykale/pykale
    
  • PyPi (📥 500 / month · ⏱️ 12.04.2022):

    	pip install pykale
    
  • SUOD (🥉21 · ⭐ 380 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2
  • GitHub (👨‍💻 3 · 🔀 49 · 📦 540 · 📋 15 - 80% open · ⏱️ 08.02.2024):

    	git clone https://github.com/yzhao062/SUOD
    
  • PyPi (📥 55K / month · 📦 8 · ⏱️ 08.02.2024):

    	pip install suod
    
  • NeuralCompression (🥉16 · ⭐ 510) - A collection of tools for neural compression enthusiasts. MIT
  • GitHub (👨‍💻 10 · 🔀 43 · 📋 71 - 8% open · ⏱️ 20.09.2024):

    	git clone https://github.com/facebookresearch/NeuralCompression
    
  • PyPi (📥 220 / month · ⏱️ 03.10.2023):

    	pip install neuralcompression
    
  • Show 24 hidden projects...
  • cleanlab (🥈31 · ⭐ 9.8K) - The standard data-centric AI package for data quality and machine.. ❗️AGPL-3.0

  • Cython BLIS (🥈30 · ⭐ 220) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3
  • pysc2 (🥉28 · ⭐ 8K · 💀) - StarCraft II Learning Environment. Apache-2
  • alibi-detect (🥉28 · ⭐ 2.2K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel
  • modAL (🥉28 · ⭐ 2.2K · 💀) - A modular active learning framework for Python. MIT
  • minisom (🥉28 · ⭐ 1.5K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0
  • gplearn (🥉27 · ⭐ 1.6K · 💀) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3
  • PySwarms (🥉27 · ⭐ 1.3K · 💀) - A research toolkit for particle swarm optimization in Python. MIT
  • metricflow (🥉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 (🥉22 · ⭐ 14K) - Chat with your database (SQL, CSV, pandas, polars, mongodb,.. ❗Unlicensed
  • opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT
  • mlens (🥉22 · ⭐ 850 · 💀) - ML-Ensemble high performance ensemble learning. MIT
  • vecstack (🥉22 · ⭐ 690 · 💀) - Python package for stacking (machine learning technique). MIT
  • apricot (🥉21 · ⭐ 500 · 💀) - apricot implements submodular optimization for the purpose of.. MIT
  • impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT
  • StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2
  • rrcf (🥉20 · ⭐ 500 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT
  • baikal (🥉19 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3
  • scikit-rebate (🥉19 · ⭐ 410 · 💀) - A scikit-learn-compatible Python implementation of.. MIT
  • KD-Lib (🥉16 · ⭐ 610 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT
  • pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3
  • nylon (🥉14 · ⭐ 83 · 💀) - An intelligent, flexible grammar of machine learning. MIT
  • traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for 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 с ошибкой