πΒ A ranked list of awesome machine learning Python libraries. Updated weekly.
This curated list contains 920 awesome open-source projects with a total of 4.2M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
π§ββοΈΒ Discover other best-of lists or create your own.
π«Β Subscribe to our newsletter for updates and trending projects.
Contents
- Machine Learning Frameworks 61 projects
- Data Visualization 54 projects
- Text Data & NLP 102 projects
- Image Data 64 projects
- Graph Data 36 projects
- Audio Data 29 projects
- Geospatial Data 22 projects
- Financial Data 25 projects
- Time Series Data 30 projects
- Medical Data 19 projects
- Tabular Data 5 projects
- Optical Character Recognition 12 projects
- Data Containers & Structures 1 projects
- Data Loading & Extraction 1 projects
- Web Scraping & Crawling 1 projects
- Data Pipelines & Streaming 1 projects
- Distributed Machine Learning 36 projects
- Hyperparameter Optimization & AutoML 52 projects
- Reinforcement Learning 23 projects
- Recommender Systems 17 projects
- Privacy Machine Learning 7 projects
- Workflow & Experiment Tracking 40 projects
- Model Serialization & Deployment 20 projects
- Model Interpretability 54 projects
- Vector Similarity Search (ANN) 13 projects
- Probabilistics & Statistics 23 projects
- Adversarial Robustness 9 projects
- GPU & Accelerator Utilities 20 projects
- Tensorflow Utilities 16 projects
- Jax Utilities 3 projects
- Sklearn Utilities 19 projects
- Pytorch Utilities 32 projects
- Database Clients 1 projects
- 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 (π₯54 Β· β 180K) - An Open Source Machine Learning Framework for Everyone. Apache-2

