# 机器学习py
**Repository Path**: yan6818/machine-learning-py
## Basic Information
- **Project Name**: 机器学习py
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: CC-BY-SA-4.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-01-04
- **Last Updated**: 2026-01-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Best-of Machine Learning with Python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
This curated list contains 920 awesome open-source projects with a total of 5.1M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-ml-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/edit/main/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
- [Machine Learning Frameworks](#machine-learning-frameworks) _64 projects_
- [Data Visualization](#data-visualization) _55 projects_
- [Text Data & NLP](#text-data--nlp) _103 projects_
- [Image Data](#image-data) _64 projects_
- [Graph Data](#graph-data) _36 projects_
- [Audio Data](#audio-data) _29 projects_
- [Geospatial Data](#geospatial-data) _22 projects_
- [Financial Data](#financial-data) _25 projects_
- [Time Series Data](#time-series-data) _29 projects_
- [Medical Data](#medical-data) _19 projects_
- [Tabular Data](#tabular-data) _6 projects_
- [Optical Character Recognition](#optical-character-recognition) _12 projects_
- [Data Containers & Structures](#data-containers--structures) _1 projects_
- [Data Loading & Extraction](#data-loading--extraction) _1 projects_
- [Web Scraping & Crawling](#web-scraping--crawling) _1 projects_
- [Data Pipelines & Streaming](#data-pipelines--streaming) _2 projects_
- [Distributed Machine Learning](#distributed-machine-learning) _36 projects_
- [Hyperparameter Optimization & AutoML](#hyperparameter-optimization--automl) _52 projects_
- [Reinforcement Learning](#reinforcement-learning) _23 projects_
- [Recommender Systems](#recommender-systems) _17 projects_
- [Privacy Machine Learning](#privacy-machine-learning) _7 projects_
- [Workflow & Experiment Tracking](#workflow--experiment-tracking) _40 projects_
- [Model Serialization & Deployment](#model-serialization--deployment) _20 projects_
- [Model Interpretability](#model-interpretability) _55 projects_
- [Vector Similarity Search (ANN)](#vector-similarity-search-ann) _13 projects_
- [Probabilistics & Statistics](#probabilistics--statistics) _24 projects_
- [Adversarial Robustness](#adversarial-robustness) _9 projects_
- [GPU & Accelerator Utilities](#gpu--accelerator-utilities) _20 projects_
- [Tensorflow Utilities](#tensorflow-utilities) _16 projects_
- [Jax Utilities](#jax-utilities) _3 projects_
- [Sklearn Utilities](#sklearn-utilities) _19 projects_
- [Pytorch Utilities](#pytorch-utilities) _32 projects_
- [Database Clients](#database-clients) _1 projects_
- [Others](#others) _66 projects_
## 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
_General-purpose machine learning and deep learning frameworks._
Tensorflow (🥇56 · ⭐ 200K) - An Open Source Machine Learning Framework for Everyone. Apache-2 
- [GitHub](https://github.com/tensorflow/tensorflow) (👨💻 5K · 🔀 75K · 📦 540K · 📋 42K - 4% open · ⏱️ 30.10.2025):
```
git clone https://github.com/tensorflow/tensorflow
```
- [PyPi](https://pypi.org/project/tensorflow) (📥 26M / month · 📦 9.6K · ⏱️ 13.08.2025):
```
pip install tensorflow
```
- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 6M · ⏱️ 27.10.2025):
```
conda install -c conda-forge tensorflow
```
- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 81M · ⭐ 2.8K · ⏱️ 30.10.2025):
```
docker pull tensorflow/tensorflow
```
PyTorch (🥇56 · ⭐ 94K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 
- [GitHub](https://github.com/pytorch/pytorch) (👨💻 6K · 🔀 26K · 📥 110K · 📦 830K · 📋 56K - 30% open · ⏱️ 30.10.2025):
```
git clone https://github.com/pytorch/pytorch
```
- [PyPi](https://pypi.org/project/torch) (📥 70M / month · 📦 30K · ⏱️ 15.10.2025):
```
pip install torch
```
- [Conda](https://anaconda.org/pytorch/pytorch) (📥 29M · ⏱️ 25.03.2025):
```
conda install -c pytorch pytorch
```
scikit-learn (🥇53 · ⭐ 64K) - scikit-learn: machine learning in Python. BSD-3 
- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨💻 3.4K · 🔀 26K · 📥 1.1K · 📦 1.3M · 📋 12K - 17% open · ⏱️ 30.10.2025):
```
git clone https://github.com/scikit-learn/scikit-learn
```
- [PyPi](https://pypi.org/project/scikit-learn) (📥 140M / month · 📦 35K · ⏱️ 09.09.2025):
```
pip install scikit-learn
```
- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 40M · ⏱️ 09.09.2025):
```
conda install -c conda-forge scikit-learn
```
Keras (🥇50 · ⭐ 64K) - Deep Learning for humans. Apache-2 
- [GitHub](https://github.com/keras-team/keras) (👨💻 1.4K · 🔀 20K · 📦 300K · 📋 13K - 2% open · ⏱️ 30.10.2025):
```
git clone https://github.com/keras-team/keras
```
- [PyPi](https://pypi.org/project/keras) (📥 19M / month · 📦 2K · ⏱️ 27.10.2025):
```
pip install keras
```
- [Conda](https://anaconda.org/conda-forge/keras) (📥 4.5M · ⏱️ 28.10.2025):
```
conda install -c conda-forge keras
```
XGBoost (🥇46 · ⭐ 28K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
- [GitHub](https://github.com/dmlc/xgboost) (👨💻 670 · 🔀 8.8K · 📥 20K · 📦 170K · 📋 5.6K - 8% open · ⏱️ 30.10.2025):
```
git clone https://github.com/dmlc/xgboost
```
- [PyPi](https://pypi.org/project/xgboost) (📥 31M / month · 📦 2.9K · ⏱️ 21.10.2025):
```
pip install xgboost
```
- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 6.6M · ⏱️ 16.09.2025):
```
conda install -c conda-forge xgboost
```
PaddlePaddle (🥇46 · ⭐ 23K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 
- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨💻 1.5K · 🔀 5.9K · 📥 15K · 📦 8.8K · 📋 20K - 8% open · ⏱️ 30.10.2025):
```
git clone https://github.com/PaddlePaddle/Paddle
```
- [PyPi](https://pypi.org/project/paddlepaddle) (📥 1.6M / month · 📦 280 · ⏱️ 30.10.2025):
```
pip install paddlepaddle
```
jax (🥇45 · ⭐ 34K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
- [GitHub](https://github.com/jax-ml/jax) (👨💻 980 · 🔀 3.2K · 📦 47K · 📋 6.6K - 24% open · ⏱️ 30.10.2025):
```
git clone https://github.com/google/jax
```
- [PyPi](https://pypi.org/project/jax) (📥 12M / month · 📦 3.1K · ⏱️ 15.10.2025):
```
pip install jax
```
- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 3.2M · ⏱️ 06.10.2025):
```
conda install -c conda-forge jaxlib
```
pytorch-lightning (🥇45 · ⭐ 30K) - Pretrain, finetune ANY AI model of ANY size on 1 or.. Apache-2 
- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨💻 1K · 🔀 3.6K · 📥 15K · 📦 48K · 📋 7.4K - 11% open · ⏱️ 29.10.2025):
```
git clone https://github.com/Lightning-AI/lightning
```
- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 9.8M / month · 📦 1.8K · ⏱️ 05.09.2025):
```
pip install pytorch-lightning
```
- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.7M · ⏱️ 05.09.2025):
```
conda install -c conda-forge pytorch-lightning
```
StatsModels (🥇45 · ⭐ 11K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
- [GitHub](https://github.com/statsmodels/statsmodels) (👨💻 470 · 🔀 3.3K · 📥 36 · 📦 180K · 📋 5.8K - 50% open · ⏱️ 22.10.2025):
```
git clone https://github.com/statsmodels/statsmodels
```
- [PyPi](https://pypi.org/project/statsmodels) (📥 24M / month · 📦 5.6K · ⏱️ 07.07.2025):
```
pip install statsmodels
```
- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 22M · ⏱️ 01.10.2025):
```
conda install -c conda-forge statsmodels
```
PySpark (🥈44 · ⭐ 42K) - Apache Spark Python API. Apache-2 
- [GitHub](https://github.com/apache/spark) (👨💻 3.3K · 🔀 29K · ⏱️ 30.10.2025):
```
git clone https://github.com/apache/spark
```
- [PyPi](https://pypi.org/project/pyspark) (📥 47M / month · 📦 2.1K · ⏱️ 30.10.2025):
```
pip install pyspark
```
- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 4.2M · ⏱️ 08.09.2025):
```
conda install -c conda-forge pyspark
```
LightGBM (🥈42 · ⭐ 18K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
- [GitHub](https://github.com/microsoft/LightGBM) (👨💻 330 · 🔀 3.9K · 📥 310K · 📦 56K · 📋 3.6K - 12% open · ⏱️ 28.10.2025):
```
git clone https://github.com/microsoft/LightGBM
```
- [PyPi](https://pypi.org/project/lightgbm) (📥 11M / month · 📦 1.6K · ⏱️ 15.02.2025):
```
pip install lightgbm
```
- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 4.1M · ⏱️ 20.10.2025):
```
conda install -c conda-forge lightgbm
```
Catboost (🥈42 · ⭐ 8.6K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2
- [GitHub](https://github.com/catboost/catboost) (👨💻 1.4K · 🔀 1.2K · 📥 460K · 📦 19 · 📋 2.5K - 25% open · ⏱️ 30.10.2025):
```
git clone https://github.com/catboost/catboost
```
- [PyPi](https://pypi.org/project/catboost) (📥 5.1M / month · 📦 650 · ⏱️ 13.04.2025):
```
pip install catboost
```
- [Conda](https://anaconda.org/conda-forge/catboost) (📥 2.2M · ⏱️ 09.08.2025):
```
conda install -c conda-forge catboost
```
Fastai (🥈41 · ⭐ 28K) - The fastai deep learning library. Apache-2 
- [GitHub](https://github.com/fastai/fastai) (👨💻 680 · 🔀 7.6K · 📦 23K · 📋 1.9K - 14% open · ⏱️ 26.10.2025):
```
git clone https://github.com/fastai/fastai
```
- [PyPi](https://pypi.org/project/fastai) (📥 640K / month · 📦 340 · ⏱️ 26.10.2025):
```
pip install fastai
```
PyFlink (🥈39 · ⭐ 25K) - Apache Flink Python API. Apache-2
- [GitHub](https://github.com/apache/flink) (👨💻 2.1K · 🔀 14K · 📦 21 · ⏱️ 30.10.2025):
```
git clone https://github.com/apache/flink
```
- [PyPi](https://pypi.org/project/apache-flink) (📥 450K / month · 📦 38 · ⏱️ 28.10.2025):
```
pip install apache-flink
```
Flax (🥈38 · ⭐ 6.9K) - Flax is a neural network library for JAX that is designed for.. Apache-2 
- [GitHub](https://github.com/google/flax) (👨💻 280 · 🔀 740 · 📥 61 · 📦 15K · 📋 1.3K - 33% open · ⏱️ 27.10.2025):
```
git clone https://github.com/google/flax
```
- [PyPi](https://pypi.org/project/flax) (📥 2M / month · 📦 740 · ⏱️ 25.09.2025):
```
pip install flax
```
- [Conda](https://anaconda.org/conda-forge/flax) (📥 130K · ⏱️ 27.10.2025):
```
conda install -c conda-forge flax
```
Ignite (🥈36 · ⭐ 4.7K) - High-level library to help with training and evaluating neural.. BSD-3 
- [GitHub](https://github.com/pytorch/ignite) (👨💻 1K · 🔀 660 · 📦 3.9K · 📋 1.4K - 10% open · ⏱️ 16.10.2025):
```
git clone https://github.com/pytorch/ignite
```
- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 170K / month · 📦 120 · ⏱️ 30.10.2025):
```
pip install pytorch-ignite
```
- [Conda](https://anaconda.org/pytorch/ignite) (📥 250K · ⏱️ 16.10.2025):
```
conda install -c pytorch ignite
```
einops (🥈35 · ⭐ 9.2K) - Flexible and powerful tensor operations for readable and reliable code.. MIT
- [GitHub](https://github.com/arogozhnikov/einops) (👨💻 34 · 🔀 380 · 📦 82K · 📋 200 - 17% open · ⏱️ 12.08.2025):
```
git clone https://github.com/arogozhnikov/einops
```
- [PyPi](https://pypi.org/project/einops) (📥 15M / month · 📦 2.6K · ⏱️ 09.02.2025):
```
pip install einops
```
- [Conda](https://anaconda.org/conda-forge/einops) (📥 470K · ⏱️ 22.04.2025):
```
conda install -c conda-forge einops
```
ivy (🥈34 · ⭐ 14K) - Convert Machine Learning Code Between Frameworks. Apache-2
- [GitHub](https://github.com/ivy-llc/ivy) (👨💻 1.5K · 🔀 5.6K · 📋 17K - 5% open · ⏱️ 10.10.2025):
```
git clone https://github.com/unifyai/ivy
```
- [PyPi](https://pypi.org/project/ivy) (📥 33K / month · 📦 16 · ⏱️ 16.06.2025):
```
pip install ivy
```
Jina (🥈33 · ⭐ 22K · 💤) - Build multimodal AI applications with cloud-native stack. Apache-2
- [GitHub](https://github.com/jina-ai/serve) (👨💻 180 · 🔀 2.2K · ⏱️ 24.03.2025):
```
git clone https://github.com/jina-ai/jina
```
- [PyPi](https://pypi.org/project/jina) (📥 120K / month · 📦 29 · ⏱️ 24.03.2025):
```
pip install jina
```
- [Conda](https://anaconda.org/conda-forge/jina-core) (📥 110K · ⏱️ 22.04.2025):
```
conda install -c conda-forge jina-core
```
- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.8M · ⭐ 9 · ⏱️ 24.03.2025):
```
docker pull jinaai/jina
```
mlpack (🥈33 · ⭐ 5.5K) - mlpack: a fast, header-only C++ machine learning library. BSD-3
- [GitHub](https://github.com/mlpack/mlpack) (👨💻 340 · 🔀 1.7K · 📋 1.7K - 1% open · ⏱️ 27.10.2025):
```
git clone https://github.com/mlpack/mlpack
```
- [PyPi](https://pypi.org/project/mlpack) (📥 4.7K / month · 📦 6 · ⏱️ 22.05.2025):
```
pip install mlpack
```
- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 410K · ⏱️ 22.04.2025):
```
conda install -c conda-forge mlpack
```
Thinc (🥈33 · ⭐ 2.9K · 💤) - A refreshing functional take on deep learning, compatible with your.. MIT
- [GitHub](https://github.com/explosion/thinc) (👨💻 67 · 🔀 280 · 📥 2K · 📦 70K · 📋 160 - 14% open · ⏱️ 07.03.2025):
```
git clone https://github.com/explosion/thinc
```
- [PyPi](https://pypi.org/project/thinc) (📥 17M / month · 📦 160 · ⏱️ 04.04.2025):
```
pip install thinc
```
- [Conda](https://anaconda.org/conda-forge/thinc) (📥 3.9M · ⏱️ 06.07.2025):
```
conda install -c conda-forge thinc
```
Ludwig (🥉32 · ⭐ 12K · 💤) - Low-code framework for building custom LLMs, neural networks,.. Apache-2 
- [GitHub](https://github.com/ludwig-ai/ludwig) (👨💻 160 · 🔀 1.2K · 📦 340 · 📋 1.1K - 4% open · ⏱️ 17.10.2024):
```
git clone https://github.com/ludwig-ai/ludwig
```
- [PyPi](https://pypi.org/project/ludwig) (📥 3.8K / month · 📦 6 · ⏱️ 30.07.2024):
```
pip install ludwig
```
skorch (🥉32 · ⭐ 6.1K) - A scikit-learn compatible neural network library that wraps.. BSD-3 

- [GitHub](https://github.com/skorch-dev/skorch) (👨💻 68 · 🔀 400 · 📦 1.7K · 📋 540 - 12% open · ⏱️ 23.10.2025):
```
git clone https://github.com/skorch-dev/skorch
```
- [PyPi](https://pypi.org/project/skorch) (📥 150K / month · 📦 110 · ⏱️ 08.08.2025):
```
pip install skorch
```
- [Conda](https://anaconda.org/conda-forge/skorch) (📥 810K · ⏱️ 08.08.2025):
```
conda install -c conda-forge skorch
```
Sonnet (🥉31 · ⭐ 9.9K) - TensorFlow-based neural network library. Apache-2 
- [GitHub](https://github.com/google-deepmind/sonnet) (👨💻 61 · 🔀 1.3K · 📦 1.5K · 📋 190 - 16% open · ⏱️ 04.08.2025):
```
git clone https://github.com/deepmind/sonnet
```
- [PyPi](https://pypi.org/project/dm-sonnet) (📥 35K / month · 📦 19 · ⏱️ 02.01.2024):
```
pip install dm-sonnet
```
- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 47K · ⏱️ 22.04.2025):
```
conda install -c conda-forge sonnet
```
Haiku (🥉31 · ⭐ 3.1K · 📉) - JAX-based neural network library. Apache-2
- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨💻 90 · 🔀 260 · 📦 2.6K · 📋 250 - 29% open · ⏱️ 29.09.2025):
```
git clone https://github.com/deepmind/dm-haiku
```
- [PyPi](https://pypi.org/project/dm-haiku) (📥 260K / month · 📦 200 · ⏱️ 18.09.2025):
```
pip install dm-haiku
```
- [Conda](https://anaconda.org/conda-forge/dm-haiku) (📥 44K · ⏱️ 19.09.2025):
```
conda install -c conda-forge dm-haiku
```
tensorflow-upstream (🥉31 · ⭐ 700) - TensorFlow ROCm port. Apache-2 
- [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨💻 5K · 🔀 100 · 📥 31 · 📋 400 - 3% open · ⏱️ 29.10.2025):
```
git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
```
- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 1.7K / month · 📦 9 · ⏱️ 10.01.2024):
```
pip install tensorflow-rocm
```
Geomstats (🥉30 · ⭐ 1.4K) - Computations and statistics on manifolds with geometric structures. MIT
- [GitHub](https://github.com/geomstats/geomstats) (👨💻 97 · 🔀 260 · 📦 150 · 📋 570 - 36% open · ⏱️ 06.10.2025):
```
git clone https://github.com/geomstats/geomstats
```
- [PyPi](https://pypi.org/project/geomstats) (📥 15K / month · 📦 12 · ⏱️ 09.09.2024):
```
pip install geomstats
```
- [Conda](https://anaconda.org/conda-forge/geomstats) (📥 8.2K · ⏱️ 22.04.2025):
```
conda install -c conda-forge geomstats
```
pyRiemann (🥉28 · ⭐ 700) - Machine learning for multivariate data through the Riemannian.. BSD-3 
- [GitHub](https://github.com/pyRiemann/pyRiemann) (👨💻 38 · 🔀 170 · 📦 480 · 📋 110 - 2% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pyRiemann/pyRiemann
```
- [PyPi](https://pypi.org/project/pyriemann) (📥 75K / month · 📦 31 · ⏱️ 23.07.2025):
```
pip install pyriemann
```
- [Conda](https://anaconda.org/conda-forge/pyriemann) (📥 16K · ⏱️ 23.07.2025):
```
conda install -c conda-forge pyriemann
```
NuPIC (🥉27 · ⭐ 6.4K · 💤) - Numenta Platform for Intelligent Computing is an implementation of.. MIT
- [GitHub](https://github.com/numenta/nupic-legacy) (👨💻 120 · 🔀 1.5K · 📥 26 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 03.12.2024):
```
git clone https://github.com/numenta/nupic
```
- [PyPi](https://pypi.org/project/nupic) (📥 510 / month · ⏱️ 01.09.2016):
```
pip install nupic
```
Determined (🥉26 · ⭐ 3.2K · 💤) - Determined is an open-source machine learning.. Apache-2 

- [GitHub](https://github.com/determined-ai/determined) (👨💻 120 · 🔀 360 · 📥 7.8K · 📋 450 - 22% open · ⏱️ 20.03.2025):
```
git clone https://github.com/determined-ai/determined
```
- [PyPi](https://pypi.org/project/determined) (📥 33K / month · 📦 4 · ⏱️ 19.03.2025):
```
pip install determined
```
Neural Network Libraries (🥉26 · ⭐ 2.8K) - Neural Network Libraries. Apache-2
- [GitHub](https://github.com/sony/nnabla) (👨💻 76 · 🔀 340 · 📥 1K · 📋 95 - 36% open · ⏱️ 29.08.2025):
```
git clone https://github.com/sony/nnabla
```
- [PyPi](https://pypi.org/project/nnabla) (📥 1.6K / month · 📦 44 · ⏱️ 29.05.2024):
```
pip install nnabla
```
deepinv (🥉26 · ⭐ 540) - DeepInverse: a PyTorch library for solving imaging inverse problems.. BSD-3
- [GitHub](https://github.com/deepinv/deepinv) (👨💻 53 · 🔀 120 · 📥 24 · 📦 23 · 📋 350 - 33% open · ⏱️ 29.10.2025):
```
git clone https://github.com/deepinv/deepinv
```
- [PyPi](https://pypi.org/project/deepinv) (📥 2.4K / month · ⏱️ 08.10.2025):
```
pip install deepinv
```
Towhee (🥉23 · ⭐ 3.4K · 💤) - Towhee is a framework that is dedicated to making neural data.. Apache-2
- [GitHub](https://github.com/towhee-io/towhee) (👨💻 38 · 🔀 260 · 📥 2.7K · 📋 670 - 0% open · ⏱️ 18.10.2024):
```
git clone https://github.com/towhee-io/towhee
```
- [PyPi](https://pypi.org/project/towhee) (📥 1.3K / month · ⏱️ 04.12.2023):
```
pip install towhee
```
fklearn (🥉22 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2
- [GitHub](https://github.com/nubank/fklearn) (👨💻 56 · 🔀 170 · 📦 16 · 📋 64 - 60% open · ⏱️ 23.04.2025):
```
git clone https://github.com/nubank/fklearn
```
- [PyPi](https://pypi.org/project/fklearn) (📥 750 / month · ⏱️ 26.02.2025):
```
pip install fklearn
```
Runhouse (🥉21 · ⭐ 1.1K) - Distribute and run AI workloads magically in Python, like PyTorch.. Apache-2
- [GitHub](https://github.com/run-house/kubetorch) (👨💻 16 · 🔀 41 · 📥 79 · ⏱️ 29.10.2025):
```
git clone https://github.com/run-house/runhouse
```
- [PyPi](https://pypi.org/project/runhouse) (📥 4.5K / month · 📦 1 · ⏱️ 10.03.2025):
```
pip install runhouse
```
NeoML (🥉19 · ⭐ 790) - Machine learning framework for both deep learning and traditional.. Apache-2
- [GitHub](https://github.com/neoml-lib/neoml) (👨💻 41 · 🔀 130 · 📦 2 · 📋 91 - 40% open · ⏱️ 28.10.2025):
```
git clone https://github.com/neoml-lib/neoml
```
- [PyPi](https://pypi.org/project/neoml) (📥 190 / month · ⏱️ 26.12.2023):
```
pip install neoml
```
chefboost (🥉19 · ⭐ 480) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
- [GitHub](https://github.com/serengil/chefboost) (👨💻 7 · 🔀 100 · 📦 72 · ⏱️ 09.07.2025):
```
git clone https://github.com/serengil/chefboost
```
- [PyPi](https://pypi.org/project/chefboost) (📥 770 / month · ⏱️ 30.10.2024):
```
pip install chefboost
```
ThunderGBM (🥉18 · ⭐ 710 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
- [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨💻 12 · 🔀 88 · 📦 4 · 📋 81 - 48% open · ⏱️ 19.03.2025):
```
git clone https://github.com/Xtra-Computing/thundergbm
```
- [PyPi](https://pypi.org/project/thundergbm) (📥 220 / month · ⏱️ 19.09.2022):
```
pip install thundergbm
```
Show 26 hidden projects...
- dlib (🥈40 · ⭐ 14K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0
- MXNet (🥈38 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 
- Theano (🥈37 · ⭐ 10K · 💀) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
- MindsDB (🥈33 · ⭐ 37K) - Federated query engine for AI - The only MCP Server youll ever need. ❗️ICU 
- Vowpal Wabbit (🥈33 · ⭐ 8.6K · 💀) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
- Chainer (🥈33 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT
- Turi Create (🥉32 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3
- tensorpack (🥉32 · ⭐ 6.3K · 💀) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 
- TFlearn (🥉31 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for TensorFlow. MIT 
- dyNET (🥉31 · ⭐ 3.4K · 💀) - DyNet: The Dynamic Neural Network Toolkit. Apache-2
- CNTK (🥉29 · ⭐ 18K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT
- Lasagne (🥉28 · ⭐ 3.9K · 💀) - Lightweight library to build and train neural networks in Theano. MIT
- SHOGUN (🥉26 · ⭐ 3.1K · 💀) - Unified and efficient Machine Learning. BSD-3
- ktrain (🥉26 · ⭐ 1.3K · 💀) - ktrain is a Python library that makes deep learning and AI.. Apache-2 
- NeuPy (🥉25 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
- xLearn (🥉24 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
- EvaDB (🥉24 · ⭐ 2.7K · 💀) - Database system for AI-powered apps. Apache-2 
- neon (🥉22 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
- ThunderSVM (🥉22 · ⭐ 1.6K · 💀) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
- Torchbearer (🥉22 · ⭐ 640 · 💀) - torchbearer: A model fitting library for PyTorch. MIT 
- mace (🥉21 · ⭐ 5K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2
- Neural Tangents (🥉21 · ⭐ 2.4K · 💀) - Fast and Easy Infinite Neural Networks in Python. Apache-2
- Objax (🥉20 · ⭐ 770 · 💀) - Objax is a machine learning framework that provides an Object.. Apache-2 
- elegy (🥉19 · ⭐ 480 · 💀) - A High Level API for Deep Learning in JAX. MIT 

- StarSpace (🥉16 · ⭐ 4K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT
- nanodl (🥉14 · ⭐ 300 · 💀) - A Jax-based library for building transformers, includes.. MIT 
## Data Visualization
_General-purpose and task-specific data visualization libraries._
Matplotlib (🥇49 · ⭐ 22K) - matplotlib: plotting with Python. ❗Unlicensed
- [GitHub](https://github.com/matplotlib/matplotlib) (👨💻 1.9K · 🔀 8.1K · 📦 1.9M · 📋 11K - 14% open · ⏱️ 30.10.2025):
```
git clone https://github.com/matplotlib/matplotlib
```
- [PyPi](https://pypi.org/project/matplotlib) (📥 120M / month · 📦 68K · ⏱️ 09.10.2025):
```
pip install matplotlib
```
- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 33M · ⏱️ 15.10.2025):
```
conda install -c conda-forge matplotlib
```
Plotly (🥇47 · ⭐ 18K) - The interactive graphing library for Python. MIT
- [GitHub](https://github.com/plotly/plotly.py) (👨💻 300 · 🔀 2.7K · 📥 550 · 📦 460K · 📋 3.3K - 21% open · ⏱️ 28.10.2025):
```
git clone https://github.com/plotly/plotly.py
```
- [PyPi](https://pypi.org/project/plotly) (📥 37M / month · 📦 9.7K · ⏱️ 02.10.2025):
```
pip install plotly
```
- [Conda](https://anaconda.org/conda-forge/plotly) (📥 12M · ⏱️ 03.10.2025):
```
conda install -c conda-forge plotly
```
- [npm](https://www.npmjs.com/package/plotlywidget) (📥 2.8K / month · 📦 9 · ⏱️ 12.01.2021):
```
npm install plotlywidget
```
dash (🥇45 · ⭐ 24K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT
- [GitHub](https://github.com/plotly/dash) (👨💻 190 · 🔀 2.2K · 📥 120 · 📦 89K · 📋 2.1K - 27% open · ⏱️ 21.10.2025):
```
git clone https://github.com/plotly/dash
```
- [PyPi](https://pypi.org/project/dash) (📥 5.5M / month · 📦 1.9K · ⏱️ 22.10.2025):
```
pip install dash
```
- [Conda](https://anaconda.org/conda-forge/dash) (📥 2.1M · ⏱️ 11.08.2025):
```
conda install -c conda-forge dash
```
Bokeh (🥇45 · ⭐ 20K) - Interactive Data Visualization in the browser, from Python. BSD-3
- [GitHub](https://github.com/bokeh/bokeh) (👨💻 720 · 🔀 4.2K · 📦 100K · 📋 8.1K - 10% open · ⏱️ 28.10.2025):
```
git clone https://github.com/bokeh/bokeh
```
- [PyPi](https://pypi.org/project/bokeh) (📥 5M / month · 📦 2.2K · ⏱️ 13.10.2025):
```
pip install bokeh
```
- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 18M · ⏱️ 30.08.2025):
```
conda install -c conda-forge bokeh
```
Seaborn (🥇42 · ⭐ 14K) - Statistical data visualization in Python. BSD-3
- [GitHub](https://github.com/mwaskom/seaborn) (👨💻 220 · 🔀 2K · 📥 510 · 📦 700K · 📋 2.6K - 6% open · ⏱️ 10.07.2025):
```
git clone https://github.com/mwaskom/seaborn
```
- [PyPi](https://pypi.org/project/seaborn) (📥 31M / month · 📦 11K · ⏱️ 25.01.2024):
```
pip install seaborn
```
- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 15M · ⏱️ 22.04.2025):
```
conda install -c conda-forge seaborn
```
Altair (🥇41 · ⭐ 10K) - Declarative visualization library for Python. BSD-3
- [GitHub](https://github.com/vega/altair) (👨💻 180 · 🔀 800 · 📥 280 · 📦 240K · 📋 2.1K - 6% open · ⏱️ 27.10.2025):
```
git clone https://github.com/altair-viz/altair
```
- [PyPi](https://pypi.org/project/altair) (📥 37M / month · 📦 920 · ⏱️ 23.11.2024):
```
pip install altair
```
- [Conda](https://anaconda.org/conda-forge/altair) (📥 3M · ⏱️ 22.04.2025):
```
conda install -c conda-forge altair
```
FiftyOne (🥈39 · ⭐ 10K) - Visualize, create, and debug image and video datasets.. Apache-2 


- [GitHub](https://github.com/voxel51/fiftyone) (👨💻 160 · 🔀 680 · 📦 1K · 📋 1.8K - 35% open · ⏱️ 29.10.2025):
```
git clone https://github.com/voxel51/fiftyone
```
- [PyPi](https://pypi.org/project/fiftyone) (📥 170K / month · 📦 36 · ⏱️ 20.10.2025):
```
pip install fiftyone
```
Graphviz (🥈39 · ⭐ 1.8K) - Simple Python interface for Graphviz. MIT
- [GitHub](https://github.com/xflr6/graphviz) (👨💻 24 · 🔀 220 · 📦 95K · 📋 190 - 6% open · ⏱️ 26.10.2025):
```
git clone https://github.com/xflr6/graphviz
```
- [PyPi](https://pypi.org/project/graphviz) (📥 26M / month · 📦 3.2K · ⏱️ 15.06.2025):
```
pip install graphviz
```
- [Conda](https://anaconda.org/anaconda/python-graphviz) (📥 59K · ⏱️ 22.04.2025):
```
conda install -c anaconda python-graphviz
```
PyVista (🥈38 · ⭐ 3.3K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT 
- [GitHub](https://github.com/pyvista/pyvista) (👨💻 190 · 🔀 590 · 📥 960 · 📦 5.2K · 📋 2K - 35% open · ⏱️ 28.10.2025):
```
git clone https://github.com/pyvista/pyvista
```
- [PyPi](https://pypi.org/project/pyvista) (📥 1M / month · 📦 820 · ⏱️ 26.08.2025):
```
pip install pyvista
```
- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 810K · ⏱️ 10.10.2025):
```
conda install -c conda-forge pyvista
```
HoloViews (🥈38 · ⭐ 2.8K) - With Holoviews, your data visualizes itself. BSD-3 
- [GitHub](https://github.com/holoviz/holoviews) (👨💻 150 · 🔀 410 · 📦 17K · 📋 3.4K - 31% open · ⏱️ 29.10.2025):
```
git clone https://github.com/holoviz/holoviews
```
- [PyPi](https://pypi.org/project/holoviews) (📥 820K / month · 📦 490 · ⏱️ 29.10.2025):
```
pip install holoviews
```
- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 2.4M · ⏱️ 25.06.2025):
```
conda install -c conda-forge holoviews
```
- [npm](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 380 / month · 📦 7 · ⏱️ 20.06.2025):
```
npm install @pyviz/jupyterlab_pyviz
```
pyecharts (🥈37 · ⭐ 16K) - Python Echarts Plotting Library. MIT 
- [GitHub](https://github.com/pyecharts/pyecharts) (👨💻 45 · 🔀 2.9K · 📥 75 · 📦 5.5K · 📋 1.9K - 0% open · ⏱️ 10.10.2025):
```
git clone https://github.com/pyecharts/pyecharts
```
- [PyPi](https://pypi.org/project/pyecharts) (📥 530K / month · 📦 280 · ⏱️ 10.10.2025):
```
pip install pyecharts
```
PyQtGraph (🥈37 · ⭐ 4.2K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨💻 300 · 🔀 1.1K · 📦 13K · 📋 1.4K - 31% open · ⏱️ 02.10.2025):
```
git clone https://github.com/pyqtgraph/pyqtgraph
```
- [PyPi](https://pypi.org/project/pyqtgraph) (📥 560K / month · 📦 1K · ⏱️ 29.04.2024):
```
pip install pyqtgraph
```
- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 880K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pyqtgraph
```
pandas-profiling (🥈35 · ⭐ 13K) - 1 Line of code data quality profiling & exploratory.. MIT 

- [GitHub](https://github.com/ydataai/ydata-profiling) (👨💻 140 · 🔀 1.7K · 📥 490 · 📦 6.9K · 📋 850 - 30% open · ⏱️ 19.09.2025):
```
git clone https://github.com/ydataai/pandas-profiling
```
- [PyPi](https://pypi.org/project/pandas-profiling) (📥 330K / month · 📦 180 · ⏱️ 03.02.2023):
```
pip install pandas-profiling
```
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 590K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pandas-profiling
```
plotnine (🥈35 · ⭐ 4.4K) - A Grammar of Graphics for Python. MIT
- [GitHub](https://github.com/has2k1/plotnine) (👨💻 110 · 🔀 240 · 📦 13K · 📋 750 - 10% open · ⏱️ 16.10.2025):
```
git clone https://github.com/has2k1/plotnine
```
- [PyPi](https://pypi.org/project/plotnine) (📥 2.2M / month · 📦 400 · ⏱️ 15.07.2025):
```
pip install plotnine
```
- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 560K · ⏱️ 15.07.2025):
```
conda install -c conda-forge plotnine
```
cartopy (🥈35 · ⭐ 1.5K) - Cartopy - a cartographic python library with matplotlib support. BSD-3
- [GitHub](https://github.com/SciTools/cartopy) (👨💻 140 · 🔀 390 · 📦 8.1K · 📋 1.3K - 23% open · ⏱️ 30.10.2025):
```
git clone https://github.com/SciTools/cartopy
```
- [PyPi](https://pypi.org/project/cartopy) (📥 810K / month · 📦 970 · ⏱️ 01.08.2025):
```
pip install cartopy
```
- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 5.6M · ⏱️ 27.10.2025):
```
conda install -c conda-forge cartopy
```
VisPy (🥈34 · ⭐ 3.5K · 📉) - High-performance interactive 2D/3D data visualization library. BSD-3 
- [GitHub](https://github.com/vispy/vispy) (👨💻 210 · 🔀 620 · 📦 2.1K · 📋 1.5K - 25% open · ⏱️ 13.10.2025):
```
git clone https://github.com/vispy/vispy
```
- [PyPi](https://pypi.org/project/vispy) (📥 190K / month · 📦 200 · ⏱️ 19.05.2025):
```
pip install vispy
```
- [Conda](https://anaconda.org/conda-forge/vispy) (📥 980K · ⏱️ 30.08.2025):
```
conda install -c conda-forge vispy
```
- [npm](https://www.npmjs.com/package/vispy) (📥 12 / month · 📦 3 · ⏱️ 15.03.2020):
```
npm install vispy
```
datashader (🥈34 · ⭐ 3.5K) - Quickly and accurately render even the largest data. BSD-3
- [GitHub](https://github.com/holoviz/datashader) (👨💻 63 · 🔀 380 · 📦 6.3K · 📋 620 - 24% open · ⏱️ 09.10.2025):
```
git clone https://github.com/holoviz/datashader
```
- [PyPi](https://pypi.org/project/datashader) (📥 280K / month · 📦 250 · ⏱️ 05.08.2025):
```
pip install datashader
```
- [Conda](https://anaconda.org/conda-forge/datashader) (📥 1.6M · ⏱️ 05.08.2025):
```
conda install -c conda-forge datashader
```
lets-plot (🥈34 · ⭐ 1.7K) - Multiplatform plotting library based on the Grammar of Graphics. MIT
- [GitHub](https://github.com/JetBrains/lets-plot) (👨💻 21 · 🔀 54 · 📥 3.4K · 📦 190 · 📋 740 - 21% open · ⏱️ 30.10.2025):
```
git clone https://github.com/JetBrains/lets-plot
```
- [PyPi](https://pypi.org/project/lets-plot) (📥 120K / month · 📦 16 · ⏱️ 12.09.2025):
```
pip install lets-plot
```
wordcloud (🥈33 · ⭐ 10K) - A little word cloud generator in Python. MIT
- [GitHub](https://github.com/amueller/word_cloud) (👨💻 75 · 🔀 2.3K · 📦 21 · 📋 560 - 24% open · ⏱️ 31.08.2025):
```
git clone https://github.com/amueller/word_cloud
```
- [PyPi](https://pypi.org/project/wordcloud) (📥 2M / month · 📦 550 · ⏱️ 10.11.2024):
```
pip install wordcloud
```
- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 790K · ⏱️ 03.09.2025):
```
conda install -c conda-forge wordcloud
```
Perspective (🥈33 · ⭐ 9.5K) - A data visualization and analytics component, especially.. Apache-2 
- [GitHub](https://github.com/perspective-dev/perspective) (👨💻 100 · 🔀 1.2K · 📥 12K · 📦 190 · 📋 890 - 12% open · ⏱️ 29.10.2025):
```
git clone https://github.com/finos/perspective
```
- [PyPi](https://pypi.org/project/perspective-python) (📥 17K / month · 📦 31 · ⏱️ 28.10.2025):
```
pip install perspective-python
```
- [Conda](https://anaconda.org/conda-forge/perspective) (📥 2.4M · ⏱️ 28.10.2025):
```
conda install -c conda-forge perspective
```
- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 600 / month · 📦 6 · ⏱️ 03.09.2025):
```
npm install @finos/perspective-jupyterlab
```
UMAP (🥈33 · ⭐ 8K) - Uniform Manifold Approximation and Projection. BSD-3
- [GitHub](https://github.com/lmcinnes/umap) (👨💻 140 · 🔀 850 · 📦 1 · 📋 860 - 59% open · ⏱️ 26.10.2025):
```
git clone https://github.com/lmcinnes/umap
```
- [PyPi](https://pypi.org/project/umap-learn) (📥 2.7M / month · 📦 1.3K · ⏱️ 03.07.2025):
```
pip install umap-learn
```
- [Conda](https://anaconda.org/conda-forge/umap-learn) (📥 3.2M · ⏱️ 03.07.2025):
```
conda install -c conda-forge umap-learn
```
hvPlot (🥈32 · ⭐ 1.3K) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3
- [GitHub](https://github.com/holoviz/hvplot) (👨💻 52 · 🔀 110 · 📦 7.3K · 📋 940 - 41% open · ⏱️ 24.10.2025):
```
git clone https://github.com/holoviz/hvplot
```
- [PyPi](https://pypi.org/project/hvplot) (📥 310K / month · 📦 270 · ⏱️ 29.08.2025):
```
pip install hvplot
```
- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 860K · ⏱️ 04.09.2025):
```
conda install -c conda-forge hvplot
```
mpld3 (🥉31 · ⭐ 2.4K · 📉) - An interactive data visualization tool which brings matplotlib.. BSD-3
- [GitHub](https://github.com/mpld3/mpld3) (👨💻 54 · 🔀 360 · 📦 7.6K · 📋 370 - 59% open · ⏱️ 27.07.2025):
```
git clone https://github.com/mpld3/mpld3
```
- [PyPi](https://pypi.org/project/mpld3) (📥 440K / month · 📦 160 · ⏱️ 27.07.2025):
```
pip install mpld3
```
- [Conda](https://anaconda.org/conda-forge/mpld3) (📥 280K · ⏱️ 28.07.2025):
```
conda install -c conda-forge mpld3
```
- [npm](https://www.npmjs.com/package/mpld3) (📥 900 / month · 📦 11 · ⏱️ 27.07.2025):
```
npm install mpld3
```
bqplot (🥉30 · ⭐ 3.7K) - Plotting library for IPython/Jupyter notebooks. Apache-2 
- [GitHub](https://github.com/bqplot/bqplot) (👨💻 66 · 🔀 480 · 📦 62 · 📋 650 - 42% open · ⏱️ 25.08.2025):
```
git clone https://github.com/bqplot/bqplot
```
- [PyPi](https://pypi.org/project/bqplot) (📥 230K / month · 📦 110 · ⏱️ 21.05.2025):
```
pip install bqplot
```
- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.9M · ⏱️ 02.09.2025):
```
conda install -c conda-forge bqplot
```
- [npm](https://www.npmjs.com/package/bqplot) (📥 3K / month · 📦 21 · ⏱️ 03.09.2025):
```
npm install bqplot
```
D-Tale (🥉29 · ⭐ 5K) - Visualizer for pandas data structures. ❗️LGPL-2.1 

- [GitHub](https://github.com/man-group/dtale) (👨💻 31 · 🔀 430 · 📦 1.5K · 📋 610 - 10% open · ⏱️ 30.07.2025):
```
git clone https://github.com/man-group/dtale
```
- [PyPi](https://pypi.org/project/dtale) (📥 31K / month · 📦 53 · ⏱️ 30.07.2025):
```
pip install dtale
```
- [Conda](https://anaconda.org/conda-forge/dtale) (📥 480K · ⏱️ 30.07.2025):
```
conda install -c conda-forge dtale
```
openTSNE (🥉29 · ⭐ 1.6K · 📈) - Extensible, parallel implementations of t-SNE. BSD-3
- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨💻 14 · 🔀 170 · 📦 1.1K · 📋 150 - 2% open · ⏱️ 27.10.2025):
```
git clone https://github.com/pavlin-policar/openTSNE
```
- [PyPi](https://pypi.org/project/opentsne) (📥 58K / month · 📦 69 · ⏱️ 27.10.2025):
```
pip install opentsne
```
- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 500K · ⏱️ 27.10.2025):
```
conda install -c conda-forge opentsne
```
Plotly-Resampler (🥉27 · ⭐ 1.2K) - Visualize large time series data with plotly.py. MIT
- [GitHub](https://github.com/predict-idlab/plotly-resampler) (👨💻 14 · 🔀 74 · 📦 2K · 📋 190 - 32% open · ⏱️ 03.09.2025):
```
git clone https://github.com/predict-idlab/plotly-resampler
```
- [PyPi](https://pypi.org/project/plotly-resampler) (📥 370K / month · 📦 38 · ⏱️ 29.08.2025):
```
pip install plotly-resampler
```
- [Conda](https://anaconda.org/conda-forge/plotly-resampler) (📥 140K · ⏱️ 09.10.2025):
```
conda install -c conda-forge plotly-resampler
```
HyperTools (🥉26 · ⭐ 1.9K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT
- [GitHub](https://github.com/ContextLab/hypertools) (👨💻 23 · 🔀 160 · 📥 73 · 📦 510 · 📋 200 - 34% open · ⏱️ 10.07.2025):
```
git clone https://github.com/ContextLab/hypertools
```
- [PyPi](https://pypi.org/project/hypertools) (📥 1.1K / month · 📦 2 · ⏱️ 09.07.2025):
```
pip install hypertools
```
data-validation (🥉25 · ⭐ 780) - Library for exploring and validating machine learning.. Apache-2 

- [GitHub](https://github.com/tensorflow/data-validation) (👨💻 30 · 🔀 180 · 📥 1K · 📋 190 - 20% open · ⏱️ 23.06.2025):
```
git clone https://github.com/tensorflow/data-validation
```
- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 150K / month · 📦 32 · ⏱️ 09.06.2025):
```
pip install tensorflow-data-validation
```
Chartify (🥉24 · ⭐ 3.6K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2
- [GitHub](https://github.com/spotify/chartify) (👨💻 27 · 🔀 340 · 📦 83 · 📋 86 - 62% open · ⏱️ 16.10.2024):
```
git clone https://github.com/spotify/chartify
```
- [PyPi](https://pypi.org/project/chartify) (📥 1.2K / month · 📦 9 · ⏱️ 16.10.2024):
```
pip install chartify
```
- [Conda](https://anaconda.org/conda-forge/chartify) (📥 40K · ⏱️ 22.04.2025):
```
conda install -c conda-forge chartify
```
Popmon (🥉22 · ⭐ 510) - Monitor the stability of a Pandas or Spark dataframe. MIT 

- [GitHub](https://github.com/ing-bank/popmon) (👨💻 19 · 🔀 36 · 📥 280 · 📦 22 · 📋 57 - 28% open · ⏱️ 04.09.2025):
```
git clone https://github.com/ing-bank/popmon
```
- [PyPi](https://pypi.org/project/popmon) (📥 3.4K / month · 📦 4 · ⏱️ 04.09.2025):
```
pip install popmon
```
vega (🥉22 · ⭐ 390 · 💤) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 
- [GitHub](https://github.com/vega/ipyvega) (👨💻 15 · 🔀 65 · 📦 4 · 📋 110 - 14% open · ⏱️ 01.01.2025):
```
git clone https://github.com/vega/ipyvega
```
- [PyPi](https://pypi.org/project/vega) (📥 26K / month · 📦 17 · ⏱️ 25.09.2024):
```
pip install vega
```
- [Conda](https://anaconda.org/conda-forge/vega) (📥 940K · ⏱️ 04.10.2025):
```
conda install -c conda-forge vega
```
vegafusion (🥉21 · ⭐ 390) - Serverside scaling for Vega and Altair visualizations. BSD-3
- [GitHub](https://github.com/vega/vegafusion) (👨💻 6 · 🔀 26 · 📥 6.6K · 📋 150 - 36% open · ⏱️ 29.09.2025):
```
git clone https://github.com/vegafusion/vegafusion
```
- [PyPi](https://pypi.org/project/vegafusion-jupyter) (📥 770 / month · 📦 2 · ⏱️ 09.05.2024):
```
pip install vegafusion-jupyter
```
- [Conda](https://anaconda.org/conda-forge/vegafusion-python-embed) (📥 520K · ⏱️ 27.10.2025):
```
conda install -c conda-forge vegafusion-python-embed
```
- [npm](https://www.npmjs.com/package/vegafusion-jupyter) (📥 1.9K / month · 📦 3 · ⏱️ 09.05.2024):
```
npm install vegafusion-jupyter
```
Show 22 hidden projects...
- missingno (🥉30 · ⭐ 4.2K · 💀) - Missing data visualization module for Python. MIT
- Facets Overview (🥉28 · ⭐ 7.4K · 💀) - Visualizations for machine learning datasets. Apache-2 
- Cufflinks (🥉28 · ⭐ 3.1K · 💀) - Productivity Tools for Plotly + Pandas. MIT 
- pythreejs (🥉27 · ⭐ 980 · 💀) - A Jupyter - Three.js bridge. BSD-3 
- Sweetviz (🥉26 · ⭐ 3.1K · 💀) - Visualize and compare datasets, target values and associations, with.. MIT
- AutoViz (🥉26 · ⭐ 1.9K · 💀) - Automatically Visualize any dataset, any size with a single line.. Apache-2
- ridgeplot (🥉26 · ⭐ 240) - Beautiful ridgeline plots in Python. MIT
- PandasGUI (🥉24 · ⭐ 3.3K) - A GUI for Pandas DataFrames. ❗️MIT-0 
- HiPlot (🥉24 · ⭐ 2.8K · 💀) - HiPlot makes understanding high dimensional data easy. MIT
- python-ternary (🥉24 · ⭐ 770 · 💀) - Ternary plotting library for python with matplotlib. MIT
- Multicore-TSNE (🥉23 · ⭐ 1.9K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3 
- Pandas-Bokeh (🥉22 · ⭐ 890 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT 
- pivottablejs (🥉21 · ⭐ 710 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT 
- joypy (🥉21 · ⭐ 600 · 💀) - Joyplots in Python with matplotlib & pandas. MIT
- PyWaffle (🥉21 · ⭐ 600 · 💀) - Make Waffle Charts in Python. MIT
- PDPbox (🥉20 · ⭐ 860 · 💀) - python partial dependence plot toolbox. MIT
- animatplot (🥉18 · ⭐ 410 · 💀) - A python package for animating plots build on matplotlib. MIT
- ivis (🥉18 · ⭐ 340 · 💀) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 
- pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
- nx-altair (🥉16 · ⭐ 230 · 💀) - Draw interactive NetworkX graphs with Altair. MIT 
- data-describe (🥉15 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
- nptsne (🥉11 · ⭐ 33 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2
## Text Data & NLP
_Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation._
transformers (🥇54 · ⭐ 150K) - Transformers: the model-definition framework for.. Apache-2 

- [GitHub](https://github.com/huggingface/transformers) (👨💻 3.6K · 🔀 31K · 📦 400K · 📋 19K - 11% open · ⏱️ 30.10.2025):
```
git clone https://github.com/huggingface/transformers
```
- [PyPi](https://pypi.org/project/transformers) (📥 93M / month · 📦 11K · ⏱️ 14.10.2025):
```
pip install transformers
```
- [Conda](https://anaconda.org/conda-forge/transformers) (📥 3.3M · ⏱️ 14.10.2025):
```
conda install -c conda-forge transformers
```
nltk (🥇47 · ⭐ 14K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
- [GitHub](https://github.com/nltk/nltk) (👨💻 480 · 🔀 3K · 📦 410K · 📋 1.9K - 14% open · ⏱️ 22.10.2025):
```
git clone https://github.com/nltk/nltk
```
- [PyPi](https://pypi.org/project/nltk) (📥 42M / month · 📦 6.3K · ⏱️ 01.10.2025):
```
pip install nltk
```
- [Conda](https://anaconda.org/conda-forge/nltk) (📥 3.4M · ⏱️ 01.10.2025):
```
conda install -c conda-forge nltk
```
litellm (🥇45 · ⭐ 30K · 📉) - Python SDK, Proxy Server (LLM Gateway) to call 100+.. MIT o t h e r s
- [GitHub](https://github.com/BerriAI/litellm) (👨💻 960 · 🔀 4.5K · 📥 800 · 📦 17K · 📋 7.8K - 17% open · ⏱️ 30.10.2025):
```
git clone https://github.com/BerriAI/litellm
```
- [PyPi](https://pypi.org/project/litellm) (📥 34M / month · 📦 1.9K · ⏱️ 29.10.2025):
```
pip install litellm
```
spaCy (🥇43 · ⭐ 33K · 📈) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
- [GitHub](https://github.com/explosion/spaCy) (👨💻 780 · 🔀 4.5K · 📥 4.9K · 📦 140K · 📋 5.8K - 3% open · ⏱️ 28.10.2025):
```
git clone https://github.com/explosion/spaCy
```
- [PyPi](https://pypi.org/project/spacy) (📥 17M / month · 📦 3.2K · ⏱️ 23.05.2025):
```
pip install spacy
```
- [Conda](https://anaconda.org/conda-forge/spacy) (📥 6.5M · ⏱️ 06.07.2025):
```
conda install -c conda-forge spacy
```
sentence-transformers (🥇42 · ⭐ 18K) - State-of-the-Art Text Embeddings. Apache-2 
- [GitHub](https://github.com/huggingface/sentence-transformers) (👨💻 240 · 🔀 2.7K · 📦 120K · 📋 2.5K - 51% open · ⏱️ 22.10.2025):
```
git clone https://github.com/UKPLab/sentence-transformers
```
- [PyPi](https://pypi.org/project/sentence-transformers) (📥 17M / month · 📦 3.7K · ⏱️ 22.10.2025):
```
pip install sentence-transformers
```
- [Conda](https://anaconda.org/conda-forge/sentence-transformers) (📥 1M · ⏱️ 22.10.2025):
```
conda install -c conda-forge sentence-transformers
```
gensim (🥇42 · ⭐ 16K) - Topic Modelling for Humans. ❗️LGPL-2.1
- [GitHub](https://github.com/piskvorky/gensim) (👨💻 460 · 🔀 4.4K · 📥 6.4K · 📦 78K · 📋 1.9K - 21% open · ⏱️ 16.10.2025):
```
git clone https://github.com/RaRe-Technologies/gensim
```
- [PyPi](https://pypi.org/project/gensim) (📥 5.2M / month · 📦 1.6K · ⏱️ 18.10.2025):
```
pip install gensim
```
- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.8M · ⏱️ 22.04.2025):
```
conda install -c conda-forge gensim
```
sentencepiece (🥇42 · ⭐ 11K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
- [GitHub](https://github.com/google/sentencepiece) (👨💻 100 · 🔀 1.3K · 📥 110K · 📦 120K · 📋 800 - 3% open · ⏱️ 04.10.2025):
```
git clone https://github.com/google/sentencepiece
```
- [PyPi](https://pypi.org/project/sentencepiece) (📥 31M / month · 📦 2.4K · ⏱️ 12.08.2025):
```
pip install sentencepiece
```
- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 1.7M · ⏱️ 22.09.2025):
```
conda install -c conda-forge sentencepiece
```
Tokenizers (🥇40 · ⭐ 10K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
- [GitHub](https://github.com/huggingface/tokenizers) (👨💻 130 · 🔀 970 · 📥 86 · 📦 180K · 📋 1.1K - 9% open · ⏱️ 16.10.2025):
```
git clone https://github.com/huggingface/tokenizers
```
- [PyPi](https://pypi.org/project/tokenizers) (📥 81M / month · 📦 1.7K · ⏱️ 19.09.2025):
```
pip install tokenizers
```
- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 3.6M · ⏱️ 19.09.2025):
```
conda install -c conda-forge tokenizers
```
NeMo (🥇38 · ⭐ 16K) - A scalable generative AI framework built for researchers and.. Apache-2 
- [GitHub](https://github.com/NVIDIA-NeMo/NeMo) (👨💻 460 · 🔀 3.2K · 📥 520K · 📦 21 · 📋 2.8K - 4% open · ⏱️ 29.10.2025):
```
git clone https://github.com/NVIDIA/NeMo
```
- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 810K / month · 📦 18 · ⏱️ 27.10.2025):
```
pip install nemo-toolkit
```
haystack (🥇37 · ⭐ 23K) - AI orchestration framework to build customizable, production-ready.. Apache-2
- [GitHub](https://github.com/deepset-ai/haystack) (👨💻 310 · 🔀 2.5K · 📦 1.3K · 📋 4.1K - 2% open · ⏱️ 30.10.2025):
```
git clone https://github.com/deepset-ai/haystack
```
- [PyPi](https://pypi.org/project/haystack) (📥 7.4K / month · 📦 5 · ⏱️ 15.12.2021):
```
pip install haystack
```
Opik (🥇37 · ⭐ 15K) - Debug, evaluate, and monitor your LLM applications, RAG systems, and.. Apache-2
- [GitHub](https://github.com/comet-ml/opik) (👨💻 81 · 🔀 1.1K · 📦 17 · 📋 540 - 29% open · ⏱️ 30.10.2025):
```
git clone https://github.com/comet-ml/opik
```
- [PyPi](https://pypi.org/project/opik) (📥 850K / month · 📦 34 · ⏱️ 29.10.2025):
```
pip install opik
```
ChatterBot (🥇37 · ⭐ 14K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3
- [GitHub](https://github.com/gunthercox/ChatterBot) (👨💻 110 · 🔀 4.5K · 📦 6.5K · 📋 1.7K - 6% open · ⏱️ 25.10.2025):
```
git clone https://github.com/gunthercox/ChatterBot
```
- [PyPi](https://pypi.org/project/chatterbot) (📥 20K / month · 📦 19 · ⏱️ 16.10.2025):
```
pip install chatterbot
```
flair (🥇37 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT 
- [GitHub](https://github.com/flairNLP/flair) (👨💻 280 · 🔀 2.1K · 📦 4.1K · 📋 2.4K - 1% open · ⏱️ 12.06.2025):
```
git clone https://github.com/flairNLP/flair
```
- [PyPi](https://pypi.org/project/flair) (📥 180K / month · 📦 160 · ⏱️ 05.02.2025):
```
pip install flair
```
- [Conda](https://anaconda.org/conda-forge/python-flair) (📥 49K · ⏱️ 22.04.2025):
```
conda install -c conda-forge python-flair
```
TextBlob (🥇37 · ⭐ 9.5K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
- [GitHub](https://github.com/sloria/TextBlob) (👨💻 37 · 🔀 1.2K · 📥 140 · 📦 60K · 📋 280 - 25% open · ⏱️ 18.10.2025):
```
git clone https://github.com/sloria/TextBlob
```
- [PyPi](https://pypi.org/project/textblob) (📥 1.5M / month · 📦 400 · ⏱️ 13.01.2025):
```
pip install textblob
```
- [Conda](https://anaconda.org/conda-forge/textblob) (📥 340K · ⏱️ 22.04.2025):
```
conda install -c conda-forge textblob
```
fairseq (🥈36 · ⭐ 32K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT 
- [GitHub](https://github.com/facebookresearch/fairseq) (👨💻 430 · 🔀 6.6K · 📥 440 · 📦 4.4K · 📋 4.4K - 30% open · ⏱️ 30.09.2025):
```
git clone https://github.com/facebookresearch/fairseq
```
- [PyPi](https://pypi.org/project/fairseq) (📥 77K / month · 📦 120 · ⏱️ 27.06.2022):
```
pip install fairseq
```
- [Conda](https://anaconda.org/conda-forge/fairseq) (📥 170K · ⏱️ 02.10.2025):
```
conda install -c conda-forge fairseq
```
stanza (🥈36 · ⭐ 7.6K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2
- [GitHub](https://github.com/stanfordnlp/stanza) (👨💻 72 · 🔀 920 · 📦 4.1K · 📋 950 - 10% open · ⏱️ 05.10.2025):
```
git clone https://github.com/stanfordnlp/stanza
```
- [PyPi](https://pypi.org/project/stanza) (📥 770K / month · 📦 240 · ⏱️ 05.10.2025):
```
pip install stanza
```
- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 9K · ⏱️ 25.03.2025):
```
conda install -c stanfordnlp stanza
```
qdrant (🥈35 · ⭐ 27K) - Qdrant - High-performance, massive-scale Vector Database and Vector.. Apache-2
- [GitHub](https://github.com/qdrant/qdrant) (👨💻 140 · 🔀 1.9K · 📥 500K · 📦 120 · 📋 1.6K - 22% open · ⏱️ 30.09.2025):
```
git clone https://github.com/qdrant/qdrant
```
spark-nlp (🥈35 · ⭐ 4.1K) - State of the Art Natural Language Processing. Apache-2 
- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨💻 120 · 🔀 730 · 📦 620 · 📋 910 - 2% open · ⏱️ 22.10.2025):
```
git clone https://github.com/JohnSnowLabs/spark-nlp
```
- [PyPi](https://pypi.org/project/spark-nlp) (📥 1M / month · 📦 39 · ⏱️ 22.10.2025):
```
pip install spark-nlp
```
Rasa (🥈34 · ⭐ 21K) - Open source machine learning framework to automate text- and voice-.. Apache-2 
- [GitHub](https://github.com/RasaHQ/rasa) (👨💻 600 · 🔀 4.9K · 📋 6.8K - 2% open · ⏱️ 26.08.2025):
```
git clone https://github.com/RasaHQ/rasa
```
- [PyPi](https://pypi.org/project/rasa) (📥 110K / month · 📦 60 · ⏱️ 14.01.2025):
```
pip install rasa
```
TensorFlow Text (🥈34 · ⭐ 1.3K) - Making text a first-class citizen in TensorFlow. Apache-2 
- [GitHub](https://github.com/tensorflow/text) (👨💻 190 · 🔀 360 · 📦 10K · 📋 370 - 53% open · ⏱️ 18.08.2025):
```
git clone https://github.com/tensorflow/text
```
- [PyPi](https://pypi.org/project/tensorflow-text) (📥 6.8M / month · 📦 230 · ⏱️ 04.04.2025):
```
pip install tensorflow-text
```
snowballstemmer (🥈34 · ⭐ 810) - Snowball compiler and stemming algorithms. BSD-3
- [GitHub](https://github.com/snowballstem/snowball) (👨💻 41 · 🔀 190 · 📦 11 · 📋 120 - 17% open · ⏱️ 28.10.2025):
```
git clone https://github.com/snowballstem/snowball
```
- [PyPi](https://pypi.org/project/snowballstemmer) (📥 24M / month · 📦 550 · ⏱️ 09.05.2025):
```
pip install snowballstemmer
```
- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 11M · ⏱️ 20.05.2025):
```
conda install -c conda-forge snowballstemmer
```
torchtext (🥈32 · ⭐ 3.6K) - Models, data loaders and abstractions for language processing,.. BSD-3 
- [GitHub](https://github.com/pytorch/text) (👨💻 160 · 🔀 810 · 📋 850 - 38% open · ⏱️ 10.09.2025):
```
git clone https://github.com/pytorch/text
```
- [PyPi](https://pypi.org/project/torchtext) (📥 730K / month · 📦 280 · ⏱️ 24.04.2024):
```
pip install torchtext
```
jellyfish (🥈32 · ⭐ 2.2K) - a python library for doing approximate and phonetic matching of strings. MIT
- [GitHub](https://github.com/jamesturk/jellyfish) (👨💻 37 · 🔀 160 · 📦 15K · ⏱️ 11.10.2025):
```
git clone https://github.com/jamesturk/jellyfish
```
- [PyPi](https://pypi.org/project/jellyfish) (📥 8.6M / month · 📦 320 · ⏱️ 11.10.2025):
```
pip install jellyfish
```
- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 1.7M · ⏱️ 22.04.2025):
```
conda install -c conda-forge jellyfish
```
DeepPavlov (🥈31 · ⭐ 6.9K · 💤) - An open source library for deep learning end-to-end.. Apache-2 
- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨💻 78 · 🔀 1.2K · 📦 440 · 📋 640 - 4% open · ⏱️ 26.11.2024):
```
git clone https://github.com/deepmipt/DeepPavlov
```
- [PyPi](https://pypi.org/project/deeppavlov) (📥 11K / month · 📦 4 · ⏱️ 12.08.2024):
```
pip install deeppavlov
```
ftfy (🥈31 · ⭐ 4K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2
- [GitHub](https://github.com/rspeer/python-ftfy) (👨💻 22 · 🔀 120 · 📥 100 · 📦 33K · 📋 150 - 7% open · ⏱️ 30.10.2024):
```
git clone https://github.com/rspeer/python-ftfy
```
- [PyPi](https://pypi.org/project/ftfy) (📥 11M / month · 📦 570 · ⏱️ 26.10.2024):
```
pip install ftfy
```
- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 380K · ⏱️ 22.04.2025):
```
conda install -c conda-forge ftfy
```
SciSpacy (🥈31 · ⭐ 1.9K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
- [GitHub](https://github.com/allenai/scispacy) (👨💻 38 · 🔀 240 · 📦 1.3K · 📋 330 - 11% open · ⏱️ 01.10.2025):
```
git clone https://github.com/allenai/scispacy
```
- [PyPi](https://pypi.org/project/scispacy) (📥 42K / month · 📦 50 · ⏱️ 01.10.2025):
```
pip install scispacy
```
CLTK (🥈31 · ⭐ 870 · 📉) - The Classical Language Toolkit. MIT
- [GitHub](https://github.com/cltk/cltk) (👨💻 120 · 🔀 340 · 📥 160 · 📦 300 · 📋 580 - 0% open · ⏱️ 21.10.2025):
```
git clone https://github.com/cltk/cltk
```
- [PyPi](https://pypi.org/project/cltk) (📥 14K / month · 📦 17 · ⏱️ 21.10.2025):
```
pip install cltk
```
english-words (🥈29 · ⭐ 12K · 💤) - A text file containing 479k English words for all your.. Unlicense
- [GitHub](https://github.com/dwyl/english-words) (👨💻 34 · 🔀 2K · 📦 2 · 📋 170 - 75% open · ⏱️ 06.01.2025):
```
git clone https://github.com/dwyl/english-words
```
- [PyPi](https://pypi.org/project/english-words) (📥 78K / month · 📦 15 · ⏱️ 14.08.2025):
```
pip install english-words
```
rubrix (🥈29 · ⭐ 4.7K) - Argilla is a collaboration tool for AI engineers and domain experts.. Apache-2
- [GitHub](https://github.com/argilla-io/argilla) (👨💻 110 · 🔀 460 · 📦 3.1K · 📋 2.2K - 0% open · ⏱️ 05.08.2025):
```
git clone https://github.com/recognai/rubrix
```
- [PyPi](https://pypi.org/project/rubrix) (📥 1.2K / month · ⏱️ 24.10.2022):
```
pip install rubrix
```
- [Conda](https://anaconda.org/conda-forge/rubrix) (📥 52K · ⏱️ 22.04.2025):
```
conda install -c conda-forge rubrix
```
Dedupe (🥈29 · ⭐ 4.4K · 📈) - A python library for accurate and scalable fuzzy matching, record.. MIT
- [GitHub](https://github.com/dedupeio/dedupe) (👨💻 72 · 🔀 560 · 📦 370 · 📋 820 - 9% open · ⏱️ 29.07.2025):
```
git clone https://github.com/dedupeio/dedupe
```
- [PyPi](https://pypi.org/project/dedupe) (📥 59K / month · 📦 19 · ⏱️ 15.08.2024):
```
pip install dedupe
```
- [Conda](https://anaconda.org/conda-forge/dedupe) (📥 130K · ⏱️ 22.04.2025):
```
conda install -c conda-forge dedupe
```
TextDistance (🥈28 · ⭐ 3.5K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT
- [GitHub](https://github.com/life4/textdistance) (👨💻 18 · 🔀 260 · 📥 1.1K · 📦 8.8K · ⏱️ 18.04.2025):
```
git clone https://github.com/life4/textdistance
```
- [PyPi](https://pypi.org/project/textdistance) (📥 1.3M / month · 📦 99 · ⏱️ 16.07.2024):
```
pip install textdistance
```
- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 970K · ⏱️ 22.04.2025):
```
conda install -c conda-forge textdistance
```
spacy-transformers (🥈28 · ⭐ 1.4K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy
- [GitHub](https://github.com/explosion/spacy-transformers) (👨💻 23 · 🔀 170 · 📥 610 · 📦 2.4K · ⏱️ 26.05.2025):
```
git clone https://github.com/explosion/spacy-transformers
```
- [PyPi](https://pypi.org/project/spacy-transformers) (📥 270K / month · 📦 110 · ⏱️ 26.05.2025):
```
pip install spacy-transformers
```
- [Conda](https://anaconda.org/conda-forge/spacy-transformers) (📥 140K · ⏱️ 22.04.2025):
```
conda install -c conda-forge spacy-transformers
```
detoxify (🥉26 · ⭐ 1.1K) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
- [GitHub](https://github.com/unitaryai/detoxify) (👨💻 14 · 🔀 130 · 📥 1.9M · 📦 980 · 📋 67 - 55% open · ⏱️ 29.07.2025):
```
git clone https://github.com/unitaryai/detoxify
```
- [PyPi](https://pypi.org/project/detoxify) (📥 140K / month · 📦 30 · ⏱️ 01.02.2024):
```
pip install detoxify
```
scattertext (🥉25 · ⭐ 2.3K) - Beautiful visualizations of how language differs among document.. Apache-2
- [GitHub](https://github.com/JasonKessler/scattertext) (👨💻 14 · 🔀 290 · 📦 670 · 📋 100 - 22% open · ⏱️ 29.04.2025):
```
git clone https://github.com/JasonKessler/scattertext
```
- [PyPi](https://pypi.org/project/scattertext) (📥 7.5K / month · 📦 5 · ⏱️ 23.09.2024):
```
pip install scattertext
```
- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 140K · ⏱️ 22.04.2025):
```
conda install -c conda-forge scattertext
```
T5 (🥉24 · ⭐ 6.4K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 
- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨💻 61 · 🔀 780 · 📋 450 - 23% open · ⏱️ 28.04.2025):
```
git clone https://github.com/google-research/text-to-text-transfer-transformer
```
- [PyPi](https://pypi.org/project/t5) (📥 83K / month · 📦 2 · ⏱️ 18.10.2021):
```
pip install t5
```
DeepKE (🥉24 · ⭐ 4.2K) - [EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and.. MIT 
- [GitHub](https://github.com/zjunlp/DeepKE) (👨💻 34 · 🔀 730 · 📦 25 · ⏱️ 19.07.2025):
```
git clone https://github.com/zjunlp/deepke
```
- [PyPi](https://pypi.org/project/deepke) (📥 950 / month · ⏱️ 21.09.2023):
```
pip install deepke
```
sense2vec (🥉24 · ⭐ 1.7K) - Contextually-keyed word vectors. MIT
- [GitHub](https://github.com/explosion/sense2vec) (👨💻 20 · 🔀 240 · 📥 73K · 📦 470 · 📋 120 - 20% open · ⏱️ 23.04.2025):
```
git clone https://github.com/explosion/sense2vec
```
- [PyPi](https://pypi.org/project/sense2vec) (📥 3.4K / month · 📦 13 · ⏱️ 19.04.2021):
```
pip install sense2vec
```
- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 67K · ⏱️ 22.04.2025):
```
conda install -c conda-forge sense2vec
```
finetune (🥉23 · ⭐ 720) - Scikit-learn style model finetuning for NLP. MPL-2.0 

- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨💻 24 · 🔀 79 · 📦 16 · 📋 190 - 39% open · ⏱️ 21.10.2025):
```
git clone https://github.com/IndicoDataSolutions/finetune
```
- [PyPi](https://pypi.org/project/finetune) (📥 2.7K / month · 📦 2 · ⏱️ 29.09.2023):
```
pip install finetune
```
happy-transformer (🥉23 · ⭐ 540 · 💤) - Happy Transformer makes it easy to fine-tune and.. Apache-2 huggingface
- [GitHub](https://github.com/EricFillion/happy-transformer) (👨💻 14 · 🔀 69 · 📦 330 · 📋 130 - 16% open · ⏱️ 22.03.2025):
```
git clone https://github.com/EricFillion/happy-transformer
```
- [PyPi](https://pypi.org/project/happytransformer) (📥 2.7K / month · 📦 5 · ⏱️ 05.08.2023):
```
pip install happytransformer
```
Sockeye (🥉21 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 
- [GitHub](https://github.com/awslabs/sockeye) (👨💻 60 · 🔀 320 · 📥 21 · 📋 310 - 3% open · ⏱️ 24.10.2024):
```
git clone https://github.com/awslabs/sockeye
```
- [PyPi](https://pypi.org/project/sockeye) (📥 580 / month · ⏱️ 03.03.2023):
```
pip install sockeye
```
UForm (🥉21 · ⭐ 1.2K) - Pocket-Sized Multimodal AI for content understanding and.. Apache-2 
- [GitHub](https://github.com/unum-cloud/UForm) (👨💻 21 · 🔀 76 · 📥 710 · 📦 36 · 📋 39 - 38% open · ⏱️ 03.09.2025):
```
git clone https://github.com/unum-cloud/uform
```
- [PyPi](https://pypi.org/project/uform) (📥 490 / month · 📦 2 · ⏱️ 03.09.2025):
```
pip install uform
```
small-text (🥉20 · ⭐ 630) - Active Learning for Text Classification in Python. MIT 

- [GitHub](https://github.com/webis-de/small-text) (👨💻 10 · 🔀 76 · 📦 34 · 📋 74 - 28% open · ⏱️ 28.10.2025):
```
git clone https://github.com/webis-de/small-text
```
- [PyPi](https://pypi.org/project/small-text) (📥 390 / month · ⏱️ 17.08.2025):
```
pip install small-text
```
- [Conda](https://anaconda.org/conda-forge/small-text) (📥 19K · ⏱️ 17.08.2025):
```
conda install -c conda-forge small-text
```
textaugment (🥉19 · ⭐ 430) - TextAugment: Text Augmentation Library. MIT
- [GitHub](https://github.com/dsfsi/textaugment) (👨💻 10 · 🔀 60 · 📥 140 · 📦 180 · 📋 29 - 37% open · ⏱️ 09.09.2025):
```
git clone https://github.com/dsfsi/textaugment
```
- [PyPi](https://pypi.org/project/textaugment) (📥 4.2K / month · 📦 4 · ⏱️ 16.11.2023):
```
pip install textaugment
```
VizSeq (🥉15 · ⭐ 450) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
- [GitHub](https://github.com/facebookresearch/vizseq) (👨💻 4 · 🔀 61 · 📦 13 · 📋 16 - 43% open · ⏱️ 24.06.2025):
```
git clone https://github.com/facebookresearch/vizseq
```
- [PyPi](https://pypi.org/project/vizseq) (📥 120 / month · ⏱️ 07.08.2020):
```
pip install vizseq
```
Show 59 hidden projects...
- AllenNLP (🥈36 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 
- fastText (🥈34 · ⭐ 26K · 💀) - Library for fast text representation and classification. MIT
- OpenNMT (🥈33 · ⭐ 7K · 💀) - Open Source Neural Machine Translation and (Large) Language Models.. MIT 
- ParlAI (🥈32 · ⭐ 11K · 💀) - A framework for training and evaluating AI models on a variety of.. MIT 
- fuzzywuzzy (🥈31 · ⭐ 9.3K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0
- Sumy (🥈30 · ⭐ 3.6K · 💀) - Module for automatic summarization of text documents and HTML pages. Apache-2
- underthesea (🥈30 · ⭐ 1.6K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0
- nlpaug (🥈29 · ⭐ 4.6K · 💀) - Data augmentation for NLP. MIT
- vaderSentiment (🥈28 · ⭐ 4.9K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT
- textacy (🥈28 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed
- PyTextRank (🥈28 · ⭐ 2.2K · 💀) - Python implementation of TextRank algorithms (textgraphs) for.. MIT
- Ciphey (🥉27 · ⭐ 20K · 💀) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT
- fastNLP (🥉27 · ⭐ 3.1K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2
- polyglot (🥉27 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
- flashtext (🥉26 · ⭐ 5.7K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
- langid (🥉26 · ⭐ 2.4K · 💀) - Stand-alone language identification system. BSD-3
- pySBD (🥉26 · ⭐ 880 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT
- neuralcoref (🥉25 · ⭐ 2.9K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
- GluonNLP (🥉25 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 
- pytorch-nlp (🥉25 · ⭐ 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 
- whoosh (🥉25 · ⭐ 640 · 💀) - Pure-Python full-text search library. ❗️BSD-1-Clause
- PyText (🥉24 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. BSD-3 
- textgenrnn (🥉24 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT 
- OpenPrompt (🥉24 · ⭐ 4.7K · 💀) - An Open-Source Framework for Prompt-Learning. Apache-2
- Snips NLU (🥉24 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2
- MatchZoo (🥉24 · ⭐ 3.9K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 
- promptsource (🥉24 · ⭐ 3K · 💀) - Toolkit for creating, sharing and using natural language.. Apache-2
- YouTokenToMe (🥉24 · ⭐ 970 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT
- Kashgari (🥉23 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 
- FARM (🥉23 · ⭐ 1.8K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 
- gpt-2-simple (🥉22 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT 
- Texar (🥉22 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 
- jiant (🥉22 · ⭐ 1.7K · 💀) - jiant is an nlp toolkit. MIT
- stop-words (🥉22 · ⭐ 160) - Get list of common stop words in various languages in Python. BSD-3
- NLP Architect (🥉21 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2
- Texthero (🥉21 · ⭐ 2.9K · 💀) - Text preprocessing, representation and visualization from zero to.. MIT
- anaGo (🥉21 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT 
- lightseq (🥉20 · ⭐ 3.3K · 💀) - LightSeq: A High Performance Library for Sequence Processing.. Apache-2
- fast-bert (🥉20 · ⭐ 1.9K · 💀) - Super easy library for BERT based NLP models. Apache-2
- DELTA (🥉20 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 
- textpipe (🥉20 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT
- numerizer (🥉19 · ⭐ 230 · 💀) - A Python module to convert natural language numerics into ints and.. MIT
- pyfasttext (🥉19 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
- DeepMatcher (🥉18 · ⭐ 5.2K · 💀) - Python package for performing Entity and Text Matching using.. BSD-3
- nboost (🥉18 · ⭐ 670 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
- fastT5 (🥉18 · ⭐ 590 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2
- Camphr (🥉18 · ⭐ 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
- NeuroNER (🥉17 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
- OpenNRE (🥉16 · ⭐ 4.4K · 💀) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
- BLINK (🥉15 · ⭐ 1.2K · 💀) - Entity Linker solution. MIT
- TextBox (🥉15 · ⭐ 1.1K · 💀) - TextBox 2.0 is a text generation library with pre-trained language.. MIT
- Translate (🥉15 · ⭐ 830 · 💀) - Translate - a PyTorch Language Library. BSD-3 
- skift (🥉15 · ⭐ 240 · 💀) - scikit-learn wrappers for Python fastText. MIT 
- ONNX-T5 (🥉14 · ⭐ 260 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
- NeuralQA (🥉14 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
- TransferNLP (🥉13 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT 
- Headliner (🥉13 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. MIT
- textvec (🥉12 · ⭐ 200 · 💀) - Text vectorization tool to outperform TFIDF for classification.. MIT 
- spacy-dbpedia-spotlight (🥉12 · ⭐ 110 · 💀) - A spaCy wrapper for DBpedia Spotlight. MIT spacy
## Image Data
_Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification._
Pillow (🥇49 · ⭐ 13K) - Python Imaging Library (Fork). ❗️PIL
- [GitHub](https://github.com/python-pillow/Pillow) (👨💻 490 · 🔀 2.3K · 📦 2.4M · 📋 3.4K - 3% open · ⏱️ 27.10.2025):
```
git clone https://github.com/python-pillow/Pillow
```
- [PyPi](https://pypi.org/project/Pillow) (📥 220M / month · 📦 20K · ⏱️ 15.10.2025):
```
pip install Pillow
```
- [Conda](https://anaconda.org/conda-forge/pillow) (📥 62M · ⏱️ 28.10.2025):
```
conda install -c conda-forge pillow
```
PyTorch Image Models (🥇42 · ⭐ 36K) - The largest collection of PyTorch image encoders /.. Apache-2 
- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨💻 180 · 🔀 5.1K · 📥 8.4M · 📦 62K · 📋 1K - 4% open · ⏱️ 30.10.2025):
```
git clone https://github.com/rwightman/pytorch-image-models
```
- [PyPi](https://pypi.org/project/timm) (📥 11M / month · 📦 1.5K · ⏱️ 24.10.2025):
```
pip install timm
```
- [Conda](https://anaconda.org/conda-forge/timm) (📥 470K · ⏱️ 24.10.2025):
```
conda install -c conda-forge timm
```
torchvision (🥇42 · ⭐ 17K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 
- [GitHub](https://github.com/pytorch/vision) (👨💻 660 · 🔀 7.2K · 📥 41K · 📦 21 · 📋 3.8K - 30% open · ⏱️ 27.10.2025):
```
git clone https://github.com/pytorch/vision
```
- [PyPi](https://pypi.org/project/torchvision) (📥 26M / month · 📦 8.4K · ⏱️ 15.10.2025):
```
pip install torchvision
```
- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 3.1M · ⏱️ 23.10.2025):
```
conda install -c conda-forge torchvision
```
MoviePy (🥇42 · ⭐ 14K) - Video editing with Python. MIT
- [GitHub](https://github.com/Zulko/moviepy) (👨💻 190 · 🔀 1.9K · 📦 67K · 📋 1.7K - 3% open · ⏱️ 25.09.2025):
```
git clone https://github.com/Zulko/moviepy
```
- [PyPi](https://pypi.org/project/moviepy) (📥 4.3M / month · 📦 1.2K · ⏱️ 21.05.2025):
```
pip install moviepy
```
- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 360K · ⏱️ 22.04.2025):
```
conda install -c conda-forge moviepy
```
Kornia (🥇39 · ⭐ 11K) - Geometric Computer Vision Library for Spatial AI. Apache-2 
- [GitHub](https://github.com/kornia/kornia) (👨💻 300 · 🔀 1.1K · 📥 2.2K · 📦 17K · 📋 1K - 32% open · ⏱️ 30.10.2025):
```
git clone https://github.com/kornia/kornia
```
- [PyPi](https://pypi.org/project/kornia) (📥 3M / month · 📦 340 · ⏱️ 08.05.2025):
```
pip install kornia
```
- [Conda](https://anaconda.org/conda-forge/kornia) (📥 260K · ⏱️ 08.05.2025):
```
conda install -c conda-forge kornia
```
imageio (🥇39 · ⭐ 1.7K) - Python library for reading and writing image data. BSD-2
- [GitHub](https://github.com/imageio/imageio) (👨💻 130 · 🔀 330 · 📥 1.9K · 📦 180K · 📋 620 - 16% open · ⏱️ 24.10.2025):
```
git clone https://github.com/imageio/imageio
```
- [PyPi](https://pypi.org/project/imageio) (📥 36M / month · 📦 2.6K · ⏱️ 20.01.2025):
```
pip install imageio
```
- [Conda](https://anaconda.org/conda-forge/imageio) (📥 8.5M · ⏱️ 22.04.2025):
```
conda install -c conda-forge imageio
```
deepface (🥈38 · ⭐ 21K · 📉) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
- [GitHub](https://github.com/serengil/deepface) (👨💻 96 · 🔀 2.8K · 📦 8.4K · 📋 1.2K - 0% open · ⏱️ 21.10.2025):
```
git clone https://github.com/serengil/deepface
```
- [PyPi](https://pypi.org/project/deepface) (📥 280K / month · 📦 78 · ⏱️ 05.08.2025):
```
pip install deepface
```
InsightFace (🥈37 · ⭐ 27K) - State-of-the-art 2D and 3D Face Analysis Project. MIT 
- [GitHub](https://github.com/deepinsight/insightface) (👨💻 67 · 🔀 5.7K · 📥 11M · 📦 4.8K · 📋 2.6K - 46% open · ⏱️ 27.09.2025):
```
git clone https://github.com/deepinsight/insightface
```
- [PyPi](https://pypi.org/project/insightface) (📥 350K / month · 📦 30 · ⏱️ 17.12.2022):
```
pip install insightface
```
Albumentations (🥈36 · ⭐ 15K) - Fast and flexible image augmentation library. Paper about.. MIT 
- [GitHub](https://github.com/albumentations-team/albumentations) (👨💻 170 · 🔀 1.7K · 📋 1.5K - 14% open · ⏱️ 25.06.2025):
```
git clone https://github.com/albumentations-team/albumentations
```
- [PyPi](https://pypi.org/project/albumentations) (📥 4.6M / month · 📦 730 · ⏱️ 27.05.2025):
```
pip install albumentations
```
- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 340K · ⏱️ 28.05.2025):
```
conda install -c conda-forge albumentations
```
opencv-python (🥈36 · ⭐ 5.1K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
- [GitHub](https://github.com/opencv/opencv-python) (👨💻 56 · 🔀 950 · 📦 610K · 📋 890 - 19% open · ⏱️ 30.07.2025):
```
git clone https://github.com/opencv/opencv-python
```
- [PyPi](https://pypi.org/project/opencv-python) (📥 29M / month · 📦 15K · ⏱️ 07.07.2025):
```
pip install opencv-python
```
detectron2 (🥈34 · ⭐ 34K) - Detectron2 is a platform for object detection, segmentation.. Apache-2 
- [GitHub](https://github.com/facebookresearch/detectron2) (👨💻 280 · 🔀 7.5K · 📦 2.6K · 📋 3.6K - 14% open · ⏱️ 27.10.2025):
```
git clone https://github.com/facebookresearch/detectron2
```
- [PyPi](https://pypi.org/project/detectron2) (📦 13 · ⏱️ 06.02.2020):
```
pip install detectron2
```
- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 820K · ⏱️ 02.06.2025):
```
conda install -c conda-forge detectron2
```
Wand (🥈34 · ⭐ 1.5K) - The ctypes-based simple ImageMagick binding for Python. MIT
- [GitHub](https://github.com/emcconville/wand) (👨💻 110 · 🔀 200 · 📥 52K · 📦 21K · 📋 440 - 5% open · ⏱️ 06.10.2025):
```
git clone https://github.com/emcconville/wand
```
- [PyPi](https://pypi.org/project/wand) (📥 2.2M / month · 📦 260 · ⏱️ 03.11.2023):
```
pip install wand
```
- [Conda](https://anaconda.org/conda-forge/wand) (📥 180K · ⏱️ 22.04.2025):
```
conda install -c conda-forge wand
```
ImageHash (🥈32 · ⭐ 3.7K) - A Python Perceptual Image Hashing Module. BSD-2
- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨💻 29 · 🔀 340 · 📦 18K · 📋 150 - 15% open · ⏱️ 17.04.2025):
```
git clone https://github.com/JohannesBuchner/imagehash
```
- [PyPi](https://pypi.org/project/ImageHash) (📥 5.6M / month · 📦 270 · ⏱️ 01.02.2025):
```
pip install ImageHash
```
- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 500K · ⏱️ 22.04.2025):
```
conda install -c conda-forge imagehash
```
vit-pytorch (🥈31 · ⭐ 24K) - Implementation of Vision Transformer, a simple way to achieve.. MIT 
- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨💻 24 · 🔀 3.4K · 📦 21 · 📋 290 - 49% open · ⏱️ 28.10.2025):
```
git clone https://github.com/lucidrains/vit-pytorch
```
- [PyPi](https://pypi.org/project/vit-pytorch) (📥 31K / month · 📦 28 · ⏱️ 27.10.2025):
```
pip install vit-pytorch
```
PaddleSeg (🥈31 · ⭐ 9.2K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2 
- [GitHub](https://github.com/PaddlePaddle/PaddleSeg) (👨💻 130 · 🔀 1.7K · 📦 1.5K · 📋 2.2K - 0% open · ⏱️ 10.10.2025):
```
git clone https://github.com/PaddlePaddle/PaddleSeg
```
- [PyPi](https://pypi.org/project/paddleseg) (📥 3.8K / month · 📦 7 · ⏱️ 30.11.2022):
```
pip install paddleseg
```
sahi (🥈31 · ⭐ 4.9K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
- [GitHub](https://github.com/obss/sahi) (👨💻 69 · 🔀 700 · 📥 43K · 📦 1.9K · ⏱️ 28.10.2025):
```
git clone https://github.com/obss/sahi
```
- [PyPi](https://pypi.org/project/sahi) (📥 140K / month · 📦 43 · ⏱️ 28.09.2025):
```
pip install sahi
```
- [Conda](https://anaconda.org/conda-forge/sahi) (📥 120K · ⏱️ 29.09.2025):
```
conda install -c conda-forge sahi
```
lightly (🥈31 · ⭐ 3.6K) - A python library for self-supervised learning on images. MIT 
- [GitHub](https://github.com/lightly-ai/lightly) (👨💻 72 · 🔀 310 · 📦 510 · 📋 610 - 12% open · ⏱️ 25.09.2025):
```
git clone https://github.com/lightly-ai/lightly
```
- [PyPi](https://pypi.org/project/lightly) (📥 190K / month · 📦 20 · ⏱️ 22.07.2025):
```
pip install lightly
```
doctr (🥈29 · ⭐ 5.6K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2 

- [GitHub](https://github.com/mindee/doctr) (👨💻 68 · 🔀 580 · 📥 6.5M · 📋 440 - 6% open · ⏱️ 07.09.2025):
```
git clone https://github.com/mindee/doctr
```
- [PyPi](https://pypi.org/project/python-doctr) (📥 2M / month · 📦 18 · ⏱️ 09.07.2025):
```
pip install python-doctr
```
PaddleDetection (🥉28 · ⭐ 14K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2 
- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨💻 190 · 🔀 3K · 📋 5.7K - 17% open · ⏱️ 10.10.2025):
```
git clone https://github.com/PaddlePaddle/PaddleDetection
```
- [PyPi](https://pypi.org/project/paddledet) (📥 2.2K / month · 📦 2 · ⏱️ 19.09.2022):
```
pip install paddledet
```
mtcnn (🥉27 · ⭐ 2.4K · 💤) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT 
- [GitHub](https://github.com/ipazc/mtcnn) (👨💻 15 · 🔀 530 · 📥 76 · 📦 9.2K · 📋 130 - 37% open · ⏱️ 08.10.2024):
```
git clone https://github.com/ipazc/mtcnn
```
- [PyPi](https://pypi.org/project/mtcnn) (📥 210K / month · 📦 73 · ⏱️ 08.10.2024):
```
pip install mtcnn
```
- [Conda](https://anaconda.org/conda-forge/mtcnn) (📥 16K · ⏱️ 22.04.2025):
```
conda install -c conda-forge mtcnn
```
CellProfiler (🥉27 · ⭐ 1.1K) - An open-source application for biological image analysis. BSD-3
- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨💻 150 · 🔀 410 · 📥 24K · 📦 28 · 📋 3.4K - 10% open · ⏱️ 24.09.2025):
```
git clone https://github.com/CellProfiler/CellProfiler
```
- [PyPi](https://pypi.org/project/cellprofiler) (📥 1.6K / month · 📦 2 · ⏱️ 16.09.2024):
```
pip install cellprofiler
```
mahotas (🥉27 · ⭐ 880) - Computer Vision in Python. MIT
- [GitHub](https://github.com/luispedro/mahotas) (👨💻 35 · 🔀 150 · 📦 1.6K · 📋 92 - 21% open · ⏱️ 05.08.2025):
```
git clone https://github.com/luispedro/mahotas
```
- [PyPi](https://pypi.org/project/mahotas) (📥 42K / month · 📦 63 · ⏱️ 17.07.2024):
```
pip install mahotas
```
- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 790K · ⏱️ 21.10.2025):
```
conda install -c conda-forge mahotas
```
Image Deduplicator (🥉26 · ⭐ 5.5K) - Finding duplicate images made easy!. Apache-2 
- [GitHub](https://github.com/idealo/imagededup) (👨💻 19 · 🔀 460 · 📥 29 · 📦 200 · 📋 140 - 25% open · ⏱️ 15.08.2025):
```
git clone https://github.com/idealo/imagededup
```
- [PyPi](https://pypi.org/project/imagededup) (📥 69K / month · 📦 29 · ⏱️ 15.08.2025):
```
pip install imagededup
```
tensorflow-graphics (🥉26 · ⭐ 2.8K · 💤) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 
- [GitHub](https://github.com/tensorflow/graphics) (👨💻 39 · 🔀 370 · 📋 240 - 60% open · ⏱️ 03.02.2025):
```
git clone https://github.com/tensorflow/graphics
```
- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 61K / month · 📦 11 · ⏱️ 03.12.2021):
```
pip install tensorflow-graphics
```
Norfair (🥉26 · ⭐ 2.5K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3
- [GitHub](https://github.com/tryolabs/norfair) (👨💻 32 · 🔀 260 · 📥 360 · 📦 340 · 📋 180 - 16% open · ⏱️ 30.04.2025):
```
git clone https://github.com/tryolabs/norfair
```
- [PyPi](https://pypi.org/project/norfair) (📥 44K / month · 📦 9 · ⏱️ 30.04.2025):
```
pip install norfair
```
pyvips (🥉26 · ⭐ 740) - python binding for libvips using cffi. MIT
- [GitHub](https://github.com/libvips/pyvips) (👨💻 17 · 🔀 53 · 📦 1.2K · 📋 670 - 29% open · ⏱️ 04.09.2025):
```
git clone https://github.com/libvips/pyvips
```
- [PyPi](https://pypi.org/project/pyvips) (📥 190K / month · 📦 94 · ⏱️ 28.04.2025):
```
pip install pyvips
```
- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 260K · ⏱️ 04.09.2025):
```
conda install -c conda-forge pyvips
```
pytorchvideo (🥉25 · ⭐ 3.5K) - A deep learning library for video understanding research. Apache-2 
- [GitHub](https://github.com/facebookresearch/pytorchvideo) (👨💻 59 · 🔀 420 · 📋 210 - 50% open · ⏱️ 27.10.2025):
```
git clone https://github.com/facebookresearch/pytorchvideo
```
- [PyPi](https://pypi.org/project/pytorchvideo) (📥 53K / month · 📦 24 · ⏱️ 20.01.2022):
```
pip install pytorchvideo
```
MMF (🥉24 · ⭐ 5.6K) - A modular framework for vision & language multimodal research from.. BSD-3 
- [GitHub](https://github.com/facebookresearch/mmf) (👨💻 120 · 🔀 920 · 📦 23 · 📋 690 - 21% open · ⏱️ 24.04.2025):
```
git clone https://github.com/facebookresearch/mmf
```
- [PyPi](https://pypi.org/project/mmf) (📥 190 / month · 📦 1 · ⏱️ 12.06.2020):
```
pip install mmf
```
kubric (🥉22 · ⭐ 2.6K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2
- [GitHub](https://github.com/google-research/kubric) (👨💻 32 · 🔀 250 · 📦 7 · 📋 200 - 35% open · ⏱️ 06.05.2025):
```
git clone https://github.com/google-research/kubric
```
- [PyPi](https://pypi.org/project/kubric-nightly) (📥 6.6K / month · ⏱️ 27.12.2023):
```
pip install kubric-nightly
```
icevision (🥉22 · ⭐ 870 · 💤) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2
- [GitHub](https://github.com/airctic/icevision) (👨💻 41 · 🔀 130 · 📋 570 - 10% open · ⏱️ 31.10.2024):
```
git clone https://github.com/airctic/icevision
```
- [PyPi](https://pypi.org/project/icevision) (📥 2.3K / month · 📦 6 · ⏱️ 10.02.2022):
```
pip install icevision
```
PySlowFast (🥉21 · ⭐ 7.2K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 
- [GitHub](https://github.com/facebookresearch/SlowFast) (👨💻 35 · 🔀 1.2K · 📦 23 · 📋 720 - 59% open · ⏱️ 27.10.2025):
```
git clone https://github.com/facebookresearch/SlowFast
```
- [PyPi](https://pypi.org/project/pyslowfast) (📥 22 / month · ⏱️ 15.01.2020):
```
pip install pyslowfast
```
Image Super-Resolution (🥉21 · ⭐ 4.8K · 💤) - Super-scale your images and run experiments with.. Apache-2 
- [GitHub](https://github.com/idealo/image-super-resolution) (👨💻 11 · 🔀 760 · 📋 220 - 48% open · ⏱️ 18.12.2024):
```
git clone https://github.com/idealo/image-super-resolution
```
- [PyPi](https://pypi.org/project/ISR) (📥 3.9K / month · 📦 5 · ⏱️ 08.01.2020):
```
pip install ISR
```
- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 290 · ⭐ 1 · ⏱️ 01.04.2019):
```
docker pull idealo/image-super-resolution-gpu
```
Caer (🥉21 · ⭐ 800) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
- [GitHub](https://github.com/jasmcaus/caer) (👨💻 8 · 🔀 110 · 📥 48 · ⏱️ 11.08.2025):
```
git clone https://github.com/jasmcaus/caer
```
- [PyPi](https://pypi.org/project/caer) (📥 3.8K / month · 📦 3 · ⏱️ 11.08.2025):
```
pip install caer
```
scenic (🥉16 · ⭐ 3.7K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2 
- [GitHub](https://github.com/google-research/scenic) (👨💻 95 · 🔀 460 · 📋 400 - 70% open · ⏱️ 06.08.2025):
```
git clone https://github.com/google-research/scenic
```
Show 30 hidden projects...
- scikit-image (🥇41 · ⭐ 6.4K · 📈) - Image processing in Python. ❗Unlicensed
- glfw (🥈38 · ⭐ 14K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib
- MMDetection (🥈37 · ⭐ 32K · 💀) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 
- imgaug (🥈36 · ⭐ 15K · 💀) - Image augmentation for machine learning experiments. MIT
- Face Recognition (🥈35 · ⭐ 56K · 💀) - The worlds simplest facial recognition api for Python.. MIT 
- imutils (🥈31 · ⭐ 4.6K · 💀) - A series of convenience functions to make basic image processing.. MIT
- PyTorch3D (🥈30 · ⭐ 9.6K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed 
- imageai (🥈30 · ⭐ 8.8K · 💀) - A python library built to empower developers to build applications.. MIT
- Face Alignment (🥉28 · ⭐ 7.4K · 💀) - 2D and 3D Face alignment library build using pytorch. BSD-3 
- GluonCV (🥉27 · ⭐ 5.9K · 💀) - Gluon CV Toolkit. Apache-2 
- Augmentor (🥉27 · ⭐ 5.1K · 💀) - Image augmentation library in Python for machine learning. MIT
- vidgear (🥉27 · ⭐ 3.6K · 💀) - A High-performance cross-platform Video Processing Python.. Apache-2
- chainercv (🥉27 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT
- facenet-pytorch (🥉26 · ⭐ 5K · 💀) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT 
- Pillow-SIMD (🥉25 · ⭐ 2.2K · 💀) - The friendly PIL fork. ❗️PIL
- layout-parser (🥉24 · ⭐ 5.6K · 💀) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2
- segmentation_models (🥉24 · ⭐ 4.9K · 💀) - Segmentation models with pretrained backbones. Keras.. MIT 
- ffcv (🥉23 · ⭐ 3K · 💀) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2
- Classy Vision (🥉23 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT 
- deep-daze (🥉22 · ⭐ 4.3K · 💀) - Simple command line tool for text to image generation using.. MIT
- vissl (🥉22 · ⭐ 3.3K · 💀) - VISSL is FAIRs library of extensible, modular and scalable.. MIT 
- Luminoth (🥉22 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 
- detecto (🥉21 · ⭐ 620 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT 
- DE⫶TR (🥉20 · ⭐ 15K · 💀) - End-to-End Object Detection with Transformers. Apache-2 
- image-match (🥉20 · ⭐ 3K · 💀) - Quickly search over billions of images. Apache-2
- solt (🥉19 · ⭐ 260) - Streaming over lightweight data transformations. MIT
- pycls (🥉18 · ⭐ 2.2K · 💀) - Codebase for Image Classification Research, written in PyTorch. MIT 
- Torch Points 3D (🥉17 · ⭐ 260 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 
- nude.py (🥉16 · ⭐ 920 · 💀) - Nudity detection with Python. MIT
- HugsVision (🥉14 · ⭐ 200 · 💀) - HugsVision is a easy to use huggingface wrapper for state-of-.. MIT huggingface
## Graph Data
_Libraries for graph processing, clustering, embedding, and machine learning tasks._
networkx (🥇46 · ⭐ 16K) - Network Analysis in Python. BSD-3
- [GitHub](https://github.com/networkx/networkx) (👨💻 790 · 🔀 3.4K · 📥 110 · 📦 430K · 📋 3.5K - 10% open · ⏱️ 29.10.2025):
```
git clone https://github.com/networkx/networkx
```
- [PyPi](https://pypi.org/project/networkx) (📥 130M / month · 📦 12K · ⏱️ 29.05.2025):
```
pip install networkx
```
- [Conda](https://anaconda.org/conda-forge/networkx) (📥 26M · ⏱️ 04.06.2025):
```
conda install -c conda-forge networkx
```
PyTorch Geometric (🥇41 · ⭐ 23K) - Graph Neural Network Library for PyTorch. MIT 
- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨💻 560 · 🔀 3.9K · 📦 11K · 📋 4K - 30% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pyg-team/pytorch_geometric
```
- [PyPi](https://pypi.org/project/torch-geometric) (📥 940K / month · 📦 730 · ⏱️ 15.10.2025):
```
pip install torch-geometric
```
- [Conda](https://anaconda.org/conda-forge/pytorch_geometric) (📥 190K · ⏱️ 16.10.2025):
```
conda install -c conda-forge pytorch_geometric
```
dgl (🥇36 · ⭐ 14K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2
- [GitHub](https://github.com/dmlc/dgl) (👨💻 300 · 🔀 3K · 📦 4.1K · 📋 3K - 20% open · ⏱️ 31.07.2025):
```
git clone https://github.com/dmlc/dgl
```
- [PyPi](https://pypi.org/project/dgl) (📥 150K / month · 📦 150 · ⏱️ 13.05.2024):
```
pip install dgl
```
pygraphistry (🥈29 · ⭐ 2.4K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3 
- [GitHub](https://github.com/graphistry/pygraphistry) (👨💻 48 · 🔀 220 · 📋 420 - 51% open · ⏱️ 30.10.2025):
```
git clone https://github.com/graphistry/pygraphistry
```
- [PyPi](https://pypi.org/project/graphistry) (📥 8.5K / month · 📦 9 · ⏱️ 21.10.2025):
```
pip install graphistry
```
ogb (🥈29 · ⭐ 2K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
- [GitHub](https://github.com/snap-stanford/ogb) (👨💻 32 · 🔀 400 · 📦 2.6K · 📋 310 - 11% open · ⏱️ 06.05.2025):
```
git clone https://github.com/snap-stanford/ogb
```
- [PyPi](https://pypi.org/project/ogb) (📥 100K / month · 📦 73 · ⏱️ 07.04.2023):
```
pip install ogb
```
- [Conda](https://anaconda.org/conda-forge/ogb) (📥 63K · ⏱️ 22.04.2025):
```
conda install -c conda-forge ogb
```
PyKEEN (🥈28 · ⭐ 1.9K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
- [GitHub](https://github.com/pykeen/pykeen) (👨💻 43 · 🔀 210 · 📥 240 · 📦 350 · 📋 590 - 20% open · ⏱️ 18.07.2025):
```
git clone https://github.com/pykeen/pykeen
```
- [PyPi](https://pypi.org/project/pykeen) (📥 31K / month · 📦 28 · ⏱️ 24.04.2025):
```
pip install pykeen
```
pytorch_geometric_temporal (🥈27 · ⭐ 2.9K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT 
- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨💻 39 · 🔀 400 · 📋 210 - 18% open · ⏱️ 18.09.2025):
```
git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
```
- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 6.7K / month · 📦 12 · ⏱️ 16.07.2025):
```
pip install torch-geometric-temporal
```
torch-cluster (🥈24 · ⭐ 900) - PyTorch Extension Library of Optimized Graph Cluster.. MIT 
- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨💻 40 · 🔀 150 · 📋 190 - 16% open · ⏱️ 12.08.2025):
```
git clone https://github.com/rusty1s/pytorch_cluster
```
- [PyPi](https://pypi.org/project/torch-cluster) (📥 34K / month · 📦 62 · ⏱️ 12.10.2023):
```
pip install torch-cluster
```
- [Conda](https://anaconda.org/conda-forge/pytorch_cluster) (📥 440K · ⏱️ 22.09.2025):
```
conda install -c conda-forge pytorch_cluster
```
Show 28 hidden projects...
- igraph (🥇34 · ⭐ 1.4K) - Python interface for igraph. ❗️GPL-2.0
- Spektral (🥈28 · ⭐ 2.4K · 💀) - Graph Neural Networks with Keras and Tensorflow 2. MIT 
- StellarGraph (🥈27 · ⭐ 3K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 
- pygal (🥈26 · ⭐ 2.7K · 💀) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
- Paddle Graph Learning (🥈26 · ⭐ 1.6K · 💀) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 
- AmpliGraph (🥈25 · ⭐ 2.2K · 💀) - Python library for Representation Learning on Knowledge.. Apache-2 
- Node2Vec (🥈25 · ⭐ 1.3K · 💀) - Implementation of the node2vec algorithm. MIT
- Karate Club (🥈24 · ⭐ 2.3K · 💀) - Karate Club: An API Oriented Open-source Python Framework.. ❗️GPL-3.0
- graph-nets (🥉22 · ⭐ 5.4K · 💀) - Build Graph Nets in Tensorflow. Apache-2 
- PyTorch-BigGraph (🥉21 · ⭐ 3.4K · 💀) - Generate embeddings from large-scale graph-structured.. BSD-3 
- graph4nlp (🥉21 · ⭐ 1.7K · 💀) - Graph4nlp is the library for the easy use of Graph.. Apache-2 
- jraph (🥉21 · ⭐ 1.5K · 💀) - A Graph Neural Network Library in Jax. Apache-2 
- DeepWalk (🥉20 · ⭐ 2.7K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
- DIG (🥉20 · ⭐ 2K · 💀) - A library for graph deep learning research. ❗️GPL-3.0
- deepsnap (🥉20 · ⭐ 560 · 💀) - Python library assists deep learning on graphs. MIT
- pyRDF2Vec (🥉20 · ⭐ 260 · 💀) - Python Implementation and Extension of RDF2Vec. MIT
- GraphGym (🥉17 · ⭐ 1.8K · 💀) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT
- Sematch (🥉17 · ⭐ 440 · 💀) - semantic similarity framework for knowledge graph. Apache-2
- DeepGraph (🥉17 · ⭐ 320) - Analyze Data with Pandas-based Networks. Documentation:. ❗Unlicensed 
- AutoGL (🥉16 · ⭐ 1.1K · 💀) - An autoML framework & toolkit for machine learning on graphs. Apache-2 
- kglib (🥉16 · ⭐ 550 · 💀) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2
- ptgnn (🥉16 · ⭐ 380 · 💀) - A PyTorch Graph Neural Network Library. MIT 
- Euler (🥉15 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 
- GraphEmbedding (🥉14 · ⭐ 3.8K · 💀) - Implementation and experiments of graph embedding.. MIT 
- GraphSAGE (🥉14 · ⭐ 3.6K · 💀) - Representation learning on large graphs using stochastic.. MIT 
- OpenNE (🥉14 · ⭐ 1.7K · 💀) - An Open-Source Package for Network Embedding (NE). MIT 
- GraphVite (🥉14 · ⭐ 1.3K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2
- OpenKE (🥉13 · ⭐ 4K · 💀) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed
## Audio Data
_Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks._
speechbrain (🥇38 · ⭐ 11K) - A PyTorch-based Speech Toolkit. Apache-2 
- [GitHub](https://github.com/speechbrain/speechbrain) (👨💻 260 · 🔀 1.5K · 📦 3.9K · 📋 1.2K - 12% open · ⏱️ 30.10.2025):
```
git clone https://github.com/speechbrain/speechbrain
```
- [PyPi](https://pypi.org/project/speechbrain) (📥 1.1M / month · 📦 79 · ⏱️ 07.04.2025):
```
pip install speechbrain
```
espnet (🥇38 · ⭐ 9.5K) - End-to-End Speech Processing Toolkit. Apache-2
- [GitHub](https://github.com/espnet/espnet) (👨💻 520 · 🔀 2.3K · 📥 84 · 📦 480 · 📋 2.5K - 3% open · ⏱️ 30.10.2025):
```
git clone https://github.com/espnet/espnet
```
- [PyPi](https://pypi.org/project/espnet) (📥 24K / month · 📦 19 · ⏱️ 13.09.2025):
```
pip install espnet
```
torchaudio (🥇37 · ⭐ 2.8K) - Data manipulation and transformation for audio signal.. BSD-2 
- [GitHub](https://github.com/pytorch/audio) (👨💻 240 · 🔀 730 · 📋 1.1K - 31% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pytorch/audio
```
- [PyPi](https://pypi.org/project/torchaudio) (📥 15M / month · 📦 2.4K · ⏱️ 15.10.2025):
```
pip install torchaudio
```
SpeechRecognition (🥈34 · ⭐ 8.9K) - Speech recognition module for Python, supporting several.. BSD-3
- [GitHub](https://github.com/Uberi/speech_recognition) (👨💻 56 · 🔀 2.4K · 📦 21 · 📋 670 - 48% open · ⏱️ 28.10.2025):
```
git clone https://github.com/Uberi/speech_recognition
```
- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 2.2M / month · 📦 730 · ⏱️ 12.05.2025):
```
pip install SpeechRecognition
```
- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 360K · ⏱️ 12.05.2025):
```
conda install -c conda-forge speechrecognition
```
librosa (🥈34 · ⭐ 8K) - Python library for audio and music analysis. ISC
- [GitHub](https://github.com/librosa/librosa) (👨💻 130 · 🔀 1K · 📋 1.3K - 5% open · ⏱️ 19.05.2025):
```
git clone https://github.com/librosa/librosa
```
- [PyPi](https://pypi.org/project/librosa) (📥 5.6M / month · 📦 1.6K · ⏱️ 11.03.2025):
```
pip install librosa
```
- [Conda](https://anaconda.org/conda-forge/librosa) (📥 1.1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge librosa
```
DeepSpeech (🥈33 · ⭐ 27K · 📈) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 
- [GitHub](https://github.com/mozilla/DeepSpeech) (👨💻 160 · 🔀 4.1K · 📥 660K · 📦 540 · 📋 2.1K - 7% open · ⏱️ 19.06.2025):
```
git clone https://github.com/mozilla/DeepSpeech
```
- [PyPi](https://pypi.org/project/deepspeech) (📥 5.5K / month · 📦 24 · ⏱️ 19.12.2020):
```
pip install deepspeech
```
- [Conda](https://anaconda.org/conda-forge/deepspeech) (📥 4.2K · ⏱️ 22.04.2025):
```
conda install -c conda-forge deepspeech
```
audioread (🥈33 · ⭐ 520 · 📈) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT
- [GitHub](https://github.com/beetbox/audioread) (👨💻 27 · 🔀 110 · 📦 35K · 📋 98 - 40% open · ⏱️ 26.10.2025):
```
git clone https://github.com/beetbox/audioread
```
- [PyPi](https://pypi.org/project/audioread) (📥 4.8M / month · 📦 180 · ⏱️ 26.10.2025):
```
pip install audioread
```
- [Conda](https://anaconda.org/conda-forge/audioread) (📥 1.2M · ⏱️ 02.10.2025):
```
conda install -c conda-forge audioread
```
spleeter (🥈32 · ⭐ 27K) - Deezer source separation library including pretrained models. MIT 
- [GitHub](https://github.com/deezer/spleeter) (👨💻 22 · 🔀 3K · 📥 4.4M · 📦 1.1K · 📋 830 - 32% open · ⏱️ 02.04.2025):
```
git clone https://github.com/deezer/spleeter
```
- [PyPi](https://pypi.org/project/spleeter) (📥 26K / month · 📦 18 · ⏱️ 03.04.2025):
```
pip install spleeter
```
- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 120K · ⏱️ 22.04.2025):
```
conda install -c conda-forge spleeter
```
audiomentations (🥈32 · ⭐ 2.2K) - A Python library for audio data augmentation. Useful for.. MIT
- [GitHub](https://github.com/iver56/audiomentations) (👨💻 34 · 🔀 200 · 📦 840 · 📋 210 - 26% open · ⏱️ 26.09.2025):
```
git clone https://github.com/iver56/audiomentations
```
- [PyPi](https://pypi.org/project/audiomentations) (📥 110K / month · 📦 38 · ⏱️ 13.09.2025):
```
pip install audiomentations
```
Coqui TTS (🥈32 · ⭐ 1.9K) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0 

- [GitHub](https://github.com/idiap/coqui-ai-TTS) (👨💻 200 · 🔀 240 · 📥 3.8K · 📦 760 · 📋 160 - 14% open · ⏱️ 16.10.2025):
```
git clone https://github.com/idiap/coqui-ai-TTS
```
- [PyPi](https://pypi.org/project/coqui-tts) (📥 94K / month · 📦 34 · ⏱️ 25.09.2025):
```
pip install coqui-tts
```
Magenta (🥈31 · ⭐ 20K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 
- [GitHub](https://github.com/magenta/magenta) (👨💻 160 · 🔀 3.7K · 📦 600 · 📋 1K - 41% open · ⏱️ 08.07.2025):
```
git clone https://github.com/magenta/magenta
```
- [PyPi](https://pypi.org/project/magenta) (📥 4.8K / month · 📦 5 · ⏱️ 01.08.2022):
```
pip install magenta
```
Porcupine (🥉29 · ⭐ 4.5K) - On-device wake word detection powered by deep learning. Apache-2
- [GitHub](https://github.com/Picovoice/porcupine) (👨💻 43 · 🔀 550 · 📦 51 · 📋 600 - 0% open · ⏱️ 17.10.2025):
```
git clone https://github.com/Picovoice/Porcupine
```
- [PyPi](https://pypi.org/project/pvporcupine) (📥 25K / month · 📦 38 · ⏱️ 05.02.2025):
```
pip install pvporcupine
```
pyAudioAnalysis (🥉28 · ⭐ 6.2K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨💻 28 · 🔀 1.2K · 📦 670 · 📋 330 - 62% open · ⏱️ 04.08.2025):
```
git clone https://github.com/tyiannak/pyAudioAnalysis
```
- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 24K / month · 📦 12 · ⏱️ 07.02.2022):
```
pip install pyAudioAnalysis
```
python-soundfile (🥉27 · ⭐ 800) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
- [GitHub](https://github.com/bastibe/python-soundfile) (👨💻 38 · 🔀 120 · 📥 21K · 📋 260 - 46% open · ⏱️ 28.04.2025):
```
git clone https://github.com/bastibe/python-soundfile
```
- [PyPi](https://pypi.org/project/soundfile) (📥 9.5M / month · 📦 1.1K · ⏱️ 25.01.2025):
```
pip install soundfile
```
- [Conda](https://anaconda.org/anaconda/pysoundfile):
```
conda install -c anaconda pysoundfile
```
tinytag (🥉27 · ⭐ 780) - Python library for reading audio file metadata. MIT
- [GitHub](https://github.com/tinytag/tinytag) (👨💻 27 · 🔀 100 · 📦 1.3K · 📋 120 - 4% open · ⏱️ 13.08.2025):
```
git clone https://github.com/devsnd/tinytag
```
- [PyPi](https://pypi.org/project/tinytag) (📥 120K / month · 📦 130 · ⏱️ 13.08.2025):
```
pip install tinytag
```
kapre (🥉25 · ⭐ 930 · 📈) - kapre: Keras Audio Preprocessors. MIT 
- [GitHub](https://github.com/keunwoochoi/kapre) (👨💻 13 · 🔀 150 · 📥 33 · 📦 2.5K · 📋 99 - 17% open · ⏱️ 26.10.2025):
```
git clone https://github.com/keunwoochoi/kapre
```
- [PyPi](https://pypi.org/project/kapre) (📥 3.2K / month · 📦 11 · ⏱️ 26.10.2025):
```
pip install kapre
```
nnAudio (🥉22 · ⭐ 1.1K) - Audio processing by using pytorch 1D convolution network. MIT
- [GitHub](https://github.com/KinWaiCheuk/nnAudio) (👨💻 16 · 🔀 96 · 📦 410 · 📋 65 - 30% open · ⏱️ 16.05.2025):
```
git clone https://github.com/KinWaiCheuk/nnAudio
```
- [PyPi](https://pypi.org/project/nnAudio) (📥 59K / month · 📦 4 · ⏱️ 13.02.2024):
```
pip install nnAudio
```
Julius (🥉21 · ⭐ 450 · 💤) - Fast PyTorch based DSP for audio and 1D signals. MIT 
- [GitHub](https://github.com/adefossez/julius) (👨💻 3 · 🔀 26 · 📋 12 - 16% open · ⏱️ 17.02.2025):
```
git clone https://github.com/adefossez/julius
```
- [PyPi](https://pypi.org/project/julius) (📥 840K / month · 📦 44 · ⏱️ 20.09.2022):
```
pip install julius
```
Show 11 hidden projects...
- Pydub (🥈36 · ⭐ 9.6K · 💀) - Manipulate audio with a simple and easy high level interface. MIT
- aubio (🥉27 · ⭐ 3.5K) - a library for audio and music analysis. ❗️GPL-3.0
- Essentia (🥉27 · ⭐ 3.3K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
- Madmom (🥉27 · ⭐ 1.5K · 💀) - Python audio and music signal processing library. BSD-3
- TTS (🥉26 · ⭐ 10K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0
- python_speech_features (🥉26 · ⭐ 2.4K · 💀) - This library provides common speech features for ASR.. MIT
- DDSP (🥉25 · ⭐ 3.1K · 💀) - DDSP: Differentiable Digital Signal Processing. Apache-2 
- Dejavu (🥉23 · ⭐ 6.7K · 💀) - Audio fingerprinting and recognition in Python. MIT
- TimeSide (🥉21 · ⭐ 390 · 💤) - scalable audio processing framework and server written in.. ❗️AGPL-3.0
- Muda (🥉18 · ⭐ 240 · 💀) - A library for augmenting annotated audio data. ISC
- textlesslib (🥉10 · ⭐ 550 · 💀) - Library for Textless Spoken Language Processing. MIT 
## Geospatial Data
_Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding._
pydeck (🥇43 · ⭐ 14K) - WebGL2 powered visualization framework. MIT 
- [GitHub](https://github.com/visgl/deck.gl) (👨💻 310 · 🔀 2.2K · 📦 9.2K · 📋 3.3K - 13% open · ⏱️ 29.10.2025):
```
git clone https://github.com/visgl/deck.gl
```
- [PyPi](https://pypi.org/project/pydeck) (📥 16M / month · 📦 160 · ⏱️ 21.03.2025):
```
pip install pydeck
```
- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 850K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pydeck
```
- [npm](https://www.npmjs.com/package/deck.gl) (📥 750K / month · 📦 360 · ⏱️ 16.10.2025):
```
npm install deck.gl
```
folium (🥇40 · ⭐ 7.3K) - Python Data. Leaflet.js Maps. MIT
- [GitHub](https://github.com/python-visualization/folium) (👨💻 180 · 🔀 2.2K · 📦 65K · 📋 1.2K - 6% open · ⏱️ 06.10.2025):
```
git clone https://github.com/python-visualization/folium
```
- [PyPi](https://pypi.org/project/folium) (📥 2.8M / month · 📦 1K · ⏱️ 16.06.2025):
```
pip install folium
```
- [Conda](https://anaconda.org/conda-forge/folium) (📥 4.4M · ⏱️ 16.06.2025):
```
conda install -c conda-forge folium
```
Shapely (🥇40 · ⭐ 4.3K) - Manipulation and analysis of geometric objects. BSD-3
- [GitHub](https://github.com/shapely/shapely) (👨💻 170 · 🔀 600 · 📥 4K · 📦 110K · 📋 1.3K - 18% open · ⏱️ 28.10.2025):
```
git clone https://github.com/shapely/shapely
```
- [PyPi](https://pypi.org/project/shapely) (📥 62M / month · 📦 4.7K · ⏱️ 24.09.2025):
```
pip install shapely
```
- [Conda](https://anaconda.org/conda-forge/shapely) (📥 14M · ⏱️ 28.10.2025):
```
conda install -c conda-forge shapely
```
GeoPandas (🥈39 · ⭐ 4.9K) - Python tools for geographic data. BSD-3 
- [GitHub](https://github.com/geopandas/geopandas) (👨💻 250 · 🔀 980 · 📥 3.1K · 📦 60K · 📋 1.8K - 24% open · ⏱️ 25.10.2025):
```
git clone https://github.com/geopandas/geopandas
```
- [PyPi](https://pypi.org/project/geopandas) (📥 11M / month · 📦 3.8K · ⏱️ 26.06.2025):
```
pip install geopandas
```
- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 5.4M · ⏱️ 06.10.2025):
```
conda install -c conda-forge geopandas
```
Rasterio (🥈37 · ⭐ 2.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3
- [GitHub](https://github.com/rasterio/rasterio) (👨💻 170 · 🔀 540 · 📥 1K · 📦 19K · 📋 1.9K - 8% open · ⏱️ 26.09.2025):
```
git clone https://github.com/rasterio/rasterio
```
- [PyPi](https://pypi.org/project/rasterio) (📥 2.8M / month · 📦 1.5K · ⏱️ 02.12.2024):
```
pip install rasterio
```
- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 5.3M · ⏱️ 17.09.2025):
```
conda install -c conda-forge rasterio
```
pyproj (🥈37 · ⭐ 1.2K) - Python interface to PROJ (cartographic projections and coordinate.. MIT
- [GitHub](https://github.com/pyproj4/pyproj) (👨💻 74 · 🔀 230 · 📦 47K · 📋 660 - 6% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pyproj4/pyproj
```
- [PyPi](https://pypi.org/project/pyproj) (📥 14M / month · 📦 2.3K · ⏱️ 14.08.2025):
```
pip install pyproj
```
- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 12M · ⏱️ 15.09.2025):
```
conda install -c conda-forge pyproj
```
ArcGIS API (🥈36 · ⭐ 2.1K) - Documentation and samples for ArcGIS API for Python. Apache-2
- [GitHub](https://github.com/Esri/arcgis-python-api) (👨💻 99 · 🔀 1.1K · 📥 16K · 📦 1K · 📋 920 - 8% open · ⏱️ 28.10.2025):
```
git clone https://github.com/Esri/arcgis-python-api
```
- [PyPi](https://pypi.org/project/arcgis) (📥 150K / month · 📦 44 · ⏱️ 27.10.2025):
```
pip install arcgis
```
- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook):
```
docker pull esridocker/arcgis-api-python-notebook
```
Fiona (🥈34 · ⭐ 1.2K · 💤) - Fiona reads and writes geographic data files. BSD-3
- [GitHub](https://github.com/Toblerity/Fiona) (👨💻 78 · 🔀 210 · 📦 27K · 📋 820 - 5% open · ⏱️ 20.02.2025):
```
git clone https://github.com/Toblerity/Fiona
```
- [PyPi](https://pypi.org/project/fiona) (📥 5.6M / month · 📦 380 · ⏱️ 16.09.2024):
```
pip install fiona
```
- [Conda](https://anaconda.org/conda-forge/fiona) (📥 7.9M · ⏱️ 22.04.2025):
```
conda install -c conda-forge fiona
```
ipyleaflet (🥉33 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT 
- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨💻 94 · 🔀 360 · 📦 18K · 📋 660 - 44% open · ⏱️ 19.06.2025):
```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
- [PyPi](https://pypi.org/project/ipyleaflet) (📥 230K / month · 📦 340 · ⏱️ 13.06.2025):
```
pip install ipyleaflet
```
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.8M · ⏱️ 13.06.2025):
```
conda install -c conda-forge ipyleaflet
```
- [npm](https://www.npmjs.com/package/jupyter-leaflet) (📥 2.7K / month · 📦 9 · ⏱️ 13.06.2025):
```
npm install jupyter-leaflet
```
geojson (🥉31 · ⭐ 970 · 💤) - Python bindings and utilities for GeoJSON. BSD-3
- [GitHub](https://github.com/jazzband/geojson) (👨💻 58 · 🔀 120 · 📦 21K · 📋 100 - 26% open · ⏱️ 21.12.2024):
```
git clone https://github.com/jazzband/geojson
```
- [PyPi](https://pypi.org/project/geojson) (📥 3.6M / month · 📦 720 · ⏱️ 21.12.2024):
```
pip install geojson
```
- [Conda](https://anaconda.org/conda-forge/geojson) (📥 1.1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge geojson
```
PySAL (🥉30 · ⭐ 1.4K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3
- [GitHub](https://github.com/pysal/pysal) (👨💻 79 · 🔀 310 · 📦 1.8K · 📋 660 - 3% open · ⏱️ 08.09.2025):
```
git clone https://github.com/pysal/pysal
```
- [PyPi](https://pypi.org/project/pysal) (📥 42K / month · 📦 65 · ⏱️ 31.07.2025):
```
pip install pysal
```
- [Conda](https://anaconda.org/conda-forge/pysal) (📥 730K · ⏱️ 01.08.2025):
```
conda install -c conda-forge pysal
```
GeoViews (🥉28 · ⭐ 620) - Simple, concise geographical visualization in Python. BSD-3
- [GitHub](https://github.com/holoviz/geoviews) (👨💻 34 · 🔀 79 · 📦 5 · 📋 360 - 31% open · ⏱️ 29.10.2025):
```
git clone https://github.com/holoviz/geoviews
```
- [PyPi](https://pypi.org/project/geoviews) (📥 69K / month · 📦 76 · ⏱️ 14.08.2025):
```
pip install geoviews
```
- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 340K · ⏱️ 14.08.2025):
```
conda install -c conda-forge geoviews
```
EarthPy (🥉28 · ⭐ 530) - A package built to support working with spatial data using open source.. BSD-3
- [GitHub](https://github.com/earthlab/earthpy) (👨💻 44 · 🔀 160 · 📥 75 · 📦 440 · 📋 250 - 16% open · ⏱️ 31.07.2025):
```
git clone https://github.com/earthlab/earthpy
```
- [PyPi](https://pypi.org/project/earthpy) (📥 14K / month · 📦 17 · ⏱️ 01.10.2021):
```
pip install earthpy
```
- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 98K · ⏱️ 22.04.2025):
```
conda install -c conda-forge earthpy
```
pymap3d (🥉25 · ⭐ 430) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2
- [GitHub](https://github.com/geospace-code/pymap3d) (👨💻 19 · 🔀 87 · 📦 540 · 📋 59 - 8% open · ⏱️ 08.07.2025):
```
git clone https://github.com/geospace-code/pymap3d
```
- [PyPi](https://pypi.org/project/pymap3d) (📥 490K / month · 📦 50 · ⏱️ 08.07.2025):
```
pip install pymap3d
```
- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 120K · ⏱️ 08.07.2025):
```
conda install -c conda-forge pymap3d
```
Mapbox GL (🥉22 · ⭐ 680 · 💤) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT 
- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨💻 23 · 🔀 140 · 📋 110 - 38% open · ⏱️ 06.02.2025):
```
git clone https://github.com/mapbox/mapboxgl-jupyter
```
- [PyPi](https://pypi.org/project/mapboxgl) (📥 10K / month · 📦 12 · ⏱️ 02.06.2019):
```
pip install mapboxgl
```
Show 7 hidden projects...
- Satpy (🥈34 · ⭐ 1.1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
- geopy (🥉32 · ⭐ 4.7K · 💀) - Geocoding library for Python. MIT
- Geocoder (🥉32 · ⭐ 1.6K · 💀) - Python Geocoder. MIT
- prettymaps (🥉24 · ⭐ 12K) - Draw pretty maps from OpenStreetMap data! Built with osmnx.. ❗️AGPL-3.0
- Sentinelsat (🥉24 · ⭐ 1K · 💀) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
- gmaps (🥉22 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 
- geoplotlib (🥉21 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT
## Financial Data
_Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data._
yfinance (🥇42 · ⭐ 20K) - Download market data from Yahoo! Finances API. Apache-2
- [GitHub](https://github.com/ranaroussi/yfinance) (👨💻 140 · 🔀 2.8K · 📦 86K · 📋 1.7K - 9% open · ⏱️ 18.09.2025):
```
git clone https://github.com/ranaroussi/yfinance
```
- [PyPi](https://pypi.org/project/yfinance) (📥 5.9M / month · 📦 1.2K · ⏱️ 17.09.2025):
```
pip install yfinance
```
- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 99K · ⏱️ 25.03.2025):
```
conda install -c ranaroussi yfinance
```
Qlib (🥇32 · ⭐ 33K) - Qlib is an AI-oriented Quant investment platform that aims to use AI tech.. MIT 
- [GitHub](https://github.com/microsoft/qlib) (👨💻 140 · 🔀 5K · 📥 910 · 📦 21 · 📋 1K - 28% open · ⏱️ 17.10.2025):
```
git clone https://github.com/microsoft/qlib
```
- [PyPi](https://pypi.org/project/pyqlib) (📥 16K / month · 📦 3 · ⏱️ 15.08.2025):
```
pip install pyqlib
```
bt (🥈30 · ⭐ 2.7K) - bt - flexible backtesting for Python. MIT
- [GitHub](https://github.com/pmorissette/bt) (👨💻 35 · 🔀 450 · 📦 1.7K · 📋 350 - 23% open · ⏱️ 27.10.2025):
```
git clone https://github.com/pmorissette/bt
```
- [PyPi](https://pypi.org/project/bt) (📥 11K / month · 📦 15 · ⏱️ 12.04.2025):
```
pip install bt
```
- [Conda](https://anaconda.org/conda-forge/bt) (📥 110K · ⏱️ 02.10.2025):
```
conda install -c conda-forge bt
```
Alpha Vantage (🥈27 · ⭐ 4.6K) - A python wrapper for Alpha Vantage API for financial data. MIT
- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨💻 44 · 🔀 760 · 📋 290 - 0% open · ⏱️ 27.07.2025):
```
git clone https://github.com/RomelTorres/alpha_vantage
```
- [PyPi](https://pypi.org/project/alpha_vantage) (📥 140K / month · 📦 35 · ⏱️ 18.07.2024):
```
pip install alpha_vantage
```
- [Conda](https://anaconda.org/conda-forge/alpha_vantage) (📥 10K · ⏱️ 22.04.2025):
```
conda install -c conda-forge alpha_vantage
```
ffn (🥈27 · ⭐ 2.4K) - ffn - a financial function library for Python. MIT
- [GitHub](https://github.com/pmorissette/ffn) (👨💻 36 · 🔀 330 · 📦 580 · 📋 140 - 17% open · ⏱️ 27.10.2025):
```
git clone https://github.com/pmorissette/ffn
```
- [PyPi](https://pypi.org/project/ffn) (📥 25K / month · 📦 22 · ⏱️ 11.02.2025):
```
pip install ffn
```
- [Conda](https://anaconda.org/conda-forge/ffn) (📥 26K · ⏱️ 22.04.2025):
```
conda install -c conda-forge ffn
```
stockstats (🥉26 · ⭐ 1.4K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3
- [GitHub](https://github.com/jealous/stockstats) (👨💻 10 · 🔀 310 · 📦 1.3K · 📋 130 - 10% open · ⏱️ 18.05.2025):
```
git clone https://github.com/jealous/stockstats
```
- [PyPi](https://pypi.org/project/stockstats) (📥 51K / month · 📦 14 · ⏱️ 18.05.2025):
```
pip install stockstats
```
tf-quant-finance (🥉21 · ⭐ 5K · 💤) - High-performance TensorFlow library for quantitative.. Apache-2 
- [GitHub](https://github.com/google/tf-quant-finance) (👨💻 48 · 🔀 630 · 📋 65 - 56% open · ⏱️ 21.03.2025):
```
git clone https://github.com/google/tf-quant-finance
```
- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 410 / month · 📦 3 · ⏱️ 19.08.2022):
```
pip install tf-quant-finance
```
finmarketpy (🥉21 · ⭐ 3.7K · 💤) - Python library for backtesting trading strategies &.. Apache-2
- [GitHub](https://github.com/cuemacro/finmarketpy) (👨💻 19 · 🔀 510 · 📥 57 · 📦 16 · 📋 35 - 88% open · ⏱️ 10.03.2025):
```
git clone https://github.com/cuemacro/finmarketpy
```
- [PyPi](https://pypi.org/project/finmarketpy) (📥 340 / month · ⏱️ 10.03.2025):
```
pip install finmarketpy
```
Show 17 hidden projects...
- arch (🥇33 · ⭐ 1.5K) - ARCH models in Python. ❗Unlicensed
- zipline (🥇32 · ⭐ 19K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2
- ta (🥇32 · ⭐ 4.8K · 💀) - Technical Analysis Library using Pandas and Numpy. MIT
- pyfolio (🥈31 · ⭐ 6.1K · 💀) - Portfolio and risk analytics in Python. Apache-2
- backtrader (🥈29 · ⭐ 19K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0
- IB-insync (🥈28 · ⭐ 3.1K · 💀) - Python sync/async framework for Interactive Brokers API. BSD-2
- Alphalens (🥈27 · ⭐ 4K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2
- Enigma Catalyst (🥈27 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2
- empyrical (🥈27 · ⭐ 1.4K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2
- Backtesting.py (🥉26 · ⭐ 7.4K) - Backtest trading strategies in Python. ❗️AGPL-3.0
- TensorTrade (🥉26 · ⭐ 5.6K · 💀) - An open source reinforcement learning framework for.. Apache-2
- PyAlgoTrade (🥉25 · ⭐ 4.6K · 💀) - Python Algorithmic Trading Library. Apache-2
- FinTA (🥉24 · ⭐ 2.2K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0
- Crypto Signals (🥉22 · ⭐ 5.4K · 💀) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -.. MIT
- FinQuant (🥉22 · ⭐ 1.6K · 💀) - A program for financial portfolio management, analysis and.. MIT
- surpriver (🥉12 · ⭐ 1.8K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0
- pyrtfolio (🥉9 · ⭐ 150 · 💀) - Python package to generate stock portfolios. ❗️GPL-3.0
## Time Series Data
_Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data._
sktime (🥇41 · ⭐ 9.3K) - A unified framework for machine learning with time series. BSD-3 
- [GitHub](https://github.com/sktime/sktime) (👨💻 520 · 🔀 1.7K · 📥 110 · 📦 4.7K · 📋 3.1K - 39% open · ⏱️ 28.10.2025):
```
git clone https://github.com/alan-turing-institute/sktime
```
- [PyPi](https://pypi.org/project/sktime) (📥 1M / month · 📦 160 · ⏱️ 25.09.2025):
```
pip install sktime
```
- [Conda](https://anaconda.org/conda-forge/sktime-all-extras) (📥 1.2M · ⏱️ 18.09.2025):
```
conda install -c conda-forge sktime-all-extras
```
Prophet (🥇34 · ⭐ 20K) - Tool for producing high quality forecasts for time series data that has.. MIT
- [GitHub](https://github.com/facebook/prophet) (👨💻 190 · 🔀 4.6K · 📥 3.2K · 📦 21 · 📋 2.2K - 20% open · ⏱️ 21.10.2025):
```
git clone https://github.com/facebook/prophet
```
- [PyPi](https://pypi.org/project/fbprophet) (📥 84K / month · 📦 91 · ⏱️ 05.09.2020):
```
pip install fbprophet
```
- [Conda](https://anaconda.org/conda-forge/prophet) (📥 1.5M · ⏱️ 22.10.2025):
```
conda install -c conda-forge prophet
```
StatsForecast (🥇34 · ⭐ 4.6K) - Lightning fast forecasting with statistical and econometric.. Apache-2
- [GitHub](https://github.com/Nixtla/statsforecast) (👨💻 56 · 🔀 340 · 📦 2K · 📋 400 - 34% open · ⏱️ 29.10.2025):
```
git clone https://github.com/Nixtla/statsforecast
```
- [PyPi](https://pypi.org/project/statsforecast) (📥 990K / month · 📦 91 · ⏱️ 29.10.2025):
```
pip install statsforecast
```
- [Conda](https://anaconda.org/conda-forge/statsforecast) (📥 220K · ⏱️ 30.10.2025):
```
conda install -c conda-forge statsforecast
```
tslearn (🥈33 · ⭐ 3.1K) - The machine learning toolkit for time series analysis in Python. BSD-2 
- [GitHub](https://github.com/tslearn-team/tslearn) (👨💻 46 · 🔀 350 · 📦 1.9K · 📋 380 - 38% open · ⏱️ 27.10.2025):
```
git clone https://github.com/tslearn-team/tslearn
```
- [PyPi](https://pypi.org/project/tslearn) (📥 400K / month · 📦 110 · ⏱️ 02.07.2025):
```
pip install tslearn
```
- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.7M · ⏱️ 03.07.2025):
```
conda install -c conda-forge tslearn
```
skforecast (🥈33 · ⭐ 1.4K) - Time series forecasting with machine learning models. BSD-3 
- [GitHub](https://github.com/skforecast/skforecast) (👨💻 23 · 🔀 170 · 📦 490 · 📋 210 - 8% open · ⏱️ 22.09.2025):
```
git clone https://github.com/JoaquinAmatRodrigo/skforecast
```
- [PyPi](https://pypi.org/project/skforecast) (📥 96K / month · 📦 18 · ⏱️ 22.09.2025):
```
pip install skforecast
```
Darts (🥈32 · ⭐ 9K) - A python library for user-friendly forecasting and anomaly detection on.. Apache-2
- [GitHub](https://github.com/unit8co/darts) (👨💻 140 · 🔀 970 · 📋 1.8K - 13% open · ⏱️ 26.10.2025):
```
git clone https://github.com/unit8co/darts
```
- [PyPi](https://pypi.org/project/u8darts) (📥 86K / month · 📦 10 · ⏱️ 03.10.2025):
```
pip install u8darts
```
- [Conda](https://anaconda.org/conda-forge/u8darts-all) (📥 94K · ⏱️ 05.10.2025):
```
conda install -c conda-forge u8darts-all
```
- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 2.1K · ⏱️ 03.10.2025):
```
docker pull unit8/darts
```
pytorch-forecasting (🥈32 · ⭐ 4.6K) - Time series forecasting with PyTorch. MIT
- [GitHub](https://github.com/sktime/pytorch-forecasting) (👨💻 79 · 🔀 710 · 📦 670 · 📋 920 - 59% open · ⏱️ 19.10.2025):
```
git clone https://github.com/jdb78/pytorch-forecasting
```
- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 270K / month · 📦 27 · ⏱️ 10.10.2025):
```
pip install pytorch-forecasting
```
- [Conda](https://anaconda.org/conda-forge/pytorch-forecasting) (📥 87K · ⏱️ 05.07.2025):
```
conda install -c conda-forge pytorch-forecasting
```
pmdarima (🥈32 · ⭐ 1.7K · 💤) - A statistical library designed to fill the void in Pythons time.. MIT
- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨💻 23 · 🔀 250 · 📦 13K · 📋 340 - 19% open · ⏱️ 07.11.2024):
```
git clone https://github.com/alkaline-ml/pmdarima
```
- [PyPi](https://pypi.org/project/pmdarima) (📥 7.5M / month · 📦 150 · ⏱️ 23.10.2023):
```
pip install pmdarima
```
- [Conda](https://anaconda.org/conda-forge/pmdarima) (📥 1.4M · ⏱️ 22.04.2025):
```
conda install -c conda-forge pmdarima
```
tsfresh (🥈31 · ⭐ 9K) - Automatic extraction of relevant features from time series:. MIT 
- [GitHub](https://github.com/blue-yonder/tsfresh) (👨💻 100 · 🔀 1.3K · 📦 21 · 📋 550 - 12% open · ⏱️ 30.08.2025):
```
git clone https://github.com/blue-yonder/tsfresh
```
- [PyPi](https://pypi.org/project/tsfresh) (📥 340K / month · 📦 120 · ⏱️ 30.08.2025):
```
pip install tsfresh
```
- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.5M · ⏱️ 31.08.2025):
```
conda install -c conda-forge tsfresh
```
STUMPY (🥈30 · ⭐ 4K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3
- [GitHub](https://github.com/stumpy-dev/stumpy) (👨💻 41 · 🔀 340 · 📦 1.6K · 📋 540 - 13% open · ⏱️ 02.09.2025):
```
git clone https://github.com/TDAmeritrade/stumpy
```
- [PyPi](https://pypi.org/project/stumpy) (📥 380K / month · 📦 30 · ⏱️ 09.07.2024):
```
pip install stumpy
```
- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 1.1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge stumpy
```
NeuralForecast (🥈30 · ⭐ 3.8K) - Scalable and user friendly neural forecasting algorithms. Apache-2
- [GitHub](https://github.com/Nixtla/neuralforecast) (👨💻 55 · 🔀 450 · 📋 650 - 17% open · ⏱️ 01.10.2025):
```
git clone https://github.com/Nixtla/neuralforecast
```
- [PyPi](https://pypi.org/project/neuralforecast) (📥 160K / month · 📦 30 · ⏱️ 01.10.2025):
```
pip install neuralforecast
```
- [Conda](https://anaconda.org/conda-forge/neuralforecast) (📥 47K · ⏱️ 06.10.2025):
```
conda install -c conda-forge neuralforecast
```
GluonTS (🥈29 · ⭐ 5K) - Probabilistic time series modeling in Python. Apache-2 
- [GitHub](https://github.com/awslabs/gluonts) (👨💻 120 · 🔀 790 · 📋 970 - 34% open · ⏱️ 14.08.2025):
```
git clone https://github.com/awslabs/gluon-ts
```
- [PyPi](https://pypi.org/project/gluonts) (📥 1.9M / month · 📦 41 · ⏱️ 27.06.2025):
```
pip install gluonts
```
- [Conda](https://anaconda.org/anaconda/gluonts) (📥 3.2K · ⏱️ 22.04.2025):
```
conda install -c anaconda gluonts
```
Streamz (🥉28 · ⭐ 1.3K · 💤) - Real-time stream processing for python. BSD-3
- [GitHub](https://github.com/python-streamz/streamz) (👨💻 49 · 🔀 150 · 📦 570 · 📋 270 - 44% open · ⏱️ 22.11.2024):
```
git clone https://github.com/python-streamz/streamz
```
- [PyPi](https://pypi.org/project/streamz) (📥 26K / month · 📦 57 · ⏱️ 27.07.2022):
```
pip install streamz
```
- [Conda](https://anaconda.org/conda-forge/streamz) (📥 2.9M · ⏱️ 22.04.2025):
```
conda install -c conda-forge streamz
```
pyts (🥉27 · ⭐ 1.9K) - A Python package for time series classification. BSD-3
- [GitHub](https://github.com/johannfaouzi/pyts) (👨💻 15 · 🔀 180 · 📦 900 · 📋 88 - 59% open · ⏱️ 18.06.2025):
```
git clone https://github.com/johannfaouzi/pyts
```
- [PyPi](https://pypi.org/project/pyts) (📥 190K / month · 📦 45 · ⏱️ 18.06.2023):
```
pip install pyts
```
- [Conda](https://anaconda.org/conda-forge/pyts) (📥 35K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pyts
```
TSFEL (🥉26 · ⭐ 1.1K) - An intuitive library to extract features from time series. BSD-3
- [GitHub](https://github.com/fraunhoferportugal/tsfel) (👨💻 21 · 🔀 150 · 📦 220 · 📋 87 - 5% open · ⏱️ 20.08.2025):
```
git clone https://github.com/fraunhoferportugal/tsfel
```
- [PyPi](https://pypi.org/project/tsfel) (📥 9.4K / month · 📦 14 · ⏱️ 20.08.2025):
```
pip install tsfel
```
greykite (🥉22 · ⭐ 1.8K · 💤) - A flexible, intuitive and fast forecasting library. BSD-2
- [GitHub](https://github.com/linkedin/greykite) (👨💻 10 · 🔀 110 · 📥 39 · 📦 47 · 📋 110 - 11% open · ⏱️ 20.02.2025):
```
git clone https://github.com/linkedin/greykite
```
- [PyPi](https://pypi.org/project/greykite) (📥 11K / month · ⏱️ 20.02.2025):
```
pip install greykite
```
Show 13 hidden projects...
- NeuralProphet (🥉26 · ⭐ 4.2K · 💀) - NeuralProphet: A simple forecasting package. MIT 
- PyFlux (🥉25 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3
- luminol (🥉22 · ⭐ 1.2K · 💀) - Anomaly Detection and Correlation library. Apache-2
- ADTK (🥉22 · ⭐ 1.2K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0
- seglearn (🥉21 · ⭐ 580 · 💀) - Python module for machine learning time series:. BSD-3
- pydlm (🥉21 · ⭐ 480 · 💀) - A python library for Bayesian time series modeling. BSD-3
- tick (🥉20 · ⭐ 520 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3
- matrixprofile-ts (🥉19 · ⭐ 740 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2
- tsflex (🥉19 · ⭐ 430 · 💀) - Flexible time series feature extraction & processing. MIT
- Auto TS (🥉17 · ⭐ 760 · 💀) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2
- tsaug (🥉15 · ⭐ 360 · 💀) - A Python package for time series augmentation. Apache-2
- atspy (🥉14 · ⭐ 520 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). MIT
- tslumen (🥉8 · ⭐ 71 · 💀) - A library for Time Series EDA (exploratory data analysis). Apache-2
## Medical Data
_Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats._
Nilearn (🥇38 · ⭐ 1.3K) - Machine learning for NeuroImaging in Python. BSD-3 
- [GitHub](https://github.com/nilearn/nilearn) (👨💻 260 · 🔀 610 · 📥 410 · 📦 4.4K · 📋 2.4K - 12% open · ⏱️ 30.10.2025):
```
git clone https://github.com/nilearn/nilearn
```
- [PyPi](https://pypi.org/project/nilearn) (📥 270K / month · 📦 350 · ⏱️ 03.09.2025):
```
pip install nilearn
```
- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 400K · ⏱️ 04.09.2025):
```
conda install -c conda-forge nilearn
```
MONAI (🥇37 · ⭐ 7K) - AI Toolkit for Healthcare Imaging. Apache-2 
- [GitHub](https://github.com/Project-MONAI/MONAI) (👨💻 240 · 🔀 1.3K · 📦 4.5K · 📋 3.3K - 14% open · ⏱️ 10.10.2025):
```
git clone https://github.com/Project-MONAI/MONAI
```
- [PyPi](https://pypi.org/project/monai) (📥 320K / month · 📦 200 · ⏱️ 22.09.2025):
```
pip install monai
```
- [Conda](https://anaconda.org/conda-forge/monai) (📥 60K · ⏱️ 22.09.2025):
```
conda install -c conda-forge monai
```
MNE (🥇37 · ⭐ 3.1K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3
- [GitHub](https://github.com/mne-tools/mne-python) (👨💻 410 · 🔀 1.4K · 📋 5.1K - 11% open · ⏱️ 29.10.2025):
```
git clone https://github.com/mne-tools/mne-python
```
- [PyPi](https://pypi.org/project/mne) (📥 280K / month · 📦 530 · ⏱️ 14.10.2025):
```
pip install mne
```
- [Conda](https://anaconda.org/conda-forge/mne) (📥 620K · ⏱️ 14.10.2025):
```
conda install -c conda-forge mne
```
Hail (🥈34 · ⭐ 1K) - Cloud-native genomic dataframes and batch computing. MIT 
- [GitHub](https://github.com/hail-is/hail) (👨💻 100 · 🔀 260 · 📦 170 · 📋 2.6K - 11% open · ⏱️ 29.10.2025):
```
git clone https://github.com/hail-is/hail
```
- [PyPi](https://pypi.org/project/hail) (📥 110K / month · 📦 44 · ⏱️ 09.09.2025):
```
pip install hail
```
NiBabel (🥈34 · ⭐ 740) - Python package to access a cacophony of neuro-imaging file formats. MIT
- [GitHub](https://github.com/nipy/nibabel) (👨💻 110 · 🔀 260 · 📦 30K · 📋 550 - 23% open · ⏱️ 21.10.2025):
```
git clone https://github.com/nipy/nibabel
```
- [PyPi](https://pypi.org/project/nibabel) (📥 910K / month · 📦 1.2K · ⏱️ 23.10.2024):
```
pip install nibabel
```
- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge nibabel
```
NIPYPE (🥈33 · ⭐ 790) - Workflows and interfaces for neuroimaging packages. Apache-2
- [GitHub](https://github.com/nipy/nipype) (👨💻 260 · 🔀 530 · 📦 7.2K · 📋 1.4K - 30% open · ⏱️ 28.04.2025):
```
git clone https://github.com/nipy/nipype
```
- [PyPi](https://pypi.org/project/nipype) (📥 360K / month · 📦 150 · ⏱️ 19.03.2025):
```
pip install nipype
```
- [Conda](https://anaconda.org/conda-forge/nipype) (📥 990K · ⏱️ 05.05.2025):
```
conda install -c conda-forge nipype
```
Lifelines (🥈32 · ⭐ 2.5K · 💤) - Survival analysis in Python. MIT
- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨💻 120 · 🔀 560 · 📦 4.2K · 📋 980 - 27% open · ⏱️ 29.10.2024):
```
git clone https://github.com/CamDavidsonPilon/lifelines
```
- [PyPi](https://pypi.org/project/lifelines) (📥 1.5M / month · 📦 160 · ⏱️ 29.10.2024):
```
pip install lifelines
```
- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 500K · ⏱️ 22.04.2025):
```
conda install -c conda-forge lifelines
```
DeepVariant (🥉27 · ⭐ 3.5K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 
- [GitHub](https://github.com/google/deepvariant) (👨💻 41 · 🔀 760 · 📥 4.9K · 📦 4 · 📋 960 - 0% open · ⏱️ 10.09.2025):
```
git clone https://github.com/google/deepvariant
```
- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 79K · ⏱️ 24.05.2025):
```
conda install -c bioconda deepvariant
```
Brainiak (🥉19 · ⭐ 360 · 💤) - Brain Imaging Analysis Kit. Apache-2
- [GitHub](https://github.com/brainiak/brainiak) (👨💻 35 · 🔀 140 · 📋 230 - 38% open · ⏱️ 06.01.2025):
```
git clone https://github.com/brainiak/brainiak
```
- [PyPi](https://pypi.org/project/brainiak) (📥 1.3K / month · ⏱️ 07.01.2025):
```
pip install brainiak
```
- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 2K · ⭐ 1 · ⏱️ 07.01.2025):
```
docker pull brainiak/brainiak
```
Show 10 hidden projects...
- DIPY (🥈31 · ⭐ 790) - DIPY is the paragon 3D/4D+ medical imaging library in Python... ❗Unlicensed
- NiftyNet (🥉24 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 
- NIPY (🥉24 · ⭐ 400 · 💤) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed
- MedPy (🥉23 · ⭐ 610 · 💀) - Medical image processing in Python. ❗️GPL-3.0
- DLTK (🥉20 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 
- Glow (🥉19 · ⭐ 290 · 💤) - An open-source toolkit for large-scale genomic analysis. Apache-2
- MedicalTorch (🥉17 · ⭐ 870 · 💀) - A medical imaging framework for Pytorch. Apache-2 
- Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 
- DeepNeuro (🥉14 · ⭐ 130 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT
- MedicalNet (🥉12 · ⭐ 2.1K · 💀) - Many studies have shown that the performance on deep learning is.. MIT
## Tabular Data
_Libraries for processing tabular and structured data._
skrub (🥇30 · ⭐ 1.5K) - Machine learning with dataframes. BSD-3 

- [GitHub](https://github.com/skrub-data/skrub) (👨💻 82 · 🔀 170 · 📦 100 · 📋 580 - 21% open · ⏱️ 30.10.2025):
```
git clone https://github.com/skrub-data/skrub
```
- [PyPi](https://pypi.org/project/skrub) (📥 45K / month · 📦 20 · ⏱️ 25.09.2025):
```
pip install skrub
```
pytorch_tabular (🥈23 · ⭐ 1.6K) - A standard framework for modelling Deep Learning Models.. MIT 
- [GitHub](https://github.com/manujosephv/pytorch_tabular) (👨💻 27 · 🔀 160 · 📥 64 · 📋 180 - 5% open · ⏱️ 19.04.2025):
```
git clone https://github.com/manujosephv/pytorch_tabular
```
- [PyPi](https://pypi.org/project/pytorch_tabular) (📥 5.5K / month · 📦 9 · ⏱️ 28.11.2024):
```
pip install pytorch_tabular
```
upgini (🥈21 · ⭐ 350) - Data search & enrichment library for Machine Learning Easily find and add.. BSD-3
- [GitHub](https://github.com/upgini/upgini) (👨💻 14 · 🔀 25 · 📦 9 · ⏱️ 28.10.2025):
```
git clone https://github.com/upgini/upgini
```
- [PyPi](https://pypi.org/project/upgini) (📥 5.9K / month · ⏱️ 28.10.2025):
```
pip install upgini
```
Show 3 hidden projects...
- miceforest (🥈21 · ⭐ 390) - Multiple Imputation with LightGBM in Python. ❗Unlicensed
- carefree-learn (🥉18 · ⭐ 410 · 💀) - Deep Learning PyTorch. MIT 
- deltapy (🥉13 · ⭐ 550 · 💀) - DeltaPy - Tabular Data Augmentation (by @firmai). MIT
## Optical Character Recognition
_Libraries for optical character recognition (OCR) and text extraction from images or videos._
PaddleOCR (🥇44 · ⭐ 62K) - Turn any PDF or image document into structured data for your.. Apache-2 
- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨💻 320 · 🔀 9.2K · 📥 2M · 📦 6.2K · 📋 10K - 1% open · ⏱️ 30.10.2025):
```
git clone https://github.com/PaddlePaddle/PaddleOCR
```
- [PyPi](https://pypi.org/project/paddleocr) (📥 750K / month · 📦 210 · ⏱️ 29.10.2025):
```
pip install paddleocr
```
OCRmyPDF (🥇37 · ⭐ 32K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0
- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨💻 120 · 🔀 2.2K · 📥 15K · 📦 1.4K · 📋 1.3K - 11% open · ⏱️ 25.10.2025):
```
git clone https://github.com/ocrmypdf/OCRmyPDF
```
- [PyPi](https://pypi.org/project/ocrmypdf) (📥 400K / month · 📦 58 · ⏱️ 16.10.2025):
```
pip install ocrmypdf
```
- [Conda](https://anaconda.org/conda-forge/ocrmypdf) (📥 110K · ⏱️ 22.04.2025):
```
conda install -c conda-forge ocrmypdf
```
Tesseract (🥈32 · ⭐ 6.2K · 💤) - Python-tesseract is an optical character recognition (OCR).. Apache-2
- [GitHub](https://github.com/madmaze/pytesseract) (👨💻 50 · 🔀 730 · 📋 370 - 3% open · ⏱️ 17.02.2025):
```
git clone https://github.com/madmaze/pytesseract
```
- [PyPi](https://pypi.org/project/pytesseract) (📥 5.6M / month · 📦 970 · ⏱️ 16.08.2024):
```
pip install pytesseract
```
- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 690K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pytesseract
```
tesserocr (🥈32 · ⭐ 2.1K) - A Python wrapper for the tesseract-ocr API. MIT
- [GitHub](https://github.com/sirfz/tesserocr) (👨💻 34 · 🔀 260 · 📥 1.2K · 📦 1.3K · 📋 290 - 14% open · ⏱️ 10.10.2025):
```
git clone https://github.com/sirfz/tesserocr
```
- [PyPi](https://pypi.org/project/tesserocr) (📥 210K / month · 📦 56 · ⏱️ 10.10.2025):
```
pip install tesserocr
```
- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 290K · ⏱️ 22.04.2025):
```
conda install -c conda-forge tesserocr
```
MMOCR (🥉27 · ⭐ 4.7K · 💤) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2 
- [GitHub](https://github.com/open-mmlab/mmocr) (👨💻 90 · 🔀 770 · 📦 240 · 📋 930 - 20% open · ⏱️ 27.11.2024):
```
git clone https://github.com/open-mmlab/mmocr
```
- [PyPi](https://pypi.org/project/mmocr) (📥 6K / month · 📦 4 · ⏱️ 05.05.2022):
```
pip install mmocr
```
keras-ocr (🥉25 · ⭐ 1.5K) - A packaged and flexible version of the CRAFT text detector and.. MIT 
- [GitHub](https://github.com/faustomorales/keras-ocr) (👨💻 19 · 🔀 340 · 📥 2.1M · 📦 720 · 📋 220 - 46% open · ⏱️ 22.09.2025):
```
git clone https://github.com/faustomorales/keras-ocr
```
- [PyPi](https://pypi.org/project/keras-ocr) (📥 18K / month · 📦 8 · ⏱️ 06.11.2023):
```
pip install keras-ocr
```
- [Conda](https://anaconda.org/anaconda/keras-ocr) (📥 450 · ⏱️ 22.04.2025):
```
conda install -c anaconda keras-ocr
```
Show 6 hidden projects...
- EasyOCR (🥈34 · ⭐ 28K · 💀) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2
- calamari (🥉22 · ⭐ 1.2K) - Line based ATR Engine based on OCRopy. ❗️GPL-3.0
- pdftabextract (🥉21 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2
- attention-ocr (🥉21 · ⭐ 1.1K · 💀) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT 
- doc2text (🥉20 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT
- Mozart (🥉10 · ⭐ 690 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 
## Data Containers & Structures
_General-purpose data containers & structures as well as utilities & extensions for pandas._
🔗 best-of-python - Data Containers ( ⭐ 4.2K) - Collection of data-container, dataframe, and pandas-..
## Data Loading & Extraction
_Libraries for loading, collecting, and extracting data from a variety of data sources and formats._
🔗 best-of-python - Data Extraction ( ⭐ 4.2K) - Collection of data-loading and -extraction libraries.
## Web Scraping & Crawling
_Libraries for web scraping, crawling, downloading, and mining as well as libraries._
🔗 best-of-web-python - Web Scraping ( ⭐ 2.6K) - Collection of web-scraping and crawling libraries.
## Data Pipelines & Streaming
_Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks._
🔗 best-of-python - Data Pipelines ( ⭐ 4.2K) - Libraries for data batch- and stream-processing,..
Show 1 hidden projects...
- pyclugen (🥇10 · ⭐ 10) - Multidimensional cluster generation in Python. MIT
## Distributed Machine Learning
_Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure._
Ray (🥇48 · ⭐ 40K) - Ray is an AI compute engine. Ray consists of a core distributed runtime.. Apache-2
- [GitHub](https://github.com/ray-project/ray) (👨💻 1.4K · 🔀 6.8K · 📥 270 · 📦 27K · 📋 22K - 14% open · ⏱️ 30.10.2025):
```
git clone https://github.com/ray-project/ray
```
- [PyPi](https://pypi.org/project/ray) (📥 30M / month · 📦 1.1K · ⏱️ 29.10.2025):
```
pip install ray
```
- [Conda](https://anaconda.org/conda-forge/ray-tune) (📥 920K · ⏱️ 22.10.2025):
```
conda install -c conda-forge ray-tune
```
dask (🥇45 · ⭐ 14K · 📈) - Parallel computing with task scheduling. BSD-3
- [GitHub](https://github.com/dask/dask) (👨💻 630 · 🔀 1.8K · 📦 77K · 📋 5.6K - 21% open · ⏱️ 29.10.2025):
```
git clone https://github.com/dask/dask
```
- [PyPi](https://pypi.org/project/dask) (📥 20M / month · 📦 3.2K · ⏱️ 14.10.2025):
```
pip install dask
```
- [Conda](https://anaconda.org/conda-forge/dask) (📥 14M · ⏱️ 14.10.2025):
```
conda install -c conda-forge dask
```
DeepSpeed (🥇41 · ⭐ 41K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 
- [GitHub](https://github.com/deepspeedai/DeepSpeed) (👨💻 420 · 🔀 4.6K · 📦 15K · 📋 3.2K - 34% open · ⏱️ 29.10.2025):
```
git clone https://github.com/microsoft/DeepSpeed
```
- [PyPi](https://pypi.org/project/deepspeed) (📥 990K / month · 📦 350 · ⏱️ 23.10.2025):
```
pip install deepspeed
```
- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 24K · ⭐ 4 · ⏱️ 02.09.2022):
```
docker pull deepspeed/deepspeed
```
dask.distributed (🥇39 · ⭐ 1.7K) - A distributed task scheduler for Dask. BSD-3
- [GitHub](https://github.com/dask/distributed) (👨💻 340 · 🔀 740 · 📦 42K · 📋 3.9K - 37% open · ⏱️ 28.10.2025):
```
git clone https://github.com/dask/distributed
```
- [PyPi](https://pypi.org/project/distributed) (📥 5.4M / month · 📦 1K · ⏱️ 14.10.2025):
```
pip install distributed
```
- [Conda](https://anaconda.org/conda-forge/distributed) (📥 20M · ⏱️ 14.10.2025):
```
conda install -c conda-forge distributed
```
horovod (🥈36 · ⭐ 15K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2
- [GitHub](https://github.com/horovod/horovod) (👨💻 180 · 🔀 2.3K · 📦 1.4K · 📋 2.3K - 17% open · ⏱️ 28.10.2025):
```
git clone https://github.com/horovod/horovod
```
- [PyPi](https://pypi.org/project/horovod) (📥 78K / month · 📦 34 · ⏱️ 12.06.2023):
```
pip install horovod
```
metrics (🥈36 · ⭐ 2.3K) - Machine learning metrics for distributed, scalable PyTorch.. Apache-2 
- [GitHub](https://github.com/Lightning-AI/torchmetrics) (👨💻 280 · 🔀 460 · 📥 6.9K · 📦 45K · 📋 990 - 8% open · ⏱️ 27.10.2025):
```
git clone https://github.com/Lightning-AI/metrics
```
- [PyPi](https://pypi.org/project/metrics) (📥 4.6K / month · 📦 4 · ⏱️ 26.02.2025):
```
pip install metrics
```
- [Conda](https://anaconda.org/conda-forge/torchmetrics) (📥 2.2M · ⏱️ 03.09.2025):
```
conda install -c conda-forge torchmetrics
```
H2O-3 (🥈34 · ⭐ 7.3K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2
- [GitHub](https://github.com/h2oai/h2o-3) (👨💻 280 · 🔀 2K · 📦 99 · 📋 9.6K - 30% open · ⏱️ 21.10.2025):
```
git clone https://github.com/h2oai/h2o-3
```
- [PyPi](https://pypi.org/project/h2o) (📥 180K / month · 📦 68 · ⏱️ 08.10.2025):
```
pip install h2o
```
ColossalAI (🥈33 · ⭐ 41K) - Making large AI models cheaper, faster and more accessible. Apache-2
- [GitHub](https://github.com/hpcaitech/ColossalAI) (👨💻 200 · 🔀 4.5K · 📦 530 · 📋 1.8K - 26% open · ⏱️ 26.09.2025):
```
git clone https://github.com/hpcaitech/colossalai
```
mpi4py (🥈33 · ⭐ 880) - Python bindings for MPI. BSD-3
- [GitHub](https://github.com/mpi4py/mpi4py) (👨💻 28 · 🔀 130 · 📥 39K · 📦 12K · 📋 230 - 2% open · ⏱️ 29.10.2025):
```
git clone https://github.com/mpi4py/mpi4py
```
- [PyPi](https://pypi.org/project/mpi4py) (📥 980K / month · 📦 1K · ⏱️ 10.10.2025):
```
pip install mpi4py
```
- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 4.5M · ⏱️ 14.10.2025):
```
conda install -c conda-forge mpi4py
```
FairScale (🥈31 · ⭐ 3.4K) - PyTorch extensions for high performance and large scale training. BSD-3 
- [GitHub](https://github.com/facebookresearch/fairscale) (👨💻 77 · 🔀 290 · 📦 9K · 📋 390 - 26% open · ⏱️ 26.04.2025):
```
git clone https://github.com/facebookresearch/fairscale
```
- [PyPi](https://pypi.org/project/fairscale) (📥 530K / month · 📦 150 · ⏱️ 11.12.2022):
```
pip install fairscale
```
- [Conda](https://anaconda.org/conda-forge/fairscale) (📥 530K · ⏱️ 22.04.2025):
```
conda install -c conda-forge fairscale
```
Submit it (🥈31 · ⭐ 1.5K) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT
- [GitHub](https://github.com/facebookincubator/submitit) (👨💻 26 · 🔀 140 · 📦 4.7K · 📋 130 - 38% open · ⏱️ 21.05.2025):
```
git clone https://github.com/facebookincubator/submitit
```
- [PyPi](https://pypi.org/project/submitit) (📥 840K / month · 📦 74 · ⏱️ 21.05.2025):
```
pip install submitit
```
- [Conda](https://anaconda.org/conda-forge/submitit) (📥 65K · ⏱️ 22.04.2025):
```
conda install -c conda-forge submitit
```
BigDL (🥈30 · ⭐ 8.4K) - Accelerate local LLM inference and finetuning (LLaMA, Mistral,.. Apache-2
- [GitHub](https://github.com/intel/ipex-llm) (👨💻 120 · 🔀 1.4K · 📥 710 · 📋 3K - 40% open · ⏱️ 14.10.2025):
```
git clone https://github.com/intel-analytics/BigDL
```
- [PyPi](https://pypi.org/project/bigdl) (📥 15K / month · 📦 2 · ⏱️ 24.03.2024):
```
pip install bigdl
```
- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (📦 5 · ⏱️ 20.04.2021):
```
com.intel.analytics.bigdl
bigdl-SPARK_2.4
[VERSION]
```
SynapseML (🥈30 · ⭐ 5.2K) - Simple and Distributed Machine Learning. MIT
- [GitHub](https://github.com/microsoft/SynapseML) (👨💻 130 · 🔀 850 · 📋 820 - 49% open · ⏱️ 29.10.2025):
```
git clone https://github.com/microsoft/SynapseML
```
- [PyPi](https://pypi.org/project/synapseml) (📥 1.6M / month · 📦 7 · ⏱️ 03.10.2025):
```
pip install synapseml
```
petastorm (🥈29 · ⭐ 1.9K) - Petastorm library enables single machine or distributed training.. Apache-2
- [GitHub](https://github.com/uber/petastorm) (👨💻 52 · 🔀 280 · 📥 580 · 📦 390 · 📋 330 - 54% open · ⏱️ 15.09.2025):
```
git clone https://github.com/uber/petastorm
```
- [PyPi](https://pypi.org/project/petastorm) (📥 270K / month · 📦 15 · ⏱️ 11.08.2025):
```
pip install petastorm
```
dask-ml (🥉28 · ⭐ 940) - Scalable Machine Learning with Dask. BSD-3
- [GitHub](https://github.com/dask/dask-ml) (👨💻 82 · 🔀 260 · 📦 1.3K · 📋 550 - 51% open · ⏱️ 27.09.2025):
```
git clone https://github.com/dask/dask-ml
```
- [PyPi](https://pypi.org/project/dask-ml) (📥 120K / month · 📦 100 · ⏱️ 08.02.2025):
```
pip install dask-ml
```
- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 1.1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge dask-ml
```
Hivemind (🥉26 · ⭐ 2.3K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT
- [GitHub](https://github.com/learning-at-home/hivemind) (👨💻 34 · 🔀 190 · 📦 130 · 📋 190 - 43% open · ⏱️ 12.10.2025):
```
git clone https://github.com/learning-at-home/hivemind
```
- [PyPi](https://pypi.org/project/hivemind) (📥 43K / month · 📦 12 · ⏱️ 20.04.2025):
```
pip install hivemind
```
MMLSpark (🥉23 · ⭐ 5.2K) - Simple and Distributed Machine Learning. MIT 
- [GitHub](https://github.com/microsoft/SynapseML) (👨💻 130 · 🔀 850 · 📋 820 - 49% open · ⏱️ 29.10.2025):
```
git clone https://github.com/microsoft/SynapseML
```
- [PyPi](https://pypi.org/project/mmlspark) (⏱️ 18.03.2020):
```
pip install mmlspark
```
Apache Singa (🥉23 · ⭐ 3.6K · 💤) - a distributed deep learning platform. Apache-2
- [GitHub](https://github.com/apache/singa) (👨💻 98 · 🔀 1.3K · 📦 6 · 📋 140 - 35% open · ⏱️ 26.03.2025):
```
git clone https://github.com/apache/singa
```
- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 1.2K · ⏱️ 25.03.2025):
```
conda install -c nusdbsystem singa
```
- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 9.9K · ⭐ 3 · ⏱️ 31.05.2022):
```
docker pull apache/singa
```
analytics-zoo (🥉22 · ⭐ 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 
- [GitHub](https://github.com/intel/analytics-zoo) (👨💻 110 · 🔀 730 · 📋 1.3K - 32% open · ⏱️ 09.10.2025):
```
git clone https://github.com/intel-analytics/analytics-zoo
```
- [PyPi](https://pypi.org/project/analytics-zoo) (📥 600 / month · 📦 1 · ⏱️ 22.08.2022):
```
pip install analytics-zoo
```
Show 17 hidden projects...
- DEAP (🥈34 · ⭐ 6.2K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0
- ipyparallel (🥈29 · ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed 
- TensorFlowOnSpark (🥉25 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 

- Elephas (🥉24 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras 
- Mesh (🥉23 · ⭐ 1.6K · 💀) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 
- BytePS (🥉21 · ⭐ 3.7K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2
- somoclu (🥉21 · ⭐ 280 · 💀) - Massively parallel self-organizing maps: accelerate training on.. MIT
- TensorFrames (🥉19 · ⭐ 750 · 💀) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2 

- sk-dist (🥉19 · ⭐ 290 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 

- mesh-transformer-jax (🥉18 · ⭐ 6.4K · 💀) - Model parallel transformers in JAX and Haiku. Apache-2 
- launchpad (🥉18 · ⭐ 330 · 💀) - Launchpad is a library that simplifies writing.. Apache-2 
- Fiber (🥉17 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2
- bluefog (🥉17 · ⭐ 290 · 💀) - Distributed and decentralized training framework for PyTorch.. Apache-2 
- parallelformers (🥉16 · ⭐ 790 · 💀) - Parallelformers: An Efficient Model Parallelization.. Apache-2
- LazyCluster (🥉13 · ⭐ 49 · 💀) - Distributed machine learning made simple. Apache-2
- autodist (🥉12 · ⭐ 130 · 💀) - Simple Distributed Deep Learning on TensorFlow. Apache-2 
- moolib (🥉11 · ⭐ 370 · 💀) - A library for distributed ML training with PyTorch. MIT 
## Hyperparameter Optimization & AutoML
_Libraries for hyperparameter optimization, automl and neural architecture search._
Optuna (🥇44 · ⭐ 13K) - A hyperparameter optimization framework. MIT
- [GitHub](https://github.com/optuna/optuna) (👨💻 320 · 🔀 1.2K · 📦 30K · 📋 1.8K - 3% open · ⏱️ 30.10.2025):
```
git clone https://github.com/optuna/optuna
```
- [PyPi](https://pypi.org/project/optuna) (📥 7.6M / month · 📦 1.5K · ⏱️ 18.08.2025):
```
pip install optuna
```
- [Conda](https://anaconda.org/conda-forge/optuna) (📥 3.4M · ⏱️ 19.08.2025):
```
conda install -c conda-forge optuna
```
Ax (🥇36 · ⭐ 2.6K) - Adaptive Experimentation Platform. MIT 
- [GitHub](https://github.com/facebook/Ax) (👨💻 200 · 🔀 350 · 📦 1.2K · 📋 930 - 12% open · ⏱️ 30.10.2025):
```
git clone https://github.com/facebook/Ax
```
- [PyPi](https://pypi.org/project/ax-platform) (📥 240K / month · 📦 71 · ⏱️ 09.09.2025):
```
pip install ax-platform
```
- [Conda](https://anaconda.org/conda-forge/ax-platform) (📥 49K · ⏱️ 10.09.2025):
```
conda install -c conda-forge ax-platform
```
AutoGluon (🥇35 · ⭐ 9.6K) - Fast and Accurate ML in 3 Lines of Code. Apache-2 

- [GitHub](https://github.com/autogluon/autogluon) (👨💻 140 · 🔀 1.1K · 📦 1.2K · 📋 1.8K - 24% open · ⏱️ 29.10.2025):
```
git clone https://github.com/autogluon/autogluon
```
- [PyPi](https://pypi.org/project/autogluon) (📥 260K / month · 📦 38 · ⏱️ 23.10.2025):
```
pip install autogluon
```
- [Conda](https://anaconda.org/conda-forge/autogluon) (📥 45K · ⏱️ 30.07.2025):
```
conda install -c conda-forge autogluon
```
- [Docker Hub](https://hub.docker.com/r/autogluon/autogluon) (📥 20K · ⭐ 19 · ⏱️ 16.06.2025):
```
docker pull autogluon/autogluon
```
BoTorch (🥇35 · ⭐ 3.4K) - Bayesian optimization in PyTorch. MIT 
- [GitHub](https://github.com/meta-pytorch/botorch) (👨💻 150 · 🔀 450 · 📦 1.8K · 📋 600 - 10% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pytorch/botorch
```
- [PyPi](https://pypi.org/project/botorch) (📥 480K / month · 📦 140 · ⏱️ 23.10.2025):
```
pip install botorch
```
- [Conda](https://anaconda.org/conda-forge/botorch) (📥 180K · ⏱️ 24.10.2025):
```
conda install -c conda-forge botorch
```
Bayesian Optimization (🥇34 · ⭐ 8.4K) - A Python implementation of global optimization with.. MIT
- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨💻 52 · 🔀 1.6K · 📥 180 · 📦 4.1K · 📋 390 - 1% open · ⏱️ 09.09.2025):
```
git clone https://github.com/fmfn/BayesianOptimization
```
- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 510K / month · 📦 190 · ⏱️ 24.07.2025):
```
pip install bayesian-optimization
```
Hyperopt (🥇34 · ⭐ 7.5K · 💤) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3
- [GitHub](https://github.com/hyperopt/hyperopt) (👨💻 100 · 🔀 1.1K · 📦 22K · 📋 800 - 17% open · ⏱️ 27.12.2024):
```
git clone https://github.com/hyperopt/hyperopt
```
- [PyPi](https://pypi.org/project/hyperopt) (📥 2.7M / month · 📦 450 · ⏱️ 17.11.2021):
```
pip install hyperopt
```
- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 860K · ⏱️ 22.04.2025):
```
conda install -c conda-forge hyperopt
```
AutoKeras (🥈32 · ⭐ 9.3K · 💤) - AutoML library for deep learning. Apache-2 
- [GitHub](https://github.com/keras-team/autokeras) (👨💻 150 · 🔀 1.4K · 📥 21K · 📦 890 · 📋 910 - 16% open · ⏱️ 16.12.2024):
```
git clone https://github.com/keras-team/autokeras
```
- [PyPi](https://pypi.org/project/autokeras) (📥 15K / month · 📦 13 · ⏱️ 20.03.2024):
```
pip install autokeras
```
featuretools (🥈32 · ⭐ 7.6K · 💤) - An open source python library for automated feature.. BSD-3
- [GitHub](https://github.com/alteryx/featuretools) (👨💻 75 · 🔀 900 · 📦 2.1K · 📋 1K - 15% open · ⏱️ 13.11.2024):
```
git clone https://github.com/alteryx/featuretools
```
- [PyPi](https://pypi.org/project/featuretools) (📥 100K / month · 📦 74 · ⏱️ 14.05.2024):
```
pip install featuretools
```
- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 270K · ⏱️ 22.04.2025):
```
conda install -c conda-forge featuretools
```
nevergrad (🥈30 · ⭐ 4.1K) - A Python toolbox for performing gradient-free optimization. MIT
- [GitHub](https://github.com/facebookresearch/nevergrad) (👨💻 58 · 🔀 360 · 📦 1.2K · 📋 310 - 40% open · ⏱️ 23.04.2025):
```
git clone https://github.com/facebookresearch/nevergrad
```
- [PyPi](https://pypi.org/project/nevergrad) (📥 150K / month · 📦 72 · ⏱️ 23.04.2025):
```
pip install nevergrad
```
- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 67K · ⏱️ 22.04.2025):
```
conda install -c conda-forge nevergrad
```
lazypredict (🥈28 · ⭐ 3.2K) - Lazy Predict help build a lot of basic models without much code.. MIT 
- [GitHub](https://github.com/shankarpandala/lazypredict) (👨💻 19 · 🔀 360 · 📦 1.4K · 📋 160 - 64% open · ⏱️ 17.10.2025):
```
git clone https://github.com/shankarpandala/lazypredict
```
- [PyPi](https://pypi.org/project/lazypredict) (📥 31K / month · 📦 8 · ⏱️ 05.04.2025):
```
pip install lazypredict
```
- [Conda](https://anaconda.org/conda-forge/lazypredict) (📥 6.6K · ⏱️ 22.04.2025):
```
conda install -c conda-forge lazypredict
```
mljar-supervised (🥈28 · ⭐ 3.2K) - Python package for AutoML on Tabular Data with Feature.. MIT
- [GitHub](https://github.com/mljar/mljar-supervised) (👨💻 30 · 🔀 420 · 📦 170 · 📋 680 - 21% open · ⏱️ 07.07.2025):
```
git clone https://github.com/mljar/mljar-supervised
```
- [PyPi](https://pypi.org/project/mljar-supervised) (📥 8.7K / month · 📦 6 · ⏱️ 07.07.2025):
```
pip install mljar-supervised
```
- [Conda](https://anaconda.org/conda-forge/mljar-supervised) (📥 52K · ⏱️ 08.07.2025):
```
conda install -c conda-forge mljar-supervised
```
Hyperactive (🥈24 · ⭐ 530) - An optimization and data collection toolbox for convenient and fast.. MIT
- [GitHub](https://github.com/SimonBlanke/Hyperactive) (👨💻 15 · 🔀 51 · 📥 340 · 📦 40 · 📋 120 - 28% open · ⏱️ 25.10.2025):
```
git clone https://github.com/SimonBlanke/Hyperactive
```
- [PyPi](https://pypi.org/project/hyperactive) (📥 4K / month · 📦 13 · ⏱️ 20.09.2025):
```
pip install hyperactive
```
FEDOT (🥉23 · ⭐ 700) - Automated modeling and machine learning framework FEDOT. BSD-3
- [GitHub](https://github.com/aimclub/FEDOT) (👨💻 40 · 🔀 89 · 📦 65 · 📋 570 - 11% open · ⏱️ 14.10.2025):
```
git clone https://github.com/nccr-itmo/FEDOT
```
- [PyPi](https://pypi.org/project/fedot) (📥 1.8K / month · 📦 7 · ⏱️ 10.03.2025):
```
pip install fedot
```
AlphaPy (🥉21 · ⭐ 1.6K) - Python AutoML for Trading Systems and Sports Betting. Apache-2
- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨💻 5 · 🔀 250 · 📦 10 · 📋 45 - 35% open · ⏱️ 24.08.2025):
```
git clone https://github.com/ScottfreeLLC/AlphaPy
```
- [PyPi](https://pypi.org/project/alphapy) (📥 320 / month · ⏱️ 29.08.2020):
```
pip install alphapy
```
Auto ViML (🥉20 · ⭐ 540 · 💤) - Automatically Build Multiple ML Models with a Single Line of.. Apache-2
- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨💻 9 · 🔀 100 · 📦 28 · ⏱️ 30.01.2025):
```
git clone https://github.com/AutoViML/Auto_ViML
```
- [PyPi](https://pypi.org/project/autoviml) (📥 2.6K / month · 📦 3 · ⏱️ 30.01.2025):
```
pip install autoviml
```
featurewiz (🥉18 · ⭐ 670 · 💤) - Use advanced feature engineering strategies and select best.. Apache-2
- [GitHub](https://github.com/AutoViML/featurewiz) (👨💻 18 · 🔀 98 · 📋 110 - 0% open · ⏱️ 19.02.2025):
```
git clone https://github.com/AutoViML/featurewiz
```
- [PyPi](https://pypi.org/project/featurewiz) (📥 4.6K / month · 📦 4 · ⏱️ 19.02.2025):
```
pip install featurewiz
```
Show 36 hidden projects...
- TPOT (🥈32 · ⭐ 10K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 
- Keras Tuner (🥈32 · ⭐ 2.9K · 💀) - A Hyperparameter Tuning Library for Keras. Apache-2 
- scikit-optimize (🥈32 · ⭐ 2.8K · 💀) - Sequential model-based optimization with a.. BSD-3
- NNI (🥈31 · ⭐ 14K · 💀) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT
- auto-sklearn (🥈31 · ⭐ 8K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 
- Hyperas (🥈27 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT 
- SMAC3 (🥈27 · ⭐ 1.2K · 💤) - SMAC3: A Versatile Bayesian Optimization Package for.. ❗️BSD-1-Clause
- GPyOpt (🥈26 · ⭐ 950 · 💀) - Gaussian Process Optimization using GPy. BSD-3
- AdaNet (🥈24 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 
- auto_ml (🥈24 · ⭐ 1.7K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT
- Talos (🥈24 · ⭐ 1.6K · 💀) - Hyperparameter Experiments with TensorFlow and Keras. MIT 
- lightwood (🥈24 · ⭐ 490) - Lightwood is Legos for Machine Learning. ❗️GPL-3.0 
- Orion (🥈24 · ⭐ 300 · 💀) - Asynchronous Distributed Hyperparameter Optimization. BSD-3
- HpBandSter (🥉22 · ⭐ 620 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3
- MLBox (🥉21 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause
- Test Tube (🥉21 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT
- Neuraxle (🥉21 · ⭐ 610 · 💀) - The worlds cleanest AutoML library - Do hyperparameter tuning.. Apache-2
- optunity (🥉21 · ⭐ 420 · 💀) - optimization routines for hyperparameter tuning. BSD-3
- sklearn-deap (🥉20 · ⭐ 770 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT 
- opytimizer (🥉20 · ⭐ 630 · 💀) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2
- igel (🥉19 · ⭐ 3.1K · 💀) - a delightful machine learning tool that allows you to train, test, and.. MIT
- Dragonfly (🥉19 · ⭐ 890 · 💀) - An open source python library for scalable Bayesian optimisation. MIT
- Auto Tune Models (🥉19 · ⭐ 530 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT
- Sherpa (🥉19 · ⭐ 340 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0
- shap-hypetune (🥉18 · ⭐ 580 · 💀) - A python package for simultaneous Hyperparameters Tuning and.. MIT
- Advisor (🥉17 · ⭐ 1.6K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2
- Xcessiv (🥉17 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2
- automl-gs (🥉16 · ⭐ 1.9K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT
- HyperparameterHunter (🥉16 · ⭐ 710 · 💀) - Easy hyperparameter optimization and automatic result.. MIT
- Parfit (🥉15 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT 
- ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2
- Auptimizer (🥉12 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0
- Hypermax (🥉12 · ⭐ 110 · 💀) - Better, faster hyper-parameter optimization. BSD-3
- model_search (🥉11 · ⭐ 3.3K · 💀) - AutoML algorithms for model architecture search at scale. Apache-2
- Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT
- Hypertunity (🥉9 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2
## Reinforcement Learning
_Libraries for building and evaluating reinforcement learning & agent-based systems._
FinRL (🥇30 · ⭐ 13K) - FinRL: Financial Reinforcement Learning. MIT
- [GitHub](https://github.com/AI4Finance-Foundation/FinRL) (👨💻 130 · 🔀 2.9K · 📦 110 · 📋 760 - 35% open · ⏱️ 03.10.2025):
```
git clone https://github.com/AI4Finance-Foundation/FinRL
```
- [PyPi](https://pypi.org/project/finrl) (📥 2.8K / month · ⏱️ 08.01.2022):
```
pip install finrl
```
ViZDoom (🥇29 · ⭐ 1.9K) - Reinforcement Learning environments based on the 1993 game Doom. MIT
- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨💻 57 · 🔀 400 · 📥 12K · 📦 340 · 📋 470 - 6% open · ⏱️ 26.10.2025):
```
git clone https://github.com/mwydmuch/ViZDoom
```
- [PyPi](https://pypi.org/project/vizdoom) (📥 6.9K / month · 📦 20 · ⏱️ 22.10.2025):
```
pip install vizdoom
```
Dopamine (🥈27 · ⭐ 11K · 💤) - Dopamine is a research framework for fast prototyping of.. Apache-2 
- [GitHub](https://github.com/google/dopamine) (👨💻 15 · 🔀 1.4K · 📦 21 · 📋 200 - 55% open · ⏱️ 04.11.2024):
```
git clone https://github.com/google/dopamine
```
- [PyPi](https://pypi.org/project/dopamine-rl) (📥 68K / month · 📦 10 · ⏱️ 31.10.2024):
```
pip install dopamine-rl
```
Acme (🥈27 · ⭐ 3.8K) - A library of reinforcement learning components and agents. Apache-2 
- [GitHub](https://github.com/google-deepmind/acme) (👨💻 90 · 🔀 500 · 📦 250 · 📋 270 - 24% open · ⏱️ 26.09.2025):
```
git clone https://github.com/deepmind/acme
```
- [PyPi](https://pypi.org/project/dm-acme) (📥 6.4K / month · 📦 3 · ⏱️ 10.02.2022):
```
pip install dm-acme
```
- [Conda](https://anaconda.org/conda-forge/dm-acme) (📥 14K · ⏱️ 22.04.2025):
```
conda install -c conda-forge dm-acme
```
TF-Agents (🥈27 · ⭐ 3K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 
- [GitHub](https://github.com/tensorflow/agents) (👨💻 150 · 🔀 740 · 📋 680 - 30% open · ⏱️ 16.06.2025):
```
git clone https://github.com/tensorflow/agents
```
- [PyPi](https://pypi.org/project/tf-agents) (📥 45K / month · 📦 14 · ⏱️ 14.12.2023):
```
pip install tf-agents
```
RLax (🥉26 · ⭐ 1.4K) - A library of reinforcement learning building blocks in JAX. Apache-2 
- [GitHub](https://github.com/google-deepmind/rlax) (👨💻 23 · 🔀 95 · 📦 370 · 📋 28 - 32% open · ⏱️ 26.09.2025):
```
git clone https://github.com/deepmind/rlax
```
- [PyPi](https://pypi.org/project/rlax) (📥 48K / month · 📦 22 · ⏱️ 01.09.2025):
```
pip install rlax
```
PARL (🥉24 · ⭐ 3.4K) - A high-performance distributed training framework for Reinforcement.. Apache-2 
- [GitHub](https://github.com/PaddlePaddle/PARL) (👨💻 46 · 🔀 820 · 📦 140 · 📋 540 - 23% open · ⏱️ 13.09.2025):
```
git clone https://github.com/PaddlePaddle/PARL
```
- [PyPi](https://pypi.org/project/parl) (📥 770 / month · 📦 1 · ⏱️ 13.05.2022):
```
pip install parl
```
ReAgent (🥉22 · ⭐ 3.7K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 
- [GitHub](https://github.com/facebookresearch/ReAgent) (👨💻 170 · 🔀 520 · 📋 160 - 53% open · ⏱️ 17.10.2025):
```
git clone https://github.com/facebookresearch/ReAgent
```
- [PyPi](https://pypi.org/project/reagent) (📥 50 / month · ⏱️ 27.05.2020):
```
pip install reagent
```
Show 15 hidden projects...
- OpenAI Gym (🥇40 · ⭐ 37K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT
- baselines (🥇29 · ⭐ 17K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT
- keras-rl (🥈28 · ⭐ 5.6K · 💀) - Deep Reinforcement Learning for Keras. MIT 
- TensorLayer (🥈27 · ⭐ 7.4K · 💀) - Deep Learning and Reinforcement Learning Library for.. Apache-2 
- TensorForce (🥈27 · ⭐ 3.3K · 💀) - Tensorforce: a TensorFlow library for applied.. Apache-2 
- garage (🥉26 · ⭐ 2K · 💀) - A toolkit for reproducible reinforcement learning research. MIT 
- ChainerRL (🥉25 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT
- Stable Baselines (🥉24 · ⭐ 4.3K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT
- PFRL (🥉23 · ⭐ 1.2K · 💀) - PFRL: a PyTorch-based deep reinforcement learning library. MIT
- TRFL (🥉22 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 
- Coach (🥉20 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2
- SerpentAI (🥉19 · ⭐ 6.9K · 💀) - Game Agent Framework. Helping you create AIs / Bots that learn to.. MIT
- DeepMind Lab (🥉17 · ⭐ 7.3K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed
- Maze (🥉12 · ⭐ 280 · 💀) - Maze Applied Reinforcement Learning Framework. ❗️Custom 
- rliable (🥉11 · ⭐ 850 · 💀) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on.. Apache-2
## Recommender Systems
_Libraries for building and evaluating recommendation systems._
Recommenders (🥇33 · ⭐ 21K) - Best Practices on Recommendation Systems. MIT
- [GitHub](https://github.com/recommenders-team/recommenders) (👨💻 140 · 🔀 3.2K · 📥 790 · 📦 180 · 📋 890 - 18% open · ⏱️ 13.10.2025):
```
git clone https://github.com/microsoft/recommenders
```
- [PyPi](https://pypi.org/project/recommenders) (📥 15K / month · 📦 4 · ⏱️ 24.12.2024):
```
pip install recommenders
```
torchrec (🥇32 · ⭐ 2.4K) - Pytorch domain library for recommendation systems. BSD-3
- [GitHub](https://github.com/meta-pytorch/torchrec) (👨💻 400 · 🔀 560 · 📦 240 · 📋 320 - 49% open · ⏱️ 30.10.2025):
```
git clone https://github.com/pytorch/torchrec
```
- [PyPi](https://pypi.org/project/torchrec-nightly-cpu) (📥 160 / month · ⏱️ 12.05.2022):
```
pip install torchrec-nightly-cpu
```
Cornac (🥈28 · ⭐ 1K) - A Comparative Framework for Multimodal Recommender Systems. Apache-2
- [GitHub](https://github.com/PreferredAI/cornac) (👨💻 24 · 🔀 160 · 📦 300 · 📋 170 - 17% open · ⏱️ 04.10.2025):
```
git clone https://github.com/PreferredAI/cornac
```
- [PyPi](https://pypi.org/project/cornac) (📥 44K / month · 📦 18 · ⏱️ 04.10.2025):
```
pip install cornac
```
- [Conda](https://anaconda.org/conda-forge/cornac) (📥 920K · ⏱️ 05.10.2025):
```
conda install -c conda-forge cornac
```
lkpy (🥈28 · ⭐ 300) - Python recommendation toolkit. MIT
- [GitHub](https://github.com/lenskit/lkpy) (👨💻 41 · 🔀 72 · 📦 140 · 📋 290 - 33% open · ⏱️ 29.10.2025):
```
git clone https://github.com/lenskit/lkpy
```
- [PyPi](https://pypi.org/project/lenskit) (📥 6.6K / month · 📦 13 · ⏱️ 22.10.2025):
```
pip install lenskit
```
- [Conda](https://anaconda.org/conda-forge/lenskit) (📥 52K · ⏱️ 23.10.2025):
```
conda install -c conda-forge lenskit
```
RecBole (🥉25 · ⭐ 4.1K · 💤) - A unified, comprehensive and efficient recommendation library. MIT 
- [GitHub](https://github.com/RUCAIBox/RecBole) (👨💻 79 · 🔀 690 · 📋 1.1K - 32% open · ⏱️ 24.02.2025):
```
git clone https://github.com/RUCAIBox/RecBole
```
- [PyPi](https://pypi.org/project/recbole) (📥 98K / month · 📦 2 · ⏱️ 24.02.2025):
```
pip install recbole
```
- [Conda](https://anaconda.org/aibox/recbole) (📥 9.3K · ⏱️ 25.03.2025):
```
conda install -c aibox recbole
```
TF Recommenders (🥉25 · ⭐ 2K) - TensorFlow Recommenders is a library for building.. Apache-2 
- [GitHub](https://github.com/tensorflow/recommenders) (👨💻 45 · 🔀 290 · 📋 450 - 59% open · ⏱️ 27.09.2025):
```
git clone https://github.com/tensorflow/recommenders
```
- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 220K / month · 📦 2 · ⏱️ 03.02.2023):
```
pip install tensorflow-recommenders
```
Show 11 hidden projects...
- implicit (🥈30 · ⭐ 3.7K · 💀) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT
- lightfm (🥈28 · ⭐ 5K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2
- scikit-surprise (🥈27 · ⭐ 6.7K · 💀) - A Python scikit for building and analyzing recommender.. BSD-3
- TF Ranking (🥉26 · ⭐ 2.8K · 💀) - Learning to Rank in TensorFlow. Apache-2 
- fastFM (🥉22 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. BSD-3
- tensorrec (🥉21 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 
- Spotlight (🥉18 · ⭐ 3K · 💀) - Deep recommender models using PyTorch. MIT 
- recmetrics (🥉18 · ⭐ 580 · 💀) - A library of metrics for evaluating recommender systems. MIT
- Case Recommender (🥉18 · ⭐ 500 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT 
- OpenRec (🥉16 · ⭐ 420 · 💀) - OpenRec is an open-source and modular library for neural network-.. Apache-2
- Collie (🥉10 · ⭐ 100 · 💀) - A library for preparing, training, and evaluating scalable deep.. BSD-3 
## Privacy Machine Learning
_Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy._
Opacus (🥇32 · ⭐ 1.9K) - Training PyTorch models with differential privacy. Apache-2 
- [GitHub](https://github.com/meta-pytorch/opacus) (👨💻 87 · 🔀 370 · 📥 150 · 📦 1.2K · 📋 340 - 19% open · ⏱️ 27.10.2025):
```
git clone https://github.com/pytorch/opacus
```
- [PyPi](https://pypi.org/project/opacus) (📥 92K / month · 📦 49 · ⏱️ 27.05.2025):
```
pip install opacus
```
- [Conda](https://anaconda.org/conda-forge/opacus) (📥 28K · ⏱️ 09.07.2025):
```
conda install -c conda-forge opacus
```
PySyft (🥈31 · ⭐ 9.8K) - Perform data science on data that remains in someone elses server. Apache-2 
- [GitHub](https://github.com/OpenMined/PySyft) (👨💻 520 · 🔀 2K · 📥 2.1K · 📦 1 · 📋 3.4K - 1% open · ⏱️ 13.04.2025):
```
git clone https://github.com/OpenMined/PySyft
```
- [PyPi](https://pypi.org/project/syft) (📥 32K / month · 📦 5 · ⏱️ 13.04.2025):
```
pip install syft
```
TensorFlow Privacy (🥈24 · ⭐ 2K) - Library for training machine learning models with.. Apache-2 
- [GitHub](https://github.com/tensorflow/privacy) (👨💻 60 · 🔀 460 · 📥 190 · 📋 210 - 55% open · ⏱️ 13.06.2025):
```
git clone https://github.com/tensorflow/privacy
```
- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 18K / month · 📦 21 · ⏱️ 14.02.2024):
```
pip install tensorflow-privacy
```
FATE (🥉23 · ⭐ 6K · 💤) - An Industrial Grade Federated Learning Framework. Apache-2
- [GitHub](https://github.com/FederatedAI/FATE) (👨💻 100 · 🔀 1.6K · 📦 1 · 📋 2.1K - 2% open · ⏱️ 19.11.2024):
```
git clone https://github.com/FederatedAI/FATE
```
- [PyPi](https://pypi.org/project/ETAF) (⏱️ 06.05.2020):
```
pip install ETAF
```
CrypTen (🥉21 · ⭐ 1.6K · 💤) - A framework for Privacy Preserving Machine Learning. MIT 
- [GitHub](https://github.com/facebookresearch/CrypTen) (👨💻 40 · 🔀 290 · 📋 280 - 28% open · ⏱️ 23.11.2024):
```
git clone https://github.com/facebookresearch/CrypTen
```
- [PyPi](https://pypi.org/project/crypten) (📥 600 / month · 📦 1 · ⏱️ 08.12.2022):
```
pip install crypten
```
Show 2 hidden projects...
- TFEncrypted (🥈24 · ⭐ 1.2K · 💀) - A Framework for Encrypted Machine Learning in.. Apache-2 
- PipelineDP (🥉19 · ⭐ 280) - PipelineDP is a Python framework for applying differentially.. Apache-2
## Workflow & Experiment Tracking
_Libraries to organize, track, and visualize machine learning experiments._
mlflow (🥇47 · ⭐ 23K) - The open source developer platform to build AI/LLM applications and.. Apache-2
- [GitHub](https://github.com/mlflow/mlflow) (👨💻 910 · 🔀 4.9K · 📦 66K · 📋 5.2K - 39% open · ⏱️ 30.10.2025):
```
git clone https://github.com/mlflow/mlflow
```
- [PyPi](https://pypi.org/project/mlflow) (📥 26M / month · 📦 1.3K · ⏱️ 22.10.2025):
```
pip install mlflow
```
- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 3.7M · ⏱️ 24.10.2025):
```
conda install -c conda-forge mlflow
```
wandb client (🥇44 · ⭐ 10K) - The AI developer platform. Use Weights & Biases to train and fine-.. MIT
- [GitHub](https://github.com/wandb/wandb) (👨💻 220 · 🔀 790 · 📥 1.2K · 📦 84K · 📋 3.7K - 18% open · ⏱️ 30.10.2025):
```
git clone https://github.com/wandb/client
```
- [PyPi](https://pypi.org/project/wandb) (📥 20M / month · 📦 2.3K · ⏱️ 28.10.2025):
```
pip install wandb
```
- [Conda](https://anaconda.org/conda-forge/wandb) (📥 1.2M · ⏱️ 30.10.2025):
```
conda install -c conda-forge wandb
```
DVC (🥇42 · ⭐ 15K) - Data Versioning and ML Experiments. Apache-2
- [GitHub](https://github.com/iterative/dvc) (👨💻 320 · 🔀 1.2K · 📦 24K · 📋 4.9K - 4% open · ⏱️ 28.10.2025):
```
git clone https://github.com/iterative/dvc
```
- [PyPi](https://pypi.org/project/dvc) (📥 1.5M / month · 📦 140 · ⏱️ 02.09.2025):
```
pip install dvc
```
- [Conda](https://anaconda.org/conda-forge/dvc) (📥 3.1M · ⏱️ 02.09.2025):
```
conda install -c conda-forge dvc
```
Tensorboard (🥇41 · ⭐ 7K) - TensorFlows Visualization Toolkit. Apache-2 
- [GitHub](https://github.com/tensorflow/tensorboard) (👨💻 330 · 🔀 1.7K · 📦 330K · 📋 2K - 36% open · ⏱️ 12.08.2025):
```
git clone https://github.com/tensorflow/tensorboard
```
- [PyPi](https://pypi.org/project/tensorboard) (📥 31M / month · 📦 2.8K · ⏱️ 17.07.2025):
```
pip install tensorboard
```
- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 6M · ⏱️ 18.07.2025):
```
conda install -c conda-forge tensorboard
```
SageMaker SDK (🥇41 · ⭐ 2.2K) - A library for training and deploying machine learning.. Apache-2 

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


- SKLL (🥉22 · ⭐ 560 · 💤) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed 
- TensorBoard Logger (🥉21 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT
- Studio.ml (🥉21 · ⭐ 380 · 💀) - Studio: Simplify and expedite model building process. Apache-2
- lore (🥉20 · ⭐ 1.5K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT
- chitra (🥉17 · ⭐ 230) - A multi-functional library for full-stack Deep Learning. Simplifies.. Apache-2
- steppy (🥉17 · ⭐ 140 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT
- MXBoard (🥉16 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 
- caliban (🥉15 · ⭐ 500 · 💀) - Research workflows made easy, locally and in the Cloud. Apache-2
- ModelChimp (🥉12 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2
- traintool (🥉8 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2 


## Model Serialization & Deployment
_Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment._
triton (🥇45 · ⭐ 17K) - Development repository for the Triton language and compiler. MIT
- [GitHub](https://github.com/triton-lang/triton) (👨💻 480 · 🔀 2.3K · 📥 1.4K · 📦 74K · 📋 2K - 41% open · ⏱️ 29.10.2025):
```
git clone https://github.com/openai/triton
```
- [PyPi](https://pypi.org/project/triton) (📥 41M / month · 📦 540 · ⏱️ 13.10.2025):
```
pip install triton
```
onnx (🥇43 · ⭐ 20K) - Open standard for machine learning interoperability. Apache-2
- [GitHub](https://github.com/onnx/onnx) (👨💻 360 · 🔀 3.8K · 📥 25K · 📦 49K · 📋 3.1K - 9% open · ⏱️ 29.10.2025):
```
git clone https://github.com/onnx/onnx
```
- [PyPi](https://pypi.org/project/onnx) (📥 13M / month · 📦 1.6K · ⏱️ 10.10.2025):
```
pip install onnx
```
- [Conda](https://anaconda.org/conda-forge/onnx) (📥 2.1M · ⏱️ 11.10.2025):
```
conda install -c conda-forge onnx
```
huggingface_hub (🥈40 · ⭐ 3K) - The official Python client for the Hugging Face Hub. Apache-2
- [GitHub](https://github.com/huggingface/huggingface_hub) (👨💻 280 · 🔀 830 · 📋 1.3K - 11% open · ⏱️ 30.10.2025):
```
git clone https://github.com/huggingface/huggingface_hub
```
- [PyPi](https://pypi.org/project/huggingface_hub) (📥 120M / month · 📦 4.1K · ⏱️ 28.10.2025):
```
pip install huggingface_hub
```
- [Conda](https://anaconda.org/conda-forge/huggingface_hub) (📥 4.2M · ⏱️ 28.10.2025):
```
conda install -c conda-forge huggingface_hub
```
BentoML (🥈36 · ⭐ 8.2K) - The easiest way to serve AI apps and models - Build Model Inference.. Apache-2
- [GitHub](https://github.com/bentoml/BentoML) (👨💻 260 · 🔀 880 · 📥 95 · 📦 2.8K · 📋 1.1K - 11% open · ⏱️ 29.10.2025):
```
git clone https://github.com/bentoml/BentoML
```
- [PyPi](https://pypi.org/project/bentoml) (📥 180K / month · 📦 44 · ⏱️ 29.10.2025):
```
pip install bentoml
```
Core ML Tools (🥈35 · ⭐ 5K) - Core ML tools contain supporting tools for Core ML model.. BSD-3
- [GitHub](https://github.com/apple/coremltools) (👨💻 200 · 🔀 710 · 📥 15K · 📦 5.1K · 📋 1.6K - 26% open · ⏱️ 22.09.2025):
```
git clone https://github.com/apple/coremltools
```
- [PyPi](https://pypi.org/project/coremltools) (📥 1.1M / month · 📦 110 · ⏱️ 28.07.2025):
```
pip install coremltools
```
- [Conda](https://anaconda.org/conda-forge/coremltools) (📥 110K · ⏱️ 02.10.2025):
```
conda install -c conda-forge coremltools
```
TorchServe (🥈33 · ⭐ 4.4K · 💤) - Serve, optimize and scale PyTorch models in production. Apache-2 
- [GitHub](https://github.com/pytorch/serve) (👨💻 220 · 🔀 890 · 📥 8K · 📦 900 · 📋 1.7K - 25% open · ⏱️ 17.03.2025):
```
git clone https://github.com/pytorch/serve
```
- [PyPi](https://pypi.org/project/torchserve) (📥 97K / month · 📦 26 · ⏱️ 30.09.2024):
```
pip install torchserve
```
- [Conda](https://anaconda.org/pytorch/torchserve) (📥 570K · ⏱️ 25.03.2025):
```
conda install -c pytorch torchserve
```
- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.5M · ⭐ 32 · ⏱️ 30.09.2024):
```
docker pull pytorch/torchserve
```
hls4ml (🥈28 · ⭐ 1.7K) - Machine learning on FPGAs using HLS. Apache-2 

- [GitHub](https://github.com/fastmachinelearning/hls4ml) (👨💻 82 · 🔀 440 · 📦 51 · 📋 480 - 41% open · ⏱️ 20.10.2025):
```
git clone https://github.com/fastmachinelearning/hls4ml
```
- [PyPi](https://pypi.org/project/hls4ml) (📥 1.7K / month · 📦 1 · ⏱️ 17.03.2025):
```
pip install hls4ml
```
- [Conda](https://anaconda.org/conda-forge/hls4ml) (📥 12K · ⏱️ 22.04.2025):
```
conda install -c conda-forge hls4ml
```
mmdnn (🥈25 · ⭐ 5.8K) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT
- [GitHub](https://github.com/microsoft/MMdnn) (👨💻 86 · 🔀 960 · 📥 4K · 📦 160 · 📋 630 - 53% open · ⏱️ 07.08.2025):
```
git clone https://github.com/Microsoft/MMdnn
```
- [PyPi](https://pypi.org/project/mmdnn) (📥 320 / month · ⏱️ 24.07.2020):
```
pip install mmdnn
```
Hummingbird (🥉24 · ⭐ 3.5K) - Hummingbird compiles trained ML models into tensor computation for.. MIT
- [GitHub](https://github.com/microsoft/hummingbird) (👨💻 40 · 🔀 290 · 📥 930 · 📋 330 - 21% open · ⏱️ 17.07.2025):
```
git clone https://github.com/microsoft/hummingbird
```
- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 7.6K / month · 📦 7 · ⏱️ 25.10.2024):
```
pip install hummingbird-ml
```
- [Conda](https://anaconda.org/conda-forge/hummingbird-ml) (📥 64K · ⏱️ 22.04.2025):
```
conda install -c conda-forge hummingbird-ml
```
tfdeploy (🥉15 · ⭐ 360 · 💤) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 
- [GitHub](https://github.com/riga/tfdeploy) (👨💻 4 · 🔀 38 · 📋 34 - 32% open · ⏱️ 04.01.2025):
```
git clone https://github.com/riga/tfdeploy
```
- [PyPi](https://pypi.org/project/tfdeploy) (📥 100 / month · ⏱️ 30.03.2017):
```
pip install tfdeploy
```
Show 10 hidden projects...
- m2cgen (🥈25 · ⭐ 2.9K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT
- sklearn-porter (🥉23 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 
- cortex (🥉22 · ⭐ 8K · 💀) - Production infrastructure for machine learning at scale. Apache-2
- nebullvm (🥉21 · ⭐ 8.4K · 💀) - A collection of libraries to optimise AI model performances. Apache-2
- Larq Compute Engine (🥉20 · ⭐ 250) - Highly optimized inference engine for Binarized.. Apache-2
- pytorch2keras (🥉19 · ⭐ 860 · 💀) - PyTorch to Keras model convertor. MIT
- OMLT (🥉19 · ⭐ 340) - Represent trained machine learning models as Pyomo optimization.. ❗Unlicensed
- modelkit (🥉17 · ⭐ 150 · 💀) - Toolkit for developing and maintaining ML models. MIT
- backprop (🥉14 · ⭐ 240 · 💀) - Backprop makes it simple to use, finetune, and deploy state-of-.. Apache-2
- ml-ane-transformers (🥉13 · ⭐ 2.7K · 💀) - Reference implementation of the Transformer.. ❗Unlicensed 
## Model Interpretability
_Libraries to visualize, explain, debug, evaluate, and interpret machine learning models._
shap (🥇42 · ⭐ 25K) - A game theoretic approach to explain the output of any machine learning model. MIT
- [GitHub](https://github.com/shap/shap) (👨💻 280 · 🔀 3.4K · 📦 36K · 📋 2.7K - 23% open · ⏱️ 30.10.2025):
```
git clone https://github.com/slundberg/shap
```
- [PyPi](https://pypi.org/project/shap) (📥 9.5M / month · 📦 1.2K · ⏱️ 14.10.2025):
```
pip install shap
```
- [Conda](https://anaconda.org/conda-forge/shap) (📥 7.5M · ⏱️ 17.06.2025):
```
conda install -c conda-forge shap
```
arviz (🥇37 · ⭐ 1.7K) - Exploratory analysis of Bayesian models with Python. Apache-2
- [GitHub](https://github.com/arviz-devs/arviz) (👨💻 180 · 🔀 460 · 📥 190 · 📦 11K · 📋 900 - 19% open · ⏱️ 22.10.2025):
```
git clone https://github.com/arviz-devs/arviz
```
- [PyPi](https://pypi.org/project/arviz) (📥 3.7M / month · 📦 410 · ⏱️ 09.07.2025):
```
pip install arviz
```
- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.5M · ⏱️ 10.07.2025):
```
conda install -c conda-forge arviz
```
Netron (🥇36 · ⭐ 32K) - Visualizer for neural network, deep learning and machine learning.. MIT 

- [GitHub](https://github.com/lutzroeder/netron) (👨💻 2 · 🔀 3K · 📥 160K · 📦 13 · 📋 1.2K - 1% open · ⏱️ 29.10.2025):
```
git clone https://github.com/lutzroeder/netron
```
- [PyPi](https://pypi.org/project/netron) (📥 43K / month · 📦 92 · ⏱️ 23.10.2025):
```
pip install netron
```
evaluate (🥇34 · ⭐ 2.4K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2
- [GitHub](https://github.com/huggingface/evaluate) (👨💻 130 · 🔀 290 · 📦 24K · 📋 390 - 62% open · ⏱️ 25.09.2025):
```
git clone https://github.com/huggingface/evaluate
```
- [PyPi](https://pypi.org/project/evaluate) (📥 3.6M / month · 📦 660 · ⏱️ 18.09.2025):
```
pip install evaluate
```
InterpretML (🥇33 · ⭐ 6.7K) - Fit interpretable models. Explain blackbox machine learning. MIT 
- [GitHub](https://github.com/interpretml/interpret) (👨💻 53 · 🔀 770 · 📦 930 · 📋 490 - 22% open · ⏱️ 24.10.2025):
```
git clone https://github.com/interpretml/interpret
```
- [PyPi](https://pypi.org/project/interpret) (📥 230K / month · 📦 58 · ⏱️ 14.10.2025):
```
pip install interpret
```
Captum (🥇33 · ⭐ 5.4K) - Model interpretability and understanding for PyTorch. BSD-3 
- [GitHub](https://github.com/meta-pytorch/captum) (👨💻 140 · 🔀 540 · 📦 3.5K · 📋 610 - 41% open · ⏱️ 23.10.2025):
```
git clone https://github.com/pytorch/captum
```
- [PyPi](https://pypi.org/project/captum) (📥 330K / month · 📦 170 · ⏱️ 27.03.2025):
```
pip install captum
```
- [Conda](https://anaconda.org/conda-forge/captum) (📥 130K · ⏱️ 22.04.2025):
```
conda install -c conda-forge captum
```
DoWhy (🥈30 · ⭐ 7.8K) - DoWhy is a Python library for causal inference that supports explicit.. MIT
- [GitHub](https://github.com/py-why/dowhy) (👨💻 100 · 🔀 980 · 📥 43 · 📦 660 · 📋 510 - 27% open · ⏱️ 28.10.2025):
```
git clone https://github.com/py-why/dowhy
```
- [PyPi](https://pypi.org/project/dowhy) (📥 83K / month · 📦 28 · ⏱️ 12.07.2025):
```
pip install dowhy
```
- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 51K · ⏱️ 13.07.2025):
```
conda install -c conda-forge dowhy
```
shapash (🥈30 · ⭐ 3K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2 
- [GitHub](https://github.com/MAIF/shapash) (👨💻 43 · 🔀 350 · 📦 200 · 📋 240 - 16% open · ⏱️ 03.10.2025):
```
git clone https://github.com/MAIF/shapash
```
- [PyPi](https://pypi.org/project/shapash) (📥 7.5K / month · 📦 4 · ⏱️ 24.07.2025):
```
pip install shapash
```
explainerdashboard (🥈30 · ⭐ 2.5K) - Quickly build Explainable AI dashboards that show the inner.. MIT
- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨💻 23 · 🔀 340 · 📦 650 · 📋 240 - 16% open · ⏱️ 01.08.2025):
```
git clone https://github.com/oegedijk/explainerdashboard
```
- [PyPi](https://pypi.org/project/explainerdashboard) (📥 42K / month · 📦 15 · ⏱️ 03.06.2025):
```
pip install explainerdashboard
```
- [Conda](https://anaconda.org/conda-forge/explainerdashboard) (📥 75K · ⏱️ 04.06.2025):
```
conda install -c conda-forge explainerdashboard
```
fairlearn (🥈30 · ⭐ 2.1K) - A Python package to assess and improve fairness of machine.. MIT 
- [GitHub](https://github.com/fairlearn/fairlearn) (👨💻 100 · 🔀 470 · 📦 3 · 📋 520 - 24% open · ⏱️ 27.10.2025):
```
git clone https://github.com/fairlearn/fairlearn
```
- [PyPi](https://pypi.org/project/fairlearn) (📥 160K / month · 📦 80 · ⏱️ 19.10.2025):
```
pip install fairlearn
```
- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 55K · ⏱️ 22.04.2025):
```
conda install -c conda-forge fairlearn
```
dtreeviz (🥈28 · ⭐ 3.1K · 💤) - A python library for decision tree visualization and model.. MIT
- [GitHub](https://github.com/parrt/dtreeviz) (👨💻 27 · 🔀 340 · 📦 1.6K · 📋 210 - 35% open · ⏱️ 06.03.2025):
```
git clone https://github.com/parrt/dtreeviz
```
- [PyPi](https://pypi.org/project/dtreeviz) (📥 110K / month · 📦 53 · ⏱️ 07.07.2022):
```
pip install dtreeviz
```
- [Conda](https://anaconda.org/conda-forge/dtreeviz) (📥 120K · ⏱️ 22.04.2025):
```
conda install -c conda-forge dtreeviz
```
Model Analysis (🥈27 · ⭐ 1.3K) - Model analysis tools for TensorFlow. Apache-2 

- [GitHub](https://github.com/tensorflow/model-analysis) (👨💻 61 · 🔀 280 · 📋 97 - 39% open · ⏱️ 06.08.2025):
```
git clone https://github.com/tensorflow/model-analysis
```
- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 200K / month · 📦 20 · ⏱️ 23.06.2025):
```
pip install tensorflow-model-analysis
```
Fairness 360 (🥈26 · ⭐ 2.7K) - A comprehensive set of fairness metrics for datasets and.. Apache-2
- [GitHub](https://github.com/Trusted-AI/AIF360) (👨💻 73 · 🔀 870 · 📦 740 · 📋 300 - 65% open · ⏱️ 16.10.2025):
```
git clone https://github.com/Trusted-AI/AIF360
```
- [PyPi](https://pypi.org/project/aif360) (📥 29K / month · 📦 32 · ⏱️ 08.04.2024):
```
pip install aif360
```
- [Conda](https://anaconda.org/conda-forge/aif360) (📥 29K · ⏱️ 22.04.2025):
```
conda install -c conda-forge aif360
```
imodels (🥈26 · ⭐ 1.5K) - Interpretable ML package for concise, transparent, and accurate.. MIT
- [GitHub](https://github.com/csinva/imodels) (👨💻 27 · 🔀 130 · 📦 130 · 📋 98 - 38% open · ⏱️ 26.08.2025):
```
git clone https://github.com/csinva/imodels
```
- [PyPi](https://pypi.org/project/imodels) (📥 30K / month · 📦 12 · ⏱️ 26.08.2025):
```
pip install imodels
```
LIT (🥉25 · ⭐ 3.6K · 💤) - The Learning Interpretability Tool: Interactively analyze ML models.. Apache-2
- [GitHub](https://github.com/PAIR-code/lit) (👨💻 38 · 🔀 360 · 📋 210 - 57% open · ⏱️ 20.12.2024):
```
git clone https://github.com/PAIR-code/lit
```
- [PyPi](https://pypi.org/project/lit-nlp) (📥 11K / month · 📦 3 · ⏱️ 20.12.2024):
```
pip install lit-nlp
```
- [Conda](https://anaconda.org/conda-forge/lit-nlp) (📥 130K · ⏱️ 22.04.2025):
```
conda install -c conda-forge lit-nlp
```
responsible-ai-widgets (🥉25 · ⭐ 1.6K · 💤) - Responsible AI Toolbox is a suite of tools providing.. MIT 


- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (👨💻 43 · 🔀 430 · 📋 330 - 28% open · ⏱️ 07.02.2025):
```
git clone https://github.com/microsoft/responsible-ai-toolbox
```
- [PyPi](https://pypi.org/project/raiwidgets) (📥 10K / month · 📦 6 · ⏱️ 08.07.2024):
```
pip install raiwidgets
```
aequitas (🥉25 · ⭐ 730 · 💤) - Bias Auditing & Fair ML Toolkit. MIT
- [GitHub](https://github.com/dssg/aequitas) (👨💻 23 · 🔀 120 · 📦 200 · 📋 99 - 51% open · ⏱️ 25.03.2025):
```
git clone https://github.com/dssg/aequitas
```
- [PyPi](https://pypi.org/project/aequitas) (📥 19K / month · 📦 8 · ⏱️ 30.01.2024):
```
pip install aequitas
```
Explainability 360 (🥉24 · ⭐ 1.7K · 💤) - Interpretability and explainability of data and.. Apache-2
- [GitHub](https://github.com/Trusted-AI/AIX360) (👨💻 41 · 🔀 310 · 📦 170 · 📋 86 - 62% open · ⏱️ 26.02.2025):
```
git clone https://github.com/Trusted-AI/AIX360
```
- [PyPi](https://pypi.org/project/aix360) (📥 1.8K / month · 📦 1 · ⏱️ 31.07.2023):
```
pip install aix360
```
keract (🥉24 · ⭐ 1.1K) - Layers Outputs and Gradients in Keras. Made easy. MIT 
- [GitHub](https://github.com/philipperemy/keract) (👨💻 17 · 🔀 190 · 📦 260 · 📋 89 - 3% open · ⏱️ 07.04.2025):
```
git clone https://github.com/philipperemy/keract
```
- [PyPi](https://pypi.org/project/keract) (📥 8.8K / month · 📦 7 · ⏱️ 07.04.2025):
```
pip install keract
```
DiCE (🥉23 · ⭐ 1.5K) - Generate Diverse Counterfactual Explanations for any machine.. MIT 

- [GitHub](https://github.com/interpretml/DiCE) (👨💻 23 · 🔀 210 · 📋 190 - 49% open · ⏱️ 13.07.2025):
```
git clone https://github.com/interpretml/DiCE
```
- [PyPi](https://pypi.org/project/dice-ml) (📥 48K / month · 📦 13 · ⏱️ 13.07.2025):
```
pip install dice-ml
```
LOFO (🥉19 · ⭐ 840 · 💤) - Leave One Feature Out Importance. MIT
- [GitHub](https://github.com/aerdem4/lofo-importance) (👨💻 6 · 🔀 87 · 📦 42 · 📋 30 - 13% open · ⏱️ 14.02.2025):
```
git clone https://github.com/aerdem4/lofo-importance
```
- [PyPi](https://pypi.org/project/lofo-importance) (📥 1.5K / month · 📦 5 · ⏱️ 14.02.2025):
```
pip install lofo-importance
```
random-forest-importances (🥉19 · ⭐ 620 · 💤) - Code to compute permutation and drop-column.. MIT 
- [GitHub](https://github.com/parrt/random-forest-importances) (👨💻 16 · 🔀 130 · 📋 39 - 20% open · ⏱️ 24.03.2025):
```
git clone https://github.com/parrt/random-forest-importances
```
- [PyPi](https://pypi.org/project/rfpimp) (📥 16K / month · 📦 5 · ⏱️ 28.01.2021):
```
pip install rfpimp
```
fairness-indicators (🥉18 · ⭐ 360) - Tensorflows Fairness Evaluation and Visualization.. Apache-2 

- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨💻 39 · 🔀 86 · 📋 45 - 77% open · ⏱️ 04.08.2025):
```
git clone https://github.com/tensorflow/fairness-indicators
```
- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.1K / month · ⏱️ 25.06.2025):
```
pip install fairness-indicators
```
Show 32 hidden projects...
- Lime (🥈32 · ⭐ 12K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2
- pyLDAvis (🥈29 · ⭐ 1.8K · 💀) - Python library for interactive topic model visualization... BSD-3 
- yellowbrick (🥈27 · ⭐ 4.4K · 💀) - Visual analysis and diagnostic tools to facilitate.. Apache-2 
- Deep Checks (🥈27 · ⭐ 3.9K) - Deepchecks: Tests for Continuous Validation of ML Models &.. ❗️AGPL-3.0
- Alibi (🥈27 · ⭐ 2.6K) - Algorithms for explaining machine learning models. ❗️Intel
- scikit-plot (🥈27 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT 
- DALEX (🥈27 · ⭐ 1.4K) - moDel Agnostic Language for Exploration and eXplanation (JMLR 2018;.. ❗️GPL-3.0
- eli5 (🥈26 · ⭐ 2.8K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT
- iNNvestigate (🥈26 · ⭐ 1.3K · 💀) - A toolbox to iNNvestigate neural networks predictions!. BSD-2 
- Lucid (🥉25 · ⭐ 4.7K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 
- keras-vis (🥉25 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT 
- CausalNex (🥉24 · ⭐ 2.4K · 💀) - A Python library that helps data scientists to infer.. Apache-2 

- checklist (🥉24 · ⭐ 2K · 💀) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT 
- What-If Tool (🥉23 · ⭐ 980 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2
- tf-explain (🥉22 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT 
- deeplift (🥉22 · ⭐ 870 · 💀) - Public facing deeplift repo. MIT
- TreeInterpreter (🥉22 · ⭐ 760 · 💀) - Package for interpreting scikit-learns decision tree.. BSD-3 
- Quantus (🥉22 · ⭐ 630) - Quantus is an eXplainable AI toolkit for responsible evaluation of.. ❗️GPL-3.0
- XAI (🥉21 · ⭐ 1.2K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT
- tcav (🥉20 · ⭐ 640 · 💀) - Code for the TCAV ML interpretability project. Apache-2 
- ecco (🥉19 · ⭐ 2.1K · 💀) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3 
- sklearn-evaluation (🥉17 · ⭐ 460 · 💀) - Machine learning model evaluation made easy: plots,.. MIT 
- model-card-toolkit (🥉17 · ⭐ 440 · 💀) - A toolkit that streamlines and automates the.. Apache-2
- Anchor (🥉16 · ⭐ 810 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2
- FlashTorch (🥉15 · ⭐ 740 · 💀) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT 
- ExplainX.ai (🥉15 · ⭐ 440 · 💀) - Explainable AI framework for data scientists. Explain & debug any.. MIT
- effector (🥉15 · ⭐ 120) - Effector - a Python package for global and regional effect methods. MIT
- Skater (🥉14 · ⭐ 1.1K) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0
- interpret-text (🥉14 · ⭐ 430 · 💀) - A library that incorporates state-of-the-art explainers.. MIT 
- bias-detector (🥉13 · ⭐ 45 · 💀) - Bias Detector is a python package for detecting bias in machine.. MIT
- Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT 

- contextual-ai (🥉12 · ⭐ 87 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2
## Vector Similarity Search (ANN)
_Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search._
🔗 ANN Benchmarks ( ⭐ 5.5K) - Benchmarks of approximate nearest neighbor libraries in Python.
Milvus (🥇43 · ⭐ 38K) - Milvus is a high-performance, cloud-native vector database built for.. Apache-2
- [GitHub](https://github.com/milvus-io/milvus) (👨💻 330 · 🔀 3.5K · 📥 290K · 📋 15K - 5% open · ⏱️ 30.10.2025):
```
git clone https://github.com/milvus-io/milvus
```
- [PyPi](https://pypi.org/project/pymilvus) (📥 3.3M / month · 📦 350 · ⏱️ 19.09.2025):
```
pip install pymilvus
```
- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 72M · ⭐ 90 · ⏱️ 30.10.2025):
```
docker pull milvusdb/milvus
```
Faiss (🥇42 · ⭐ 38K · 📈) - A library for efficient similarity search and clustering of dense vectors. MIT
- [GitHub](https://github.com/facebookresearch/faiss) (👨💻 260 · 🔀 4K · 📦 5K · 📋 2.7K - 9% open · ⏱️ 30.10.2025):
```
git clone https://github.com/facebookresearch/faiss
```
- [PyPi](https://pypi.org/project/pymilvus) (📥 3.3M / month · 📦 350 · ⏱️ 19.09.2025):
```
pip install pymilvus
```
- [Conda](https://anaconda.org/conda-forge/faiss) (📥 3M · ⏱️ 22.04.2025):
```
conda install -c conda-forge faiss
```
Annoy (🥈35 · ⭐ 14K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. Apache-2
- [GitHub](https://github.com/spotify/annoy) (👨💻 90 · 🔀 1.2K · 📦 5.4K · 📋 420 - 16% open · ⏱️ 29.10.2025):
```
git clone https://github.com/spotify/annoy
```
- [PyPi](https://pypi.org/project/annoy) (📥 1M / month · 📦 200 · ⏱️ 14.06.2023):
```
pip install annoy
```
- [Conda](https://anaconda.org/conda-forge/python-annoy) (📥 800K · ⏱️ 01.09.2025):
```
conda install -c conda-forge python-annoy
```
USearch (🥈33 · ⭐ 3.2K) - Fast Open-Source Search & Clustering engine for Vectors & Arbitrary.. Apache-2
- [GitHub](https://github.com/unum-cloud/USearch) (👨💻 81 · 🔀 230 · 📥 110K · 📦 210 · 📋 250 - 32% open · ⏱️ 29.10.2025):
```
git clone https://github.com/unum-cloud/usearch
```
- [PyPi](https://pypi.org/project/usearch) (📥 140K / month · 📦 44 · ⏱️ 04.09.2025):
```
pip install usearch
```
- [npm](https://www.npmjs.com/package/usearch) (📥 18K / month · 📦 23 · ⏱️ 29.10.2025):
```
npm install usearch
```
- [Docker Hub](https://hub.docker.com/r/unum/usearch) (📥 480 · ⭐ 1 · ⏱️ 29.10.2025):
```
docker pull unum/usearch
```
NMSLIB (🥈32 · ⭐ 3.5K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2
- [GitHub](https://github.com/nmslib/nmslib) (👨💻 49 · 🔀 460 · 📦 1.4K · 📋 440 - 20% open · ⏱️ 22.10.2025):
```
git clone https://github.com/nmslib/nmslib
```
- [PyPi](https://pypi.org/project/nmslib) (📥 280K / month · 📦 67 · ⏱️ 23.10.2025):
```
pip install nmslib
```
- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 230K · ⏱️ 30.08.2025):
```
conda install -c conda-forge nmslib
```
PyNNDescent (🥉28 · ⭐ 950) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2
- [GitHub](https://github.com/lmcinnes/pynndescent) (👨💻 31 · 🔀 110 · 📦 13K · 📋 140 - 53% open · ⏱️ 17.10.2025):
```
git clone https://github.com/lmcinnes/pynndescent
```
- [PyPi](https://pypi.org/project/pynndescent) (📥 2.5M / month · 📦 160 · ⏱️ 17.06.2024):
```
pip install pynndescent
```
- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 2.5M · ⏱️ 22.04.2025):
```
conda install -c conda-forge pynndescent
```
NGT (🥉22 · ⭐ 1.3K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2
- [GitHub](https://github.com/yahoojapan/NGT) (👨💻 19 · 🔀 120 · 📋 150 - 18% open · ⏱️ 15.10.2025):
```
git clone https://github.com/yahoojapan/NGT
```
- [PyPi](https://pypi.org/project/ngt) (📥 1.8K / month · 📦 12 · ⏱️ 26.02.2025):
```
pip install ngt
```
Show 5 hidden projects...
- hnswlib (🥈32 · ⭐ 5K · 💀) - Header-only C++/python library for fast approximate nearest.. Apache-2
- NearPy (🥉22 · ⭐ 770 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT
- N2 (🥉22 · ⭐ 580 · 💀) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2
- Magnitude (🥉20 · ⭐ 1.7K · 💀) - A fast, efficient universal vector embedding utility package. MIT
- PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3
## Probabilistics & Statistics
_Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics._
PyMC3 (🥇40 · ⭐ 9.3K) - Bayesian Modeling and Probabilistic Programming in Python. Apache-2
- [GitHub](https://github.com/pymc-devs/pymc) (👨💻 530 · 🔀 2.1K · 📥 140 · 📦 7.7K · 📋 3.6K - 11% open · ⏱️ 28.10.2025):
```
git clone https://github.com/pymc-devs/pymc
```
- [PyPi](https://pypi.org/project/pymc3) (📥 330K / month · 📦 190 · ⏱️ 31.05.2024):
```
pip install pymc3
```
- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 860K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pymc3
```
tensorflow-probability (🥇35 · ⭐ 4.4K) - Probabilistic reasoning and statistical analysis in.. Apache-2 
- [GitHub](https://github.com/tensorflow/probability) (👨💻 500 · 🔀 1.1K · 📦 4 · 📋 1.5K - 48% open · ⏱️ 22.10.2025):
```
git clone https://github.com/tensorflow/probability
```
- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 880K / month · 📦 620 · ⏱️ 08.11.2024):
```
pip install tensorflow-probability
```
- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 200K · ⏱️ 22.04.2025):
```
conda install -c conda-forge tensorflow-probability
```
GPyTorch (🥇34 · ⭐ 3.8K) - A highly efficient implementation of Gaussian Processes in PyTorch. MIT 
- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨💻 140 · 🔀 580 · 📦 3.2K · 📋 1.4K - 28% open · ⏱️ 14.10.2025):
```
git clone https://github.com/cornellius-gp/gpytorch
```
- [PyPi](https://pypi.org/project/gpytorch) (📥 500K / month · 📦 250 · ⏱️ 14.10.2025):
```
pip install gpytorch
```
- [Conda](https://anaconda.org/conda-forge/gpytorch) (📥 230K · ⏱️ 18.10.2025):
```
conda install -c conda-forge gpytorch
```
pgmpy (🥇34 · ⭐ 3.1K) - Python library for causal inference and probabilistic modeling. MIT
- [GitHub](https://github.com/pgmpy/pgmpy) (👨💻 180 · 🔀 860 · 📥 680 · 📦 1.7K · 📋 1.1K - 27% open · ⏱️ 29.10.2025):
```
git clone https://github.com/pgmpy/pgmpy
```
- [PyPi](https://pypi.org/project/pgmpy) (📥 120K / month · 📦 72 · ⏱️ 31.03.2025):
```
pip install pgmpy
```
patsy (🥇34 · ⭐ 980) - Describing statistical models in Python using symbolic formulas. BSD-2
- [GitHub](https://github.com/pydata/patsy) (👨💻 23 · 🔀 100 · 📦 130K · 📋 160 - 46% open · ⏱️ 20.10.2025):
```
git clone https://github.com/pydata/patsy
```
- [PyPi](https://pypi.org/project/patsy) (📥 22M / month · 📦 680 · ⏱️ 20.10.2025):
```
pip install patsy
```
- [Conda](https://anaconda.org/conda-forge/patsy) (📥 19M · ⏱️ 20.10.2025):
```
conda install -c conda-forge patsy
```
Pyro (🥈32 · ⭐ 8.9K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 
- [GitHub](https://github.com/pyro-ppl/pyro) (👨💻 160 · 🔀 1K · 📋 1.1K - 24% open · ⏱️ 09.07.2025):
```
git clone https://github.com/pyro-ppl/pyro
```
- [PyPi](https://pypi.org/project/pyro-ppl) (📥 630K / month · 📦 190 · ⏱️ 02.06.2024):
```
pip install pyro-ppl
```
- [Conda](https://anaconda.org/conda-forge/pyro-ppl) (📥 280K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pyro-ppl
```
SALib (🥈31 · ⭐ 960) - Sensitivity Analysis Library in Python. Contains Sobol, Morris, FAST, and.. MIT
- [GitHub](https://github.com/SALib/SALib) (👨💻 54 · 🔀 250 · 📦 1.6K · 📋 350 - 18% open · ⏱️ 12.10.2025):
```
git clone https://github.com/SALib/SALib
```
- [PyPi](https://pypi.org/project/salib) (📥 250K / month · 📦 190 · ⏱️ 12.10.2025):
```
pip install salib
```
- [Conda](https://anaconda.org/conda-forge/salib) (📥 290K · ⏱️ 12.10.2025):
```
conda install -c conda-forge salib
```
hmmlearn (🥈30 · ⭐ 3.3K · 💤) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 
- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨💻 49 · 🔀 740 · 📦 3.7K · 📋 450 - 16% open · ⏱️ 31.10.2024):
```
git clone https://github.com/hmmlearn/hmmlearn
```
- [PyPi](https://pypi.org/project/hmmlearn) (📥 240K / month · 📦 92 · ⏱️ 31.10.2024):
```
pip install hmmlearn
```
- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 430K · ⏱️ 10.09.2025):
```
conda install -c conda-forge hmmlearn
```
emcee (🥈30 · ⭐ 1.5K) - The Python ensemble sampling toolkit for affine-invariant MCMC. MIT
- [GitHub](https://github.com/dfm/emcee) (👨💻 76 · 🔀 430 · 📦 3.2K · 📋 300 - 19% open · ⏱️ 14.10.2025):
```
git clone https://github.com/dfm/emcee
```
- [PyPi](https://pypi.org/project/emcee) (📥 170K / month · 📦 440 · ⏱️ 19.04.2024):
```
pip install emcee
```
- [Conda](https://anaconda.org/conda-forge/emcee) (📥 510K · ⏱️ 22.04.2025):
```
conda install -c conda-forge emcee
```
GPflow (🥉29 · ⭐ 1.9K) - Gaussian processes in TensorFlow. Apache-2 
- [GitHub](https://github.com/GPflow/GPflow) (👨💻 84 · 🔀 430 · 📦 790 · 📋 840 - 19% open · ⏱️ 29.05.2025):
```
git clone https://github.com/GPflow/GPflow
```
- [PyPi](https://pypi.org/project/gpflow) (📥 32K / month · 📦 43 · ⏱️ 29.05.2025):
```
pip install gpflow
```
- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 51K · ⏱️ 22.04.2025):
```
conda install -c conda-forge gpflow
```
bambi (🥉29 · ⭐ 1.2K) - BAyesian Model-Building Interface (Bambi) in Python. MIT
- [GitHub](https://github.com/bambinos/bambi) (👨💻 47 · 🔀 140 · 📦 220 · 📋 460 - 21% open · ⏱️ 24.10.2025):
```
git clone https://github.com/bambinos/bambi
```
- [PyPi](https://pypi.org/project/bambi) (📥 48K / month · 📦 19 · ⏱️ 24.10.2025):
```
pip install bambi
```
- [Conda](https://anaconda.org/conda-forge/bambi) (📥 56K · ⏱️ 27.10.2025):
```
conda install -c conda-forge bambi
```
pomegranate (🥉26 · ⭐ 3.5K · 💤) - Fast, flexible and easy to use probabilistic modelling in Python. MIT
- [GitHub](https://github.com/jmschrei/pomegranate) (👨💻 75 · 🔀 590 · 📋 800 - 4% open · ⏱️ 07.02.2025):
```
git clone https://github.com/jmschrei/pomegranate
```
- [PyPi](https://pypi.org/project/pomegranate) (📥 36K / month · 📦 67 · ⏱️ 07.02.2025):
```
pip install pomegranate
```
- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 230K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pomegranate
```
scikit-posthocs (🥉24 · ⭐ 380) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT 
- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨💻 18 · 🔀 41 · 📥 67 · 📦 1.2K · 📋 72 - 6% open · ⏱️ 11.09.2025):
```
git clone https://github.com/maximtrp/scikit-posthocs
```
- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 120K / month · 📦 73 · ⏱️ 29.03.2025):
```
pip install scikit-posthocs
```
- [Conda](https://anaconda.org/conda-forge/scikit-posthocs) (📥 1.1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge scikit-posthocs
```
pandas-ta (🥉23 · ⭐ 5.5K) - Technical Analysis Indicators - Pandas TA is an easy to use.. MIT 
- [GitHub](https://github.com/twopirllc/pandas-ta) (👨💻 40 · 🔀 1.1K):
```
git clone https://github.com/twopirllc/pandas-ta
```
- [PyPi](https://pypi.org/project/pandas-ta) (📥 290K / month · 📦 190 · ⏱️ 14.09.2025):
```
pip install pandas-ta
```
- [Conda](https://anaconda.org/conda-forge/pandas-ta) (📥 39K · ⏱️ 23.09.2025):
```
conda install -c conda-forge pandas-ta
```
Baal (🥉22 · ⭐ 910) - Bayesian active learning library for research and industrial usecases. Apache-2
- [GitHub](https://github.com/baal-org/baal) (👨💻 24 · 🔀 87 · 📦 67 · 📋 120 - 18% open · ⏱️ 07.10.2025):
```
git clone https://github.com/baal-org/baal
```
- [PyPi](https://pypi.org/project/baal) (📥 1.8K / month · 📦 2 · ⏱️ 24.06.2025):
```
pip install baal
```
- [Conda](https://anaconda.org/conda-forge/baal) (📥 15K · ⏱️ 22.04.2025):
```
conda install -c conda-forge baal
```
Orbit (🥉21 · ⭐ 2K) - A Python package for Bayesian forecasting with object-oriented design.. Apache-2
- [GitHub](https://github.com/uber/orbit) (👨💻 21 · 🔀 140 · 📋 410 - 13% open · ⏱️ 05.06.2025):
```
git clone https://github.com/uber/orbit
```
- [PyPi](https://pypi.org/project/orbit-ml) (📥 24K / month · 📦 1 · ⏱️ 01.04.2024):
```
pip install orbit-ml
```
pyhsmm (🥉21 · ⭐ 570 · 💤) - Bayesian inference in HSMMs and HMMs. MIT
- [GitHub](https://github.com/mattjj/pyhsmm) (👨💻 14 · 🔀 170 · 📦 35 · 📋 100 - 39% open · ⏱️ 25.01.2025):
```
git clone https://github.com/mattjj/pyhsmm
```
- [PyPi](https://pypi.org/project/pyhsmm) (📥 300 / month · 📦 1 · ⏱️ 10.05.2017):
```
pip install pyhsmm
```
TorchUncertainty (🥉20 · ⭐ 440 · 📉) - Open-source framework for uncertainty and deep.. Apache-2 
- [GitHub](https://github.com/ENSTA-U2IS-AI/torch-uncertainty) (👨💻 13 · 🔀 35 · 📋 67 - 23% open · ⏱️ 31.07.2025):
```
git clone https://github.com/ENSTA-U2IS-AI/torch-uncertainty
```
- [PyPi](https://pypi.org/project/torch-uncertainty) (📥 920 / month · 📦 4 · ⏱️ 31.07.2025):
```
pip install torch-uncertainty
```
Show 6 hidden projects...
- filterpy (🥈31 · ⭐ 3.7K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT
- pingouin (🥉29 · ⭐ 1.8K) - Statistical package in Python based on Pandas. ❗️GPL-3.0
- Edward (🥉27 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 
- PyStan (🥉27 · ⭐ 360 · 💀) - PyStan, a Python interface to Stan, a platform for statistical.. ISC
- Funsor (🥉21 · ⭐ 240 · 💀) - Functional tensors for probabilistic programming. Apache-2 
- ZhuSuan (🥉15 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT 
## Adversarial Robustness
_Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._
ART (🥇34 · ⭐ 5.6K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT
- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨💻 140 · 🔀 1.2K · 📦 770 · 📋 910 - 1% open · ⏱️ 17.10.2025):
```
git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
```
- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 29K / month · 📦 25 · ⏱️ 07.07.2025):
```
pip install adversarial-robustness-toolbox
```
- [Conda](https://anaconda.org/conda-forge/adversarial-robustness-toolbox) (📥 85K · ⏱️ 07.07.2025):
```
conda install -c conda-forge adversarial-robustness-toolbox
```
TextAttack (🥈28 · ⭐ 3.3K) - TextAttack is a Python framework for adversarial attacks, data.. MIT
- [GitHub](https://github.com/QData/TextAttack) (👨💻 67 · 🔀 420 · 📦 430 · 📋 290 - 23% open · ⏱️ 10.07.2025):
```
git clone https://github.com/QData/TextAttack
```
- [PyPi](https://pypi.org/project/textattack) (📥 9.1K / month · 📦 11 · ⏱️ 11.03.2024):
```
pip install textattack
```
- [Conda](https://anaconda.org/conda-forge/textattack) (📥 11K · ⏱️ 22.04.2025):
```
conda install -c conda-forge textattack
```
Show 7 hidden projects...
- CleverHans (🥈29 · ⭐ 6.4K · 💀) - An adversarial example library for constructing attacks,.. MIT 
- Foolbox (🥈28 · ⭐ 2.9K · 💀) - A Python toolbox to create adversarial examples that fool neural.. MIT
- advertorch (🥉24 · ⭐ 1.4K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 
- robustness (🥉20 · ⭐ 950 · 💀) - A library for experimenting with, training and evaluating neural.. MIT
- AdvBox (🥉19 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2
- textflint (🥉17 · ⭐ 650 · 💀) - Unified Multilingual Robustness Evaluation Toolkit for.. ❗️GPL-3.0
- Adversary (🥉15 · ⭐ 400 · 💀) - Tool to generate adversarial text examples and test machine.. MIT
## GPU & Accelerator Utilities
_Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks._
optimum (🥇37 · ⭐ 3.1K) - Accelerate inference and training of Transformers, Diffusers, TIMM.. Apache-2
- [GitHub](https://github.com/huggingface/optimum) (👨💻 150 · 🔀 600 · 📦 6.3K · 📋 860 - 30% open · ⏱️ 30.10.2025):
```
git clone https://github.com/huggingface/optimum
```
- [PyPi](https://pypi.org/project/optimum) (📥 3.7M / month · 📦 270 · ⏱️ 09.10.2025):
```
pip install optimum
```
- [Conda](https://anaconda.org/conda-forge/optimum) (📥 50K · ⏱️ 09.10.2025):
```
conda install -c conda-forge optimum
```
cuDF (🥇35 · ⭐ 9.3K) - cuDF - GPU DataFrame Library. Apache-2
- [GitHub](https://github.com/rapidsai/cudf) (👨💻 310 · 🔀 980 · 📦 64 · 📋 7.3K - 15% open · ⏱️ 30.10.2025):
```
git clone https://github.com/rapidsai/cudf
```
- [PyPi](https://pypi.org/project/cudf) (📥 2.8K / month · 📦 22 · ⏱️ 01.06.2020):
```
pip install cudf
```
PyCUDA (🥈33 · ⭐ 2K) - CUDA integration for Python, plus shiny features. MIT
- [GitHub](https://github.com/inducer/pycuda) (👨💻 83 · 🔀 300 · 📦 4K · 📋 290 - 29% open · ⏱️ 12.10.2025):
```
git clone https://github.com/inducer/pycuda
```
- [PyPi](https://pypi.org/project/pycuda) (📥 66K / month · 📦 200 · ⏱️ 09.09.2025):
```
pip install pycuda
```
- [Conda](https://anaconda.org/conda-forge/pycuda) (📥 1.1M · ⏱️ 27.10.2025):
```
conda install -c conda-forge pycuda
```
Apex (🥈32 · ⭐ 8.8K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 
- [GitHub](https://github.com/NVIDIA/apex) (👨💻 140 · 🔀 1.4K · 📦 3.3K · 📋 1.3K - 57% open · ⏱️ 29.10.2025):
```
git clone https://github.com/NVIDIA/apex
```
- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 580K · ⏱️ 26.07.2025):
```
conda install -c conda-forge nvidia-apex
```
cuML (🥈31 · ⭐ 5K) - cuML - RAPIDS Machine Learning Library. Apache-2
- [GitHub](https://github.com/rapidsai/cuml) (👨💻 190 · 🔀 600 · 📋 3K - 31% open · ⏱️ 30.10.2025):
```
git clone https://github.com/rapidsai/cuml
```
- [PyPi](https://pypi.org/project/cuml) (📥 2.5K / month · 📦 14 · ⏱️ 01.06.2020):
```
pip install cuml
```
gpustat (🥈29 · ⭐ 4.3K) - A simple command-line utility for querying and monitoring GPU status. MIT
- [GitHub](https://github.com/wookayin/gpustat) (👨💻 17 · 🔀 280 · 📦 7.9K · 📋 130 - 22% open · ⏱️ 13.04.2025):
```
git clone https://github.com/wookayin/gpustat
```
- [PyPi](https://pypi.org/project/gpustat) (📥 1.1M / month · 📦 150 · ⏱️ 22.08.2023):
```
pip install gpustat
```
- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 310K · ⏱️ 22.04.2025):
```
conda install -c conda-forge gpustat
```
ArrayFire (🥈28 · ⭐ 4.8K) - ArrayFire: a general purpose GPU library. BSD-3
- [GitHub](https://github.com/arrayfire/arrayfire) (👨💻 97 · 🔀 540 · 📥 9.6K · 📋 1.8K - 19% open · ⏱️ 28.07.2025):
```
git clone https://github.com/arrayfire/arrayfire
```
- [PyPi](https://pypi.org/project/arrayfire) (📥 4.5K / month · 📦 13 · ⏱️ 22.02.2022):
```
pip install arrayfire
```
cuGraph (🥈28 · ⭐ 2.1K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2
- [GitHub](https://github.com/rapidsai/cugraph) (👨💻 120 · 🔀 340 · 📋 1.9K - 6% open · ⏱️ 29.10.2025):
```
git clone https://github.com/rapidsai/cugraph
```
- [PyPi](https://pypi.org/project/cugraph) (📥 550 / month · 📦 4 · ⏱️ 01.06.2020):
```
pip install cugraph
```
- [Conda](https://anaconda.org/conda-forge/libcugraph) (📥 69K · ⏱️ 22.04.2025):
```
conda install -c conda-forge libcugraph
```
CuPy (🥉27 · ⭐ 11K) - NumPy & SciPy for GPU. MIT
- [GitHub](https://github.com/cupy/cupy) (👨💻 340 · 🔀 950):
```
git clone https://github.com/cupy/cupy
```
- [PyPi](https://pypi.org/project/cupy) (📥 39K / month · 📦 400 · ⏱️ 18.08.2025):
```
pip install cupy
```
- [Conda](https://anaconda.org/conda-forge/cupy) (📥 7.2M · ⏱️ 14.09.2025):
```
conda install -c conda-forge cupy
```
- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 92K · ⭐ 14 · ⏱️ 18.08.2025):
```
docker pull cupy/cupy
```
DALI (🥉25 · ⭐ 5.5K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2
- [GitHub](https://github.com/NVIDIA/DALI) (👨💻 99 · 🔀 650 · 📋 1.7K - 15% open · ⏱️ 30.10.2025):
```
git clone https://github.com/NVIDIA/DALI
```
Vulkan Kompute (🥉23 · ⭐ 2.4K) - General purpose GPU compute framework built on Vulkan to.. Apache-2
- [GitHub](https://github.com/KomputeProject/kompute) (👨💻 35 · 🔀 160 · 📥 700 · 📋 230 - 32% open · ⏱️ 05.10.2025):
```
git clone https://github.com/KomputeProject/kompute
```
- [PyPi](https://pypi.org/project/kp) (📥 1.8K / month · ⏱️ 20.01.2024):
```
pip install kp
```
Show 9 hidden projects...
- GPUtil (🥉25 · ⭐ 1.2K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT
- scikit-cuda (🥉25 · ⭐ 990 · 💀) - Python interface to GPU-powered libraries. BSD-3
- py3nvml (🥉22 · ⭐ 250 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3
- BlazingSQL (🥉20 · ⭐ 2K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2
- Merlin (🥉20 · ⭐ 860 · 💀) - NVIDIA Merlin is an open source library providing end-to-end GPU-.. Apache-2
- nvidia-ml-py3 (🥉18 · ⭐ 140 · 💀) - Python 3 Bindings for the NVIDIA Management Library. BSD-3
- SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT 
- ipyexperiments (🥉15 · ⭐ 220 · 💀) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2 
- cuSignal (🥉14 · ⭐ 730 · 💀) - GPU accelerated signal processing. ❗Unlicensed
## Tensorflow Utilities
_Libraries that extend TensorFlow with additional capabilities._
TensorFlow Datasets (🥇39 · ⭐ 4.5K) - TFDS is a collection of datasets ready to use with.. Apache-2 
- [GitHub](https://github.com/tensorflow/datasets) (👨💻 660 · 🔀 1.6K · 📦 25K · 📋 1.5K - 47% open · ⏱️ 17.10.2025):
```
git clone https://github.com/tensorflow/datasets
```
- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.8M / month · 📦 340 · ⏱️ 28.05.2025):
```
pip install tensorflow-datasets
```
- [Conda](https://anaconda.org/conda-forge/tensorflow-datasets) (📥 51K · ⏱️ 22.04.2025):
```
conda install -c conda-forge tensorflow-datasets
```
tensorflow-hub (🥈31 · ⭐ 3.5K · 💤) - A library for transfer learning by reusing parts of.. Apache-2 
- [GitHub](https://github.com/tensorflow/hub) (👨💻 110 · 🔀 1.7K · 📋 710 - 2% open · ⏱️ 17.01.2025):
```
git clone https://github.com/tensorflow/hub
```
- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 2M / month · 📦 300 · ⏱️ 30.01.2024):
```
pip install tensorflow-hub
```
- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 130K · ⏱️ 22.04.2025):
```
conda install -c conda-forge tensorflow-hub
```
TFX (🥈31 · ⭐ 2.2K · 💤) - TFX is an end-to-end platform for deploying production ML.. Apache-2 
- [GitHub](https://github.com/tensorflow/tfx) (👨💻 200 · 🔀 710 · 📦 1.8K · 📋 1.2K - 22% open · ⏱️ 26.03.2025):
```
git clone https://github.com/tensorflow/tfx
```
- [PyPi](https://pypi.org/project/tfx) (📥 37K / month · 📦 17 · ⏱️ 11.12.2024):
```
pip install tfx
```
TF Model Optimization (🥈29 · ⭐ 1.6K) - A toolkit to optimize ML models for deployment for.. Apache-2 
- [GitHub](https://github.com/tensorflow/model-optimization) (👨💻 87 · 🔀 320 · 📋 400 - 57% open · ⏱️ 07.07.2025):
```
git clone https://github.com/tensorflow/model-optimization
```
- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 920K / month · 📦 45 · ⏱️ 08.02.2024):
```
pip install tensorflow-model-optimization
```
TensorFlow I/O (🥈29 · ⭐ 730) - Dataset, streaming, and file system extensions.. Apache-2 
- [GitHub](https://github.com/tensorflow/io) (👨💻 120 · 🔀 290 · 📋 660 - 44% open · ⏱️ 10.04.2025):
```
git clone https://github.com/tensorflow/io
```
- [PyPi](https://pypi.org/project/tensorflow-io) (📥 730K / month · 📦 61 · ⏱️ 01.07.2024):
```
pip install tensorflow-io
```
TensorFlow Transform (🥉26 · ⭐ 990) - Input pipeline framework. Apache-2 
- [GitHub](https://github.com/tensorflow/transform) (👨💻 31 · 🔀 220 · 📋 220 - 17% open · ⏱️ 06.08.2025):
```
git clone https://github.com/tensorflow/transform
```
- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 250K / month · 📦 19 · ⏱️ 13.06.2025):
```
pip install tensorflow-transform
```
Neural Structured Learning (🥉24 · ⭐ 1K · 💤) - Training neural models with structured signals. Apache-2 
- [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨💻 39 · 🔀 190 · 📦 520 · 📋 69 - 1% open · ⏱️ 29.01.2025):
```
git clone https://github.com/tensorflow/neural-structured-learning
```
- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 3.2K / month · 📦 3 · ⏱️ 29.07.2022):
```
pip install neural-structured-learning
```
TensorFlow Cloud (🥉21 · ⭐ 380) - The TensorFlow Cloud repository provides APIs that.. Apache-2 
- [GitHub](https://github.com/tensorflow/cloud) (👨💻 29 · 🔀 92 · 📋 100 - 73% open · ⏱️ 01.10.2025):
```
git clone https://github.com/tensorflow/cloud
```
- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 18K / month · 📦 7 · ⏱️ 17.06.2021):
```
pip install tensorflow-cloud
```
TF Compression (🥉20 · ⭐ 900) - Data compression in TensorFlow. Apache-2 
- [GitHub](https://github.com/tensorflow/compression) (👨💻 24 · 🔀 260 · 📋 100 - 10% open · ⏱️ 19.08.2025):
```
git clone https://github.com/tensorflow/compression
```
- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 4.3K / month · 📦 2 · ⏱️ 02.02.2024):
```
pip install tensorflow-compression
```
Show 7 hidden projects...
- tensor2tensor (🥇33 · ⭐ 17K · 💀) - Library of deep learning models and datasets designed.. Apache-2 
- TF Addons (🥈32 · ⭐ 1.7K · 💀) - Useful extra functionality for TensorFlow 2.x maintained.. Apache-2 
- Keras-Preprocessing (🥉28 · ⭐ 1K · 💀) - Utilities for working with image data, text data, and.. MIT 
- efficientnet (🥉26 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 
- Saliency (🥉22 · ⭐ 980 · 💀) - Framework-agnostic implementation for state-of-the-art.. Apache-2 
- TensorNets (🥉21 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT 
- tffm (🥉18 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT 
## Jax Utilities
_Libraries that extend Jax with additional capabilities._
equinox (🥇33 · ⭐ 2.6K) - Elegant easy-to-use neural networks + scientific computing in.. Apache-2 
- [GitHub](https://github.com/patrick-kidger/equinox) (👨💻 81 · 🔀 170 · 📦 1.4K · 📋 610 - 35% open · ⏱️ 29.10.2025):
```
git clone https://github.com/patrick-kidger/equinox
```
- [PyPi](https://pypi.org/project/equinox) (📥 500K / month · 📦 350 · ⏱️ 09.10.2025):
```
pip install equinox
```
Show 2 hidden projects...
- evojax (🥉18 · ⭐ 920 · 💀) - EvoJAX: Hardware-accelerated Neuroevolution. Apache-2 
- jaxdf (🥉12 · ⭐ 130 · 💀) - A JAX-based research framework for writing differentiable.. ❗️LGPL-3.0 
## Sklearn Utilities
_Libraries that extend scikit-learn with additional capabilities._
scikit-learn-intelex (🥇35 · ⭐ 1.3K) - Extension for Scikit-learn is a seamless way to speed.. Apache-2 
- [GitHub](https://github.com/uxlfoundation/scikit-learn-intelex) (👨💻 86 · 🔀 180 · 📦 14K · 📋 250 - 15% open · ⏱️ 28.10.2025):
```
git clone https://github.com/intel/scikit-learn-intelex
```
- [PyPi](https://pypi.org/project/scikit-learn-intelex) (📥 89K / month · 📦 74 · ⏱️ 22.10.2025):
```
pip install scikit-learn-intelex
```
- [Conda](https://anaconda.org/conda-forge/scikit-learn-intelex) (📥 650K · ⏱️ 30.10.2025):
```
conda install -c conda-forge scikit-learn-intelex
```
imbalanced-learn (🥇33 · ⭐ 7.1K) - A Python Package to Tackle the Curse of Imbalanced.. MIT 
- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨💻 89 · 🔀 1.3K · 📋 630 - 8% open · ⏱️ 14.08.2025):
```
git clone https://github.com/scikit-learn-contrib/imbalanced-learn
```
- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 14M / month · 📦 600 · ⏱️ 14.08.2025):
```
pip install imbalanced-learn
```
- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 750K · ⏱️ 14.08.2025):
```
conda install -c conda-forge imbalanced-learn
```
MLxtend (🥇33 · ⭐ 5.1K) - A library of extension and helper modules for Pythons data.. BSD-3 
- [GitHub](https://github.com/rasbt/mlxtend) (👨💻 110 · 🔀 880 · 📦 21K · 📋 500 - 29% open · ⏱️ 19.06.2025):
```
git clone https://github.com/rasbt/mlxtend
```
- [PyPi](https://pypi.org/project/mlxtend) (📥 960K / month · 📦 200 · ⏱️ 26.01.2025):
```
pip install mlxtend
```
- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 460K · ⏱️ 22.04.2025):
```
conda install -c conda-forge mlxtend
```
category_encoders (🥈31 · ⭐ 2.5K · 💤) - A library of sklearn compatible categorical variable.. BSD-3 
- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨💻 71 · 🔀 400 · 📦 4.1K · 📋 300 - 13% open · ⏱️ 24.03.2025):
```
git clone https://github.com/scikit-learn-contrib/category_encoders
```
- [PyPi](https://pypi.org/project/category_encoders) (📥 2.1M / month · 📦 310 · ⏱️ 15.03.2025):
```
pip install category_encoders
```
- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 370K · ⏱️ 22.04.2025):
```
conda install -c conda-forge category_encoders
```
scikit-lego (🥈28 · ⭐ 1.4K) - Extra blocks for scikit-learn pipelines. MIT 
- [GitHub](https://github.com/koaning/scikit-lego) (👨💻 69 · 🔀 120 · 📦 190 · 📋 340 - 9% open · ⏱️ 21.10.2025):
```
git clone https://github.com/koaning/scikit-lego
```
- [PyPi](https://pypi.org/project/scikit-lego) (📥 53K / month · 📦 13 · ⏱️ 15.09.2025):
```
pip install scikit-lego
```
- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 76K · ⏱️ 22.04.2025):
```
conda install -c conda-forge scikit-lego
```
scikit-opt (🥉26 · ⭐ 6.2K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT 
- [GitHub](https://github.com/guofei9987/scikit-opt) (👨💻 24 · 🔀 1.1K · 📦 280 · 📋 180 - 37% open · ⏱️ 31.08.2025):
```
git clone https://github.com/guofei9987/scikit-opt
```
- [PyPi](https://pypi.org/project/scikit-opt) (📥 9.1K / month · 📦 15 · ⏱️ 14.01.2022):
```
pip install scikit-opt
```
iterative-stratification (🥉21 · ⭐ 880 · 💤) - scikit-learn cross validators for iterative.. BSD-3 
- [GitHub](https://github.com/trent-b/iterative-stratification) (👨💻 7 · 🔀 75 · 📦 620 · 📋 27 - 7% open · ⏱️ 12.10.2024):
```
git clone https://github.com/trent-b/iterative-stratification
```
- [PyPi](https://pypi.org/project/iterative-stratification) (📥 54K / month · 📦 15 · ⏱️ 12.10.2024):
```
pip install iterative-stratification
```
scikit-tda (🥉19 · ⭐ 550) - Topological Data Analysis for Python. MIT 
- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨💻 7 · 🔀 54 · 📦 93 · 📋 23 - 17% open · ⏱️ 28.10.2025):
```
git clone https://github.com/scikit-tda/scikit-tda
```
- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.8K / month · ⏱️ 19.07.2024):
```
pip install scikit-tda
```
Show 11 hidden projects...
- scikit-survival (🥈32 · ⭐ 1.2K) - Survival analysis built on top of scikit-learn. ❗️GPL-3.0 
- fancyimpute (🥈27 · ⭐ 1.3K · 💀) - Multivariate imputation and matrix completion.. Apache-2 
- scikit-multilearn (🥈27 · ⭐ 950 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 
- sklearn-crfsuite (🥉25 · ⭐ 430 · 💀) - scikit-learn inspired API for CRFsuite. MIT 
- skope-rules (🥉22 · ⭐ 650 · 💀) - machine learning with logical rules in Python. ❗️BSD-1-Clause 
- combo (🥉21 · ⭐ 660 · 💀) - (AAAI 20) A Python Toolbox for Machine Learning Model.. BSD-2 
xgboost
- celer (🥉21 · ⭐ 230) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 
- sklearn-contrib-lightning (🥉20 · ⭐ 1.8K · 💀) - Large-scale linear classification, regression and.. BSD-3 
- dabl (🥉18 · ⭐ 730 · 💀) - Data Analysis Baseline Library. BSD-3 
- DESlib (🥉18 · ⭐ 490 · 💀) - A Python library for dynamic classifier and ensemble selection. BSD-3 
- skggm (🥉17 · ⭐ 250) - Scikit-learn compatible estimation of general graphical models. MIT 
## Pytorch Utilities
_Libraries that extend Pytorch with additional capabilities._
accelerate (🥇43 · ⭐ 9.2K) - A simple way to launch, train, and use PyTorch models on.. Apache-2 
- [GitHub](https://github.com/huggingface/accelerate) (👨💻 370 · 🔀 1.2K · 📦 110K · 📋 1.9K - 5% open · ⏱️ 22.10.2025):
```
git clone https://github.com/huggingface/accelerate
```
- [PyPi](https://pypi.org/project/accelerate) (📥 17M / month · 📦 2.8K · ⏱️ 20.10.2025):
```
pip install accelerate
```
- [Conda](https://anaconda.org/conda-forge/accelerate) (📥 670K · ⏱️ 24.10.2025):
```
conda install -c conda-forge accelerate
```
tinygrad (🥇33 · ⭐ 30K) - You like pytorch? You like micrograd? You love tinygrad!. MIT 
- [GitHub](https://github.com/tinygrad/tinygrad) (👨💻 420 · 🔀 3.6K · 📦 20 · 📋 1K - 12% open · ⏱️ 30.10.2025):
```
git clone https://github.com/geohot/tinygrad
```
PML (🥇33 · ⭐ 6.2K) - The easiest way to use deep metric learning in your application. Modular,.. MIT 
- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨💻 45 · 🔀 660 · 📦 2.9K · 📋 530 - 14% open · ⏱️ 17.08.2025):
```
git clone https://github.com/KevinMusgrave/pytorch-metric-learning
```
- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 2.3M / month · 📦 68 · ⏱️ 17.08.2025):
```
pip install pytorch-metric-learning
```
- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 13K · ⏱️ 25.03.2025):
```
conda install -c metric-learning pytorch-metric-learning
```
torchdiffeq (🥇31 · ⭐ 6.2K) - Differentiable ODE solvers with full GPU support and.. MIT 
- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨💻 23 · 🔀 940 · 📦 5.5K · 📋 230 - 35% open · ⏱️ 04.04.2025):
```
git clone https://github.com/rtqichen/torchdiffeq
```
- [PyPi](https://pypi.org/project/torchdiffeq) (📥 1M / month · 📦 120 · ⏱️ 21.11.2024):
```
pip install torchdiffeq
```
- [Conda](https://anaconda.org/conda-forge/torchdiffeq) (📥 24K · ⏱️ 22.04.2025):
```
conda install -c conda-forge torchdiffeq
```
torchsde (🥈30 · ⭐ 1.7K · 💤) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 
- [GitHub](https://github.com/google-research/torchsde) (👨💻 9 · 🔀 210 · 📦 5.5K · 📋 84 - 36% open · ⏱️ 30.12.2024):
```
git clone https://github.com/google-research/torchsde
```
- [PyPi](https://pypi.org/project/torchsde) (📥 4.6M / month · 📦 37 · ⏱️ 26.09.2023):
```
pip install torchsde
```
- [Conda](https://anaconda.org/conda-forge/torchsde) (📥 46K · ⏱️ 22.04.2025):
```
conda install -c conda-forge torchsde
```
torch-scatter (🥈26 · ⭐ 1.7K) - PyTorch Extension Library of Optimized Scatter Operations. MIT 
- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨💻 34 · 🔀 200 · 📋 420 - 6% open · ⏱️ 12.08.2025):
```
git clone https://github.com/rusty1s/pytorch_scatter
```
- [PyPi](https://pypi.org/project/torch-scatter) (📥 82K / month · 📦 150 · ⏱️ 06.10.2023):
```
pip install torch-scatter
```
- [Conda](https://anaconda.org/conda-forge/pytorch_scatter) (📥 1M · ⏱️ 03.10.2025):
```
conda install -c conda-forge pytorch_scatter
```
PyTorch Sparse (🥈25 · ⭐ 1.1K) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT 
- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨💻 48 · 🔀 160 · 📋 300 - 10% open · ⏱️ 12.08.2025):
```
git clone https://github.com/rusty1s/pytorch_sparse
```
- [PyPi](https://pypi.org/project/torch-sparse) (📥 63K / month · 📦 120 · ⏱️ 06.10.2023):
```
pip install torch-sparse
```
- [Conda](https://anaconda.org/conda-forge/pytorch_sparse) (📥 940K · ⏱️ 03.10.2025):
```
conda install -c conda-forge pytorch_sparse
```
Pytorch Toolbelt (🥉24 · ⭐ 1.6K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT 
- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨💻 9 · 🔀 120 · 📥 180 · 📋 33 - 12% open · ⏱️ 09.10.2025):
```
git clone https://github.com/BloodAxe/pytorch-toolbelt
```
- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 8.3K / month · 📦 12 · ⏱️ 21.11.2024):
```
pip install pytorch_toolbelt
```
madgrad (🥉18 · ⭐ 800 · 💤) - MADGRAD Optimization Method. MIT 
- [GitHub](https://github.com/facebookresearch/madgrad) (👨💻 3 · 🔀 58 · 📦 110 · ⏱️ 27.01.2025):
```
git clone https://github.com/facebookresearch/madgrad
```
- [PyPi](https://pypi.org/project/madgrad) (📥 9.7K / month · 📦 1 · ⏱️ 08.03.2022):
```
pip install madgrad
```
pytorchviz (🥉14 · ⭐ 3.4K · 💤) - A small package to create visualizations of PyTorch execution.. MIT
- [GitHub](https://github.com/szagoruyko/pytorchviz) (👨💻 6 · 🔀 280 · 📋 72 - 47% open · ⏱️ 30.12.2024):
```
git clone https://github.com/szagoruyko/pytorchviz
```
Show 22 hidden projects...
- pretrainedmodels (🥈29 · ⭐ 9.1K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 
- EfficientNet-PyTorch (🥈28 · ⭐ 8.2K · 💀) - A PyTorch implementation of EfficientNet. Apache-2 
- lightning-flash (🥈27 · ⭐ 1.7K · 💀) - Your PyTorch AI Factory - Flash enables you to easily.. Apache-2 
- pytorch-optimizer (🥈26 · ⭐ 3.1K · 💀) - torch-optimizer -- collection of optimizers for.. Apache-2 
- TabNet (🥈26 · ⭐ 2.9K · 💀) - PyTorch implementation of TabNet paper :.. MIT 
- EfficientNets (🥈25 · ⭐ 1.6K · 💀) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 
- pytorch-summary (🥉24 · ⭐ 4.1K · 💀) - Model summary in PyTorch similar to `model.summary()`.. MIT 
- Higher (🥉23 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 
- micrograd (🥉22 · ⭐ 14K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT 
- SRU (🥉22 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT 
- Antialiased CNNs (🥉22 · ⭐ 1.7K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 
- AdaBound (🥉21 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 
- reformer-pytorch (🥉21 · ⭐ 2.2K · 💀) - Reformer, the efficient Transformer, in Pytorch. MIT 
- Torchmeta (🥉21 · ⭐ 2K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT 
- Poutyne (🥉21 · ⭐ 580) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 
- Performer Pytorch (🥉19 · ⭐ 1.2K · 💀) - An implementation of Performer, a linear attention-.. MIT 
- Torch-Struct (🥉19 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT 
- Lambda Networks (🥉17 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT 
- Pywick (🥉17 · ⭐ 400 · 💀) - High-level batteries-included neural network training library for.. MIT 
- TorchDrift (🥉15 · ⭐ 320 · 💀) - Drift Detection for your PyTorch Models. Apache-2 
- Tez (🥉14 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 
- Tensor Sensor (🥉14 · ⭐ 810 · 💀) - The goal of this library is to generate more helpful.. MIT 
## Database Clients
_Libraries for connecting to, operating, and querying databases._
🔗 best-of-python - DB Clients ( ⭐ 4.2K) - Collection of database clients for python.
## Others
scipy (🥇51 · ⭐ 14K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3
- [GitHub](https://github.com/scipy/scipy) (👨💻 1.8K · 🔀 5.5K · 📥 97K · 📦 1.4M · 📋 11K - 15% open · ⏱️ 30.10.2025):
```
git clone https://github.com/scipy/scipy
```
- [PyPi](https://pypi.org/project/scipy) (📥 220M / month · 📦 61K · ⏱️ 28.10.2025):
```
pip install scipy
```
- [Conda](https://anaconda.org/conda-forge/scipy) (📥 70M · ⏱️ 29.10.2025):
```
conda install -c conda-forge scipy
```
SymPy (🥇49 · ⭐ 14K) - A computer algebra system written in pure Python. BSD-3
- [GitHub](https://github.com/sympy/sympy) (👨💻 1.4K · 🔀 4.8K · 📥 570K · 📦 290K · 📋 15K - 37% open · ⏱️ 30.10.2025):
```
git clone https://github.com/sympy/sympy
```
- [PyPi](https://pypi.org/project/sympy) (📥 73M / month · 📦 4.6K · ⏱️ 27.04.2025):
```
pip install sympy
```
- [Conda](https://anaconda.org/conda-forge/sympy) (📥 11M · ⏱️ 29.04.2025):
```
conda install -c conda-forge sympy
```
Streamlit (🥇47 · ⭐ 42K) - Streamlit A faster way to build and share data apps. Apache-2
- [GitHub](https://github.com/streamlit/streamlit) (👨💻 570 · 🔀 3.8K · 📦 1M · 📋 5.7K - 23% open · ⏱️ 30.10.2025):
```
git clone https://github.com/streamlit/streamlit
```
- [PyPi](https://pypi.org/project/streamlit) (📥 19M / month · 📦 4.6K · ⏱️ 29.10.2025):
```
pip install streamlit
```
Gradio (🥇46 · ⭐ 40K) - Wrap UIs around any model, share with anyone. Apache-2
- [GitHub](https://github.com/gradio-app/gradio) (👨💻 700 · 🔀 3.1K · 📦 84K · 📋 6.1K - 6% open · ⏱️ 29.10.2025):
```
git clone https://github.com/gradio-app/gradio
```
- [PyPi](https://pypi.org/project/gradio) (📥 11M / month · 📦 1.6K · ⏱️ 22.10.2025):
```
pip install gradio
```
carla (🥇37 · ⭐ 13K) - Open-source simulator for autonomous driving research. MIT
- [GitHub](https://github.com/carla-simulator/carla) (👨💻 190 · 🔀 4.2K · 📦 1.1K · 📋 6.2K - 18% open · ⏱️ 30.10.2025):
```
git clone https://github.com/carla-simulator/carla
```
- [PyPi](https://pypi.org/project/carla) (📥 18K / month · 📦 16 · ⏱️ 14.09.2025):
```
pip install carla
```
Autograd (🥇37 · ⭐ 7.4K) - Efficiently computes derivatives of NumPy code. MIT
- [GitHub](https://github.com/HIPS/autograd) (👨💻 64 · 🔀 910 · 📦 14K · 📋 440 - 42% open · ⏱️ 27.10.2025):
```
git clone https://github.com/HIPS/autograd
```
- [PyPi](https://pypi.org/project/autograd) (📥 3.4M / month · 📦 310 · ⏱️ 05.05.2025):
```
pip install autograd
```
- [Conda](https://anaconda.org/conda-forge/autograd) (📥 680K · ⏱️ 05.05.2025):
```
conda install -c conda-forge autograd
```
PennyLane (🥇37 · ⭐ 2.9K) - PennyLane is a cross-platform Python library for quantum.. Apache-2
- [GitHub](https://github.com/PennyLaneAI/pennylane) (👨💻 210 · 🔀 700 · 📥 100 · 📦 1.9K · 📋 1.7K - 25% open · ⏱️ 30.10.2025):
```
git clone https://github.com/PennyLaneAI/PennyLane
```
- [PyPi](https://pypi.org/project/pennylane) (📥 200K / month · 📦 89 · ⏱️ 15.10.2025):
```
pip install pennylane
```
- [Conda](https://anaconda.org/conda-forge/pennylane) (📥 340K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pennylane
```
PyOD (🥈36 · ⭐ 9.6K) - A Python Library for Outlier and Anomaly Detection, Integrating Classical.. BSD-2
- [GitHub](https://github.com/yzhao062/pyod) (👨💻 64 · 🔀 1.4K · 📦 5.5K · 📋 390 - 59% open · ⏱️ 29.04.2025):
```
git clone https://github.com/yzhao062/pyod
```
- [PyPi](https://pypi.org/project/pyod) (📥 840K / month · 📦 130 · ⏱️ 29.04.2025):
```
pip install pyod
```
- [Conda](https://anaconda.org/conda-forge/pyod) (📥 170K · ⏱️ 30.04.2025):
```
conda install -c conda-forge pyod
```
Datasette (🥈35 · ⭐ 10K) - An open source multi-tool for exploring and publishing data. Apache-2
- [GitHub](https://github.com/simonw/datasette) (👨💻 82 · 🔀 770 · 📥 75 · 📦 1.6K · 📋 1.9K - 32% open · ⏱️ 26.10.2025):
```
git clone https://github.com/simonw/datasette
```
- [PyPi](https://pypi.org/project/datasette) (📥 180K / month · 📦 480 · ⏱️ 22.04.2025):
```
pip install datasette
```
- [Conda](https://anaconda.org/conda-forge/datasette) (📥 73K · ⏱️ 22.04.2025):
```
conda install -c conda-forge datasette
```
DeepChem (🥈34 · ⭐ 6.3K · 📉) - Democratizing Deep-Learning for Drug Discovery, Quantum.. MIT 
- [GitHub](https://github.com/deepchem/deepchem) (👨💻 260 · 🔀 1.9K · 📦 650 · 📋 2.1K - 40% open · ⏱️ 27.10.2025):
```
git clone https://github.com/deepchem/deepchem
```
- [PyPi](https://pypi.org/project/deepchem) (📥 54K / month · 📦 24 · ⏱️ 27.10.2025):
```
pip install deepchem
```
- [Conda](https://anaconda.org/conda-forge/deepchem) (📥 120K · ⏱️ 22.04.2025):
```
conda install -c conda-forge deepchem
```
Pythran (🥈34 · ⭐ 2.1K) - Ahead of Time compiler for numeric kernels. BSD-3
- [GitHub](https://github.com/serge-sans-paille/pythran) (👨💻 75 · 🔀 200 · 📦 3.6K · 📋 930 - 15% open · ⏱️ 30.09.2025):
```
git clone https://github.com/serge-sans-paille/pythran
```
- [PyPi](https://pypi.org/project/pythran) (📥 500K / month · 📦 28 · ⏱️ 23.05.2025):
```
pip install pythran
```
- [Conda](https://anaconda.org/conda-forge/pythran) (📥 1.3M · ⏱️ 07.07.2025):
```
conda install -c conda-forge pythran
```
agate (🥈34 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT
- [GitHub](https://github.com/wireservice/agate) (👨💻 55 · 🔀 150 · 📦 5.3K · 📋 650 - 0% open · ⏱️ 27.10.2025):
```
git clone https://github.com/wireservice/agate
```
- [PyPi](https://pypi.org/project/agate) (📥 24M / month · 📦 54 · ⏱️ 29.01.2025):
```
pip install agate
```
- [Conda](https://anaconda.org/conda-forge/agate) (📥 410K · ⏱️ 22.04.2025):
```
conda install -c conda-forge agate
```
River (🥈32 · ⭐ 5.6K) - Online machine learning in Python. BSD-3
- [GitHub](https://github.com/online-ml/river) (👨💻 130 · 🔀 590 · 📦 800 · 📋 630 - 19% open · ⏱️ 05.10.2025):
```
git clone https://github.com/online-ml/river
```
- [PyPi](https://pypi.org/project/river) (📥 91K / month · 📦 64 · ⏱️ 25.11.2024):
```
pip install river
```
- [Conda](https://anaconda.org/conda-forge/river) (📥 130K · ⏱️ 22.04.2025):
```
conda install -c conda-forge river
```
hdbscan (🥈32 · ⭐ 3K) - A high performance implementation of HDBSCAN clustering. BSD-3 
- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨💻 97 · 🔀 500 · 📦 7.6K · 📋 530 - 67% open · ⏱️ 11.10.2025):
```
git clone https://github.com/scikit-learn-contrib/hdbscan
```
- [PyPi](https://pypi.org/project/hdbscan) (📥 1.1M / month · 📦 350 · ⏱️ 18.11.2024):
```
pip install hdbscan
```
- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 2.8M · ⏱️ 09.09.2025):
```
conda install -c conda-forge hdbscan
```
anomalib (🥈31 · ⭐ 5.1K · 📉) - An anomaly detection library comprising state-of-the-art.. Apache-2
- [GitHub](https://github.com/open-edge-platform/anomalib) (👨💻 98 · 🔀 820 · 📥 42K · 📦 200 · 📋 1.2K - 6% open · ⏱️ 27.10.2025):
```
git clone https://github.com/openvinotoolkit/anomalib
```
- [PyPi](https://pypi.org/project/anomalib) (📥 200K / month · 📦 7 · ⏱️ 09.10.2025):
```
pip install anomalib
```
pyjanitor (🥈31 · ⭐ 1.5K) - Clean APIs for data cleaning. Python implementation of R package.. MIT
- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨💻 110 · 🔀 170 · 📦 980 · 📋 590 - 18% open · ⏱️ 21.10.2025):
```
git clone https://github.com/pyjanitor-devs/pyjanitor
```
- [PyPi](https://pypi.org/project/pyjanitor) (📥 280K / month · 📦 42 · ⏱️ 07.03.2025):
```
pip install pyjanitor
```
- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 300K · ⏱️ 22.04.2025):
```
conda install -c conda-forge pyjanitor
```
causalml (🥈30 · ⭐ 5.6K) - Uplift modeling and causal inference with machine learning.. Apache-2
- [GitHub](https://github.com/uber/causalml) (👨💻 71 · 🔀 830 · 📦 310 · 📋 420 - 10% open · ⏱️ 26.09.2025):
```
git clone https://github.com/uber/causalml
```
- [PyPi](https://pypi.org/project/causalml) (📥 79K / month · 📦 10 · ⏱️ 09.07.2025):
```
pip install causalml
```
dstack (🥈30 · ⭐ 1.9K) - dstack is an open-source control plane for running development,.. MPL-2.0
- [GitHub](https://github.com/dstackai/dstack) (👨💻 63 · 🔀 200 · 📦 22 · 📋 1.5K - 6% open · ⏱️ 30.10.2025):
```
git clone https://github.com/dstackai/dstack
```
- [PyPi](https://pypi.org/project/dstack) (📥 4.2K / month · ⏱️ 30.10.2025):
```
pip install dstack
```
tensorly (🥈30 · ⭐ 1.6K) - TensorLy: Tensor Learning in Python. BSD-2
- [GitHub](https://github.com/tensorly/tensorly) (👨💻 73 · 🔀 290 · 📦 1.1K · 📋 280 - 22% open · ⏱️ 05.05.2025):
```
git clone https://github.com/tensorly/tensorly
```
- [PyPi](https://pypi.org/project/tensorly) (📥 130K / month · 📦 99 · ⏱️ 12.11.2024):
```
pip install tensorly
```
- [Conda](https://anaconda.org/conda-forge/tensorly) (📥 380K · ⏱️ 22.04.2025):
```
conda install -c conda-forge tensorly
```
metricflow (🥈29 · ⭐ 1.3K) - MetricFlow allows you to define, build, and maintain metrics in.. Apache-2
- [GitHub](https://github.com/dbt-labs/metricflow) (👨💻 52 · 🔀 130 · 📦 37 · 📋 370 - 27% open · ⏱️ 29.10.2025):
```
git clone https://github.com/transform-data/metricflow
```
- [PyPi](https://pypi.org/project/metricflow) (📥 94K / month · 📦 4 · ⏱️ 14.10.2025):
```
pip install metricflow
```
pycm (🥈28 · ⭐ 1.5K) - Multi-class confusion matrix library in Python. MIT
- [GitHub](https://github.com/sepandhaghighi/pycm) (👨💻 18 · 🔀 120 · 📦 420 · 📋 210 - 7% open · ⏱️ 14.10.2025):
```
git clone https://github.com/sepandhaghighi/pycm
```
- [PyPi](https://pypi.org/project/pycm) (📥 190K / month · 📦 28 · ⏱️ 15.10.2025):
```
pip install pycm
```
Prince (🥈28 · ⭐ 1.4K) - Multivariate exploratory data analysis in Python PCA, CA, MCA, MFA,.. MIT 
- [GitHub](https://github.com/MaxHalford/prince) (👨💻 16 · 🔀 190 · 📦 770 · ⏱️ 04.08.2025):
```
git clone https://github.com/MaxHalford/prince
```
- [PyPi](https://pypi.org/project/prince) (📥 230K / month · 📦 23 · ⏱️ 04.08.2025):
```
pip install prince
```
- [Conda](https://anaconda.org/conda-forge/prince-factor-analysis) (📥 28K · ⏱️ 22.04.2025):
```
conda install -c conda-forge prince-factor-analysis
```
Trax (🥉27 · ⭐ 8.3K) - Trax Deep Learning with Clear Code and Speed. Apache-2
- [GitHub](https://github.com/google/trax) (👨💻 82 · 🔀 830 · 📦 230 · 📋 250 - 50% open · ⏱️ 26.09.2025):
```
git clone https://github.com/google/trax
```
- [PyPi](https://pypi.org/project/trax) (📥 4.3K / month · 📦 1 · ⏱️ 26.10.2021):
```
pip install trax
```
adapter-transformers (🥉27 · ⭐ 2.8K) - A Unified Library for Parameter-Efficient and Modular.. Apache-2 huggingface
- [GitHub](https://github.com/adapter-hub/adapters) (👨💻 17 · 🔀 360 · 📦 260 · 📋 410 - 10% open · ⏱️ 12.10.2025):
```
git clone https://github.com/Adapter-Hub/adapter-transformers
```
- [PyPi](https://pypi.org/project/adapter-transformers) (📥 4.9K / month · 📦 12 · ⏱️ 07.07.2024):
```
pip install adapter-transformers
```
AugLy (🥉26 · ⭐ 5.1K) - A data augmentations library for audio, image, text, and video. MIT
- [GitHub](https://github.com/facebookresearch/AugLy) (👨💻 42 · 🔀 310 · 📦 180 · 📋 80 - 30% open · ⏱️ 27.10.2025):
```
git clone https://github.com/facebookresearch/AugLy
```
- [PyPi](https://pypi.org/project/augly) (📥 13K / month · 📦 4 · ⏱️ 05.12.2023):
```
pip install augly
```
avalanche (🥉26 · ⭐ 2K · 💤) - Avalanche: an End-to-End Library for Continual Learning based on.. MIT
- [GitHub](https://github.com/ContinualAI/avalanche) (👨💻 87 · 🔀 310 · 📥 60 · 📦 140 · 📋 840 - 13% open · ⏱️ 11.03.2025):
```
git clone https://github.com/ContinualAI/avalanche
```
- [PyPi](https://pypi.org/project/avalanche-lib) (📥 3.2K / month · 📦 3 · ⏱️ 29.10.2024):
```
pip install avalanche-lib
```
gplearn (🥉26 · ⭐ 1.8K) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 
- [GitHub](https://github.com/trevorstephens/gplearn) (👨💻 12 · 🔀 300 · 📦 730 · 📋 220 - 11% open · ⏱️ 23.07.2025):
```
git clone https://github.com/trevorstephens/gplearn
```
- [PyPi](https://pypi.org/project/gplearn) (📥 20K / month · 📦 19 · ⏱️ 03.05.2022):
```
pip install gplearn
```
- [Conda](https://anaconda.org/conda-forge/gplearn) (📥 11K · ⏱️ 22.04.2025):
```
conda install -c conda-forge gplearn
```
TabPy (🥉26 · ⭐ 1.6K · 💤) - Execute Python code on the fly and display results in Tableau.. MIT
- [GitHub](https://github.com/tableau/TabPy) (👨💻 51 · 🔀 600 · 📦 220 · 📋 320 - 6% open · ⏱️ 25.11.2024):
```
git clone https://github.com/tableau/TabPy
```
- [PyPi](https://pypi.org/project/tabpy) (📥 7.1K / month · 📦 2 · ⏱️ 25.11.2024):
```
pip install tabpy
```
- [Conda](https://anaconda.org/anaconda/tabpy-client) (📥 5.8K · ⏱️ 22.04.2025):
```
conda install -c anaconda tabpy-client
```
findspark (🥉25 · ⭐ 520) - Find pyspark to make it importable. BSD-3 
- [GitHub](https://github.com/minrk/findspark) (👨💻 16 · 🔀 72 · 📦 5.6K · 📋 23 - 47% open · ⏱️ 04.09.2025):
```
git clone https://github.com/minrk/findspark
```
- [PyPi](https://pypi.org/project/findspark) (📥 2.6M / month · 📦 100 · ⏱️ 11.02.2022):
```
pip install findspark
```
- [Conda](https://anaconda.org/conda-forge/findspark) (📥 1M · ⏱️ 22.04.2025):
```
conda install -c conda-forge findspark
```
vecstack (🥉23 · ⭐ 700) - Python package for stacking (machine learning technique). MIT
- [GitHub](https://github.com/vecxoz/vecstack) (👨💻 1 · 🔀 82 · 📦 570 · ⏱️ 28.09.2025):
```
git clone https://github.com/vecxoz/vecstack
```
- [PyPi](https://pypi.org/project/vecstack) (📥 1.8K / month · 📦 5 · ⏱️ 28.09.2025):
```
pip install vecstack
```
- [Conda](https://anaconda.org/conda-forge/vecstack) (📥 3K · ⏱️ 22.04.2025):
```
conda install -c conda-forge vecstack
```
MONAILabel (🥉22 · ⭐ 760) - MONAI Label is an intelligent open source image labeling and.. Apache-2
- [GitHub](https://github.com/Project-MONAI/MONAILabel) (👨💻 69 · 🔀 240 · 📥 130K · 📋 560 - 26% open · ⏱️ 14.08.2025):
```
git clone https://github.com/Project-MONAI/MONAILabel
```
- [PyPi](https://pypi.org/project/monailabel-weekly) (📥 200 / month · ⏱️ 01.10.2023):
```
pip install monailabel-weekly
```
apricot (🥉22 · ⭐ 520) - apricot implements submodular optimization for the purpose of selecting.. MIT
- [GitHub](https://github.com/jmschrei/apricot) (👨💻 4 · 🔀 49 · 📥 33 · 📦 200 · 📋 34 - 38% open · ⏱️ 09.06.2025):
```
git clone https://github.com/jmschrei/apricot
```
- [PyPi](https://pypi.org/project/apricot-select) (📥 13K / month · 📦 16 · ⏱️ 18.02.2021):
```
pip install apricot-select
```
pykale (🥉21 · ⭐ 470) - Knowledge-Aware machine LEarning (KALE): accessible machine learning.. MIT 
- [GitHub](https://github.com/pykale/pykale) (👨💻 28 · 🔀 70 · 📦 6 · 📋 140 - 8% open · ⏱️ 14.10.2025):
```
git clone https://github.com/pykale/pykale
```
- [PyPi](https://pypi.org/project/pykale) (📥 72 / month · ⏱️ 12.04.2022):
```
pip install pykale
```
SUOD (🥉21 · ⭐ 390 · 💤) - (MLSys 21) An Acceleration System for Large-scare Unsupervised.. BSD-2
- [GitHub](https://github.com/yzhao062/SUOD) (👨💻 3 · 🔀 49 · 📦 560 · 📋 15 - 80% open · ⏱️ 24.03.2025):
```
git clone https://github.com/yzhao062/SUOD
```
- [PyPi](https://pypi.org/project/suod) (📥 13K / month · 📦 9 · ⏱️ 24.03.2025):
```
pip install suod
```
pymdp (🥉16 · ⭐ 570) - A Python implementation of active inference for Markov Decision Processes. MIT
- [GitHub](https://github.com/infer-actively/pymdp) (👨💻 19 · 🔀 110 · 📋 130 - 39% open · ⏱️ 09.09.2025):
```
git clone https://github.com/infer-actively/pymdp
```
- [PyPi](https://pypi.org/project/inferactively-pymdp) (📥 1.1K / month · ⏱️ 08.12.2022):
```
pip install inferactively-pymdp
```
Show 31 hidden projects...
- pyopencl (🥈31 · ⭐ 1.1K) - OpenCL integration for Python, plus shiny features. ❗Unlicensed
- pysc2 (🥈30 · ⭐ 8.2K · 💀) - StarCraft II Learning Environment. Apache-2
- modAL (🥈30 · ⭐ 2.3K · 💀) - A modular active learning framework for Python. MIT 
- datalad (🥈30 · ⭐ 620 · 📈) - Keep code, data, containers under control with git and git-.. ❗Unlicensed
- cleanlab (🥈29 · ⭐ 11K) - Cleanlabs open-source library is the standard data-centric AI.. ❗️AGPL-3.0
- alibi-detect (🥈29 · ⭐ 2.4K) - Algorithms for outlier, adversarial and drift detection. ❗️Intel
- minisom (🥈28 · ⭐ 1.6K) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0
- PySwarms (🥈28 · ⭐ 1.4K · 💀) - A research toolkit for particle swarm optimization in Python. MIT
- kmodes (🥈28 · ⭐ 1.3K · 💀) - Python implementations of the k-modes and k-prototypes clustering.. MIT
- pyclustering (🥈28 · ⭐ 1.2K · 💀) - pyclustering is a Python, C++ data mining library. BSD-3
- Cython BLIS (🥈28 · ⭐ 230) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3
- Feature Engine (🥉26 · ⭐ 2.1K · 💀) - Feature engineering package with sklearn like functionality. BSD-3
- metric-learn (🥉26 · ⭐ 1.4K · 💀) - Metric learning algorithms in Python. MIT 
- pandas-ai (🥉25 · ⭐ 22K) - Chat with your database or your datalake (SQL, CSV, parquet)... ❗Unlicensed
- Mars (🥉24 · ⭐ 2.7K · 💀) - Mars is a tensor-based unified framework for large-scale data.. Apache-2
- AstroML (🥉24 · ⭐ 1.1K · 💀) - Machine learning, statistics, and data mining for astronomy.. BSD-2 
- PaddleHub (🥉22 · ⭐ 13K · 💀) - 400+ AI Models: Rich, high-quality AI models, including.. Apache-2 
- opyrator (🥉22 · ⭐ 3.1K · 💀) - Turns your machine learning code into microservices with web API,.. MIT
- mlens (🥉22 · ⭐ 860 · 💀) - ML-Ensemble high performance ensemble learning. MIT
- BioPandas (🥉22 · ⭐ 740 · 💀) - Working with molecular structures in pandas DataFrames. BSD-3 
- benchmark_VAE (🥉21 · ⭐ 2K · 💀) - Unifying Variational Autoencoder (VAE).. Apache-2 
- impyute (🥉21 · ⭐ 360 · 💀) - Data imputations library to preprocess datasets with missing data. MIT
- StreamAlert (🥉20 · ⭐ 2.9K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2
- rrcf (🥉20 · ⭐ 520 · 💀) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT
- scikit-rebate (🥉20 · ⭐ 420 · 💀) - A scikit-learn-compatible Python implementation of.. MIT 
- baikal (🥉18 · ⭐ 590 · 💀) - A graph-based functional API for building complex scikit-learn.. BSD-3
- pandas-ml (🥉16 · ⭐ 320 · 💀) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 

- KD-Lib (🥉15 · ⭐ 650 · 💀) - A Pytorch Knowledge Distillation library for benchmarking and.. MIT 
- NeuralCompression (🥉14 · ⭐ 580 · 💀) - A collection of tools for neural compression enthusiasts. MIT
- traingenerator (🥉13 · ⭐ 1.4K · 💀) - A web app to generate template code for machine learning. MIT
- nylon (🥉12 · ⭐ 82 · 💀) - An intelligent, flexible grammar of machine learning. MIT
---
## Related Resources
- [**Papers With Code**](https://paperswithcode.com): Discover ML papers, code, and evaluation tables.
- [**Sotabench**](https://sotabench.com): Discover & compare open-source ML models.
- [**Google Dataset Search**](https://toolbox.google.com/datasetsearch): Dataset search engine by Google.
- [**Dataset List**](https://www.datasetlist.com/): List of the biggest ML datasets from across the web.
- [**Awesome Public Datasets**](https://github.com/awesomedata/awesome-public-datasets): A topic-centric list of open datasets.
- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics.
- [**best-of-python-dev**](https://github.com/ml-tooling/best-of-python-dev): A ranked list of awesome python developer tools and libraries.
- [**best-of-web-python**](https://github.com/ml-tooling/best-of-web-python): A ranked list of awesome python libraries for web development.
## 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](https://github.com/ml-tooling/best-of-ml-python/issues/new/choose) and fill in the requested information.
- Modify the [projects.yaml](https://github.com/ml-tooling/best-of-ml-python/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-ml-python/edit/main/projects.yaml).
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).
For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/ml-tooling/best-of-ml-python/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/ml-tooling/best-of-ml-python/blob/main/.github/CODE_OF_CONDUCT.md).
## License
[](https://creativecommons.org/licenses/by-sa/4.0/)