-
GitHub (π¨βπ» 4.5K Β· π 89K Β· π¦ 320K Β· π 39K - 5% open Β· β±οΈ 30.11.2023):
git clone https://github.com/tensorflow/tensorflow
-
PyPi (π₯ 17M / month Β· π¦ 15K Β· β±οΈ 14.11.2023):
pip install tensorflow
-
Conda (π₯ 4.4M Β· β±οΈ 14.11.2023):
conda install -c conda-forge tensorflow
-
Docker Hub (π₯ 75M Β· β 2.2K Β· β±οΈ 30.11.2023):
docker pull tensorflow/tensorflow
PyTorch (π₯54 Β· β 73K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3

-
GitHub (π¨βπ» 4.5K Β· π 20K Β· π₯ 28K Β· π¦ 350K Β· π 39K - 33% open Β· β±οΈ 30.11.2023):
git clone https://github.com/pytorch/pytorch
-
PyPi (π₯ 15M / month Β· π¦ 12K Β· β±οΈ 15.11.2023):
pip install torch
-
Conda (π₯ 20M Β· β±οΈ 14.11.2023):
conda install -c pytorch pytorch
scikit-learn (π₯52 Β· β 57K) - scikit-learn: machine learning in Python. BSD-3

-
GitHub (π¨βπ» 3K Β· π 25K Β· π₯ 920 Β· π¦ 650K Β· π 11K - 20% open Β· β±οΈ 29.11.2023):
git clone https://github.com/scikit-learn/scikit-learn
-
PyPi (π₯ 44M / month Β· π¦ 30K Β· β±οΈ 23.10.2023):
pip install scikit-learn
-
Conda (π₯ 26M Β· β±οΈ 25.10.2023):
conda install -c conda-forge scikit-learn
jax (π₯45 Β· β 26K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
pytorch-lightning (π₯45 Β· β 25K) - Deep learning framework to train, finetune and deploy.. Apache-2

-
GitHub (π¨βπ» 910 Β· π 3.1K Β· π₯ 14K Β· π¦ 26K Β· π 6.7K - 10% open Β· β±οΈ 29.11.2023):
git clone https://github.com/Lightning-AI/lightning
-
PyPi (π₯ 4.6M / month Β· π¦ 740 Β· β±οΈ 15.11.2023):
pip install pytorch-lightning
-
Conda (π₯ 1M Β· β±οΈ 17.11.2023):
conda install -c conda-forge pytorch-lightning
PaddlePaddle (π₯45 Β· β 21K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2

XGBoost (π₯44 Β· β 25K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
-
GitHub (π¨βπ» 630 Β· π 8.7K Β· π₯ 7.7K Β· π¦ 73K Β· π 5.1K - 7% open Β· β±οΈ 29.11.2023):
git clone https://github.com/dmlc/xgboost
-
PyPi (π₯ 11M / month Β· π¦ 1.8K Β· β±οΈ 13.11.2023):
pip install xgboost
-
Conda (π₯ 4.4M Β· β±οΈ 17.11.2023):
conda install -c conda-forge xgboost
LightGBM (π₯43 Β· β 16K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
-
GitHub (π¨βπ» 290 Β· π 3.8K Β· π₯ 210K Β· π¦ 27K Β· π 3.2K - 10% open Β· β±οΈ 30.11.2023):
git clone https://github.com/microsoft/LightGBM
-
PyPi (π₯ 6.6M / month Β· π¦ 840 Β· β±οΈ 12.09.2023):
pip install lightgbm
-
Conda (π₯ 2.1M Β· β±οΈ 25.10.2023):
conda install -c conda-forge lightgbm
StatsModels (π₯43 Β· β 9.1K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
-
GitHub (π¨βπ» 420 Β· π 2.8K Β· π₯ 29 Β· π¦ 110K Β· π 5.4K - 49% open Β· β±οΈ 29.10.2023):
git clone https://github.com/statsmodels/statsmodels
-
PyPi (π₯ 11M / month Β· π¦ 5.5K Β· β±οΈ 05.05.2023):
pip install statsmodels
-
Conda (π₯ 12M Β· β±οΈ 05.10.2023):
conda install -c conda-forge statsmodels
Catboost (π₯41 Β· β 7.5K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2
-
GitHub (π¨βπ» 1.2K Β· π 1.1K Β· π₯ 200K Β· π¦ 11 Β· π 2.2K - 23% open Β· β±οΈ 30.11.2023):
git clone https://github.com/catboost/catboost
-
PyPi (π₯ 2M / month Β· π¦ 340 Β· β±οΈ 19.09.2023):
pip install catboost
-
Conda (π₯ 1.4M Β· β±οΈ 19.09.2023):
conda install -c conda-forge catboost
Jina (π₯40 Β· β 19K) - Build multimodal AI applications with cloud-native stack. Apache-2
-
GitHub (π¨βπ» 180 Β· π 2.2K Β· π¦ 1.3K Β· π 1.9K - 1% open Β· β±οΈ 24.11.2023):
git clone https://github.com/jina-ai/jina
-
PyPi (π₯ 67K / month Β· π¦ 16 Β· β±οΈ 20.11.2023):
pip install jina
-
Conda (π₯ 58K Β· β±οΈ 16.06.2023):
conda install -c conda-forge jina-core
-
Docker Hub (π₯ 1.3M Β· β 8 Β· β±οΈ 24.11.2023):
docker pull jinaai/jina
Flax (π₯39 Β· β 4.9K) - Flax is a neural network library for JAX that is designed for.. Apache-2

MXNet (π₯38 Β· β 21K Β· π€) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2

-
GitHub (π¨βπ» 980 Β· π 6.9K Β· π₯ 26K Β· π¦ 6.9K Β· π 9.6K - 18% open Β· β±οΈ 26.01.2023):
git clone https://github.com/apache/incubator-mxnet
-
PyPi (π₯ 330K / month Β· π¦ 290 Β· β±οΈ 17.05.2022):
pip install mxnet
-
Conda (π₯ 10K Β· π¦ 5 Β· β±οΈ 16.06.2023):
conda install -c anaconda mxnet
Theano (π₯38 Β· β 9.8K Β· π€) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
Vowpal Wabbit (π₯35 Β· β 8.3K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
-
GitHub (π¨βπ» 330 Β· π 2K Β· π 1.3K - 10% open Β· β±οΈ 17.11.2023):
git clone https://github.com/VowpalWabbit/vowpal_wabbit
-
PyPi (π₯ 140K / month Β· π¦ 34 Β· β±οΈ 19.07.2023):
pip install vowpalwabbit
-
Conda (π₯ 140K Β· β±οΈ 08.10.2023):
conda install -c conda-forge vowpalwabbit
einops (π₯35 Β· β 7.4K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT
Ignite (π₯35 Β· β 4.4K) - High-level library to help with training and evaluating neural.. BSD-3

Thinc (π₯35 Β· β 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
Ludwig (π₯34 Β· β 10K) - Low-code framework for building custom LLMs, neural networks, and.. Apache-2

tensorpack (π₯32 Β· β 6.3K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2

-
GitHub (π¨βπ» 58 Β· π 1.8K Β· π₯ 160 Β· π¦ 1.4K Β· π 1.4K - 0% open Β· β±οΈ 06.08.2023):
git clone https://github.com/tensorpack/tensorpack
-
PyPi (π₯ 14K / month Β· π¦ 47 Β· β±οΈ 04.09.2018):
pip install tensorpack
-
Conda (π₯ 10K Β· β±οΈ 16.06.2023):
conda install -c conda-forge tensorpack
tensorflow-upstream (π₯31 Β· β 670) - TensorFlow ROCm port. Apache-2

Neural Network Libraries (π₯30 Β· β 2.7K) - Neural Network Libraries. Apache-2
Determined (π₯30 Β· β 2.6K) - Determined is an open-source machine learning platform.. Apache-2


ktrain (π₯30 Β· β 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2

Geomstats (π₯30 Β· β 1.1K) - Computations and statistics on manifolds with geometric structures. MIT
Neural Tangents (π₯27 Β· β 2.1K) - Fast and Easy Infinite Neural Networks in Python. Apache-2
Towhee (π₯25 Β· β 2.9K) - Towhee is a framework that is dedicated to making neural data.. Apache-2
Objax (π₯25 Β· β 750) - Objax is a machine learning framework that provides an Object.. Apache-2

NeuPy (π₯24 Β· β 740 Β· π€) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
NeoML (π₯23 Β· β 740) - Machine learning framework for both deep learning and traditional.. Apache-2
Torchbearer (π₯23 Β· β 630) - torchbearer: A model fitting library for PyTorch. MIT

ThunderSVM (π₯20 Β· β 1.5K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
chefboost (π₯20 Β· β 420) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
ThunderGBM (π₯16 Β· β 680) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
Show 14 hidden projects...
- dlib (π₯40 Β· β 12K) - A toolkit for making real world machine learning and data analysis..
βοΈBSL-1.0
- MindsDB (π₯34 Β· β 19K) - MindsDB connects AI models to real time data.
βοΈGPL-3.0
- Turi Create (π₯33 Β· β 11K Β· π) - Turi Create simplifies the development of custom machine..
BSD-3
- Chainer (π₯33 Β· β 5.8K Β· π) - A flexible framework of neural networks for deep learning.
MIT
- TFlearn (π₯32 Β· β 9.6K Β· π) - Deep learning library featuring a higher-level API for TensorFlow.
MIT
- CNTK (π₯30 Β· β 17K Β· π) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.
MIT
- NuPIC (π₯29 Β· β 6.3K) - Numenta Platform for Intelligent Computing is an implementation of..
βοΈAGPL-3.0
- Lasagne (π₯28 Β· β 3.8K Β· π) - Lightweight library to build and train neural networks in Theano.
MIT
- SHOGUN (π₯26 Β· β 3K Β· π) - Unified and efficient Machine Learning.
BSD-3
- xLearn (π₯25 Β· β 3.1K Β· π) - High performance, easy-to-use, and scalable machine learning (ML)..
Apache-2
- mace (π₯22 Β· β 4.8K Β· π) - MACE is a deep learning inference framework optimized for mobile..
Apache-2
- neon (π₯22 Β· β 3.9K Β· π) - Intel Nervana reference deep learning framework committed to best..
Apache-2
- elegy (π₯18 Β· β 460 Β· π) - A High Level API for Deep Learning in JAX.
MIT
- StarSpace (π₯16 Β· β 3.9K Β· π) - Learning embeddings for classification, retrieval and ranking.
MIT
Data Visualization
General-purpose and task-specific data visualization libraries.
Matplotlib (π₯50 Β· β 18K Β· π) - matplotlib: plotting with Python. Python-2.0
-
GitHub (π¨βπ» 1.6K Β· π 7.3K Β· π¦ 1M Β· π 10K - 14% open Β· β±οΈ 30.11.2023):
git clone https://github.com/matplotlib/matplotlib
-
PyPi (π₯ 44M / month Β· π¦ 63K Β· β±οΈ 18.11.2023):
pip install matplotlib
-
Conda (π₯ 21M Β· β±οΈ 20.11.2023):
conda install -c conda-forge matplotlib
Plotly (π₯44 Β· β 14K) - The interactive graphing library for Python This project now includes.. MIT
-
GitHub (π¨βπ» 250 Β· π 2.4K Β· π¦ 220K Β· π 2.8K - 50% open Β· β±οΈ 28.11.2023):
git clone https://github.com/plotly/plotly.py
-
PyPi (π₯ 11M / month Β· π¦ 5.4K Β· β±οΈ 25.10.2023):
pip install plotly
-
Conda (π₯ 5.1M Β· β±οΈ 25.10.2023):
conda install -c conda-forge plotly
-
npm (π₯ 52K / month Β· π¦ 6 Β· β±οΈ 12.01.2021):
npm install plotlywidget
Seaborn (π₯43 Β· β 11K) - Statistical data visualization in Python. BSD-3
-
GitHub (π¨βπ» 210 Β· π 1.8K Β· π₯ 310 Β· π¦ 330K Β· π 2.4K - 4% open Β· β±οΈ 30.11.2023):
git clone https://github.com/mwaskom/seaborn
-
PyPi (π₯ 12M / month Β· π¦ 11K Β· β±οΈ 29.09.2023):
pip install seaborn
-
Conda (π₯ 7.8M Β· β±οΈ 02.10.2023):
conda install -c conda-forge seaborn
Altair (π₯42 Β· β 8.6K) - Declarative statistical visualization library for Python. BSD-3
-
GitHub (π¨βπ» 160 Β· π 780 Β· π₯ 90 Β· π¦ 90K Β· π 1.9K - 9% open Β· β±οΈ 28.11.2023):
git clone https://github.com/altair-viz/altair
-
PyPi (π₯ 15M / month Β· π¦ 630 Β· β±οΈ 28.11.2023):
pip install altair
-
Conda (π₯ 2.1M Β· β±οΈ 03.10.2023):
conda install -c conda-forge altair
pandas-profiling (π₯37 Β· β 11K) - 1 Line of code data quality profiling & exploratory.. MIT


-
GitHub (π¨βπ» 120 Β· π 1.6K Β· π₯ 8 Β· π¦ 1.9K Β· π 740 - 26% open Β· β±οΈ 29.11.2023):
git clone https://github.com/ydataai/pandas-profiling
-
PyPi (π₯ 680K / month Β· π¦ 190 Β· β±οΈ 03.02.2023):
pip install pandas-profiling
-
Conda (π₯ 410K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pandas-profiling
PyQtGraph (π₯36 Β· β 3.5K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
-
GitHub (π¨βπ» 260 Β· π 1K Β· π¦ 8.3K Β· π 1.2K - 29% open Β· β±οΈ 18.11.2023):
git clone https://github.com/pyqtgraph/pyqtgraph
-
PyPi (π₯ 180K / month Β· π¦ 950 Β· β±οΈ 29.09.2022):
pip install pyqtgraph
-
Conda (π₯ 490K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pyqtgraph
VisPy (π₯35 Β· β 3.2K) - High-performance interactive 2D/3D data visualization library. BSD-3

-
GitHub (π¨βπ» 190 Β· π 610 Β· π¦ 1.3K Β· π 1.4K - 22% open Β· β±οΈ 31.10.2023):
git clone https://github.com/vispy/vispy
-
PyPi (π₯ 400K / month Β· π¦ 140 Β· β±οΈ 03.10.2023):
pip install vispy
-
Conda (π₯ 440K Β· β±οΈ 04.10.2023):
conda install -c conda-forge vispy
-
npm (π₯ 10 / month Β· π¦ 1 Β· β±οΈ 15.03.2020):
npm install vispy
HoloViews (π₯35 Β· β 2.5K) - With Holoviews, your data visualizes itself. BSD-3

-
GitHub (π¨βπ» 140 Β· π 380 Β· π 3.1K - 33% open Β· β±οΈ 29.11.2023):
git clone https://github.com/holoviz/holoviews
-
PyPi (π₯ 350K / month Β· π¦ 260 Β· β±οΈ 21.11.2023):
pip install holoviews
-
Conda (π₯ 1.5M Β· β±οΈ 08.11.2023):
conda install -c conda-forge holoviews
-
npm (π₯ 650 / month Β· π¦ 2 Β· β±οΈ 16.08.2023):
npm install @pyviz/jupyterlab_pyviz
PyVista (π₯35 Β· β 2.1K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT

-
GitHub (π¨βπ» 150 Β· π 380 Β· π₯ 790 Β· π¦ 2.4K Β· π 1.4K - 28% open Β· β±οΈ 30.11.2023):
git clone https://github.com/pyvista/pyvista
-
PyPi (π₯ 230K / month Β· π¦ 220 Β· β±οΈ 07.10.2023):
pip install pyvista
-
Conda (π₯ 430K Β· β±οΈ 07.10.2023):
conda install -c conda-forge pyvista
datashader (π₯33 Β· β 3.1K) - Quickly and accurately render even the largest data. BSD-3
-
GitHub (π¨βπ» 54 Β· π 360 Β· π¦ 3.2K Β· π 570 - 22% open Β· β±οΈ 27.10.2023):
git clone https://github.com/holoviz/datashader
-
PyPi (π₯ 74K / month Β· π¦ 120 Β· β±οΈ 31.10.2023):
pip install datashader
-
Conda (π₯ 720K Β· β±οΈ 27.10.2023):
conda install -c conda-forge datashader
wordcloud (π₯32 Β· β 9.8K) - A little word cloud generator in Python. MIT
-
GitHub (π¨βπ» 69 Β· π 2.3K Β· π¦ 21 Β· π 520 - 20% open Β· β±οΈ 04.10.2023):
git clone https://github.com/amueller/word_cloud
-
PyPi (π₯ 1.4M / month Β· π¦ 830 Β· β±οΈ 18.05.2023):
pip install wordcloud
-
Conda (π₯ 450K Β· β±οΈ 07.07.2023):
conda install -c conda-forge wordcloud
Perspective (π₯31 Β· β 7K) - A data visualization and analytics component, especially.. Apache-2

-
GitHub (π¨βπ» 93 Β· π 890 Β· π₯ 1.7K Β· π¦ 100 Β· π 700 - 13% open Β· β±οΈ 29.11.2023):
git clone https://github.com/finos/perspective
-
PyPi (π₯ 7K / month Β· π¦ 14 Β· β±οΈ 29.11.2023):
pip install perspective-python
-
Conda (π₯ 490K Β· β±οΈ 20.11.2023):
conda install -c conda-forge perspective
-
npm (π₯ 790 / month Β· π¦ 3 Β· β±οΈ 29.11.2023):
npm install @finos/perspective-jupyterlab
D-Tale (π₯31 Β· β 4.4K) - Visualizer for pandas data structures. βοΈLGPL-2.1


hvPlot (π₯31 Β· β 820) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3
missingno (π₯29 Β· β 3.7K Β· π€) - Missing data visualization module for Python. MIT
-
GitHub (π¨βπ» 18 Β· π 460 Β· π¦ 14K Β· π 130 - 6% open Β· β±οΈ 26.02.2023):
git clone https://github.com/ResidentMario/missingno
-
PyPi (π₯ 450K / month Β· π¦ 140 Β· β±οΈ 27.02.2022):
pip install missingno
-
Conda (π₯ 310K Β· β±οΈ 16.06.2023):
conda install -c conda-forge missingno
bqplot (π₯29 Β· β 3.5K) - Plotting library for IPython/Jupyter notebooks. Apache-2

-
GitHub (π¨βπ» 64 Β· π 480 Β· π¦ 51 Β· π 620 - 40% open Β· β±οΈ 04.10.2023):
git clone https://github.com/bqplot/bqplot
-
PyPi (π₯ 130K / month Β· π¦ 100 Β· β±οΈ 17.10.2023):
pip install bqplot
-
Conda (π₯ 1.2M Β· β±οΈ 06.11.2023):
conda install -c conda-forge bqplot
-
npm (π₯ 3.3K / month Β· π¦ 16 Β· β±οΈ 17.10.2023):
npm install bqplot
Sweetviz (π₯29 Β· β 2.7K) - Visualize and compare datasets, target values and associations, with one.. MIT
mpld3 (π₯29 Β· β 2.3K Β· π€) - D3 Renderings of Matplotlib Graphics. BSD-3
-
GitHub (π¨βπ» 51 Β· π 360 Β· π¦ 5.3K Β· π 360 - 60% open Β· β±οΈ 10.12.2022):
git clone https://github.com/mpld3/mpld3
-
PyPi (π₯ 390K / month Β· π¦ 410 Β· β±οΈ 10.12.2022):
pip install mpld3
-
Conda (π₯ 190K Β· β±οΈ 16.06.2023):
conda install -c conda-forge mpld3
-
npm (π₯ 360 / month Β· π¦ 8 Β· β±οΈ 10.12.2022):
npm install mpld3
data-validation (π₯29 Β· β 740) - Library for exploring and validating machine learning.. Apache-2


Facets Overview (π₯28 Β· β 7.2K) - Visualizations for machine learning datasets. Apache-2

AutoViz (π₯27 Β· β 1.5K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
openTSNE (π₯27 Β· β 1.3K Β· π) - Extensible, parallel implementations of t-SNE. BSD-3
-
GitHub (π¨βπ» 11 Β· π 160 Β· π¦ 690 Β· π 130 - 1% open Β· β±οΈ 29.11.2023):
git clone https://github.com/pavlin-policar/openTSNE
-
PyPi (π₯ 23K / month Β· π¦ 18 Β· β±οΈ 29.11.2023):
pip install opentsne
-
Conda (π₯ 230K Β· β±οΈ 29.11.2023):
conda install -c conda-forge opentsne
pythreejs (π₯27 Β· β 910 Β· π€) - A Jupyter - Three.js bridge. BSD-3

-
GitHub (π¨βπ» 30 Β· π 180 Β· π¦ 28 Β· π 240 - 25% open Β· β±οΈ 20.02.2023):
git clone https://github.com/jupyter-widgets/pythreejs
-
PyPi (π₯ 62K / month Β· π¦ 57 Β· β±οΈ 20.02.2023):
pip install pythreejs
-
Conda (π₯ 520K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pythreejs
-
npm (π₯ 3.5K / month Β· π¦ 11 Β· β±οΈ 20.02.2023):
npm install jupyter-threejs
Chartify (π₯25 Β· β 3.4K) - Python library that makes it easy for data scientists to create.. Apache-2
Multicore-TSNE (π₯25 Β· β 1.8K) - Parallel t-SNE implementation with Python and Torch.. BSD-3

-
GitHub (π¨βπ» 17 Β· π 230 Β· π¦ 410 Β· π 66 - 68% open Β· β±οΈ 26.05.2023):
git clone https://github.com/DmitryUlyanov/Multicore-TSNE
-
PyPi (π₯ 15K / month Β· π¦ 22 Β· β±οΈ 09.01.2019):
pip install MulticoreTSNE
-
Conda (π₯ 30K Β· β±οΈ 11.10.2023):
conda install -c conda-forge multicore-tsne
Plotly-Resampler (π₯25 Β· β 860) - Visualize large time series data with plotly.py. MIT
-
GitHub (π¨βπ» 11 Β· π 56 Β· π¦ 720 Β· π 150 - 28% open Β· β±οΈ 24.11.2023):
git clone https://github.com/predict-idlab/plotly-resampler
-
PyPi (π₯ 360K / month Β· π¦ 10 Β· β±οΈ 08.11.2023):
pip install plotly-resampler
-
Conda (π₯ 32K Β· β±οΈ 11.08.2023):
conda install -c conda-forge plotly-resampler
Pandas-Bokeh (π₯23 Β· β 870 Β· π€) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT

python-ternary (π₯23 Β· β 660) - Ternary plotting library for python with matplotlib. MIT
-
GitHub (π¨βπ» 27 Β· π 160 Β· π₯ 25 Β· π¦ 150 Β· π 140 - 25% open Β· β±οΈ 26.09.2023):
git clone https://github.com/marcharper/python-ternary
-
PyPi (π₯ 40K / month Β· π¦ 25 Β· β±οΈ 17.02.2021):
pip install python-ternary
-
Conda (π₯ 79K Β· β±οΈ 16.06.2023):
conda install -c conda-forge python-ternary
Show 13 hidden projects...
- cartopy (π₯34 Β· β 1.3K) - Cartopy - a cartographic python library with matplotlib support.
βοΈLGPL-3.0
- Cufflinks (π₯29 Β· β 2.9K Β· π) - Productivity Tools for Plotly + Pandas.
MIT
- HyperTools (π₯25 Β· β 1.8K Β· π) - A Python toolbox for gaining geometric insights into high-..
MIT
- PandasGUI (π₯23 Β· β 3.1K) - A GUI for Pandas DataFrames.
βοΈMIT-0
- pivottablejs (π₯23 Β· β 630 Β· π) - Dragndrop Pivot Tables and Charts for Jupyter/IPython..
MIT
- joypy (π₯21 Β· β 500 Β· π) - Joyplots in Python with matplotlib & pandas.
MIT
- PyWaffle (π₯20 Β· β 560 Β· π) - Make Waffle Charts in Python.
MIT
- vegafusion (π₯20 Β· β 280) - Serverside scaling for Vega and Altair visualizations.
BSD-3
- animatplot (π₯18 Β· β 400 Β· π) - A python package for animating plots build on matplotlib.
MIT
- data-describe (π₯17 Β· β 290 Β· π) - datadescribe: Pythonic EDA Accelerator for Data Science.
Apache-2
- pdvega (π₯16 Β· β 340 Β· π) - Interactive plotting for Pandas using Vega-Lite.
MIT
- nx-altair (π₯16 Β· β 220 Β· π) - Draw interactive NetworkX graphs with Altair.
MIT
- nptsne (π₯12 Β· β 30 Β· π) - nptsne is a numpy compatible python binary package that offers a..
Apache-2
Text Data & NLP
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 (π₯50 Β· β 120K) - Transformers: State-of-the-art Machine Learning for.. Apache-2


-
GitHub (π¨βπ» 2.3K Β· π 23K Β· π¦ 120K Β· π 14K - 6% open Β· β±οΈ 30.11.2023):
git clone https://github.com/huggingface/transformers
-
PyPi (π₯ 18M / month Β· π¦ 2.5K Β· β±οΈ 15.11.2023):
pip install transformers
-
Conda (π₯ 1.5M Β· β±οΈ 17.11.2023):
conda install -c conda-forge transformers
nltk (π₯43 Β· β 13K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
Rasa (π₯41 Β· β 17K) - Open source machine learning framework to automate text- and voice-.. Apache-2

gensim (π₯40 Β· β 15K) - Topic Modelling for Humans. βοΈLGPL-2.1
-
GitHub (π¨βπ» 450 Β· π 4.4K Β· π₯ 4.5K Β· π¦ 53K Β· π 1.8K - 20% open Β· β±οΈ 01.10.2023):
git clone https://github.com/RaRe-Technologies/gensim
-
PyPi (π₯ 3.9M / month Β· π¦ 3.1K Β· β±οΈ 24.08.2023):
pip install gensim
-
Conda (π₯ 1.2M Β· β±οΈ 24.08.2023):
conda install -c conda-forge gensim
flair (π₯39 Β· β 13K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT

Tokenizers (π₯37 Β· β 7.8K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
-
GitHub (π¨βπ» 82 Β· π 660 Β· π₯ 33 Β· π¦ 51K Β· π 870 - 33% open Β· β±οΈ 20.11.2023):
git clone https://github.com/huggingface/tokenizers
-
PyPi (π₯ 15M / month Β· π¦ 350 Β· β±οΈ 14.11.2023):
pip install tokenizers
-
Conda (π₯ 1.4M Β· β±οΈ 16.11.2023):
conda install -c conda-forge tokenizers
fairseq (π₯36 Β· β 28K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT

-
GitHub (π¨βπ» 420 Β· π 6.1K Β· π₯ 320 Β· π¦ 2.4K Β· π 4.1K - 26% open Β· β±οΈ 10.10.2023):
git clone https://github.com/facebookresearch/fairseq
-
PyPi (π₯ 360K / month Β· π¦ 64 Β· β±οΈ 27.06.2022):
pip install fairseq
-
Conda (π₯ 56K Β· β±οΈ 16.06.2023):
conda install -c conda-forge fairseq
sentence-transformers (π₯36 Β· β 13K) - Multilingual Sentence & Image Embeddings with BERT. Apache-2

-
GitHub (π¨βπ» 120 Β· π 2.1K Β· π¦ 19K Β· π 1.8K - 56% open Β· β±οΈ 20.09.2023):
git clone https://github.com/UKPLab/sentence-transformers
-
PyPi (π₯ 2.9M / month Β· π¦ 420 Β· β±οΈ 26.06.2022):
pip install sentence-transformers
-
Conda (π₯ 190K Β· β±οΈ 16.06.2023):
conda install -c conda-forge sentence-transformers
fastText (π₯35 Β· β 25K Β· π) - Library for fast text representation and classification. MIT
-
GitHub (π¨βπ» 67 Β· π 4.6K Β· π¦ 5.3K Β· π 1.2K - 47% open Β· β±οΈ 27.11.2023):
git clone https://github.com/facebookresearch/fastText
-
PyPi (π₯ 930K / month Β· π¦ 220 Β· β±οΈ 28.04.2020):
pip install fasttext
-
Conda (π₯ 69K Β· β±οΈ 26.09.2023):
conda install -c conda-forge fasttext
haystack (π₯35 Β· β 12K Β· π) - LLM orchestration framework to build customizable, production-.. Apache-2
AllenNLP (π₯35 Β· β 12K Β· π€) - An open-source NLP research library, built on PyTorch. Apache-2

-
GitHub (π¨βπ» 260 Β· π 2.3K Β· π₯ 62 Β· π¦ 3.8K Β· π 2.6K - 3% open Β· β±οΈ 22.11.2022):
git clone https://github.com/allenai/allennlp
-
PyPi (π₯ 51K / month Β· π¦ 190 Β· β±οΈ 18.10.2022):
pip install allennlp
-
Conda (π₯ 120K Β· β±οΈ 16.06.2023):
conda install -c conda-forge allennlp
TextBlob (π₯35 Β· β 8.8K Β· π€) - Simple, Pythonic, text processing--Sentiment analysis, part-of-.. MIT
-
GitHub (π¨βπ» 36 Β· π 1.1K Β· π₯ 110 Β· π¦ 34K Β· π 270 - 42% open Β· β±οΈ 11.03.2023):
git clone https://github.com/sloria/TextBlob
-
PyPi (π₯ 560K / month Β· π¦ 1.4K Β· β±οΈ 22.10.2021):
pip install textblob
-
Conda (π₯ 240K Β· β±οΈ 16.06.2023):
conda install -c conda-forge textblob
sentencepiece (π₯35 Β· β 8.6K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
-
GitHub (π¨βπ» 79 Β· π 1K Β· π₯ 32K Β· π¦ 48K Β· π 680 - 5% open Β· β±οΈ 17.11.2023):
git clone https://github.com/google/sentencepiece
-
PyPi (π₯ 10M / month Β· π¦ 810 Β· β±οΈ 02.05.2023):
pip install sentencepiece
-
Conda (π₯ 680K Β· β±οΈ 02.11.2023):
conda install -c conda-forge sentencepiece
stanza (π₯34 Β· β 6.9K) - Stanford NLP Python library for tokenization, sentence segmentation,.. Apache-2
OpenNMT (π₯34 Β· β 6.4K) - Open Source Neural Machine Translation and (Large) Language Models.. MIT

litellm (π₯34 Β· β 3.3K Β· π£) - Call all LLM APIs using the OpenAI format. Use.. MIT
o
t
h
e
r
s
TensorFlow Text (π₯34 Β· β 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2

ParlAI (π₯33 Β· β 10K) - A framework for training and evaluating AI models on a variety of.. MIT

torchtext (π₯33 Β· β 3.4K) - Models, data loaders and abstractions for language processing,.. BSD-3

jellyfish (π₯33 Β· β 1.9K) - a python library for doing approximate and phonetic matching of strings. MIT
-
GitHub (π¨βπ» 31 Β· π 160 Β· π¦ 7.4K Β· π 130 - 5% open Β· β±οΈ 17.11.2023):
git clone https://github.com/jamesturk/jellyfish
-
PyPi (π₯ 2.3M / month Β· π¦ 450 Β· β±οΈ 17.11.2023):
pip install jellyfish
-
Conda (π₯ 750K Β· β±οΈ 17.11.2023):
conda install -c conda-forge jellyfish
snowballstemmer (π₯33 Β· β 700) - Snowball compiler and stemming algorithms. BSD-3
-
GitHub (π¨βπ» 34 Β· π 170 Β· π¦ 5 Β· π 89 - 34% open Β· β±οΈ 09.11.2023):
git clone https://github.com/snowballstem/snowball
-
PyPi (π₯ 11M / month Β· π¦ 6.8K Β· β±οΈ 16.11.2021):
pip install snowballstemmer
-
Conda (π₯ 7.5M Β· β±οΈ 16.06.2023):
conda install -c conda-forge snowballstemmer
DeepPavlov (π₯32 Β· β 6.4K) - An open source library for deep learning end-to-end dialog.. Apache-2

ftfy (π₯31 Β· β 3.6K) - Fixes mojibake and other glitches in Unicode text, after the fact. Apache-2
Dedupe (π₯30 Β· β 3.9K Β· π€) - A python library for accurate and scalable fuzzy matching, record.. MIT
TextDistance (π₯30 Β· β 3.2K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT
GluonNLP (π₯30 Β· β 2.5K Β· π€) - Toolkit that enables easy text preprocessing, datasets.. Apache-2

SciSpacy (π₯30 Β· β 1.5K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
spacy-transformers (π₯30 Β· β 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT
spacy
-
GitHub (π¨βπ» 22 Β· π 160 Β· π¦ 1.4K Β· β±οΈ 08.11.2023):
git clone https://github.com/explosion/spacy-transformers
-
PyPi (π₯ 240K / month Β· π¦ 42 Β· β±οΈ 08.11.2023):
pip install spacy-transformers
-
Conda (π₯ 25K Β· β±οΈ 09.11.2023):
conda install -c conda-forge spacy-transformers
qdrant (π₯28 Β· β 15K) - Qdrant - High-performance, massive-scale Vector Database for the next.. Apache-2
-
GitHub (π¨βπ» 70 Β· π 810 Β· π₯ 5.4K Β· π 810 - 19% open Β· β±οΈ 13.11.2023):
git clone https://github.com/qdrant/qdrant
english-words (π₯28 Β· β 9.6K Β· π€) - A text file containing 479k English words for all your.. Unlicense
Sumy (π₯28 Β· β 3.3K) - Module for automatic summarization of text documents and HTML pages. Apache-2
fastNLP (π₯27 Β· β 3K Β· π€) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2
PyTextRank (π₯27 Β· β 2.1K) - Python implementation of TextRank algorithms (textgraphs) for phrase.. MIT
Ciphey (π₯26 Β· β 14K) - Automatically decrypt encryptions without knowing the key or cipher, decode.. MIT
-
GitHub (π¨βπ» 48 Β· π 870 Β· π 320 - 17% open Β· β±οΈ 12.10.2023):
git clone https://github.com/Ciphey/Ciphey
-
PyPi (π₯ 48K / month Β· β±οΈ 06.06.2021):
pip install ciphey
-
Docker Hub (π₯ 21K Β· β 14 Β· β±οΈ 14.10.2023):
docker pull remnux/ciphey
promptsource (π₯26 Β· β 2.3K) - Toolkit for creating, sharing and using natural language.. Apache-2
OpenPrompt (π₯25 Β· β 3.9K) - An Open-Source Framework for Prompt-Learning. Apache-2
scattertext (π₯25 Β· β 2.2K) - Beautiful visualizations of how language differs among document.. Apache-2
-
GitHub (π¨βπ» 14 Β· π 280 Β· π¦ 460 Β· π 99 - 21% open Β· β±οΈ 05.09.2023):
git clone https://github.com/JasonKessler/scattertext
-
PyPi (π₯ 11K / month Β· π¦ 10 Β· β±οΈ 26.03.2022):
pip install scattertext
-
Conda (π₯ 85K Β· β±οΈ 16.06.2023):
conda install -c conda-forge scattertext
sense2vec (π₯25 Β· β 1.6K Β· π€) - Contextually-keyed word vectors. MIT
-
GitHub (π¨βπ» 19 Β· π 240 Β· π₯ 60K Β· π¦ 300 Β· π 110 - 19% open Β· β±οΈ 20.04.2023):
git clone https://github.com/explosion/sense2vec
-
PyPi (π₯ 1.8K / month Β· π¦ 13 Β· β±οΈ 19.04.2021):
pip install sense2vec
-
Conda (π₯ 35K Β· β±οΈ 22.09.2023):
conda install -c conda-forge sense2vec
T5 (π₯24 Β· β 5.6K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2

pytorch-nlp (π₯24 Β· β 2.2K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3

Texthero (π₯23 Β· β 2.8K) - Text preprocessing, representation and visualization from zero to hero. MIT
YouTokenToMe (π₯23 Β· β 920 Β· π€) - Unsupervised text tokenizer focused on computational efficiency. MIT
-
GitHub (π¨βπ» 8 Β· π 79 Β· π¦ 560 Β· π 63 - 57% open Β· β±οΈ 29.03.2023):
git clone https://github.com/vkcom/youtokentome
-
PyPi (π₯ 42K / month Β· π¦ 23 Β· β±οΈ 12.02.2020):
pip install youtokentome
-
Conda (π₯ 39K Β· β±οΈ 27.09.2023):
conda install -c conda-forge youtokentome
detoxify (π₯23 Β· β 760) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
happy-transformer (π₯23 Β· β 480) - Happy Transformer makes it easy to fine-tune and.. Apache-2
huggingface
Sockeye (π₯22 Β· β 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2

NLP Architect (π₯21 Β· β 2.9K Β· π€) - A model library for exploring state-of-the-art deep.. Apache-2
lightseq (π₯20 Β· β 3K) - LightSeq: A High Performance Library for Sequence Processing and.. Apache-2
small-text (π₯20 Β· β 500) - Active Learning for Text Classification in Python. MIT


UForm (π₯20 Β· β 450) - Multi-Modal AI library for Multi-Lingual Text, Image, and Video.. Apache-2

textaugment (π₯20 Β· β 350) - TextAugment: Text Augmentation Library. MIT
OpenNRE (π₯16 Β· β 4.1K Β· π€) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
-
GitHub (π¨βπ» 12 Β· π 1K Β· π 360 - 3% open Β· β±οΈ 03.01.2023):
git clone https://github.com/thunlp/OpenNRE
TextBox (π₯15 Β· β 1K) - TextBox 2.0 is a text generation library with pre-trained language models. MIT
VizSeq (π₯15 Β· β 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
Show 41 hidden projects...
- ChatterBot (π₯35 Β· β 14K Β· π) - ChatterBot is a machine learning, conversational dialog engine..
BSD-3
- fuzzywuzzy (π₯33 Β· β 9K Β· π) - Fuzzy String Matching in Python.
βοΈGPL-2.0
- nlpaug (π₯29 Β· β 4.2K Β· π) - Data augmentation for NLP.
MIT
- langid (π₯28 Β· β 2.2K Β· π) - Stand-alone language identification system.
BSD-3
- textacy (π₯28 Β· β 2.1K Β· π€) - NLP, before and after spaCy.
βUnlicensed
- underthesea (π₯28 Β· β 1.3K) - Underthesea - Vietnamese NLP Toolkit.
βοΈGPL-3.0
- flashtext (π₯27 Β· β 5.5K Β· π) - Extract Keywords from sentence or Replace keywords in sentences.
MIT
- vaderSentiment (π₯27 Β· β 4.1K Β· π) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary..
MIT
- polyglot (π₯27 Β· β 2.2K Β· π) - Multilingual text (NLP) processing toolkit.
βοΈGPL-3.0
- FARM (π₯27 Β· β 1.7K Β· π) - Fast & easy transfer learning for NLP. Harvesting language..
Apache-2
- Snips NLU (π₯25 Β· β 3.8K Β· π) - Snips Python library to extract meaning from text.
Apache-2
- neuralcoref (π₯25 Β· β 2.8K Β· π) - Fast Coreference Resolution in spaCy with Neural Networks.
MIT
- whoosh (π₯25 Β· β 480 Β· π) - Pure-Python full-text search library.
βοΈBSD-1-Clause
- PyText (π₯24 Β· β 6.4K Β· π) - 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
- MatchZoo (π₯24 Β· β 3.8K Β· π) - Facilitating the design, comparison and sharing of deep..
Apache-2
- pySBD (π₯24 Β· β 680 Β· π) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence..
MIT
- Kashgari (π₯23 Β· β 2.4K Β· π) - Kashgari is a production-level NLP Transfer learning..
Apache-2
- DeepMatcher (π₯22 Β· β 4.8K Β· π) - Python package for performing Entity and Text Matching using..
BSD-3
- gpt-2-simple (π₯22 Β· β 3.3K Β· π) - 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.6K Β· π) - jiant is an nlp toolkit.
MIT
- stop-words (π₯22 Β· β 150 Β· π) - Get list of common stop words in various languages in Python.
BSD-3
- DELTA (π₯21 Β· β 1.6K Β· π) - DELTA is a deep learning based natural language and speech..
Apache-2
- anaGo (π₯21 Β· β 1.5K Β· π) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,..
MIT
- pyfasttext (π₯20 Β· β 230 Β· π) - Yet another Python binding for fastText.
βοΈGPL-3.0
- numerizer (π₯20 Β· β 210) - A Python module to convert natural language numerics into ints and..
MIT
- fastT5 (π₯19 Β· β 510 Β· π) - boost inference speed of T5 models by 5x & reduce the model size..
Apache-2
- textpipe (π₯19 Β· β 300 Β· π) - Textpipe: clean and extract metadata from text.
MIT
- NeuroNER (π₯18 Β· β 1.7K Β· π) - Named-entity recognition using neural networks. Easy-to-use and..
MIT
- Camphr (π₯18 Β· β 340 Β· π) - Camphr - NLP libary for creating pipeline components.
Apache-2
spacy
- nboost (π₯17 Β· β 670 Β· π) - NBoost is a scalable, search-api-boosting platform for deploying..
Apache-2
- BLINK (π₯16 Β· β 1.1K Β· π) - Entity Linker solution.
MIT
- skift (π₯16 Β· β 230 Β· π) - scikit-learn wrappers for Python fastText.
MIT
- Translate (π₯15 Β· β 810 Β· π) - Translate - a PyTorch Language Library.
BSD-3
- Headliner (π₯14 Β· β 230 Β· π) - Easy training and deployment of seq2seq models.
MIT
- NeuralQA (π₯14 Β· β 230 Β· π) - NeuralQA: A Usable Library for Question Answering on Large Datasets..
MIT
- TransferNLP (π₯13 Β· β 290 Β· π) - NLP library designed for reproducible experimentation..
MIT
- ONNX-T5 (π₯13 Β· β 240 Β· π) - Summarization, translation, sentiment-analysis, text-generation..
Apache-2
- textvec (π₯13 Β· β 190 Β· π) - Text vectorization tool to outperform TFIDF for classification..
MIT
- spacy-dbpedia-spotlight (π₯12 Β· β 92 Β· π€) - 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.
torchvision (π₯42 Β· β 15K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3

-
GitHub (π¨βπ» 560 Β· π 6.8K Β· π₯ 34K Β· π¦ 21 Β· π 3.2K - 29% open Β· β±οΈ 23.11.2023):
git clone https://github.com/pytorch/vision
-
PyPi (π₯ 9.7M / month Β· π¦ 4.8K Β· β±οΈ 15.11.2023):
pip install torchvision
-
Conda (π₯ 930K Β· β±οΈ 29.11.2023):
conda install -c conda-forge torchvision
PyTorch Image Models (π₯41 Β· β 28K) - PyTorch image models, scripts, pretrained weights --.. Apache-2

-
GitHub (π¨βπ» 120 Β· π 4.4K Β· π₯ 5.8M Β· π¦ 19K Β· π 820 - 8% open Β· β±οΈ 27.11.2023):
git clone https://github.com/rwightman/pytorch-image-models
-
PyPi (π₯ 3.5M / month Β· π¦ 340 Β· β±οΈ 24.11.2023):
pip install timm
-
Conda (π₯ 110K Β· β±οΈ 25.11.2023):
conda install -c conda-forge timm
MMDetection (π₯39 Β· β 26K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2

Kornia (π₯38 Β· β 8.9K) - Geometric Computer Vision Library for AI. Apache-2

-
GitHub (π¨βπ» 240 Β· π 880 Β· π₯ 870 Β· π¦ 7.3K Β· π 850 - 29% open Β· β±οΈ 30.11.2023):
git clone https://github.com/kornia/kornia
-
PyPi (π₯ 2M / month Β· π¦ 110 Β· β±οΈ 02.08.2023):
pip install kornia
-
Conda (π₯ 110K Β· β±οΈ 04.08.2023):
conda install -c conda-forge kornia
imageio (π₯38 Β· β 1.3K) - Python library for reading and writing image data. BSD-2
-
GitHub (π¨βπ» 110 Β· π 270 Β· π₯ 910 Β· π¦ 110K Β· π 580 - 15% open Β· β±οΈ 29.11.2023):
git clone https://github.com/imageio/imageio
-
PyPi (π₯ 17M / month Β· π¦ 3.1K Β· β±οΈ 20.11.2023):
pip install imageio
-
Conda (π₯ 5.9M Β· β±οΈ 09.10.2023):
conda install -c conda-forge imageio
Albumentations (π₯36 Β· β 13K) - Fast image augmentation library and an easy-to-use wrapper.. MIT

-
GitHub (π¨βπ» 130 Β· π 1.5K Β· π¦ 19K Β· π 810 - 46% open Β· β±οΈ 05.11.2023):
git clone https://github.com/albumentations-team/albumentations
-
PyPi (π₯ 1.1M / month Β· π¦ 340 Β· β±οΈ 10.06.2023):
pip install albumentations
-
Conda (π₯ 150K Β· β±οΈ 12.06.2023):
conda install -c conda-forge albumentations
InsightFace (π₯35 Β· β 19K) - State-of-the-art 2D and 3D Face Analysis Project. MIT

deepface (π₯34 Β· β 8.4K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
detectron2 (π₯33 Β· β 27K) - Detectron2 is a platform for object detection, segmentation.. Apache-2

PaddleSeg (π₯33 Β· β 7.8K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2

opencv-python (π₯33 Β· β 3.9K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
imageai (π₯31 Β· β 8.2K) - A python library built to empower developers to build applications and.. MIT
-
GitHub (π¨βπ» 19 Β· π 2.1K Β· π₯ 890K Β· π¦ 1.5K Β· π 740 - 39% open Β· β±οΈ 26.08.2023):
git clone https://github.com/OlafenwaMoses/ImageAI
-
PyPi (π₯ 8.2K / month Β· π¦ 18 Β· β±οΈ 02.01.2023):
pip install imageai
-
Conda (π₯ 6.7K Β· β±οΈ 16.06.2023):
conda install -c conda-forge imageai
ImageHash (π₯31 Β· β 2.9K) - A Python Perceptual Image Hashing Module. BSD-2
-
GitHub (π¨βπ» 26 Β· π 320 Β· π¦ 11K Β· π 130 - 7% open Β· β±οΈ 24.10.2023):
git clone https://github.com/JohannesBuchner/imagehash
-
PyPi (π₯ 1.4M / month Β· π¦ 380 Β· β±οΈ 28.09.2022):
pip install ImageHash
-
Conda (π₯ 350K Β· β±οΈ 16.06.2023):
conda install -c conda-forge imagehash
vit-pytorch (π₯30 Β· β 16K) - Implementation of Vision Transformer, a simple way to achieve.. MIT

Face Alignment (π₯30 Β· β 6.6K) - 2D and 3D Face alignment library build using pytorch. BSD-3

PaddleDetection (π₯29 Β· β 12K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2

sahi (π₯29 Β· β 3.2K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
vidgear (π₯29 Β· β 3K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
CellProfiler (π₯29 Β· β 820) - An open-source application for biological image analysis. BSD-3
Augmentor (π₯27 Β· β 5K Β· π€) - Image augmentation library in Python for machine learning. MIT
facenet-pytorch (π₯26 Β· β 3.9K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT

Image Deduplicator (π₯25 Β· β 4.8K Β· π€) - Finding duplicate images made easy!. Apache-2

pytorchvideo (π₯25 Β· β 3.1K) - A deep learning library for video understanding research. Apache-2

Norfair (π₯25 Β· β 2.2K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3
MMF (π₯24 Β· β 5.3K) - A modular framework for vision & language multimodal research from.. BSD-3

kubric (π₯24 Β· β 2K) - A data generation pipeline for creating semi-realistic synthetic multi-.. Apache-2
tensorflow-graphics (π₯23 Β· β 2.7K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2

icevision (π₯23 Β· β 840 Β· π€) - An Agnostic Computer Vision Framework - Pluggable to any.. Apache-2
DEβ«ΆTR (π₯22 Β· β 12K Β· π€) - End-to-End Object Detection with Transformers. Apache-2

-
GitHub (π¨βπ» 26 Β· π 2.1K Β· π¦ 21 Β· π 520 - 45% open Β· β±οΈ 07.02.2023):
git clone https://github.com/facebookresearch/detr
vissl (π₯22 Β· β 3.2K) - VISSL is FAIRs library of extensible, modular and scalable components.. MIT

Classy Vision (π₯21 Β· β 1.6K Β· π€) - An end-to-end PyTorch framework for image and video.. MIT

-
GitHub (π¨βπ» 77 Β· π 280 Β· π 120 - 45% open Β· β±οΈ 23.03.2023):
git clone https://github.com/facebookresearch/ClassyVision
-
PyPi (π₯ 630 / month Β· π¦ 4 Β· β±οΈ 21.03.2023):
pip install classy_vision
-
Conda (π₯ 19K Β· β±οΈ 16.06.2023):
conda install -c conda-forge classy_vision
PySlowFast (π₯20 Β· β 6K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2

image-match (π₯20 Β· β 2.9K Β· π€) - Quickly search over billions of images. Apache-2
scenic (π₯19 Β· β 2.6K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2

-
GitHub (π¨βπ» 74 Β· π 350 Β· π 260 - 58% open Β· β±οΈ 15.11.2023):
git clone https://github.com/google-research/scenic
Caer (π₯18 Β· β 730 Β· π€) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
Show 19 hidden projects...
- scikit-image (π₯42 Β· β 5.7K) - Image processing in Python.
βUnlicensed
- glfw (π₯36 Β· β 11K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.
βοΈZlib
- imgaug (π₯35 Β· β 14K Β· π) - Image augmentation for machine learning experiments.
MIT
- Face Recognition (π₯33 Β· β 50K Β· π) - The worlds simplest facial recognition api for Python..
MIT
- imutils (π₯31 Β· β 4.4K Β· π) - A series of convenience functions to make basic image processing..
MIT
- PyTorch3D (π₯30 Β· β 7.9K) - PyTorch3D is FAIRs library of reusable components for..
βUnlicensed
- mtcnn (π₯28 Β· β 2.1K Β· π) - MTCNN face detection implementation for TensorFlow, as a PIP..
MIT
- layout-parser (π₯27 Β· β 4.1K Β· π) - A Unified Toolkit for Deep Learning Based Document Image..
Apache-2
- chainercv (π₯27 Β· β 1.5K Β· π) - ChainerCV: a Library for Deep Learning in Computer Vision.
MIT
- Pillow-SIMD (π₯26 Β· β 2K) - The friendly PIL fork.
βοΈPIL
- segmentation_models (π₯24 Β· β 4.5K Β· π) - Segmentation models with pretrained backbones. Keras..
MIT
- Image Super-Resolution (π₯23 Β· β 4.4K Β· π) - Super-scale your images and run experiments with..
Apache-2
- Luminoth (π₯23 Β· β 2.4K Β· π) - Deep Learning toolkit for Computer Vision.
BSD-3
- deep-daze (π₯22 Β· β 4.4K Β· π) - Simple command line tool for text to image generation using..
MIT
- nude.py (π₯21 Β· β 920 Β· π) - Nudity detection with Python.
MIT
- detecto (π₯20 Β· β 600 Β· π) - Build fully-functioning computer vision models with PyTorch.
MIT
- solt (π₯18 Β· β 260 Β· π) - Streaming over lightweight data transformations.
MIT
- Torch Points 3D (π₯16 Β· β 170 Β· π) - Pytorch framework for doing deep learning on point..
BSD-3
- HugsVision (π₯15 Β· β 180 Β· π€) - 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 (π₯44 Β· β 14K) - Network Analysis in Python. BSD-3
-
GitHub (π¨βπ» 690 Β· π 3.1K Β· π₯ 65 Β· π¦ 200K Β· π 3.3K - 12% open Β· β±οΈ 30.11.2023):
git clone https://github.com/networkx/networkx
-
PyPi (π₯ 34M / month Β· π¦ 15K Β· β±οΈ 28.10.2023):
pip install networkx
-
Conda (π₯ 14M Β· β±οΈ 28.10.2023):
conda install -c conda-forge networkx
dgl (π₯39 Β· β 12K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2
PyTorch Geometric (π₯38 Β· β 19K) - Graph Neural Network Library for PyTorch. MIT

-
GitHub (π¨βπ» 470 Β· π 3.4K Β· π 3.4K - 26% open Β· β±οΈ 30.11.2023):
git clone https://github.com/pyg-team/pytorch_geometric
-
PyPi (π₯ 240K / month Β· π¦ 130 Β· β±οΈ 12.10.2023):
pip install torch-geometric
-
Conda (π₯ 34K Β· β±οΈ 08.11.2023):
conda install -c conda-forge pytorch_geometric
pygraphistry (π₯30 Β· β 1.9K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3

ogb (π₯29 Β· β 1.8K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
Paddle Graph Learning (π₯27 Β· β 1.5K) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2

PyKEEN (π₯26 Β· β 1.4K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
pytorch_geometric_temporal (π₯25 Β· β 2.3K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT

AmpliGraph (π₯25 Β· β 2K) - Python library for Representation Learning on Knowledge.. Apache-2

PyTorch-BigGraph (π₯24 Β· β 3.3K) - Generate embeddings from large-scale graph-structured.. BSD-3

torch-cluster (π₯24 Β· β 720) - PyTorch Extension Library of Optimized Graph Cluster.. MIT

-
GitHub (π¨βπ» 32 Β· π 130 Β· π 150 - 17% open Β· β±οΈ 11.10.2023):
git clone https://github.com/rusty1s/pytorch_cluster
-
PyPi (π₯ 14K / month Β· π¦ 44 Β· β±οΈ 12.10.2023):
pip install torch-cluster
-
Conda (π₯ 82K Β· β±οΈ 22.11.2023):
conda install -c conda-forge pytorch_cluster
graph-nets (π₯22 Β· β 5.3K Β· π€) - Build Graph Nets in Tensorflow. Apache-2

graph4nlp (π₯21 Β· β 1.6K Β· π€) - Graph4nlp is the library for the easy use of Graph.. Apache-2

GraphGym (π₯19 Β· β 1.5K Β· π€) - Platform for designing and evaluating Graph Neural Networks (GNN). MIT
OpenKE (π₯16 Β· β 3.6K Β· π€) - An Open-Source Package for Knowledge Embedding (KE). MIT
-
GitHub (π¨βπ» 11 Β· π 950 Β· π 370 - 5% open Β· β±οΈ 03.11.2022):
git clone https://github.com/thunlp/OpenKE
kglib (π₯16 Β· β 550) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2
OpenNE (π₯14 Β· β 1.7K Β· π€) - An Open-Source Package for Network Embedding (NE). MIT

-
GitHub (π¨βπ» 11 Β· π 480 Β· π 100 - 4% open Β· β±οΈ 02.11.2022):
git clone https://github.com/thunlp/OpenNE
Show 14 hidden projects...
- igraph (π₯32 Β· β 1.2K) - Python interface for igraph.
βοΈGPL-2.0
- pygal (π₯30 Β· β 2.6K) - PYthon svg GrAph plotting Library.
βοΈLGPL-3.0
- StellarGraph (π₯28 Β· β 2.8K Β· π) - StellarGraph - Machine Learning on Graphs.
Apache-2
- Karate Club (π₯24 Β· β 2K) - Karate Club: An API Oriented Open-source Python Framework for..
βοΈGPL-3.0
- DIG (π₯22 Β· β 1.7K) - A library for graph deep learning research.
βοΈGPL-3.0
- DeepWalk (π₯20 Β· β 2.6K Β· π) - DeepWalk - Deep Learning for Graphs.
βοΈGPL-3.0
- jraph (π₯20 Β· β 1.2K Β· π) - A Graph Neural Network Library in Jax.
Apache-2
- pyRDF2Vec (π₯20 Β· β 230) - Python Implementation and Extension of RDF2Vec.
MIT
- DeepGraph (π₯17 Β· β 280) - Analyze Data with Pandas-based Networks. Documentation:.
BSD-3
- GraphEmbedding (π₯16 Β· β 3.5K Β· π) - Implementation and experiments of graph embedding..
MIT
- Euler (π₯15 Β· β 2.9K Β· π) - A distributed graph deep learning framework.
Apache-2
- ptgnn (π₯15 Β· β 370 Β· π) - A PyTorch Graph Neural Network Library.
MIT
- GraphSAGE (π₯14 Β· β 3.2K Β· π) - Representation learning on large graphs using stochastic..
MIT
- GraphVite (π₯13 Β· β 1.2K Β· π) - GraphVite: A General and High-performance Graph Embedding..
Apache-2
Audio Data
Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks.
speechbrain (π₯37 Β· β 6.9K) - A PyTorch-based Speech Toolkit. Apache-2

Coqui TTS (π₯36 Β· β 23K Β· π) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0


torchaudio (π₯35 Β· β 2.3K) - Data manipulation and transformation for audio signal.. BSD-2

Pydub (π₯33 Β· β 7.9K Β· π€) - Manipulate audio with a simple and easy high level interface. MIT
spleeter (π₯32 Β· β 24K) - Deezer source separation library including pretrained models. MIT

-
GitHub (π¨βπ» 19 Β· π 2.6K Β· π₯ 2.8M Β· π¦ 620 Β· π 770 - 27% open Β· β±οΈ 13.07.2023):
git clone https://github.com/deezer/spleeter
-
PyPi (π₯ 18K / month Β· π¦ 6 Β· β±οΈ 10.06.2022):
pip install spleeter
-
Conda (π₯ 79K Β· β±οΈ 16.06.2023):
conda install -c conda-forge spleeter
SpeechRecognition (π₯32 Β· β 7.7K Β· π€) - Speech recognition module for Python, supporting.. BSD-3
-
GitHub (π¨βπ» 49 Β· π 2.3K Β· π¦ 21 Β· π 610 - 49% open Β· β±οΈ 13.03.2023):
git clone https://github.com/Uberi/speech_recognition
-
PyPi (π₯ 600K / month Β· π¦ 820 Β· β±οΈ 04.12.2022):
pip install SpeechRecognition
-
Conda (π₯ 170K Β· β±οΈ 16.06.2023):
conda install -c conda-forge speechrecognition
audiomentations (π₯30 Β· β 1.6K) - A Python library for audio data augmentation. Inspired by.. MIT
audioread (π₯30 Β· β 460) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.. MIT
pyAudioAnalysis (π₯29 Β· β 5.5K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
tinytag (π₯25 Β· β 630) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A,.. MIT
python-soundfile (π₯24 Β· β 610) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
textlesslib (π₯10 Β· β 470) - Library for Textless Spoken Language Processing. MIT

-
GitHub (π¨βπ» 8 Β· π 48 Β· π 17 - 47% open Β· β±οΈ 29.08.2023):
git clone https://github.com/facebookresearch/textlesslib
Show 10 hidden projects...
- DeepSpeech (π₯34 Β· β 23K Β· π) - DeepSpeech is an open source embedded (offline, on-..
MPL-2.0
- aubio (π₯28 Β· β 3.1K Β· π) - a library for audio and music analysis.
βοΈGPL-3.0
- TTS (π₯27 Β· β 8.2K Β· π) - Deep learning for Text to Speech (Discussion forum:..
MPL-2.0
- Essentia (π₯27 Β· β 2.6K) - C++ library for audio and music analysis, description and..
βοΈAGPL-3.0
- python_speech_features (π₯25 Β· β 2.3K Β· π) - This library provides common speech features for ASR..
MIT
- kapre (π₯23 Β· β 900 Β· π) - kapre: Keras Audio Preprocessors.
MIT
- Dejavu (π₯22 Β· β 6.2K Β· π) - Audio fingerprinting and recognition in Python.
MIT
- TimeSide (π₯21 Β· β 360 Β· π€) - scalable audio processing framework and server written in..
βοΈAGPL-3.0
- Julius (π₯20 Β· β 380 Β· π) - Fast PyTorch based DSP for audio and 1D signals.
MIT
- Muda (π₯17 Β· β 220 Β· π) - A library for augmenting annotated audio data.
ISC
Geospatial Data
Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding.
pydeck (π₯42 Β· β 11K) - WebGL2 powered visualization framework. MIT

-
GitHub (π¨βπ» 240 Β· π 2K Β· π¦ 6.8K Β· π 2.8K - 9% open Β· β±οΈ 29.11.2023):
git clone https://github.com/visgl/deck.gl
-
PyPi (π₯ 1.8M / month Β· π¦ 48 Β· β±οΈ 15.04.2023):
pip install pydeck
-
Conda (π₯ 460K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pydeck
-
npm (π₯ 420K / month Β· π¦ 470 Β· β±οΈ 21.11.2023):
npm install deck.gl
GeoPandas (π₯40 Β· β 3.9K) - Python tools for geographic data. BSD-3

-
GitHub (π¨βπ» 210 Β· π 900 Β· π₯ 2.2K Β· π¦ 28K Β· π 1.6K - 27% open Β· β±οΈ 20.11.2023):
git clone https://github.com/geopandas/geopandas
-
PyPi (π₯ 6.4M / month Β· π¦ 1.8K Β· β±οΈ 11.11.2023):
pip install geopandas
-
Conda (π₯ 3.3M Β· β±οΈ 11.11.2023):
conda install -c conda-forge geopandas
folium (π₯39 Β· β 6.5K) - Python Data. Leaflet.js Maps. MIT
-
GitHub (π¨βπ» 160 Β· π 2.2K Β· π¦ 31K Β· π 1K - 6% open Β· β±οΈ 27.11.2023):
git clone https://github.com/python-visualization/folium
-
PyPi (π₯ 850K / month Β· π¦ 810 Β· β±οΈ 06.11.2023):
pip install folium
-
Conda (π₯ 2.5M Β· β±οΈ 06.11.2023):
conda install -c conda-forge folium
Shapely (π₯38 Β· β 3.5K) - Manipulation and analysis of geometric objects. BSD-3
-
GitHub (π¨βπ» 150 Β· π 540 Β· π₯ 2.8K Β· π¦ 57K Β· π 1.1K - 20% open Β· β±οΈ 17.11.2023):
git clone https://github.com/shapely/shapely
-
PyPi (π₯ 16M / month Β· π¦ 1.1K Β· β±οΈ 12.10.2023):
pip install shapely
-
Conda (π₯ 8.7M Β· β±οΈ 23.11.2023):
conda install -c conda-forge shapely
Rasterio (π₯37 Β· β 2K) - Rasterio reads and writes geospatial raster datasets. BSD-3
-
GitHub (π¨βπ» 150 Β· π 520 Β· π₯ 850 Β· π¦ 9.5K Β· π 1.8K - 9% open Β· β±οΈ 28.11.2023):
git clone https://github.com/rasterio/rasterio
-
PyPi (π₯ 2.1M / month Β· π¦ 1K Β· β±οΈ 19.10.2023):
pip install rasterio
-
Conda (π₯ 2.7M Β· β±οΈ 19.10.2023):
conda install -c conda-forge rasterio
pyproj (π₯36 Β· β 940) - Python interface to PROJ (cartographic projections and coordinate.. MIT
ipyleaflet (π₯33 Β· β 1.4K) - A Jupyter - Leaflet.js bridge. MIT

-
GitHub (π¨βπ» 86 Β· π 360 Β· π¦ 6.2K Β· π 600 - 42% open Β· β±οΈ 27.11.2023):
git clone https://github.com/jupyter-widgets/ipyleaflet
-
PyPi (π₯ 150K / month Β· π¦ 160 Β· β±οΈ 27.11.2023):
pip install ipyleaflet
-
Conda (π₯ 1.1M Β· β±οΈ 27.11.2023):
conda install -c conda-forge ipyleaflet
-
npm (π₯ 54K / month Β· π¦ 5 Β· β±οΈ 27.11.2023):
npm install jupyter-leaflet
ArcGIS API (π₯32 Β· β 1.7K) - Documentation and samples for ArcGIS API for Python. Apache-2
EarthPy (π₯26 Β· β 470) - A package built to support working with spatial data using open source.. BSD-3
pymap3d (π₯25 Β· β 350) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2
Show 7 hidden projects...
- Geocoder (π₯32 Β· β 1.6K Β· π) - Python Geocoder.
MIT
- Satpy (π₯31 Β· β 970) - Python package for earth-observing satellite data processing.
βοΈGPL-3.0
- Sentinelsat (π₯26 Β· β 930) - Search and download Copernicus Sentinel satellite images.
βοΈGPL-3.0
- Mapbox GL (π₯24 Β· β 640 Β· π) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook.
MIT
- gmaps (π₯23 Β· β 760 Β· π) - Google maps for Jupyter notebooks.
BSD-3
- prettymaps (π₯22 Β· β 11K Β· π€) - A small set of Python functions to draw pretty maps from..
βοΈAGPL-3.0
- 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.
Qlib (π₯30 Β· β 13K) - Qlib is an AI-oriented quantitative investment platform that aims to.. MIT

Alpha Vantage (π₯28 Β· β 4.1K) - A python wrapper for Alpha Vantage API for financial data. MIT
-
GitHub (π¨βπ» 42 Β· π 700 Β· π¦ 440 Β· π 280 - 2% open Β· β±οΈ 11.11.2023):
git clone https://github.com/RomelTorres/alpha_vantage
-
PyPi (π₯ 23K / month Β· π¦ 32 Β· β±οΈ 21.12.2020):
pip install alpha_vantage
-
Conda (π₯ 5.9K Β· β±οΈ 16.06.2023):
conda install -c conda-forge alpha_vantage
stockstats (π₯27 Β· β 1.2K) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3
PyAlgoTrade (π₯25 Β· β 4.2K Β· π€) - Python Algorithmic Trading Library. Apache-2
FinQuant (π₯23 Β· β 1.1K) - A program for financial portfolio management, analysis and optimisation. MIT
tf-quant-finance (π₯21 Β· β 4.1K) - High-performance TensorFlow library for quantitative.. Apache-2

finmarketpy (π₯21 Β· β 3.2K Β· π€) - Python library for backtesting trading strategies &.. Apache-2
Show 13 hidden projects...
- zipline (π₯32 Β· β 17K Β· π) - Zipline, a Pythonic Algorithmic Trading Library.
Apache-2
- pyfolio (π₯32 Β· β 5.2K Β· π) - Portfolio and risk analytics in Python.
Apache-2
- arch (π₯31 Β· β 1.2K) - ARCH models in Python.
βUnlicensed
- backtrader (π₯29 Β· β 12K Β· π€) - Python Backtesting library for trading strategies.
βοΈGPL-3.0
- empyrical (π₯28 Β· β 1.2K Β· π) - Common financial risk and performance metrics. Used by..
Apache-2
- Alphalens (π₯26 Β· β 2.9K Β· π) - Performance analysis of predictive (alpha) stock factors.
Apache-2
- TensorTrade (π₯25 Β· β 4.3K Β· π) - An open source reinforcement learning framework for..
Apache-2
- Enigma Catalyst (π₯25 Β· β 2.4K Β· π) - An Algorithmic Trading Library for Crypto-Assets in..
Apache-2
- Crypto Signals (π₯23 Β· β 4.6K Β· π) - Github.com/CryptoSignal - Trading & Technical Analysis Bot -..
MIT
- FinTA (π₯23 Β· β 2K Β· π) - Common financial technical indicators implemented in Pandas.
βοΈLGPL-3.0
- Backtesting.py (π₯22 Β· β 4.3K Β· π€) - Backtest trading strategies in Python.
βοΈAGPL-3.0
- surpriver (π₯12 Β· β 1.7K Β· π) - Find big moving stocks before they move using machine..
βοΈGPL-3.0
- pyrtfolio (π₯9 Β· β 140 Β· π) - 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 (π₯39 Β· β 7K) - A unified framework for machine learning with time series. BSD-3

-
GitHub (π¨βπ» 300 Β· π 1.2K Β· π₯ 84 Β· π¦ 1.9K Β· π 2K - 35% open Β· β±οΈ 29.11.2023):
git clone https://github.com/alan-turing-institute/sktime
-
PyPi (π₯ 770K / month Β· π¦ 55 Β· β±οΈ 06.11.2023):
pip install sktime
-
Conda (π₯ 920K Β· β±οΈ 06.11.2023):
conda install -c conda-forge sktime-all-extras
Prophet (π₯36 Β· β 17K) - Tool for producing high quality forecasts for time series data that has.. MIT
-
GitHub (π¨βπ» 170 Β· π 4.4K Β· π₯ 2.1K Β· π¦ 21 Β· π 2.1K - 18% open Β· β±οΈ 18.10.2023):
git clone https://github.com/facebook/prophet
-
PyPi (π₯ 860K / month Β· π¦ 130 Β· β±οΈ 05.09.2020):
pip install fbprophet
-
Conda (π₯ 1.1M Β· β±οΈ 20.10.2023):
conda install -c conda-forge prophet
StatsForecast (π₯33 Β· β 3.2K Β· π) - Lightning fast forecasting with statistical and.. Apache-2
-
GitHub (π¨βπ» 34 Β· π 220 Β· π¦ 600 Β· π 260 - 39% open Β· β±οΈ 28.11.2023):
git clone https://github.com/Nixtla/statsforecast
-
PyPi (π₯ 520K / month Β· π¦ 21 Β· β±οΈ 23.08.2023):
pip install statsforecast
-
Conda (π₯ 55K Β· β±οΈ 25.08.2023):
conda install -c conda-forge statsforecast
pmdarima (π₯33 Β· β 1.5K) - A statistical library designed to fill the void in Pythons time series.. MIT
NeuralProphet (π₯32 Β· β 3.4K) - NeuralProphet: A simple forecasting package. MIT

Darts (π₯31 Β· β 6.7K) - A python library for user-friendly forecasting and anomaly detection.. Apache-2
-
GitHub (π¨βπ» 110 Β· π 740 Β· π¦ 440 Β· π 1.2K - 18% open Β· β±οΈ 29.11.2023):
git clone https://github.com/unit8co/darts
-
PyPi (π₯ 13K / month Β· π¦ 5 Β· β±οΈ 18.11.2023):
pip install u8darts
-
Conda (π₯ 38K Β· β±οΈ 19.11.2023):
conda install -c conda-forge u8darts-all
-
Docker Hub (π₯ 450 Β· β±οΈ 18.11.2023):
docker pull unit8/darts
STUMPY (π₯31 Β· β 2.8K) - STUMPY is a powerful and scalable Python library for modern time series.. BSD-3
pytorch-forecasting (π₯30 Β· β 3.3K) - Time series forecasting with PyTorch. MIT
-
GitHub (π¨βπ» 43 Β· π 530 Β· π 710 - 60% open Β· β±οΈ 28.11.2023):
git clone https://github.com/jdb78/pytorch-forecasting
-
PyPi (π₯ 59K / month Β· π¦ 10 Β· β±οΈ 26.07.2020):
pip install pytorch-forecasting
-
Conda (π₯ 53K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pytorch-forecasting
NeuralForecast (π₯29 Β· β 2K) - Scalable and user friendly neural forecasting algorithms. Apache-2
-
GitHub (π¨βπ» 31 Β· π 220 Β· π¦ 73 Β· π 380 - 22% open Β· β±οΈ 28.11.2023):
git clone https://github.com/Nixtla/neuralforecast
-
PyPi (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 05.10.2023):
pip install neuralforecast
-
Conda (π₯ 12K Β· β±οΈ 06.10.2023):
conda install -c conda-forge neuralforecast
skforecast (π₯28 Β· β 740) - Time series forecasting with scikit-learn models. BSD-3

uber/orbit (π₯22 Β· β 1.8K) - A Python package for Bayesian forecasting with object-oriented.. Apache-2
tick (π₯22 Β· β 440 Β· π€) - Module for statistical learning, with a particular emphasis on time-.. BSD-3
Auto TS (π₯19 Β· β 630) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2
Show 7 hidden projects...
- PyFlux (π₯25 Β· β 2.1K Β· π) - Open source time series library for Python.
BSD-3
- ADTK (π₯20 Β· β 980 Β· π) - A Python toolkit for rule-based/unsupervised anomaly detection in time..
MPL-2.0
- seglearn (π₯20 Β· β 560 Β· π) - Python module for machine learning time series:.
BSD-3
- matrixprofile-ts (π₯19 Β· β 720 Β· π) - A Python library for detecting patterns and anomalies..
Apache-2
- atspy (π₯15 Β· β 500 Β· π) - AtsPy: Automated Time Series Models in Python (by @firmai).
MIT
- tsaug (π₯14 Β· β 320 Β· π) - A Python package for time series augmentation.
Apache-2
- tslumen (π₯8 Β· β 54 Β· π€) - 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.
MNE (π₯39 Β· β 2.4K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3
Nilearn (π₯36 Β· β 1.1K) - Machine learning for NeuroImaging in Python. BSD-3

-
GitHub (π¨βπ» 230 Β· π 530 Β· π₯ 150 Β· π¦ 2.7K Β· π 2K - 15% open Β· β±οΈ 30.11.2023):
git clone https://github.com/nilearn/nilearn
-
PyPi (π₯ 53K / month Β· π¦ 290 Β· β±οΈ 29.09.2023):
pip install nilearn
-
Conda (π₯ 250K Β· β±οΈ 02.10.2023):
conda install -c conda-forge nilearn
DIPY (π₯34 Β· β 630) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3
Lifelines (π₯33 Β· β 2.2K) - Survival analysis in Python. MIT
-
GitHub (π¨βπ» 120 Β· π 560 Β· π¦ 2K Β· π 940 - 27% open Β· β±οΈ 15.11.2023):
git clone https://github.com/CamDavidsonPilon/lifelines
-
PyPi (π₯ 420K / month Β· π¦ 130 Β· β±οΈ 13.09.2023):
pip install lifelines
-
Conda (π₯ 300K Β· β±οΈ 13.09.2023):
conda install -c conda-forge lifelines
NiBabel (π₯33 Β· β 590) - Python package to access a cacophony of neuro-imaging file formats. MIT
DeepVariant (π₯27 Β· β 3K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3

Brainiak (π₯19 Β· β 320) - Brain Imaging Analysis Kit. Apache-2
-
GitHub (π¨βπ» 35 Β· π 130 Β· π 210 - 38% open Β· β±οΈ 27.11.2023):
git clone https://github.com/brainiak/brainiak
-
PyPi (π₯ 130 / month Β· π¦ 1 Β· β±οΈ 15.10.2020):
pip install brainiak
-
Docker Hub (π₯ 1.8K Β· β 1 Β· β±οΈ 15.10.2020):
docker pull brainiak/brainiak
Show 8 hidden projects...
- NiftyNet (π₯24 Β· β 1.3K Β· π) - [unmaintained] An open-source convolutional neural..
Apache-2
- MedPy (π₯23 Β· β 520 Β· π€) - Medical image processing in Python.
βοΈGPL-3.0
- DLTK (π₯20 Β· β 1.4K Β· π) - Deep Learning Toolkit for Medical Image Analysis.
Apache-2
- Glow (π₯20 Β· β 250 Β· π€) - An open-source toolkit for large-scale genomic analysis.
Apache-2
- Medical Detection Toolkit (π₯15 Β· β 1.2K Β· π) - The Medical Detection Toolkit contains 2D + 3D..
Apache-2
- MedicalTorch (π₯15 Β· β 820 Β· π) - A medical imaging framework for Pytorch.
Apache-2
- DeepNeuro (π₯13 Β· β 120 Β· π) - A deep learning python package for neuroimaging data. Made by:.
MIT
- MedicalNet (π₯12 Β· β 1.7K Β· π) - Many studies have shown that the performance on deep learning is..
MIT
Tabular Data
Libraries for processing tabular and structured data.
pytorch_tabular (π₯21 Β· β 1.1K) - A standard framework for modelling Deep Learning Models.. MIT

carefree-learn (π₯21 Β· β 400) - Deep Learning PyTorch. MIT

Show 3 hidden projects...
Optical Character Recognition
Libraries for optical character recognition (OCR) and text extraction from images or videos.
EasyOCR (π₯35 Β· β 20K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2
OCRmyPDF (π₯34 Β· β 11K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0
-
GitHub (π¨βπ» 86 Β· π 800 Β· π₯ 1.2K Β· π¦ 680 Β· π 1K - 8% open Β· β±οΈ 30.11.2023):
git clone https://github.com/ocrmypdf/OCRmyPDF
-
PyPi (π₯ 48K / month Β· π¦ 17 Β· β±οΈ 29.11.2023):
pip install ocrmypdf
-
Conda (π₯ 59K Β· β±οΈ 16.06.2023):
conda install -c conda-forge ocrmypdf
Tesseract (π₯33 Β· β 5.2K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2
tesserocr (π₯30 Β· β 1.9K) - A Python wrapper for the tesseract-ocr API. MIT
-
GitHub (π¨βπ» 29 Β· π 260 Β· π₯ 68 Β· π¦ 910 Β· π 270 - 18% open Β· β±οΈ 09.10.2023):
git clone https://github.com/sirfz/tesserocr
-
PyPi (π₯ 52K / month Β· π¦ 72 Β· β±οΈ 09.10.2023):
pip install tesserocr
-
Conda (π₯ 130K Β· β±οΈ 16.06.2023):
conda install -c conda-forge tesserocr
MMOCR (π₯28 Β· β 3.8K) - OpenMMLab Text Detection, Recognition and Understanding Toolbox. Apache-2

keras-ocr (π₯25 Β· β 1.3K) - A packaged and flexible version of the CRAFT text detector and.. MIT

attention-ocr (π₯21 Β· β 960) - A Tensorflow model for text recognition (CNN + seq2seq with.. MIT

Show 3 hidden projects...
- pdftabextract (π₯21 Β· β 2.1K Β· π) - A set of tools for extracting tables from PDF files..
Apache-2
- doc2text (π₯20 Β· β 1.3K Β· π) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python..
MIT
- Mozart (π₯10 Β· β 520 Β· π) - 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 ( β 3.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 ( β 3.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.1K) - 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 ( β 3.2K) - Libraries for data batch- and stream-processing,..
Distributed Machine Learning
Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure.
Ray (π₯44 Β· β 29K) - Ray is a unified framework for scaling AI and Python applications. Ray.. Apache-2
-
GitHub (π¨βπ» 950 Β· π 4.9K Β· π₯ 130 Β· π¦ 13K Β· π 16K - 21% open Β· β±οΈ 30.11.2023):
git clone https://github.com/ray-project/ray
-
PyPi (π₯ 2.5M / month Β· π¦ 440 Β· β±οΈ 03.11.2023):
pip install ray
-
Conda (π₯ 180K Β· β±οΈ 21.11.2023):
conda install -c conda-forge ray-tune
DeepSpeed (π₯41 Β· β 30K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2

-
GitHub (π¨βπ» 270 Β· π 3.6K Β· π¦ 4.9K Β· π 2.3K - 36% open Β· β±οΈ 30.11.2023):
git clone https://github.com/microsoft/DeepSpeed
-
PyPi (π₯ 420K / month Β· π¦ 86 Β· β±οΈ 13.11.2023):
pip install deepspeed
-
Docker Hub (π₯ 17K Β· β 4 Β· β±οΈ 02.09.2022):
docker pull deepspeed/deepspeed
dask.distributed (π₯40 Β· β 1.5K) - A distributed task scheduler for Dask. BSD-3
-
GitHub (π¨βπ» 320 Β· π 700 Β· π¦ 32K Β· π 3.7K - 38% open Β· β±οΈ 29.11.2023):
git clone https://github.com/dask/distributed
-
PyPi (π₯ 4M / month Β· π¦ 1.3K Β· β±οΈ 10.11.2023):
pip install distributed
-
Conda (π₯ 13M Β· β±οΈ 10.11.2023):
conda install -c conda-forge distributed
horovod (π₯36 Β· β 14K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2
H2O-3 (π₯36 Β· β 6.6K) - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning.. Apache-2
BigDL (π₯36 Β· β 4.6K) - Accelerate LLM with low-bit (FP4 / INT4 / FP8 / INT8) optimizations.. Apache-2
-
GitHub (π¨βπ» 190 Β· π 1.2K Β· π₯ 48 Β· π¦ 46 Β· π 2.2K - 40% open Β· β±οΈ 30.11.2023):
git clone https://github.com/intel-analytics/BigDL
-
PyPi (π₯ 3.6K / month Β· π¦ 1 Β· β±οΈ 29.11.2023):
pip install bigdl
-
Maven (π¦ 4 Β· β±οΈ 20.04.2021):
<dependency> <groupId>com.intel.analytics.bigdl</groupId> <artifactId>bigdl-SPARK_2.4</artifactId> <version>[VERSION]</version> </dependency>
metrics (π₯36 Β· β 1.7K) - Torchmetrics - Machine learning metrics for distributed,.. Apache-2

-
GitHub (π¨βπ» 220 Β· π 330 Β· π₯ 4.3K Β· π¦ 18K Β· π 730 - 6% open Β· β±οΈ 30.11.2023):
git clone https://github.com/Lightning-AI/metrics
-
PyPi (π₯ 6.5K / month Β· π¦ 13 Β· β±οΈ 28.04.2018):
pip install metrics
-
Conda (π₯ 1.2M Β· β±οΈ 25.09.2023):
conda install -c conda-forge torchmetrics
ColossalAI (π₯34 Β· β 35K) - Making large AI models cheaper, faster and more accessible. Apache-2
-
GitHub (π¨βπ» 160 Β· π 4K Β· π¦ 280 Β· π 1.5K - 21% open Β· β±οΈ 30.11.2023):
git clone https://github.com/hpcaitech/colossalai
FairScale (π₯30 Β· β 2.7K Β· π€) - PyTorch extensions for high performance and large scale.. BSD-3

-
GitHub (π¨βπ» 72 Β· π 240 Β· π¦ 3.6K Β· π 350 - 19% open Β· β±οΈ 20.04.2023):
git clone https://github.com/facebookresearch/fairscale
-
PyPi (π₯ 430K / month Β· π¦ 58 Β· β±οΈ 11.12.2022):
pip install fairscale
-
Conda (π₯ 170K Β· β±οΈ 28.11.2023):
conda install -c conda-forge fairscale
Submit it (π₯28 Β· β 990) - Python 3.8+ toolbox for submitting jobs to Slurm. MIT
-
GitHub (π¨βπ» 23 Β· π 110 Β· π¦ 1.8K Β· π 110 - 32% open Β· β±οΈ 09.11.2023):
git clone https://github.com/facebookincubator/submitit
-
PyPi (π₯ 180K / month Β· π¦ 17 Β· β±οΈ 09.11.2023):
pip install submitit
-
Conda (π₯ 33K Β· β±οΈ 24.11.2023):
conda install -c conda-forge submitit
TensorFlowOnSpark (π₯27 Β· β 3.9K Β· π€) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2


-
GitHub (π¨βπ» 34 Β· π 960 Β· π 370 - 2% open Β· β±οΈ 27.04.2023):
git clone https://github.com/yahoo/TensorFlowOnSpark
-
PyPi (π₯ 550K / month Β· π¦ 5 Β· β±οΈ 21.04.2022):
pip install tensorflowonspark
-
Conda (π₯ 21K Β· β±οΈ 16.06.2023):
conda install -c conda-forge tensorflowonspark
petastorm (π₯27 Β· β 1.7K Β· π€) - Petastorm library enables single machine or distributed.. Apache-2
Hivemind (π₯25 Β· β 1.7K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT
Apache Singa (π₯23 Β· β 3K) - a distributed deep learning platform. Apache-2
-
GitHub (π¨βπ» 85 Β· π 1K Β· π¦ 2 Β· π 120 - 42% open Β· β±οΈ 05.11.2023):
git clone https://github.com/apache/singa
-
Conda (π₯ 730 Β· β±οΈ 16.06.2023):
conda install -c nusdbsystem singa
-
Docker Hub (π₯ 4.7K Β· β 4 Β· β±οΈ 31.05.2022):
docker pull apache/singa
analytics-zoo (π₯23 Β· β 2.6K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2

launchpad (π₯21 Β· β 300) - Launchpad is a library that simplifies writing distributed.. Apache-2

mesh-transformer-jax (π₯18 Β· β 6.1K Β· π€) - Model parallel transformers in JAX and Haiku. Apache-2

-
GitHub (π¨βπ» 23 Β· π 870 Β· π¦ 20 Β· π 200 - 22% open Β· β±οΈ 12.01.2023):
git clone https://github.com/kingoflolz/mesh-transformer-jax
moolib (π₯10 Β· β 360 Β· π€) - A library for distributed ML training with PyTorch. MIT

-
GitHub (π¨βπ» 6 Β· π 20 Β· π¦ 3 Β· π 19 - 36% open Β· β±οΈ 12.12.2022):
git clone https://github.com/facebookresearch/moolib
Show 12 hidden projects...
- DEAP (π₯33 Β· β 5.4K) - Distributed Evolutionary Algorithms in Python.
βοΈLGPL-3.0
- ipyparallel (π₯29 Β· β 2.5K) - IPython Parallel: Interactive Parallel Computing in..
βUnlicensed
- Elephas (π₯28 Β· β 1.6K Β· π) - Distributed Deep learning with Keras & Spark.
MIT
keras
- BytePS (π₯21 Β· β 3.5K Β· π) - A high performance and generic framework for distributed DNN..
Apache-2
- somoclu (π₯21 Β· β 260 Β· π) - Massively parallel self-organizing maps: accelerate training on..
MIT
- TensorFrames (π₯20 Β· β 750 Β· π) - [DEPRECATED] Tensorflow wrapper for DataFrames on..
Apache-2
- sk-dist (π₯20 Β· β 290 Β· π€) - Distributed scikit-learn meta-estimators in PySpark.
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 Β· β 730 Β· π) - Parallelformers: An Efficient Model Parallelization..
Apache-2
- LazyCluster (π₯13 Β· β 49 Β· π) - Distributed machine learning made simple.
Apache-2
- autodist (π₯11 Β· β 130 Β· π) - Simple Distributed Deep Learning on TensorFlow.
Apache-2
Hyperparameter Optimization & AutoML
Libraries for hyperparameter optimization, automl and neural architecture search.
NNI (π₯33 Β· β 13K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT
Hyperopt (π₯33 Β· β 6.9K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3
featuretools (π₯33 Β· β 6.9K) - An open source python library for automated feature engineering. BSD-3
-
GitHub (π¨βπ» 71 Β· π 850 Β· π¦ 1.5K Β· π 970 - 17% open Β· β±οΈ 26.10.2023):
git clone https://github.com/alteryx/featuretools
-
PyPi (π₯ 54K / month Β· π¦ 77 Β· β±οΈ 26.10.2023):
pip install featuretools
-
Conda (π₯ 170K Β· β±οΈ 27.10.2023):
conda install -c conda-forge featuretools
Keras Tuner (π₯33 Β· β 2.8K) - A Hyperparameter Tuning Library for Keras. Apache-2

-
GitHub (π¨βπ» 60 Β· π 380 Β· π¦ 2.9K Β· π 470 - 42% open Β· β±οΈ 29.11.2023):
git clone https://github.com/keras-team/keras-tuner
-
PyPi (π₯ 170K / month Β· π¦ 60 Β· β±οΈ 07.11.2023):
pip install keras-tuner
-
Conda (π₯ 27K Β· β±οΈ 10.11.2023):
conda install -c conda-forge keras-tuner
auto-sklearn (π₯31 Β· β 7.2K Β· π€) - Automated Machine Learning with scikit-learn. BSD-3

-
GitHub (π¨βπ» 88 Β· π 1.2K Β· π₯ 51 Β· π¦ 520 Β· π 1K - 17% open Β· β±οΈ 18.04.2023):
git clone https://github.com/automl/auto-sklearn
-
PyPi (π₯ 18K / month Β· π¦ 39 Β· β±οΈ 20.09.2022):
pip install auto-sklearn
-
Conda (π₯ 20K Β· β±οΈ 16.06.2023):
conda install -c conda-forge auto-sklearn
Bayesian Optimization (π₯31 Β· β 7.1K) - A Python implementation of global optimization with.. MIT
nevergrad (π₯31 Β· β 3.7K) - A Python toolbox for performing gradient-free optimization. MIT
-
GitHub (π¨βπ» 51 Β· π 340 Β· π¦ 570 Β· π 290 - 41% open Β· β±οΈ 27.11.2023):
git clone https://github.com/facebookresearch/nevergrad
-
PyPi (π₯ 81K / month Β· π¦ 30 Β· β±οΈ 19.11.2023):
pip install nevergrad
-
Conda (π₯ 44K Β· β±οΈ 21.09.2023):
conda install -c conda-forge nevergrad
AutoGluon (π₯29 Β· β 6.5K) - AutoGluon: AutoML for Image, Text, Time Series, and.. Apache-2


-
GitHub (π¨βπ» 110 Β· π 800 Β· π¦ 2 Β· π 1.1K - 23% open Β· β±οΈ 30.11.2023):
git clone https://github.com/autogluon/autogluon
-
PyPi (π₯ 48K / month Β· π¦ 7 Β· β±οΈ 29.11.2023):
pip install autogluon
-
Docker Hub (π₯ 4.7K Β· β 15 Β· β±οΈ 26.07.2023):
docker pull autogluon/autogluon
mljar-supervised (π₯29 Β· β 2.8K) - Python package for AutoML on Tabular Data with Feature.. MIT
-
GitHub (π¨βπ» 23 Β· π 370 Β· π¦ 96 Β· π 590 - 22% open Β· β±οΈ 30.11.2023):
git clone https://github.com/mljar/mljar-supervised
-
PyPi (π₯ 5.6K / month Β· π¦ 2 Β· β±οΈ 26.09.2023):
pip install mljar-supervised
-
Conda (π₯ 12K Β· β±οΈ 27.09.2023):
conda install -c conda-forge mljar-supervised
featurewiz (π₯24 Β· β 490) - Use advanced feature engineering strategies and select best.. Apache-2
Hyperactive (π₯23 Β· β 470) - An optimization and data collection toolbox for convenient and fast.. MIT
igel (π₯20 Β· β 3.1K Β· π€) - a delightful machine learning tool that allows you to train, test, and.. MIT
opytimizer (π₯19 Β· β 580) - Opytimizer is a Python library consisting of meta-heuristic.. Apache-2
Auto ViML (π₯19 Β· β 470) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2
AlphaPy (π₯18 Β· β 980 Β· π) - Automated Machine Learning [AutoML] with Python, scikit-learn,.. Apache-2
Show 31 hidden projects...
- Optuna (π₯39 Β· β 9K) - A hyperparameter optimization framework.
βUnlicensed
- scikit-optimize (π₯33 Β· β 2.7K Β· π) - Sequential model-based optimization with a..
BSD-3
- TPOT (π₯32 Β· β 9.3K) - A Python Automated Machine Learning tool that optimizes machine..
βοΈLGPL-3.0
- SMAC3 (π₯27 Β· β 930) - SMAC3: A Versatile Bayesian Optimization Package for..
βοΈBSD-1-Clause
- lazypredict (π₯26 Β· β 2.3K Β· π) - Lazy Predict help build a lot of basic models without much..
MIT
- Talos (π₯25 Β· β 1.6K Β· π) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch.
MIT
- Orion (π₯24 Β· β 270) - Asynchronous Distributed Hyperparameter Optimization.
BSD-3
- AdaNet (π₯23 Β· β 3.5K Β· π) - Fast and flexible AutoML with learning guarantees.
Apache-2
- auto_ml (π₯22 Β· β 1.6K Β· π) - [UNMAINTAINED] Automated machine learning for analytics & production.
MIT
- Test Tube (π₯22 Β· β 730 Β· π) - Python library to easily log experiments and parallelize..
MIT
- HpBandSter (π₯22 Β· β 590 Β· π) - a distributed Hyperband implementation on Steroids.
BSD-3
- optunity (π₯22 Β· β 410 Β· π) - optimization routines for hyperparameter tuning.
BSD-3
- MLBox (π₯21 Β· β 1.5K Β· π) - MLBox is a powerful Automated Machine Learning python library.
βοΈBSD-1-Clause
- Neuraxle (π₯21 Β· β 590 Β· π) - The worlds cleanest AutoML library - Do hyperparameter tuning..
Apache-2
- lightwood (π₯21 Β· β 390) - Lightwood is Legos for Machine Learning.
βοΈGPL-3.0
- Dragonfly (π₯20 Β· β 810 Β· π) - An open source python library for scalable Bayesian optimisation.
MIT
- sklearn-deap (π₯20 Β· β 740 Β· π) - Use evolutionary algorithms instead of gridsearch in..
MIT
- Auto Tune Models (π₯18 Β· β 520 Β· π) - Auto Tune Models - A multi-tenant, multi-data system for..
MIT
- shap-hypetune (π₯18 Β· β 500 Β· π) - A python package for simultaneous Hyperparameters Tuning and..
MIT
- Sherpa (π₯18 Β· β 320 Β· π) - Hyperparameter optimization that enables researchers to..
βοΈGPL-3.0
- Advisor (π₯17 Β· β 1.5K Β· π) - Open-source implementation of Google Vizier for hyper parameters..
Apache-2
- automl-gs (π₯16 Β· β 1.8K Β· π) - Provide an input CSV and a target field to predict, generate a..
MIT
- HyperparameterHunter (π₯16 Β· β 700 Β· π) - Easy hyperparameter optimization and automatic result..
MIT
- Parfit (π₯16 Β· β 200 Β· π) - A package for parallelizing the fit and flexibly scoring of..
MIT
- Xcessiv (π₯15 Β· β 1.3K Β· π) - A web-based application for quick, scalable, and automated..
Apache-2
- 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.
OpenAI Gym (π₯41 Β· β 33K Β· π€) - A toolkit for developing and comparing reinforcement learning.. MIT
TF-Agents (π₯32 Β· β 2.6K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2

TensorLayer (π₯27 Β· β 7.3K Β· π€) - Deep Learning and Reinforcement Learning Library for.. Apache-2

TensorForce (π₯26 Β· β 3.3K) - Tensorforce: a TensorFlow library for applied.. Apache-2

PARL (π₯25 Β· β 3.1K) - A high-performance distributed training framework for Reinforcement.. Apache-2

garage (π₯25 Β· β 1.8K Β· π€) - A toolkit for reproducible reinforcement learning research. MIT

Coach (π₯20 Β· β 2.3K Β· π€) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2
rliable (π₯14 Β· β 640) - [NeurIPS21 Outstanding Paper] Library for reliable evaluation on RL.. Apache-2
Show 8 hidden projects...
- baselines (π₯30 Β· β 15K Β· π) - OpenAI Baselines: high-quality implementations of reinforcement..
MIT
- keras-rl (π₯29 Β· β 5.4K Β· π) - Deep Reinforcement Learning for Keras.
MIT
- Stable Baselines (π₯24 Β· β 3.9K Β· π) - A fork of OpenAI Baselines, implementations of..
MIT
- ChainerRL (π₯24 Β· β 1.1K Β· π) - ChainerRL is a deep reinforcement learning library built on top of..
MIT
- TRFL (π₯22 Β· β 3.1K Β· π) - TensorFlow Reinforcement Learning.
Apache-2
- SerpentAI (π₯18 Β· β 6.6K Β· π) - Game Agent Framework. Helping you create AIs / Bots that learn to..
MIT
- DeepMind Lab (π₯17 Β· β 6.9K Β· π€) - A customisable 3D platform for agent-based AI research.
βUnlicensed
- Maze (π₯12 Β· β 250 Β· π€) - Maze Applied Reinforcement Learning Framework.
βοΈCustom
Recommender Systems
Libraries for building and evaluating recommendation systems.
Recommenders (π₯34 Β· β 17K) - Best Practices on Recommendation Systems. MIT
implicit (π₯31 Β· β 3.3K) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT
-
GitHub (π¨βπ» 34 Β· π 600 Β· π₯ 660 Β· π¦ 1.2K Β· π 480 - 15% open Β· β±οΈ 21.11.2023):
git clone https://github.com/benfred/implicit
-
PyPi (π₯ 240K / month Β· π¦ 39 Β· β±οΈ 29.09.2023):
pip install implicit
-
Conda (π₯ 550K Β· β±οΈ 21.11.2023):
conda install -c conda-forge implicit
lightfm (π₯29 Β· β 4.5K Β· π€) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2
TF Recommenders (π₯29 Β· β 1.7K) - TensorFlow Recommenders is a library for building.. Apache-2

scikit-surprise (π₯28 Β· β 6.1K Β· π€) - A Python scikit for building and analyzing recommender.. BSD-3
-
GitHub (π¨βπ» 45 Β· π 970 Β· π¦ 21 Β· π 380 - 19% open Β· β±οΈ 27.01.2023):
git clone https://github.com/NicolasHug/Surprise
-
PyPi (π₯ 150K / month Β· π¦ 50 Β· β±οΈ 23.09.2022):
pip install scikit-surprise
-
Conda (π₯ 350K Β· β±οΈ 06.10.2023):
conda install -c conda-forge scikit-surprise
TF Ranking (π₯28 Β· β 2.7K) - Learning to Rank in TensorFlow. Apache-2

recmetrics (π₯21 Β· β 540) - A library of metrics for evaluating recommender systems. MIT
Show 7 hidden projects...
- lkpy (π₯24 Β· β 250) - Python recommendation toolkit.
MIT
- tensorrec (π₯21 Β· β 1.2K Β· π) - A TensorFlow recommendation algorithm and framework in..
Apache-2
- fastFM (π₯21 Β· β 1.1K Β· π) - fastFM: A Library for Factorization Machines.
BSD-3
- Spotlight (π₯18 Β· β 2.9K Β· π) - Deep recommender models using PyTorch.
MIT
- Case Recommender (π₯18 Β· β 450 Β· π) - Case Recommender: A Flexible and Extensible Python..
MIT
- OpenRec (π₯16 Β· β 400 Β· π) - OpenRec is an open-source and modular library for neural network-..
Apache-2
- Collie (π₯16 Β· β 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.
PySyft (π₯36 Β· β 9K) - Perform data science on data that remains in someone elses server. Apache-2

TensorFlow Privacy (π₯27 Β· β 1.8K) - Library for training machine learning models with.. Apache-2

TFEncrypted (π₯25 Β· β 1.2K Β· π€) - A Framework for Encrypted Machine Learning in.. Apache-2

Show 1 hidden projects...
- PipelineDP (π₯21 Β· β 260) - PipelineDP is a Python framework for applying differentially..
Apache-2
Workflow & Experiment Tracking
Libraries to organize, track, and visualize machine learning experiments.
Tensorboard (π₯43 Β· β 6.4K) - TensorFlows Visualization Toolkit. Apache-2

-
GitHub (π¨βπ» 310 Β· π 1.6K Β· π¦ 200K Β· π 1.9K - 34% open Β· β±οΈ 29.11.2023):
git clone https://github.com/tensorflow/tensorboard
-
PyPi (π₯ 22M / month Β· π¦ 2.9K Β· β±οΈ 02.11.2023):
pip install tensorboard
-
Conda (π₯ 4.4M Β· β±οΈ 03.11.2023):
conda install -c conda-forge tensorboard
wandb client (π₯41 Β· β 7.5K) - A tool for visualizing and tracking your machine learning.. MIT
SageMaker SDK (π₯38 Β· β 2K) - A library for training and deploying machine learning.. Apache-2


-
GitHub (π¨βπ» 410 Β· π 1.1K Β· π¦ 3.3K Β· π 1.4K - 34% open Β· β±οΈ 30.11.2023):
git clone https://github.com/aws/sagemaker-python-sdk
-
PyPi (π₯ 36M / month Β· π¦ 90 Β· β±οΈ 30.11.2023):
pip install sagemaker
-
Conda (π₯ 700K Β· β±οΈ 27.11.2023):
conda install -c conda-forge sagemaker-python-sdk
PyCaret (π₯37 Β· β 8K) - An open-source, low-code machine learning library in Python. MIT
-
GitHub (π¨βπ» 130 Β· π 1.7K Β· π₯ 670 Β· π¦ 4.8K Β· π 2.2K - 14% open Β· β±οΈ 30.11.2023):
git clone https://github.com/pycaret/pycaret
-
PyPi (π₯ 300K / month Β· π¦ 15 Β· β±οΈ 12.11.2023):
pip install pycaret
-
Conda (π₯ 41K Β· β±οΈ 16.11.2023):
conda install -c conda-forge pycaret
snakemake (π₯35 Β· β 2K) - This is the development home of the workflow management system.. MIT
-
GitHub (π¨βπ» 310 Β· π 460 Β· π¦ 1.8K Β· π 1.4K - 59% open Β· β±οΈ 29.11.2023):
git clone https://github.com/snakemake/snakemake
-
PyPi (π₯ 270K / month Β· π¦ 260 Β· β±οΈ 18.09.2023):
pip install snakemake
-
Conda (π₯ 920K Β· β±οΈ 17.10.2023):
conda install -c bioconda snakemake
tensorboardX (π₯34 Β· β 7.7K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT
-
GitHub (π¨βπ» 82 Β· π 870 Β· π₯ 400 Β· π¦ 37K Β· π 450 - 17% open Β· β±οΈ 12.11.2023):
git clone https://github.com/lanpa/tensorboardX
-
PyPi (π₯ 2.2M / month Β· π¦ 980 Β· β±οΈ 20.08.2023):
pip install tensorboardX
-
Conda (π₯ 1.1M Β· β±οΈ 20.08.2023):
conda install -c conda-forge tensorboardx
AzureML SDK (π₯34 Β· β 3.8K) - Python notebooks with ML and deep learning examples with Azure.. MIT
Metaflow (π₯33 Β· β 7.2K) - Build and manage real-life data science projects with ease!. Apache-2
ClearML (π₯33 Β· β 4.9K) - ClearML - Auto-Magical CI/CD to streamline your ML workflow... Apache-2
-
GitHub (π¨βπ» 88 Β· π 600 Β· π₯ 1.8K Β· π¦ 820 Β· π 910 - 43% open Β· β±οΈ 29.11.2023):
git clone https://github.com/allegroai/clearml
-
PyPi (π₯ 230K / month Β· π¦ 14 Β· β±οΈ 08.11.2023):
pip install clearml
-
Docker Hub (π₯ 30K Β· β±οΈ 05.10.2020):
docker pull allegroai/trains
Neptune.ai (π₯31 Β· β 420) - The MLOps stack component for experiment tracking. Apache-2
-
GitHub (π¨βπ» 52 Β· π 51 Β· π 230 - 14% open Β· β±οΈ 30.11.2023):
git clone https://github.com/neptune-ai/neptune-client
-
PyPi (π₯ 540K / month Β· π¦ 49 Β· β±οΈ 21.11.2023):
pip install neptune-client
-
Conda (π₯ 220K Β· β±οΈ 21.11.2023):
conda install -c conda-forge neptune-client
aim (π₯30 Β· β 4.4K) - Aim An easy-to-use & supercharged open-source experiment tracker. Apache-2
sacred (π₯30 Β· β 4.1K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT
Labml (π₯27 Β· β 1.7K) - Monitor deep learning model training and hardware usage from your mobile.. MIT
ml-metadata (π₯27 Β· β 570) - For recording and retrieving metadata associated with ML.. Apache-2
TensorWatch (π₯20 Β· β 3.3K) - Debugging, monitoring and visualization for Python Machine Learning.. MIT
Show 16 hidden projects...
- Catalyst (π₯29 Β· β 3.2K Β· π) - Accelerated deep learning R&D.
Apache-2
- knockknock (π₯25 Β· β 2.7K Β· π) - Knock Knock: Get notified when your training ends with only two..
MIT
- livelossplot (π₯25 Β· β 1.3K Β· π) - Live training loss plot in Jupyter Notebook for Keras,..
MIT
- SKLL (π₯25 Β· β 540) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine..
βοΈBSD-1-Clause
- gokart (π₯25 Β· β 290) - Gokart solves reproducibility, task dependencies, constraints of good code,..
MIT
- hiddenlayer (π₯22 Β· β 1.7K Β· π) - Neural network graphs and training metrics for..
MIT
- lore (π₯20 Β· β 1.6K Β· π) - Lore makes machine learning approachable for Software Engineers and..
MIT
- TensorBoard Logger (π₯20 Β· β 620 Β· π) - Log TensorBoard events without touching TensorFlow.
MIT
- MXBoard (π₯20 Β· β 320 Β· π) - Logging MXNet data for visualization in TensorBoard.
Apache-2
- keepsake (π₯18 Β· β 1.6K Β· π) - Version control for machine learning.
Apache-2
- datmo (π₯17 Β· β 340 Β· π) - Open source production model management tool for data scientists.
MIT
- chitra (π₯17 Β· β 220 Β· π€) - A multi-functional library for full-stack Deep Learning...
Apache-2
- steppy (π₯16 Β· β 140 Β· π) - Lightweight, Python library for fast and reproducible experimentation.
MIT
- ModelChimp (π₯13 Β· β 120 Β· π) - Experiment tracking for machine and deep learning projects.
BSD-2
- CometML (π₯13) - Supercharging Machine Learning.
βUnlicensed
- 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.
TorchServe (π₯35 Β· β 3.8K) - Serve, optimize and scale PyTorch models in production. Apache-2

-
GitHub (π¨βπ» 180 Β· π 780 Β· π₯ 5.4K Β· π¦ 550 Β· π 1.5K - 22% open Β· β±οΈ 28.11.2023):
git clone https://github.com/pytorch/serve
-
PyPi (π₯ 41K / month Β· π¦ 15 Β· β±οΈ 12.10.2023):
pip install torchserve
-
Conda (π₯ 140K Β· β±οΈ 12.10.2023):
conda install -c pytorch torchserve
-
Docker Hub (π₯ 1.2M Β· β 22 Β· β±οΈ 12.10.2023):
docker pull pytorch/torchserve
huggingface_hub (π₯35 Β· β 1.3K) - All the open source things related to the Hugging Face Hub. Apache-2
-
GitHub (π¨βπ» 120 Β· π 320 Β· π 650 - 16% open Β· β±οΈ 30.11.2023):
git clone https://github.com/huggingface/huggingface_hub
-
PyPi (π₯ 23M / month Β· π¦ 530 Β· β±οΈ 16.11.2023):
pip install huggingface_hub
-
Conda (π₯ 1.5M Β· β±οΈ 20.11.2023):
conda install -c conda-forge huggingface_hub
Core ML Tools (π₯33 Β· β 3.7K) - Core ML tools contain supporting tools for Core ML model.. BSD-3
-
GitHub (π¨βπ» 160 Β· π 560 Β· π₯ 8.9K Β· π¦ 3.5K Β· π 1.3K - 21% open Β· β±οΈ 28.11.2023):
git clone https://github.com/apple/coremltools
-
PyPi (π₯ 200K / month Β· π¦ 170 Β· β±οΈ 01.11.2023):
pip install coremltools
-
Conda (π₯ 53K Β· β±οΈ 16.06.2023):
conda install -c conda-forge coremltools
Hummingbird (π₯26 Β· β 3.2K) - Hummingbird compiles trained ML models into tensor computation for.. MIT
-
GitHub (π¨βπ» 39 Β· π 270 Β· π₯ 360 Β· π 300 - 18% open Β· β±οΈ 13.10.2023):
git clone https://github.com/microsoft/hummingbird
-
PyPi (π₯ 8.3K / month Β· π¦ 3 Β· β±οΈ 10.06.2020):
pip install hummingbird-ml
-
Conda (π₯ 37K Β· β±οΈ 12.07.2023):
conda install -c conda-forge hummingbird-ml
cortex (π₯22 Β· β 8K Β· π€) - Production infrastructure for machine learning at scale. Apache-2
Show 10 hidden projects...
- mmdnn (π₯26 Β· β 5.8K Β· π) - MMdnn is a set of tools to help users inter-operate among different deep..
MIT
- m2cgen (π₯25 Β· β 2.7K Β· π) - 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
- Larq Compute Engine (π₯21 Β· β 230) - Highly optimized inference engine for Binarized..
Apache-2
- pytorch2keras (π₯19 Β· β 840 Β· π) - PyTorch to Keras model convertor.
MIT
- OMLT (π₯19 Β· β 220) - Represent trained machine learning models as Pyomo optimization formulations.
BSD-3
- modelkit (π₯17 Β· β 150) - Toolkit for developing and maintaining ML models.
MIT
- tfdeploy (π₯16 Β· β 350 Β· π) - Deploy tensorflow graphs for fast evaluation and export to..
BSD-3
- backprop (π₯14 Β· β 240 Β· π) - Backprop makes it simple to use, finetune, and deploy state-of-..
Apache-2
- ml-ane-transformers (π₯13 Β· β 2.4K Β· π) - Reference implementation of the Transformer..
βUnlicensed
Model Interpretability
Libraries to visualize, explain, debug, evaluate, and interpret machine learning models.
shap (π₯41 Β· β 21K) - A game theoretic approach to explain the output of any machine learning model. MIT
arviz (π₯36 Β· β 1.5K) - Exploratory analysis of Bayesian models with Python. Apache-2
-
GitHub (π¨βπ» 150 Β· π 360 Β· π₯ 130 Β· π¦ 5.3K Β· π 830 - 20% open Β· β±οΈ 17.11.2023):
git clone https://github.com/arviz-devs/arviz
-
PyPi (π₯ 1.3M / month Β· π¦ 160 Β· β±οΈ 18.07.2023):
pip install arviz
-
Conda (π₯ 2.1M Β· β±οΈ 19.09.2023):
conda install -c conda-forge arviz
Netron (π₯34 Β· β 25K) - Visualizer for neural network, deep learning and machine learning.. MIT


InterpretML (π₯33 Β· β 5.8K) - Fit interpretable models. Explain blackbox machine learning. MIT

evaluate (π₯32 Β· β 1.6K) - Evaluate: A library for easily evaluating machine learning models.. Apache-2
DoWhy (π₯30 Β· β 6.4K) - DoWhy is a Python library for causal inference that supports explicit.. MIT
dtreeviz (π₯30 Β· β 2.7K) - A python library for decision tree visualization and model interpretation. MIT
explainerdashboard (π₯30 Β· β 2.1K) - Quickly build Explainable AI dashboards that show the inner.. MIT
-
GitHub (π¨βπ» 20 Β· π 300 Β· π¦ 410 Β· π 220 - 13% open Β· β±οΈ 01.08.2023):
git clone https://github.com/oegedijk/explainerdashboard
-
PyPi (π₯ 63K / month Β· π¦ 9 Β· β±οΈ 01.08.2023):
pip install explainerdashboard
-
Conda (π₯ 42K Β· β±οΈ 16.06.2023):
conda install -c conda-forge explainerdashboard
shapash (π₯29 Β· β 2.5K) - Shapash: User-friendly Explainability and Interpretability to.. Apache-2

pyLDAvis (π₯29 Β· β 1.7K Β· π€) - Python library for interactive topic model visualization... BSD-3

Model Analysis (π₯29 Β· β 1.2K) - Model analysis tools for TensorFlow. Apache-2


responsible-ai-widgets (π₯29 Β· β 1K) - Responsible AI Toolbox is a suite of tools providing.. MIT



imodels (π₯28 Β· β 1.2K) - Interpretable ML package for concise, transparent, and accurate.. MIT
yellowbrick (π₯27 Β· β 4.1K) - Visual analysis and diagnostic tools to facilitate machine.. Apache-2

-
GitHub (π¨βπ» 110 Β· π 550 Β· π 700 - 12% open Β· β±οΈ 05.07.2023):
git clone https://github.com/DistrictDataLabs/yellowbrick
-
PyPi (π₯ 490K / month Β· π¦ 83 Β· β±οΈ 21.08.2022):
pip install yellowbrick
-
Conda (π₯ 73K Β· β±οΈ 16.06.2023):
conda install -c conda-forge yellowbrick
LIT (π₯27 Β· β 3.2K) - The Learning Interpretability Tool: Interactively analyze ML models to.. Apache-2
Fairness 360 (π₯27 Β· β 2.2K) - A comprehensive set of fairness metrics for datasets and.. Apache-2
Explainability 360 (π₯26 Β· β 1.4K) - Interpretability and explainability of data and.. Apache-2
iNNvestigate (π₯26 Β· β 1.2K) - A toolbox to iNNvestigate neural networks predictions!. BSD-2

checklist (π₯25 Β· β 2K) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT

What-If Tool (π₯22 Β· β 860 Β· π€) - Source code/webpage/demos for the What-If Tool. Apache-2
-
GitHub (π¨βπ» 20 Β· π 160 Β· π 140 - 58% open Β· β±οΈ 27.04.2023):
git clone https://github.com/PAIR-code/what-if-tool
-
PyPi (π₯ 5.4K / month Β· π¦ 4 Β· β±οΈ 12.10.2021):
pip install witwidget
-
Conda (π₯ 2.1M Β· β±οΈ 16.06.2023):
conda install -c conda-forge tensorboard-plugin-wit
-
npm (π₯ 890 / month Β· π¦ 1 Β· β±οΈ 12.10.2021):
npm install wit-widget
ecco (π₯21 Β· β 1.8K) - Explain, analyze, and visualize NLP language models. Ecco creates.. BSD-3

model-card-toolkit (π₯20 Β· β 390) - A toolkit that streamlines and automates the generation.. Apache-2
fairness-indicators (π₯19 Β· β 320) - Tensorflows Fairness Evaluation and Visualization.. Apache-2


sklearn-evaluation (π₯17 Β· β 360 Β· π€) - Machine learning model evaluation made easy: plots,.. MIT

FlashTorch (π₯16 Β· β 710) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT

interpret-text (π₯13 Β· β 380) - A library that incorporates state-of-the-art explainers for.. MIT

Show 20 hidden projects...
- Lime (π₯33 Β· β 11K Β· π) - Lime: Explaining the predictions of any machine learning classifier.
BSD-2
- Deep Checks (π₯29 Β· β 3.1K) - Deepchecks: Tests for Continuous Validation of ML Models &..
βοΈAGPL-3.0
- scikit-plot (π₯29 Β· β 2.4K Β· π) - An intuitive library to add plotting functionality to..
MIT
- eli5 (π₯26 Β· β 2.7K Β· π) - A library for debugging/inspecting machine learning classifiers and..
MIT
- Lucid (π₯25 Β· β 4.6K Β· π) - A collection of infrastructure and tools for research in..
Apache-2
- DALEX (π₯25 Β· β 1.3K) - moDel Agnostic Language for Exploration and eXplanation.
βοΈGPL-3.0
- keras-vis (π₯24 Β· β 3K Β· π) - Neural network visualization toolkit for keras.
MIT
- random-forest-importances (π₯23 Β· β 580 Β· π) - Code to compute permutation and drop-column..
MIT
- tf-explain (π₯22 Β· β 1K Β· π) - Interpretability Methods for tf.keras models with Tensorflow..
MIT
- TreeInterpreter (π₯22 Β· β 730 Β· π) - Package for interpreting scikit-learns decision tree..
BSD-3
- Quantus (π₯22 Β· β 440) - Quantus is an eXplainable AI toolkit for responsible evaluation of..
βοΈGPL-3.0
- deeplift (π₯21 Β· β 770 Β· π) - Public facing deeplift repo.
MIT
- tcav (π₯20 Β· β 590 Β· π) - Code for the TCAV ML interpretability project.
Apache-2