https://github.com/lukasmasuch/best-of-ml-python π A ranked list of awesome machine learning Python libraries. Updated weekly.
    Best-of Machine Learning with Python
     
    πΒ  A ranked list of awesome machine learning Python libraries. Updated weekly. 
    
This curated list contains 920 awesome open-source projects with a total of 5.1M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue , submit a pull request , or directly edit the projects.yaml . Contributions are very welcome!
     π§ββοΈΒ  Discover other best-of lists  or create your own .newsletter  for updates and trending projects.
π₯π₯π₯Β  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 
 
Machine Learning Frameworks 
General-purpose machine learning and deep learning frameworks. 
Tensorflow Apache-2 
GitHub  (π¨βπ» 4.9K Β· π 75K Β· π¦ 540K Β· π 42K - 4% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/tensorflow/tensorflow
 
PyPi  (π₯ 24M / month Β· π¦ 9.5K Β· β±οΈ 13.08.2025):
 
Conda  (π₯ 6M Β· β±οΈ 11.09.2025):
 conda install -c conda-forge tensorflow
 
Docker Hub  (π₯ 81M Β· β 2.8K Β· β±οΈ 16.10.2025):
 docker pull tensorflow/tensorflow
 
 
PyTorch BSD-3 
GitHub  (π¨βπ» 6K Β· π 26K Β· π₯ 110K Β· π¦ 830K Β· π 56K - 30% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/pytorch/pytorch
 
PyPi  (π₯ 65M / month Β· π¦ 29K Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 29M Β· β±οΈ 25.03.2025):
 conda install -c pytorch pytorch
 
 
scikit-learn BSD-3 
GitHub  (π¨βπ» 3.4K Β· π 26K Β· π₯ 1.1K Β· π¦ 1.3M Β· π 12K - 17% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/scikit-learn/scikit-learn
 
PyPi  (π₯ 140M / month Β· π¦ 35K Β· β±οΈ 09.09.2025):
 
Conda  (π₯ 40M Β· β±οΈ 09.09.2025):
 conda install -c conda-forge scikit-learn
 
 
Keras Apache-2 
GitHub  (π¨βπ» 1.4K Β· π 20K Β· π¦ 300K Β· π 13K - 2% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/keras-team/keras
 
PyPi  (π₯ 17M / month Β· π¦ 2K Β· β±οΈ 21.08.2025):
 
Conda  (π₯ 4.4M Β· β±οΈ 14.08.2025):
 conda install -c conda-forge keras
 
 
XGBoost Apache-2 
GitHub  (π¨βπ» 670 Β· π 8.8K Β· π₯ 19K Β· π¦ 170K Β· π 5.6K - 8% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/dmlc/xgboost
 
PyPi  (π₯ 32M / month Β· π¦ 2.8K Β· β±οΈ 26.09.2025):
 
Conda  (π₯ 6.6M Β· β±οΈ 16.09.2025):
 conda install -c conda-forge xgboost
 
 
PaddlePaddle Apache-2 jax Apache-2 
GitHub  (π¨βπ» 970 Β· π 3.2K Β· π¦ 47K Β· π 6.6K - 24% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/google/jax
 
PyPi  (π₯ 12M / month Β· π¦ 3.1K Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 3.2M Β· β±οΈ 06.10.2025):
 conda install -c conda-forge jaxlib
 
 
pytorch-lightning Apache-2 
GitHub  (π¨βπ» 1K Β· π 3.6K Β· π₯ 15K Β· π¦ 48K Β· π 7.4K - 11% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/Lightning-AI/lightning
 
PyPi  (π₯ 12M / month Β· π¦ 1.8K Β· β±οΈ 05.09.2025):
 pip install pytorch-lightning
 
Conda  (π₯ 1.7M Β· β±οΈ 05.09.2025):
 conda install -c conda-forge pytorch-lightning
 
 
StatsModels BSD-3 
GitHub  (π¨βπ» 470 Β· π 3.3K Β· π₯ 36 Β· π¦ 180K Β· π 5.8K - 50% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/statsmodels/statsmodels
 
PyPi  (π₯ 23M / month Β· π¦ 5.6K Β· β±οΈ 07.07.2025):
 
Conda  (π₯ 22M Β· β±οΈ 01.10.2025):
 conda install -c conda-forge statsmodels
 
 
PySpark Apache-2 
GitHub  (π¨βπ» 3.3K Β· π 29K Β· β±οΈ 16.10.2025):
 git clone https://github.com/apache/spark
 
PyPi  (π₯ 47M / month Β· π¦ 2.1K Β· β±οΈ 28.09.2025):
 
Conda  (π₯ 4.2M Β· β±οΈ 08.09.2025):
 conda install -c conda-forge pyspark
 
 
LightGBM MIT 
GitHub  (π¨βπ» 330 Β· π 3.9K Β· π₯ 310K Β· π¦ 56K Β· π 3.6K - 12% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/microsoft/LightGBM
 
PyPi  (π₯ 11M / month Β· π¦ 1.6K Β· β±οΈ 15.02.2025):
 
Conda  (π₯ 4.1M Β· β±οΈ 15.10.2025):
 conda install -c conda-forge lightgbm
 
 
Catboost Apache-2 
GitHub  (π¨βπ» 1.4K Β· π 1.2K Β· π₯ 460K Β· π¦ 19 Β· π 2.5K - 25% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/catboost/catboost
 
PyPi  (π₯ 5.1M / month Β· π¦ 650 Β· β±οΈ 13.04.2025):
 
Conda  (π₯ 2.2M Β· β±οΈ 09.08.2025):
 conda install -c conda-forge catboost
 
 
Fastai Apache-2 PyFlink Apache-2 Flax Apache-2 
GitHub  (π¨βπ» 280 Β· π 740 Β· π₯ 61 Β· π¦ 15K Β· π 1.3K - 34% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/google/flax
 
PyPi  (π₯ 2.4M / month Β· π¦ 740 Β· β±οΈ 25.09.2025):
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge flax
 
 
Ignite BSD-3 
GitHub  (π¨βπ» 990 Β· π 660 Β· π¦ 3.9K Β· π 1.5K - 11% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/pytorch/ignite
 
PyPi  (π₯ 200K / month Β· π¦ 120 Β· β±οΈ 16.10.2025):
 pip install pytorch-ignite
 
Conda  (π₯ 250K Β· β±οΈ 16.10.2025):
 conda install -c pytorch ignite
 
 
ivy Apache-2 einops MIT 
GitHub  (π¨βπ» 34 Β· π 380 Β· π¦ 82K Β· π 200 - 17% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/arogozhnikov/einops
 
PyPi  (π₯ 14M / month Β· π¦ 2.6K Β· β±οΈ 09.02.2025):
 
Conda  (π₯ 470K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge einops
 
 
Jina Apache-2 
GitHub  (π¨βπ» 180 Β· π 2.2K Β· β±οΈ 24.03.2025):
 git clone https://github.com/jina-ai/jina
 
PyPi  (π₯ 140K / month Β· π¦ 29 Β· β±οΈ 24.03.2025):
 
Conda  (π₯ 110K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge jina-core
 
Docker Hub  (π₯ 1.8M Β· β 9 Β· β±οΈ 24.03.2025):
 
 
mlpack BSD-3 
GitHub  (π¨βπ» 330 Β· π 1.7K Β· π 1.7K - 1% open Β· β±οΈ 11.10.2025):
 git clone https://github.com/mlpack/mlpack
 
PyPi  (π₯ 7.4K / month Β· π¦ 6 Β· β±οΈ 22.05.2025):
 
Conda  (π₯ 400K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge mlpack
 
 
Thinc MIT 
GitHub  (π¨βπ» 67 Β· π 280 Β· π₯ 1.9K Β· π¦ 70K Β· π 160 - 14% open Β· β±οΈ 07.03.2025):
 git clone https://github.com/explosion/thinc
 
PyPi  (π₯ 15M / month Β· π¦ 160 Β· β±οΈ 04.04.2025):
 
Conda  (π₯ 3.9M Β· β±οΈ 06.07.2025):
 conda install -c conda-forge thinc
 
 
Ludwig Apache-2 Sonnet Apache-2 
GitHub  (π¨βπ» 61 Β· π 1.3K Β· π¦ 1.5K Β· π 190 - 16% open Β· β±οΈ 04.08.2025):
 git clone https://github.com/deepmind/sonnet
 
PyPi  (π₯ 53K / month Β· π¦ 19 Β· β±οΈ 02.01.2024):
 
Conda  (π₯ 47K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge sonnet
 
 
skorch BSD-3 
GitHub  (π¨βπ» 68 Β· π 400 Β· π¦ 1.7K Β· π 540 - 12% open Β· β±οΈ 15.08.2025):
 git clone https://github.com/skorch-dev/skorch
 
PyPi  (π₯ 180K / month Β· π¦ 110 Β· β±οΈ 08.08.2025):
 
Conda  (π₯ 810K Β· β±οΈ 08.08.2025):
 conda install -c conda-forge skorch
 
 
Haiku Apache-2 
GitHub  (π¨βπ» 90 Β· π 260 Β· π¦ 2.6K Β· π 250 - 29% open Β· β±οΈ 29.09.2025):
 git clone https://github.com/deepmind/dm-haiku
 
PyPi  (π₯ 290K / month Β· π¦ 200 Β· β±οΈ 18.09.2025):
 
Conda  (π₯ 43K Β· β±οΈ 19.09.2025):
 conda install -c conda-forge dm-haiku
 
 
tensorflow-upstream Apache-2 Geomstats MIT 
GitHub  (π¨βπ» 97 Β· π 260 Β· π¦ 150 Β· π 570 - 36% open Β· β±οΈ 06.10.2025):
 git clone https://github.com/geomstats/geomstats
 
PyPi  (π₯ 24K / month Β· π¦ 12 Β· β±οΈ 09.09.2024):
 
Conda  (π₯ 8.1K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge geomstats
 
 
NuPIC MIT pyRiemann BSD-3 
GitHub  (π¨βπ» 38 Β· π 170 Β· π¦ 480 Β· π 110 - 2% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/pyRiemann/pyRiemann
 
PyPi  (π₯ 110K / month Β· π¦ 31 Β· β±οΈ 23.07.2025):
 
Conda  (π₯ 16K Β· β±οΈ 23.07.2025):
 conda install -c conda-forge pyriemann
 
 
Determined Apache-2 Neural Network Libraries Apache-2 deepinv BSD-3 Towhee Apache-2 fklearn Apache-2 NeoML Apache-2 chefboost MIT Runhouse Apache-2 ThunderGBM Apache-2 Show 26 hidden projects... 
dlib βοΈBSL-1.0 MXNet Apache-2 Theano BSD-3 Chainer MIT MindsDB βοΈICU Turi Create BSD-3 TFlearn MIT Vowpal Wabbit BSD-3 tensorpack Apache-2 dyNET Apache-2 CNTK MIT Lasagne MIT SHOGUN BSD-3 ktrain Apache-2 NeuPy MIT xLearn Apache-2 EvaDB Apache-2 neon Apache-2 Neural Tangents Apache-2 ThunderSVM Apache-2 Torchbearer MIT mace Apache-2 Objax Apache-2 elegy MIT StarSpace MIT nanodl MIT  
General-purpose and task-specific data visualization libraries. 
Matplotlib βUnlicensed
GitHub  (π¨βπ» 1.9K Β· π 8.1K Β· π¦ 1.9M Β· π 11K - 14% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/matplotlib/matplotlib
 
PyPi  (π₯ 120M / month Β· π¦ 68K Β· β±οΈ 09.10.2025):
 
Conda  (π₯ 33M Β· β±οΈ 15.10.2025):
 conda install -c conda-forge matplotlib
 
 
Plotly MIT 
GitHub  (π¨βπ» 300 Β· π 2.7K Β· π₯ 520 Β· π¦ 460K Β· π 3.3K - 21% open Β· β±οΈ 09.10.2025):
 git clone https://github.com/plotly/plotly.py
 
PyPi  (π₯ 36M / month Β· π¦ 9.7K Β· β±οΈ 02.10.2025):
 
Conda  (π₯ 11M Β· β±οΈ 03.10.2025):
 conda install -c conda-forge plotly
 
npm  (π₯ 2.6K / month Β· π¦ 9 Β· β±οΈ 12.01.2021):
 
 
dash MIT 
GitHub  (π¨βπ» 190 Β· π 2.2K Β· π₯ 110 Β· π¦ 89K Β· π 2.1K - 27% open Β· β±οΈ 07.10.2025):
 git clone https://github.com/plotly/dash
 
PyPi  (π₯ 5.3M / month Β· π¦ 1.9K Β· β±οΈ 10.10.2025):
 
Conda  (π₯ 2.1M Β· β±οΈ 11.08.2025):
 conda install -c conda-forge dash
 
 
Bokeh BSD-3 
GitHub  (π¨βπ» 720 Β· π 4.2K Β· π¦ 100K Β· π 8.1K - 10% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/bokeh/bokeh
 
PyPi  (π₯ 5.3M / month Β· π¦ 2.2K Β· β±οΈ 13.10.2025):
 
Conda  (π₯ 18M Β· β±οΈ 30.08.2025):
 conda install -c conda-forge bokeh
 
 
Seaborn BSD-3 
GitHub  (π¨βπ» 220 Β· π 2K Β· π₯ 510 Β· π¦ 700K Β· π 2.6K - 6% open Β· β±οΈ 10.07.2025):
 git clone https://github.com/mwaskom/seaborn
 
PyPi  (π₯ 31M / month Β· π¦ 11K Β· β±οΈ 25.01.2024):
 
Conda  (π₯ 15M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge seaborn
 
 
Altair BSD-3 
GitHub  (π¨βπ» 180 Β· π 800 Β· π₯ 260 Β· π¦ 240K Β· π 2.1K - 6% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/altair-viz/altair
 
PyPi  (π₯ 37M / month Β· π¦ 920 Β· β±οΈ 23.11.2024):
 
Conda  (π₯ 2.9M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge altair
 
 
FiftyOne Apache-2 Graphviz MIT 
GitHub  (π¨βπ» 24 Β· π 220 Β· π¦ 94K Β· π 190 - 6% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/xflr6/graphviz
 
PyPi  (π₯ 26M / month Β· π¦ 3.2K Β· β±οΈ 15.06.2025):
 
Conda  (π₯ 58K Β· β±οΈ 22.04.2025):
 conda install -c anaconda python-graphviz
 
 
PyVista MIT 
GitHub  (π¨βπ» 190 Β· π 590 Β· π₯ 960 Β· π¦ 5.2K Β· π 2K - 35% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/pyvista/pyvista
 
PyPi  (π₯ 860K / month Β· π¦ 820 Β· β±οΈ 26.08.2025):
 
Conda  (π₯ 800K Β· β±οΈ 10.10.2025):
 conda install -c conda-forge pyvista
 
 
HoloViews BSD-3 
GitHub  (π¨βπ» 150 Β· π 410 Β· π¦ 17K Β· π 3.4K - 31% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/holoviz/holoviews
 
PyPi  (π₯ 890K / month Β· π¦ 470 Β· β±οΈ 29.09.2025):
 
Conda  (π₯ 2.4M Β· β±οΈ 25.06.2025):
 conda install -c conda-forge holoviews
 
npm  (π₯ 250 / month Β· π¦ 7 Β· β±οΈ 20.06.2025):
 npm install @pyviz/jupyterlab_pyviz
 
 
pyecharts MIT PyQtGraph MIT 
GitHub  (π¨βπ» 300 Β· π 1.1K Β· π¦ 13K Β· π 1.4K - 31% open Β· β±οΈ 02.10.2025):
 git clone https://github.com/pyqtgraph/pyqtgraph
 
PyPi  (π₯ 620K / month Β· π¦ 1K Β· β±οΈ 29.04.2024):
 
Conda  (π₯ 870K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pyqtgraph
 
 
pandas-profiling MIT 
GitHub  (π¨βπ» 140 Β· π 1.7K Β· π₯ 470 Β· π¦ 6.9K Β· π 850 - 30% open Β· β±οΈ 19.09.2025):
 git clone https://github.com/ydataai/pandas-profiling
 
PyPi  (π₯ 360K / month Β· π¦ 180 Β· β±οΈ 03.02.2023):
 pip install pandas-profiling
 
Conda  (π₯ 580K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pandas-profiling
 
 
plotnine MIT 
GitHub  (π¨βπ» 110 Β· π 240 Β· π¦ 13K Β· π 750 - 10% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/has2k1/plotnine
 
PyPi  (π₯ 2.2M / month Β· π¦ 400 Β· β±οΈ 15.07.2025):
 
Conda  (π₯ 550K Β· β±οΈ 15.07.2025):
 conda install -c conda-forge plotnine
 
 
VisPy BSD-3 
GitHub  (π¨βπ» 210 Β· π 620 Β· π¦ 2.1K Β· π 1.5K - 25% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/vispy/vispy
 
PyPi  (π₯ 230K / month Β· π¦ 200 Β· β±οΈ 19.05.2025):
 
Conda  (π₯ 960K Β· β±οΈ 30.08.2025):
 conda install -c conda-forge vispy
 
npm  (π₯ 1 / month Β· π¦ 3 Β· β±οΈ 15.03.2020):
 
 
cartopy BSD-3 
GitHub  (π¨βπ» 140 Β· π 390 Β· π¦ 8.1K Β· π 1.3K - 23% open Β· β±οΈ 24.09.2025):
 git clone https://github.com/SciTools/cartopy
 
PyPi  (π₯ 810K / month Β· π¦ 970 Β· β±οΈ 01.08.2025):
 
Conda  (π₯ 5.6M Β· β±οΈ 03.09.2025):
 conda install -c conda-forge cartopy
 
 
datashader BSD-3 
GitHub  (π¨βπ» 63 Β· π 380 Β· π¦ 6.3K Β· π 620 - 24% open Β· β±οΈ 09.10.2025):
 git clone https://github.com/holoviz/datashader
 
PyPi  (π₯ 300K / month Β· π¦ 250 Β· β±οΈ 05.08.2025):
 
Conda  (π₯ 1.6M Β· β±οΈ 05.08.2025):
 conda install -c conda-forge datashader
 
 
lets-plot MIT wordcloud MIT 
GitHub  (π¨βπ» 75 Β· π 2.3K Β· π¦ 21 Β· π 560 - 24% open Β· β±οΈ 31.08.2025):
 git clone https://github.com/amueller/word_cloud
 
PyPi  (π₯ 2M / month Β· π¦ 550 Β· β±οΈ 10.11.2024):
 
Conda  (π₯ 780K Β· β±οΈ 03.09.2025):
 conda install -c conda-forge wordcloud
 
 
Perspective Apache-2 
GitHub  (π¨βπ» 100 Β· π 1.2K Β· π₯ 12K Β· π¦ 190 Β· π 900 - 12% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/finos/perspective
 
PyPi  (π₯ 19K / month Β· π¦ 31 Β· β±οΈ 03.09.2025):
 pip install perspective-python
 
Conda  (π₯ 2.3M Β· β±οΈ 26.09.2025):
 conda install -c conda-forge perspective
 
npm  (π₯ 320 / month Β· π¦ 6 Β· β±οΈ 03.09.2025):
 npm install @finos/perspective-jupyterlab
 
 
UMAP BSD-3 
GitHub  (π¨βπ» 140 Β· π 850 Β· π¦ 1 Β· π 860 - 59% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/lmcinnes/umap
 
PyPi  (π₯ 2.7M / month Β· π¦ 1.3K Β· β±οΈ 03.07.2025):
 
Conda  (π₯ 3.2M Β· β±οΈ 03.07.2025):
 conda install -c conda-forge umap-learn
 
 
mpld3 BSD-3 
GitHub  (π¨βπ» 54 Β· π 360 Β· π¦ 7.6K Β· π 370 - 59% open Β· β±οΈ 27.07.2025):
 git clone https://github.com/mpld3/mpld3
 
PyPi  (π₯ 470K / month Β· π¦ 160 Β· β±οΈ 27.07.2025):
 
Conda  (π₯ 280K Β· β±οΈ 28.07.2025):
 conda install -c conda-forge mpld3
 
npm  (π₯ 1K / month Β· π¦ 11 Β· β±οΈ 27.07.2025):
 
 
hvPlot BSD-3 
GitHub  (π¨βπ» 52 Β· π 110 Β· π¦ 7.3K Β· π 930 - 41% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/holoviz/hvplot
 
PyPi  (π₯ 350K / month Β· π¦ 270 Β· β±οΈ 29.08.2025):
 
Conda  (π₯ 850K Β· β±οΈ 04.09.2025):
 conda install -c conda-forge hvplot
 
 
bqplot Apache-2 
GitHub  (π¨βπ» 66 Β· π 480 Β· π¦ 62 Β· π 650 - 42% open Β· β±οΈ 25.08.2025):
 git clone https://github.com/bqplot/bqplot
 
PyPi  (π₯ 240K / month Β· π¦ 110 Β· β±οΈ 21.05.2025):
 
Conda  (π₯ 1.9M Β· β±οΈ 02.09.2025):
 conda install -c conda-forge bqplot
 
npm  (π₯ 2.7K / month Β· π¦ 21 Β· β±οΈ 03.09.2025):
 
 
D-Tale βοΈLGPL-2.1 
GitHub  (π¨βπ» 31 Β· π 430 Β· π¦ 1.5K Β· π 610 - 10% open Β· β±οΈ 30.07.2025):
 git clone https://github.com/man-group/dtale
 
PyPi  (π₯ 30K / month Β· π¦ 53 Β· β±οΈ 30.07.2025):
 
Conda  (π₯ 480K Β· β±οΈ 30.07.2025):
 conda install -c conda-forge dtale
 
 
HyperTools MIT openTSNE BSD-3 
GitHub  (π¨βπ» 13 Β· π 170 Β· π¦ 1.1K Β· π 140 - 6% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/pavlin-policar/openTSNE
 
PyPi  (π₯ 74K / month Β· π¦ 47 Β· β±οΈ 13.08.2024):
 
Conda  (π₯ 490K Β· β±οΈ 13.10.2025):
 conda install -c conda-forge opentsne
 
 
Plotly-Resampler MIT 
GitHub  (π¨βπ» 14 Β· π 74 Β· π¦ 2K Β· π 190 - 32% open Β· β±οΈ 03.09.2025):
 git clone https://github.com/predict-idlab/plotly-resampler
 
PyPi  (π₯ 390K / month Β· π¦ 38 Β· β±οΈ 29.08.2025):
 pip install plotly-resampler
 
Conda  (π₯ 130K Β· β±οΈ 09.10.2025):
 conda install -c conda-forge plotly-resampler
 
 
data-validation Apache-2 Chartify Apache-2 
GitHub  (π¨βπ» 27 Β· π 340 Β· π¦ 83 Β· π 86 - 62% open Β· β±οΈ 16.10.2024):
 git clone https://github.com/spotify/chartify
 
PyPi  (π₯ 2.4K / month Β· π¦ 9 Β· β±οΈ 16.10.2024):
 
Conda  (π₯ 40K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge chartify
 
 
Popmon MIT vega BSD-3 
GitHub  (π¨βπ» 15 Β· π 65 Β· π¦ 4 Β· π 110 - 14% open Β· β±οΈ 01.01.2025):
 git clone https://github.com/vega/ipyvega
 
PyPi  (π₯ 37K / month Β· π¦ 17 Β· β±οΈ 25.09.2024):
 
Conda  (π₯ 920K Β· β±οΈ 04.10.2025):
 conda install -c conda-forge vega
 
 
vegafusion BSD-3 
GitHub  (π¨βπ» 6 Β· π 26 Β· π₯ 6.5K Β· π 150 - 36% open Β· β±οΈ 29.09.2025):
 git clone https://github.com/vegafusion/vegafusion
 
PyPi  (π₯ 900 / month Β· π¦ 2 Β· β±οΈ 09.05.2024):
 pip install vegafusion-jupyter
 
Conda  (π₯ 510K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge vegafusion-python-embed
 
npm  (π₯ 24 / month Β· π¦ 3 Β· β±οΈ 09.05.2024):
 npm install vegafusion-jupyter
 
 
Show 22 hidden projects... 
missingno MIT Cufflinks MIT Facets Overview Apache-2 pythreejs BSD-3 Sweetviz MIT AutoViz Apache-2 ridgeplot MIT PandasGUI βοΈMIT-0 HiPlot MIT python-ternary MIT Multicore-TSNE BSD-3 Pandas-Bokeh MIT pivottablejs MIT joypy MIT PyWaffle MIT PDPbox MIT animatplot MIT ivis Apache-2 pdvega MIT nx-altair MIT data-describe Apache-2 nptsne Apache-2  
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 Apache-2 
GitHub  (π¨βπ» 3.6K Β· π 31K Β· π¦ 400K Β· π 19K - 10% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/huggingface/transformers
 
PyPi  (π₯ 90M / month Β· π¦ 11K Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 3.3M Β· β±οΈ 14.10.2025):
 conda install -c conda-forge transformers
 
 
nltk Apache-2 
GitHub  (π¨βπ» 480 Β· π 2.9K Β· π¦ 410K Β· π 1.9K - 14% open Β· β±οΈ 06.10.2025):
 git clone https://github.com/nltk/nltk
 
PyPi  (π₯ 39M / month Β· π¦ 6.2K Β· β±οΈ 01.10.2025):
 
Conda  (π₯ 3.4M Β· β±οΈ 01.10.2025):
 conda install -c conda-forge nltk
 
 
litellm MIT o t h e r sspaCy MIT 
GitHub  (π¨βπ» 770 Β· π 4.5K Β· π₯ 4.7K Β· π¦ 140K Β· π 5.7K - 3% open Β· β±οΈ 28.05.2025):
 git clone https://github.com/explosion/spaCy
 
PyPi  (π₯ 15M / month Β· π¦ 3.2K Β· β±οΈ 23.05.2025):
 
Conda  (π₯ 6.5M Β· β±οΈ 06.07.2025):
 conda install -c conda-forge spacy
 
 
sentence-transformers Apache-2 
GitHub  (π¨βπ» 240 Β· π 2.7K Β· π¦ 120K Β· π 2.5K - 52% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/UKPLab/sentence-transformers
 
PyPi  (π₯ 17M / month Β· π¦ 3.5K Β· β±οΈ 22.09.2025):
 pip install sentence-transformers
 
Conda  (π₯ 990K Β· β±οΈ 23.09.2025):
 conda install -c conda-forge sentence-transformers
 
 
gensim βοΈLGPL-2.1 
GitHub  (π¨βπ» 460 Β· π 4.4K Β· π₯ 6.4K Β· π¦ 78K Β· π 1.9K - 21% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/RaRe-Technologies/gensim
 
PyPi  (π₯ 4.7M / month Β· π¦ 1.4K Β· β±οΈ 19.07.2024):
 
Conda  (π₯ 1.7M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge gensim
 
 
sentencepiece Apache-2 
GitHub  (π¨βπ» 100 Β· π 1.3K Β· π₯ 92K Β· π¦ 120K Β· π 800 - 3% open Β· β±οΈ 04.10.2025):
 git clone https://github.com/google/sentencepiece
 
PyPi  (π₯ 29M / month Β· π¦ 2.4K Β· β±οΈ 12.08.2025):
 pip install sentencepiece
 
Conda  (π₯ 1.7M Β· β±οΈ 22.09.2025):
 conda install -c conda-forge sentencepiece
 
 
Tokenizers Apache-2 
GitHub  (π¨βπ» 130 Β· π 970 Β· π₯ 86 Β· π¦ 180K Β· π 1.1K - 9% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/huggingface/tokenizers
 
PyPi  (π₯ 77M / month Β· π¦ 1.7K Β· β±οΈ 19.09.2025):
 
Conda  (π₯ 3.5M Β· β±οΈ 19.09.2025):
 conda install -c conda-forge tokenizers
 
 
haystack Apache-2 NeMo Apache-2 flair MIT 
GitHub  (π¨βπ» 280 Β· π 2.1K Β· π¦ 4.1K Β· π 2.4K - 1% open Β· β±οΈ 12.06.2025):
 git clone https://github.com/flairNLP/flair
 
PyPi  (π₯ 210K / month Β· π¦ 160 Β· β±οΈ 05.02.2025):
 
Conda  (π₯ 49K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge python-flair
 
 
TextBlob MIT 
GitHub  (π¨βπ» 37 Β· π 1.2K Β· π₯ 140 Β· π¦ 60K Β· π 280 - 26% open Β· β±οΈ 16.09.2025):
 git clone https://github.com/sloria/TextBlob
 
PyPi  (π₯ 1.5M / month Β· π¦ 400 Β· β±οΈ 13.01.2025):
 
Conda  (π₯ 340K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge textblob
 
 
fairseq MIT 
GitHub  (π¨βπ» 430 Β· π 6.6K Β· π₯ 440 Β· π¦ 4.4K Β· π 4.4K - 30% open Β· β±οΈ 30.09.2025):
 git clone https://github.com/facebookresearch/fairseq
 
PyPi  (π₯ 95K / month Β· π¦ 120 Β· β±οΈ 27.06.2022):
 
Conda  (π₯ 160K Β· β±οΈ 02.10.2025):
 conda install -c conda-forge fairseq
 
 
ChatterBot BSD-3 stanza Apache-2 
GitHub  (π¨βπ» 72 Β· π 920 Β· π¦ 4.1K Β· π 950 - 10% open Β· β±οΈ 05.10.2025):
 git clone https://github.com/stanfordnlp/stanza
 
PyPi  (π₯ 850K / month Β· π¦ 240 Β· β±οΈ 05.10.2025):
 
Conda  (π₯ 8.9K Β· β±οΈ 25.03.2025):
 conda install -c stanfordnlp stanza
 
 
qdrant Apache-2 Opik Apache-2 spark-nlp Apache-2 Rasa Apache-2 TensorFlow Text Apache-2 snowballstemmer BSD-3 
GitHub  (π¨βπ» 40 Β· π 190 Β· π¦ 11 Β· π 120 - 17% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/snowballstem/snowball
 
PyPi  (π₯ 24M / month Β· π¦ 550 Β· β±οΈ 09.05.2025):
 pip install snowballstemmer
 
Conda  (π₯ 11M Β· β±οΈ 20.05.2025):
 conda install -c conda-forge snowballstemmer
 
 
torchtext BSD-3 CLTK MIT DeepPavlov Apache-2 ftfy Apache-2 
GitHub  (π¨βπ» 22 Β· π 120 Β· π₯ 99 Β· π¦ 33K Β· π 150 - 7% open Β· β±οΈ 30.10.2024):
 git clone https://github.com/rspeer/python-ftfy
 
PyPi  (π₯ 9.5M / month Β· π¦ 570 Β· β±οΈ 26.10.2024):
 
Conda  (π₯ 380K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge ftfy
 
 
jellyfish MIT 
GitHub  (π¨βπ» 37 Β· π 160 Β· π¦ 15K Β· β±οΈ 11.10.2025):
 git clone https://github.com/jamesturk/jellyfish
 
PyPi  (π₯ 8.5M / month Β· π¦ 320 Β· β±οΈ 11.10.2025):
 
Conda  (π₯ 1.7M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge jellyfish
 
 
SciSpacy Apache-2 english-words Unlicense rubrix Apache-2 
GitHub  (π¨βπ» 110 Β· π 460 Β· π¦ 3.1K Β· π 2.2K - 0% open Β· β±οΈ 05.08.2025):
 git clone https://github.com/recognai/rubrix
 
PyPi  (π₯ 1.6K / month Β· β±οΈ 24.10.2022):
 
Conda  (π₯ 51K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge rubrix
 
 
TextDistance MIT 
GitHub  (π¨βπ» 18 Β· π 260 Β· π₯ 1.1K Β· π¦ 8.8K Β· β±οΈ 18.04.2025):
 git clone https://github.com/life4/textdistance
 
PyPi  (π₯ 1.3M / month Β· π¦ 99 Β· β±οΈ 16.07.2024):
 
Conda  (π₯ 950K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge textdistance
 
 
spacy-transformers MIT spacy
GitHub  (π¨βπ» 23 Β· π 170 Β· π₯ 560 Β· π¦ 2.4K Β· β±οΈ 26.05.2025):
 git clone https://github.com/explosion/spacy-transformers
 
PyPi  (π₯ 280K / month Β· π¦ 110 Β· β±οΈ 26.05.2025):
 pip install spacy-transformers
 
Conda  (π₯ 140K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge spacy-transformers
 
 
Dedupe MIT 
GitHub  (π¨βπ» 72 Β· π 560 Β· π¦ 370 Β· π 820 - 9% open Β· β±οΈ 29.07.2025):
 git clone https://github.com/dedupeio/dedupe
 
PyPi  (π₯ 54K / month Β· π¦ 19 Β· β±οΈ 15.08.2024):
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge dedupe
 
 
scattertext Apache-2 
GitHub  (π¨βπ» 14 Β· π 290 Β· π¦ 670 Β· π 100 - 22% open Β· β±οΈ 29.04.2025):
 git clone https://github.com/JasonKessler/scattertext
 
PyPi  (π₯ 8.6K / month Β· π¦ 5 Β· β±οΈ 23.09.2024):
 
Conda  (π₯ 140K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge scattertext
 
 
detoxify Apache-2 T5 Apache-2 sense2vec MIT 
GitHub  (π¨βπ» 20 Β· π 240 Β· π₯ 73K Β· π¦ 470 Β· π 120 - 20% open Β· β±οΈ 23.04.2025):
 git clone https://github.com/explosion/sense2vec
 
PyPi  (π₯ 4.3K / month Β· π¦ 13 Β· β±οΈ 19.04.2021):
 
Conda  (π₯ 67K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge sense2vec
 
 
DeepKE MIT happy-transformer Apache-2 huggingfacefinetune MPL-2.0 Sockeye Apache-2 UForm Apache-2 small-text MIT 
GitHub  (π¨βπ» 9 Β· π 76 Β· π¦ 34 Β· π 74 - 28% open Β· β±οΈ 24.08.2025):
 git clone https://github.com/webis-de/small-text
 
PyPi  (π₯ 760 / month Β· β±οΈ 17.08.2025):
 
Conda  (π₯ 19K Β· β±οΈ 17.08.2025):
 conda install -c conda-forge small-text
 
 
textaugment MIT VizSeq MIT Show 59 hidden projects... 
AllenNLP Apache-2 fastText MIT ParlAI MIT OpenNMT MIT fuzzywuzzy βοΈGPL-2.0 Sumy Apache-2 underthesea βοΈGPL-3.0 nlpaug MIT vaderSentiment MIT fastNLP Apache-2 textacy βUnlicensedPyTextRank MIT Ciphey MIT polyglot βοΈGPL-3.0 flashtext MIT langid BSD-3 pySBD MIT PyText BSD-3 OpenPrompt Apache-2 MatchZoo Apache-2 promptsource Apache-2 neuralcoref MIT GluonNLP Apache-2 pytorch-nlp BSD-3 whoosh βοΈBSD-1-Clause textgenrnn MIT Snips NLU Apache-2 Texar Apache-2 Kashgari Apache-2 FARM Apache-2 YouTokenToMe MIT gpt-2-simple MIT NLP Architect Apache-2 Texthero MIT jiant MIT stop-words BSD-3 anaGo MIT lightseq Apache-2 fast-bert Apache-2 DELTA Apache-2 textpipe MIT pyfasttext βοΈGPL-3.0 DeepMatcher BSD-3 numerizer MIT nboost Apache-2 fastT5 Apache-2 Camphr Apache-2 spacyNeuroNER MIT OpenNRE MIT skift MIT BLINK MIT TextBox MIT Translate BSD-3 ONNX-T5 Apache-2 NeuralQA MIT Headliner MIT TransferNLP MIT textvec MIT spacy-dbpedia-spotlight MIT spacy 
Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification. 
Pillow βοΈPIL 
GitHub  (π¨βπ» 490 Β· π 2.3K Β· π¦ 2.4M Β· π 3.4K - 3% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/python-pillow/Pillow
 
PyPi  (π₯ 200M / month Β· π¦ 19K Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 61M Β· β±οΈ 18.09.2025):
 conda install -c conda-forge pillow
 
 
PyTorch Image Models Apache-2 
GitHub  (π¨βπ» 180 Β· π 5K Β· π₯ 8.3M Β· π¦ 61K Β· π 1K - 4% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/rwightman/pytorch-image-models
 
PyPi  (π₯ 11M / month Β· π¦ 1.4K Β· β±οΈ 21.09.2025):
 
Conda  (π₯ 470K Β· β±οΈ 26.09.2025):
 conda install -c conda-forge timm
 
 
MoviePy MIT 
GitHub  (π¨βπ» 190 Β· π 1.9K Β· π¦ 66K Β· π 1.7K - 3% open Β· β±οΈ 25.09.2025):
 git clone https://github.com/Zulko/moviepy
 
PyPi  (π₯ 4.4M / month Β· π¦ 1.2K Β· β±οΈ 21.05.2025):
 
Conda  (π₯ 350K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge moviepy
 
 
torchvision BSD-3 
GitHub  (π¨βπ» 660 Β· π 7.2K Β· π₯ 41K Β· π¦ 21 Β· π 3.8K - 30% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/pytorch/vision
 
PyPi  (π₯ 24M / month Β· π¦ 8.4K Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 3.1M Β· β±οΈ 08.10.2025):
 conda install -c conda-forge torchvision
 
 
deepface MIT Kornia Apache-2 
GitHub  (π¨βπ» 300 Β· π 1K Β· π₯ 2.2K Β· π¦ 17K Β· π 990 - 30% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/kornia/kornia
 
PyPi  (π₯ 2.8M / month Β· π¦ 340 Β· β±οΈ 08.05.2025):
 
Conda  (π₯ 260K Β· β±οΈ 08.05.2025):
 conda install -c conda-forge kornia
 
 
InsightFace MIT imageio BSD-2 
GitHub  (π¨βπ» 120 Β· π 320 Β· π₯ 1.9K Β· π¦ 180K Β· π 620 - 16% open Β· β±οΈ 14.09.2025):
 git clone https://github.com/imageio/imageio
 
PyPi  (π₯ 35M / month Β· π¦ 2.6K Β· β±οΈ 20.01.2025):
 
Conda  (π₯ 8.5M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge imageio
 
 
Albumentations MIT 
GitHub  (π¨βπ» 170 Β· π 1.7K Β· π 1.5K - 14% open Β· β±οΈ 25.06.2025):
 git clone https://github.com/albumentations-team/albumentations
 
PyPi  (π₯ 5.2M / month Β· π¦ 730 Β· β±οΈ 27.05.2025):
 pip install albumentations
 
Conda  (π₯ 330K Β· β±οΈ 28.05.2025):
 conda install -c conda-forge albumentations
 
 
opencv-python MIT Wand MIT 
GitHub  (π¨βπ» 110 Β· π 200 Β· π₯ 52K Β· π¦ 21K Β· π 440 - 5% open Β· β±οΈ 06.10.2025):
 git clone https://github.com/emcconville/wand
 
PyPi  (π₯ 2M / month Β· π¦ 260 Β· β±οΈ 03.11.2023):
 
Conda  (π₯ 170K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge wand
 
 
detectron2 Apache-2 
GitHub  (π¨βπ» 280 Β· π 7.5K Β· π¦ 2.6K Β· π 3.6K - 14% open Β· β±οΈ 27.08.2025):
 git clone https://github.com/facebookresearch/detectron2
 
PyPi  (π¦ 13 Β· β±οΈ 06.02.2020):
 
Conda  (π₯ 810K Β· β±οΈ 02.06.2025):
 conda install -c conda-forge detectron2
 
 
ImageHash BSD-2 
GitHub  (π¨βπ» 29 Β· π 340 Β· π¦ 18K Β· π 150 - 15% open Β· β±οΈ 17.04.2025):
 git clone https://github.com/JohannesBuchner/imagehash
 
PyPi  (π₯ 4.5M / month Β· π¦ 270 Β· β±οΈ 01.02.2025):
 
Conda  (π₯ 500K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge imagehash
 
 
lightly MIT vit-pytorch MIT PaddleSeg Apache-2 sahi MIT 
GitHub  (π¨βπ» 69 Β· π 700 Β· π₯ 43K Β· π¦ 1.9K Β· β±οΈ 14.10.2025):
 git clone https://github.com/obss/sahi
 
PyPi  (π₯ 150K / month Β· π¦ 43 Β· β±οΈ 28.09.2025):
 
Conda  (π₯ 120K Β· β±οΈ 29.09.2025):
 conda install -c conda-forge sahi
 
 
doctr Apache-2 PaddleDetection Apache-2 mahotas MIT 
GitHub  (π¨βπ» 35 Β· π 150 Β· π¦ 1.6K Β· π 92 - 21% open Β· β±οΈ 05.08.2025):
 git clone https://github.com/luispedro/mahotas
 
PyPi  (π₯ 62K / month Β· π¦ 63 Β· β±οΈ 17.07.2024):
 
Conda  (π₯ 780K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge mahotas
 
 
mtcnn MIT 
GitHub  (π¨βπ» 15 Β· π 530 Β· π₯ 73 Β· π¦ 9.2K Β· π 130 - 37% open Β· β±οΈ 08.10.2024):
 git clone https://github.com/ipazc/mtcnn
 
PyPi  (π₯ 220K / month Β· π¦ 73 Β· β±οΈ 08.10.2024):
 
Conda  (π₯ 16K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge mtcnn
 
 
CellProfiler BSD-3 Image Deduplicator Apache-2 Norfair BSD-3 pyvips MIT 
GitHub  (π¨βπ» 17 Β· π 52 Β· π¦ 1.2K Β· π 660 - 29% open Β· β±οΈ 04.09.2025):
 git clone https://github.com/libvips/pyvips
 
PyPi  (π₯ 160K / month Β· π¦ 94 Β· β±οΈ 28.04.2025):
 
Conda  (π₯ 260K Β· β±οΈ 04.09.2025):
 conda install -c conda-forge pyvips
 
 
pytorchvideo Apache-2 tensorflow-graphics Apache-2 MMF BSD-3 kubric Apache-2 icevision Apache-2 PySlowFast Apache-2 Image Super-Resolution Apache-2 
GitHub  (π¨βπ» 11 Β· π 760 Β· π 220 - 48% open Β· β±οΈ 18.12.2024):
 git clone https://github.com/idealo/image-super-resolution
 
PyPi  (π₯ 5.1K / month Β· π¦ 5 Β· β±οΈ 08.01.2020):
 
Docker Hub  (π₯ 290 Β· β 1 Β· β±οΈ 01.04.2019):
 docker pull idealo/image-super-resolution-gpu
 
 
Caer MIT scenic Apache-2 Show 30 hidden projects... 
scikit-image βUnlicensedglfw βοΈZlib MMDetection Apache-2 imgaug MIT Face Recognition MIT PyTorch3D βUnlicensed imutils MIT imageai MIT GluonCV Apache-2 Face Alignment BSD-3 Augmentor MIT vidgear Apache-2 chainercv MIT facenet-pytorch MIT Pillow-SIMD βοΈPIL layout-parser Apache-2 segmentation_models MIT ffcv Apache-2 vissl MIT deep-daze MIT Luminoth BSD-3 Classy Vision MIT detecto MIT DEβ«ΆTR Apache-2 image-match Apache-2 solt MIT pycls MIT Torch Points 3D BSD-3 nude.py MIT HugsVision MIT huggingface 
Libraries for graph processing, clustering, embedding, and machine learning tasks. 
networkx BSD-3 
GitHub  (π¨βπ» 790 Β· π 3.4K Β· π₯ 110 Β· π¦ 430K Β· π 3.5K - 11% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/networkx/networkx
 
PyPi  (π₯ 120M / month Β· π¦ 12K Β· β±οΈ 29.05.2025):
 
Conda  (π₯ 25M Β· β±οΈ 04.06.2025):
 conda install -c conda-forge networkx
 
 
PyTorch Geometric MIT 
GitHub  (π¨βπ» 560 Β· π 3.9K Β· π¦ 10K Β· π 4K - 30% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/pyg-team/pytorch_geometric
 
PyPi  (π₯ 970K / month Β· π¦ 730 Β· β±οΈ 15.10.2025):
 pip install torch-geometric
 
Conda  (π₯ 190K Β· β±οΈ 16.10.2025):
 conda install -c conda-forge pytorch_geometric
 
 
dgl Apache-2 pytorch_geometric_temporal MIT pygraphistry BSD-3 ogb MIT 
GitHub  (π¨βπ» 32 Β· π 400 Β· π¦ 2.6K Β· π 310 - 11% open Β· β±οΈ 06.05.2025):
 git clone https://github.com/snap-stanford/ogb
 
PyPi  (π₯ 110K / month Β· π¦ 73 Β· β±οΈ 07.04.2023):
 
Conda  (π₯ 62K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge ogb
 
 
PyKEEN MIT torch-cluster MIT 
GitHub  (π¨βπ» 40 Β· π 150 Β· π 190 - 16% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/rusty1s/pytorch_cluster
 
PyPi  (π₯ 45K / month Β· π¦ 62 Β· β±οΈ 12.10.2023):
 pip install torch-cluster
 
Conda  (π₯ 430K Β· β±οΈ 22.09.2025):
 conda install -c conda-forge pytorch_cluster
 
 
Show 28 hidden projects... 
igraph βοΈGPL-2.0 Spektral MIT StellarGraph Apache-2 pygal βοΈLGPL-3.0 Paddle Graph Learning Apache-2 AmpliGraph Apache-2 Node2Vec MIT Karate Club βοΈGPL-3.0 graph-nets Apache-2 PyTorch-BigGraph BSD-3 graph4nlp Apache-2 jraph Apache-2 deepsnap MIT DeepWalk βοΈGPL-3.0 DIG βοΈGPL-3.0 pyRDF2Vec MIT Sematch Apache-2 GraphGym MIT DeepGraph βUnlicensed AutoGL Apache-2 kglib Apache-2 ptgnn MIT Euler Apache-2 GraphEmbedding MIT GraphSAGE MIT OpenNE MIT GraphVite Apache-2 OpenKE βUnlicensed 
Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks. 
espnet Apache-2 speechbrain Apache-2 torchaudio BSD-2 SpeechRecognition BSD-3 
GitHub  (π¨βπ» 55 Β· π 2.4K Β· π¦ 21 Β· π 670 - 48% open Β· β±οΈ 14.09.2025):
 git clone https://github.com/Uberi/speech_recognition
 
PyPi  (π₯ 2.2M / month Β· π¦ 730 Β· β±οΈ 12.05.2025):
 pip install SpeechRecognition
 
Conda  (π₯ 350K Β· β±οΈ 12.05.2025):
 conda install -c conda-forge speechrecognition
 
 
librosa ISC 
GitHub  (π¨βπ» 130 Β· π 1K Β· π 1.3K - 5% open Β· β±οΈ 19.05.2025):
 git clone https://github.com/librosa/librosa
 
PyPi  (π₯ 5.6M / month Β· π¦ 1.6K Β· β±οΈ 11.03.2025):
 
Conda  (π₯ 1.1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge librosa
 
 
spleeter MIT 
GitHub  (π¨βπ» 22 Β· π 3K Β· π₯ 4.4M Β· π¦ 1.1K Β· π 830 - 32% open Β· β±οΈ 02.04.2025):
 git clone https://github.com/deezer/spleeter
 
PyPi  (π₯ 28K / month Β· π¦ 18 Β· β±οΈ 03.04.2025):
 
Conda  (π₯ 120K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge spleeter
 
 
audiomentations MIT Coqui TTS MPL-2.0 Magenta Apache-2 audioread MIT 
GitHub  (π¨βπ» 26 Β· π 110 Β· π¦ 35K Β· π 99 - 42% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/beetbox/audioread
 
PyPi  (π₯ 4.7M / month Β· π¦ 180 Β· β±οΈ 12.10.2025):
 
Conda  (π₯ 1.2M Β· β±οΈ 02.10.2025):
 conda install -c conda-forge audioread
 
 
Porcupine Apache-2 pyAudioAnalysis Apache-2 tinytag MIT python-soundfile BSD-3 kapre MIT nnAudio MIT DeepSpeech MPL-2.0 
GitHub  (π¨βπ» 140 Β· π 4.1K):
 git clone https://github.com/mozilla/DeepSpeech
 
PyPi  (π₯ 7.1K / month Β· π¦ 24 Β· β±οΈ 19.12.2020):
 
Conda  (π₯ 4.1K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge deepspeech
 
 
Julius MIT Show 11 hidden projects... 
Pydub MIT Essentia βοΈAGPL-3.0 Madmom BSD-3 aubio βοΈGPL-3.0 TTS MPL-2.0 DDSP Apache-2 Dejavu MIT python_speech_features MIT TimeSide βοΈAGPL-3.0 Muda ISC textlesslib MIT  
Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding. 
pydeck MIT 
GitHub  (π¨βπ» 300 Β· π 2.2K Β· π¦ 9.2K Β· π 3.2K - 13% open Β· β±οΈ 08.10.2025):
 git clone https://github.com/visgl/deck.gl
 
PyPi  (π₯ 15M / month Β· π¦ 160 Β· β±οΈ 21.03.2025):
 
Conda  (π₯ 840K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pydeck
 
npm  (π₯ 690K / month Β· π¦ 360 Β· β±οΈ 08.10.2025):
 
 
folium MIT 
GitHub  (π¨βπ» 180 Β· π 2.2K Β· π¦ 64K Β· π 1.2K - 6% open Β· β±οΈ 06.10.2025):
 git clone https://github.com/python-visualization/folium
 
PyPi  (π₯ 2.8M / month Β· π¦ 1K Β· β±οΈ 16.06.2025):
 
Conda  (π₯ 4.4M Β· β±οΈ 16.06.2025):
 conda install -c conda-forge folium
 
 
Shapely BSD-3 
GitHub  (π¨βπ» 170 Β· π 600 Β· π₯ 4K Β· π¦ 110K Β· π 1.3K - 18% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/shapely/shapely
 
PyPi  (π₯ 60M / month Β· π¦ 4.7K Β· β±οΈ 24.09.2025):
 
Conda  (π₯ 14M Β· β±οΈ 24.09.2025):
 conda install -c conda-forge shapely
 
 
GeoPandas BSD-3 
GitHub  (π¨βπ» 250 Β· π 980 Β· π₯ 3.1K Β· π¦ 60K Β· π 1.8K - 24% open Β· β±οΈ 11.10.2025):
 git clone https://github.com/geopandas/geopandas
 
PyPi  (π₯ 11M / month Β· π¦ 3.8K Β· β±οΈ 26.06.2025):
 
Conda  (π₯ 5.3M Β· β±οΈ 06.10.2025):
 conda install -c conda-forge geopandas
 
 
Rasterio BSD-3 
GitHub  (π¨βπ» 170 Β· π 540 Β· π₯ 1K Β· π¦ 19K Β· π 1.9K - 8% open Β· β±οΈ 26.09.2025):
 git clone https://github.com/rasterio/rasterio
 
PyPi  (π₯ 2.7M / month Β· π¦ 1.5K Β· β±οΈ 02.12.2024):
 
Conda  (π₯ 5.2M Β· β±οΈ 17.09.2025):
 conda install -c conda-forge rasterio
 
 
pyproj MIT 
GitHub  (π¨βπ» 72 Β· π 220 Β· π¦ 47K Β· π 660 - 6% open Β· β±οΈ 02.10.2025):
 git clone https://github.com/pyproj4/pyproj
 
PyPi  (π₯ 14M / month Β· π¦ 2.3K Β· β±οΈ 14.08.2025):
 
Conda  (π₯ 12M Β· β±οΈ 15.09.2025):
 conda install -c conda-forge pyproj
 
 
ArcGIS API Apache-2 Fiona BSD-3 
GitHub  (π¨βπ» 78 Β· π 210 Β· π¦ 27K Β· π 820 - 5% open Β· β±οΈ 20.02.2025):
 git clone https://github.com/Toblerity/Fiona
 
PyPi  (π₯ 5.7M / month Β· π¦ 380 Β· β±οΈ 16.09.2024):
 
Conda  (π₯ 7.8M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge fiona
 
 
ipyleaflet MIT 
GitHub  (π¨βπ» 94 Β· π 360 Β· π¦ 18K Β· π 660 - 44% open Β· β±οΈ 19.06.2025):
 git clone https://github.com/jupyter-widgets/ipyleaflet
 
PyPi  (π₯ 260K / month Β· π¦ 340 Β· β±οΈ 13.06.2025):
 
Conda  (π₯ 1.7M Β· β±οΈ 13.06.2025):
 conda install -c conda-forge ipyleaflet
 
npm  (π₯ 2.3K / month Β· π¦ 9 Β· β±οΈ 13.06.2025):
 npm install jupyter-leaflet
 
 
PySAL BSD-3 
GitHub  (π¨βπ» 79 Β· π 310 Β· π¦ 1.8K Β· π 660 - 3% open Β· β±οΈ 08.09.2025):
 git clone https://github.com/pysal/pysal
 
PyPi  (π₯ 55K / month Β· π¦ 65 Β· β±οΈ 31.07.2025):
 
Conda  (π₯ 720K Β· β±οΈ 01.08.2025):
 conda install -c conda-forge pysal
 
 
geojson BSD-3 
GitHub  (π¨βπ» 58 Β· π 120 Β· π¦ 21K Β· π 100 - 26% open Β· β±οΈ 21.12.2024):
 git clone https://github.com/jazzband/geojson
 
PyPi  (π₯ 3.5M / month Β· π¦ 720 Β· β±οΈ 21.12.2024):
 
Conda  (π₯ 1.1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge geojson
 
 
GeoViews BSD-3 
GitHub  (π¨βπ» 33 Β· π 79 Β· π¦ 5 Β· π 360 - 31% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/holoviz/geoviews
 
PyPi  (π₯ 77K / month Β· π¦ 76 Β· β±οΈ 14.08.2025):
 
Conda  (π₯ 340K Β· β±οΈ 14.08.2025):
 conda install -c conda-forge geoviews
 
 
EarthPy BSD-3 
GitHub  (π¨βπ» 44 Β· π 160 Β· π₯ 75 Β· π¦ 440 Β· π 250 - 16% open Β· β±οΈ 31.07.2025):
 git clone https://github.com/earthlab/earthpy
 
PyPi  (π₯ 26K / month Β· π¦ 17 Β· β±οΈ 01.10.2021):
 
Conda  (π₯ 98K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge earthpy
 
 
pymap3d BSD-2 
GitHub  (π¨βπ» 19 Β· π 87 Β· π¦ 530 Β· π 59 - 8% open Β· β±οΈ 08.07.2025):
 git clone https://github.com/geospace-code/pymap3d
 
PyPi  (π₯ 520K / month Β· π¦ 50 Β· β±οΈ 08.07.2025):
 
Conda  (π₯ 120K Β· β±οΈ 08.07.2025):
 conda install -c conda-forge pymap3d
 
 
Mapbox GL MIT Show 7 hidden projects... 
Satpy βοΈGPL-3.0 geopy MIT Geocoder MIT Sentinelsat βοΈGPL-3.0 prettymaps βοΈAGPL-3.0 gmaps BSD-3 geoplotlib MIT  
Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data. 
yfinance Apache-2 
GitHub  (π¨βπ» 140 Β· π 2.8K Β· π¦ 86K Β· π 1.7K - 9% open Β· β±οΈ 18.09.2025):
 git clone https://github.com/ranaroussi/yfinance
 
PyPi  (π₯ 5.4M / month Β· π¦ 1.2K Β· β±οΈ 17.09.2025):
 
Conda  (π₯ 99K Β· β±οΈ 25.03.2025):
 conda install -c ranaroussi yfinance
 
 
Qlib MIT bt MIT 
GitHub  (π¨βπ» 35 Β· π 450 Β· π¦ 1.7K Β· π 350 - 23% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/pmorissette/bt
 
PyPi  (π₯ 14K / month Β· π¦ 15 Β· β±οΈ 12.04.2025):
 
Conda  (π₯ 100K Β· β±οΈ 02.10.2025):
 conda install -c conda-forge bt
 
 
ffn MIT 
GitHub  (π¨βπ» 36 Β· π 330 Β· π¦ 580 Β· π 140 - 17% open Β· β±οΈ 02.10.2025):
 git clone https://github.com/pmorissette/ffn
 
PyPi  (π₯ 32K / month Β· π¦ 22 Β· β±οΈ 11.02.2025):
 
Conda  (π₯ 25K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge ffn
 
 
Alpha Vantage MIT 
GitHub  (π¨βπ» 44 Β· π 760 Β· π 290 - 0% open Β· β±οΈ 27.07.2025):
 git clone https://github.com/RomelTorres/alpha_vantage
 
PyPi  (π₯ 150K / month Β· π¦ 35 Β· β±οΈ 18.07.2024):
 pip install alpha_vantage
 
Conda  (π₯ 10K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge alpha_vantage
 
 
stockstats BSD-3 tf-quant-finance Apache-2 finmarketpy Apache-2 Show 17 hidden projects... 
zipline Apache-2 ta MIT arch βUnlicensedpyfolio Apache-2 backtrader βοΈGPL-3.0 IB-insync BSD-2 Alphalens Apache-2 Enigma Catalyst Apache-2 empyrical Apache-2 Backtesting.py βοΈAGPL-3.0 TensorTrade Apache-2 PyAlgoTrade Apache-2 FinTA βοΈLGPL-3.0 FinQuant MIT Crypto Signals MIT surpriver βοΈGPL-3.0 pyrtfolio βοΈGPL-3.0  
Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data. 
sktime BSD-3 
GitHub  (π¨βπ» 510 Β· π 1.7K Β· π₯ 110 Β· π¦ 4.7K Β· π 3K - 39% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/alan-turing-institute/sktime
 
PyPi  (π₯ 1.1M / month Β· π¦ 160 Β· β±οΈ 25.09.2025):
 
Conda  (π₯ 1.2M Β· β±οΈ 18.09.2025):
 conda install -c conda-forge sktime-all-extras
 
 
Prophet MIT 
GitHub  (π¨βπ» 190 Β· π 4.6K Β· π₯ 3.2K Β· π¦ 21 Β· π 2.2K - 20% open Β· β±οΈ 17.09.2025):
 git clone https://github.com/facebook/prophet
 
PyPi  (π₯ 100K / month Β· π¦ 91 Β· β±οΈ 05.09.2020):
 
Conda  (π₯ 1.5M Β· β±οΈ 01.10.2025):
 conda install -c conda-forge prophet
 
 
Darts Apache-2 
GitHub  (π¨βπ» 140 Β· π 970 Β· π 1.8K - 13% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/unit8co/darts
 
PyPi  (π₯ 86K / month Β· π¦ 10 Β· β±οΈ 03.10.2025):
 
Conda  (π₯ 93K Β· β±οΈ 05.10.2025):
 conda install -c conda-forge u8darts-all
 
Docker Hub  (π₯ 2.1K Β· β±οΈ 03.10.2025):
 
 
StatsForecast Apache-2 
GitHub  (π¨βπ» 56 Β· π 330 Β· π¦ 1.9K Β· π 380 - 32% open Β· β±οΈ 08.10.2025):
 git clone https://github.com/Nixtla/statsforecast
 
PyPi  (π₯ 1.1M / month Β· π¦ 80 Β· β±οΈ 05.07.2025):
 pip install statsforecast
 
Conda  (π₯ 220K Β· β±οΈ 13.10.2025):
 conda install -c conda-forge statsforecast
 
 
tslearn BSD-2 
GitHub  (π¨βπ» 46 Β· π 350 Β· π¦ 1.9K Β· π 380 - 38% open Β· β±οΈ 03.10.2025):
 git clone https://github.com/tslearn-team/tslearn
 
PyPi  (π₯ 410K / month Β· π¦ 110 Β· β±οΈ 02.07.2025):
 
Conda  (π₯ 1.7M Β· β±οΈ 03.07.2025):
 conda install -c conda-forge tslearn
 
 
skforecast BSD-3 pytorch-forecasting MIT 
GitHub  (π¨βπ» 79 Β· π 710 Β· π¦ 670 Β· π 920 - 60% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/jdb78/pytorch-forecasting
 
PyPi  (π₯ 290K / month Β· π¦ 27 Β· β±οΈ 10.10.2025):
 pip install pytorch-forecasting
 
Conda  (π₯ 86K Β· β±οΈ 05.07.2025):
 conda install -c conda-forge pytorch-forecasting
 
 
pmdarima MIT 
GitHub  (π¨βπ» 23 Β· π 250 Β· π¦ 13K Β· π 340 - 19% open Β· β±οΈ 07.11.2024):
 git clone https://github.com/alkaline-ml/pmdarima
 
PyPi  (π₯ 6.9M / month Β· π¦ 150 Β· β±οΈ 23.10.2023):
 
Conda  (π₯ 1.4M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pmdarima
 
 
tsfresh MIT 
GitHub  (π¨βπ» 100 Β· π 1.3K Β· π¦ 21 Β· π 550 - 12% open Β· β±οΈ 30.08.2025):
 git clone https://github.com/blue-yonder/tsfresh
 
PyPi  (π₯ 360K / month Β· π¦ 120 Β· β±οΈ 30.08.2025):
 
Conda  (π₯ 1.5M Β· β±οΈ 31.08.2025):
 conda install -c conda-forge tsfresh
 
 
STUMPY BSD-3 
GitHub  (π¨βπ» 41 Β· π 340 Β· π¦ 1.6K Β· π 540 - 13% open Β· β±οΈ 02.09.2025):
 git clone https://github.com/TDAmeritrade/stumpy
 
PyPi  (π₯ 400K / month Β· π¦ 30 Β· β±οΈ 09.07.2024):
 
Conda  (π₯ 1.1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge stumpy
 
 
NeuralForecast Apache-2 
GitHub  (π¨βπ» 55 Β· π 450 Β· π 650 - 17% open Β· β±οΈ 01.10.2025):
 git clone https://github.com/Nixtla/neuralforecast
 
PyPi  (π₯ 150K / month Β· π¦ 30 Β· β±οΈ 01.10.2025):
 pip install neuralforecast
 
Conda  (π₯ 47K Β· β±οΈ 06.10.2025):
 conda install -c conda-forge neuralforecast
 
 
GluonTS Apache-2 
GitHub  (π¨βπ» 120 Β· π 790 Β· π 970 - 34% open Β· β±οΈ 14.08.2025):
 git clone https://github.com/awslabs/gluon-ts
 
PyPi  (π₯ 1.1M / month Β· π¦ 41 Β· β±οΈ 27.06.2025):
 
Conda  (π₯ 3.1K Β· β±οΈ 22.04.2025):
 conda install -c anaconda gluonts
 
 
Streamz BSD-3 
GitHub  (π¨βπ» 49 Β· π 150 Β· π¦ 570 Β· π 270 - 44% open Β· β±οΈ 22.11.2024):
 git clone https://github.com/python-streamz/streamz
 
PyPi  (π₯ 35K / month Β· π¦ 57 Β· β±οΈ 27.07.2022):
 
Conda  (π₯ 2.8M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge streamz
 
 
pyts BSD-3 
GitHub  (π¨βπ» 15 Β· π 180 Β· π¦ 890 Β· π 88 - 59% open Β· β±οΈ 18.06.2025):
 git clone https://github.com/johannfaouzi/pyts
 
PyPi  (π₯ 230K / month Β· π¦ 45 Β· β±οΈ 18.06.2023):
 
Conda  (π₯ 35K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pyts
 
 
TSFEL BSD-3 greykite BSD-2 Show 13 hidden projects... 
NeuralProphet MIT PyFlux BSD-3 luminol Apache-2 ADTK MPL-2.0 seglearn BSD-3 tick BSD-3 pydlm BSD-3 matrixprofile-ts Apache-2 tsflex MIT Auto TS Apache-2 tsaug Apache-2 atspy MIT tslumen Apache-2  
Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats. 
Nilearn BSD-3 
GitHub  (π¨βπ» 260 Β· π 610 Β· π₯ 410 Β· π¦ 4.4K Β· π 2.4K - 12% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/nilearn/nilearn
 
PyPi  (π₯ 250K / month Β· π¦ 350 Β· β±οΈ 03.09.2025):
 
Conda  (π₯ 390K Β· β±οΈ 04.09.2025):
 conda install -c conda-forge nilearn
 
 
MONAI Apache-2 
GitHub  (π¨βπ» 240 Β· π 1.3K Β· π¦ 4.5K Β· π 3.3K - 13% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/Project-MONAI/MONAI
 
PyPi  (π₯ 400K / month Β· π¦ 200 Β· β±οΈ 22.09.2025):
 
Conda  (π₯ 59K Β· β±οΈ 22.09.2025):
 conda install -c conda-forge monai
 
 
MNE BSD-3 
GitHub  (π¨βπ» 400 Β· π 1.4K Β· π 5.1K - 11% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/mne-tools/mne-python
 
PyPi  (π₯ 390K / month Β· π¦ 530 Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 610K Β· β±οΈ 14.10.2025):
 conda install -c conda-forge mne
 
 
Hail MIT NIPYPE Apache-2 
GitHub  (π¨βπ» 260 Β· π 530 Β· π¦ 7.2K Β· π 1.4K - 30% open Β· β±οΈ 28.04.2025):
 git clone https://github.com/nipy/nipype
 
PyPi  (π₯ 430K / month Β· π¦ 150 Β· β±οΈ 19.03.2025):
 
Conda  (π₯ 970K Β· β±οΈ 05.05.2025):
 conda install -c conda-forge nipype
 
 
NiBabel MIT 
GitHub  (π¨βπ» 110 Β· π 260 Β· π¦ 30K Β· π 550 - 23% open Β· β±οΈ 25.09.2025):
 git clone https://github.com/nipy/nibabel
 
PyPi  (π₯ 1.1M / month Β· π¦ 1.2K Β· β±οΈ 23.10.2024):
 
Conda  (π₯ 1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge nibabel
 
 
Lifelines MIT 
GitHub  (π¨βπ» 120 Β· π 560 Β· π¦ 4.2K Β· π 980 - 27% open Β· β±οΈ 29.10.2024):
 git clone https://github.com/CamDavidsonPilon/lifelines
 
PyPi  (π₯ 1.9M / month Β· π¦ 160 Β· β±οΈ 29.10.2024):
 
Conda  (π₯ 500K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge lifelines
 
 
DeepVariant BSD-3 Brainiak Apache-2 
GitHub  (π¨βπ» 35 Β· π 140 Β· π 230 - 38% open Β· β±οΈ 06.01.2025):
 git clone https://github.com/brainiak/brainiak
 
PyPi  (π₯ 2.6K / month Β· β±οΈ 07.01.2025):
 
Docker Hub  (π₯ 2K Β· β 1 Β· β±οΈ 07.01.2025):
 docker pull brainiak/brainiak
 
 
Show 10 hidden projects... 
DIPY βUnlicensedNiftyNet Apache-2 MedPy βοΈGPL-3.0 NIPY βUnlicensedDLTK Apache-2 Glow Apache-2 MedicalTorch Apache-2 Medical Detection Toolkit Apache-2 DeepNeuro MIT MedicalNet MIT  
Libraries for processing tabular and structured data. 
skrub BSD-3 pytorch_tabular MIT upgini BSD-3 Show 3 hidden projects... 
miceforest MIT carefree-learn MIT deltapy MIT  
Optical Character Recognition 
Libraries for optical character recognition (OCR) and text extraction from images or videos. 
PaddleOCR Apache-2 OCRmyPDF MPL-2.0 
GitHub  (π¨βπ» 120 Β· π 2.2K Β· π₯ 15K Β· π¦ 1.4K Β· π 1.3K - 11% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/ocrmypdf/OCRmyPDF
 
PyPi  (π₯ 400K / month Β· π¦ 58 Β· β±οΈ 16.10.2025):
 
Conda  (π₯ 110K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge ocrmypdf
 
 
Tesseract Apache-2 
GitHub  (π¨βπ» 50 Β· π 730 Β· π 370 - 3% open Β· β±οΈ 17.02.2025):
 git clone https://github.com/madmaze/pytesseract
 
PyPi  (π₯ 5.5M / month Β· π¦ 970 Β· β±οΈ 16.08.2024):
 
Conda  (π₯ 690K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pytesseract
 
 
tesserocr MIT 
GitHub  (π¨βπ» 34 Β· π 260 Β· π₯ 1.1K Β· π¦ 1.3K Β· π 290 - 14% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/sirfz/tesserocr
 
PyPi  (π₯ 200K / month Β· π¦ 56 Β· β±οΈ 10.10.2025):
 
Conda  (π₯ 290K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tesserocr
 
 
MMOCR Apache-2 keras-ocr MIT 
GitHub  (π¨βπ» 19 Β· π 340 Β· π₯ 2.1M Β· π¦ 720 Β· π 220 - 46% open Β· β±οΈ 22.09.2025):
 git clone https://github.com/faustomorales/keras-ocr
 
PyPi  (π₯ 18K / month Β· π¦ 8 Β· β±οΈ 06.11.2023):
 
Conda  (π₯ 440 Β· β±οΈ 22.04.2025):
 conda install -c anaconda keras-ocr
 
 
Show 6 hidden projects... 
EasyOCR Apache-2 calamari βοΈGPL-3.0 pdftabextract Apache-2 attention-ocr MIT doc2text MIT Mozart Apache-2  
Data Containers & Structures 
General-purpose data containers & structures as well as utilities & extensions for pandas. 
πΒ best-of-python - Data Containers 
Data Loading & Extraction 
Libraries for loading, collecting, and extracting data from a variety of data sources and formats. 
πΒ best-of-python - Data Extraction 
Libraries for web scraping, crawling, downloading, and mining as well as libraries. 
πΒ best-of-web-python - Web Scraping 
Data Pipelines & Streaming 
Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks. 
πΒ best-of-python - Data Pipelines 
Show 1 hidden projects... 
pyclugen MIT  
Distributed Machine Learning 
Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure. 
Ray Apache-2 
GitHub  (π¨βπ» 1.4K Β· π 6.8K Β· π₯ 270 Β· π¦ 26K Β· π 22K - 14% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/ray-project/ray
 
PyPi  (π₯ 28M / month Β· π¦ 1.1K Β· β±οΈ 10.10.2025):
 
Conda  (π₯ 900K Β· β±οΈ 16.10.2025):
 conda install -c conda-forge ray-tune
 
 
dask BSD-3 
GitHub  (π¨βπ» 630 Β· π 1.8K Β· π¦ 77K Β· π 5.6K - 21% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/dask/dask
 
PyPi  (π₯ 19M / month Β· π¦ 3.2K Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 14M Β· β±οΈ 14.10.2025):
 conda install -c conda-forge dask
 
 
DeepSpeed Apache-2 
GitHub  (π¨βπ» 420 Β· π 4.6K Β· π¦ 15K Β· π 3.2K - 34% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/microsoft/DeepSpeed
 
PyPi  (π₯ 1.2M / month Β· π¦ 340 Β· β±οΈ 07.10.2025):
 
Docker Hub  (π₯ 24K Β· β 4 Β· β±οΈ 02.09.2022):
 docker pull deepspeed/deepspeed
 
 
dask.distributed BSD-3 
GitHub  (π¨βπ» 340 Β· π 740 Β· π¦ 42K Β· π 4K - 37% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/dask/distributed
 
PyPi  (π₯ 6M / month Β· π¦ 1K Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 20M Β· β±οΈ 14.10.2025):
 conda install -c conda-forge distributed
 
 
horovod Apache-2 metrics Apache-2 
GitHub  (π¨βπ» 280 Β· π 460 Β· π₯ 6.9K Β· π¦ 45K Β· π 980 - 7% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/Lightning-AI/metrics
 
PyPi  (π₯ 4.1K / month Β· π¦ 4 Β· β±οΈ 26.02.2025):
 
Conda  (π₯ 2.1M Β· β±οΈ 03.09.2025):
 conda install -c conda-forge torchmetrics
 
 
H2O-3 Apache-2 ColossalAI Apache-2 mpi4py BSD-3 
GitHub  (π¨βπ» 28 Β· π 130 Β· π₯ 39K Β· π¦ 12K Β· π 220 - 1% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/mpi4py/mpi4py
 
PyPi  (π₯ 930K / month Β· π¦ 1K Β· β±οΈ 10.10.2025):
 
Conda  (π₯ 4.4M Β· β±οΈ 14.10.2025):
 conda install -c conda-forge mpi4py
 
 
FairScale BSD-3 
GitHub  (π¨βπ» 77 Β· π 290 Β· π¦ 8.9K Β· π 390 - 26% open Β· β±οΈ 26.04.2025):
 git clone https://github.com/facebookresearch/fairscale
 
PyPi  (π₯ 620K / month Β· π¦ 150 Β· β±οΈ 11.12.2022):
 
Conda  (π₯ 520K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge fairscale
 
 
Submit it MIT 
GitHub  (π¨βπ» 26 Β· π 140 Β· π¦ 4.7K Β· π 130 - 38% open Β· β±οΈ 21.05.2025):
 git clone https://github.com/facebookincubator/submitit
 
PyPi  (π₯ 800K / month Β· π¦ 74 Β· β±οΈ 21.05.2025):
 
Conda  (π₯ 65K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge submitit
 
 
BigDL Apache-2 
GitHub  (π¨βπ» 120 Β· π 1.4K Β· π₯ 710 Β· π 3K - 40% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/intel-analytics/BigDL
 
PyPi  (π₯ 14K / month Β· π¦ 2 Β· β±οΈ 24.03.2024):
 
Maven  (π¦ 5 Β· β±οΈ 20.04.2021):
 <dependency>
 	<groupId>com.intel.analytics.bigdl</groupId>
 	<artifactId>bigdl-SPARK_2.4</artifactId>
 	<version>[VERSION]</version>
 </dependency>
 
 
SynapseML MIT petastorm Apache-2 dask-ml BSD-3 
GitHub  (π¨βπ» 82 Β· π 260 Β· π¦ 1.3K Β· π 550 - 51% open Β· β±οΈ 27.09.2025):
 git clone https://github.com/dask/dask-ml
 
PyPi  (π₯ 160K / month Β· π¦ 100 Β· β±οΈ 08.02.2025):
 
Conda  (π₯ 1.1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge dask-ml
 
 
Hivemind MIT MMLSpark MIT Apache Singa Apache-2 
GitHub  (π¨βπ» 98 Β· π 1.3K Β· π¦ 6 Β· π 140 - 35% open Β· β±οΈ 26.03.2025):
 git clone https://github.com/apache/singa
 
Conda  (π₯ 1.2K Β· β±οΈ 25.03.2025):
 conda install -c nusdbsystem singa
 
Docker Hub  (π₯ 9.9K Β· β 3 Β· β±οΈ 31.05.2022):
 
 
analytics-zoo Apache-2 Show 17 hidden projects... 
DEAP βοΈLGPL-3.0 ipyparallel βUnlicensed TensorFlowOnSpark Apache-2 Elephas MIT keras Mesh Apache-2 BytePS Apache-2 somoclu MIT TensorFrames Apache-2 sk-dist Apache-2 mesh-transformer-jax Apache-2 launchpad Apache-2 Fiber Apache-2 parallelformers Apache-2 bluefog Apache-2 LazyCluster Apache-2 autodist Apache-2 moolib MIT  
Hyperparameter Optimization & AutoML 
Libraries for hyperparameter optimization, automl and neural architecture search. 
Optuna MIT 
GitHub  (π¨βπ» 320 Β· π 1.2K Β· π¦ 30K Β· π 1.8K - 3% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/optuna/optuna
 
PyPi  (π₯ 7.6M / month Β· π¦ 1.5K Β· β±οΈ 18.08.2025):
 
Conda  (π₯ 3.4M Β· β±οΈ 19.08.2025):
 conda install -c conda-forge optuna
 
 
AutoGluon Apache-2 
GitHub  (π¨βπ» 140 Β· π 1.1K Β· π¦ 1.2K Β· π 1.7K - 25% open Β· β±οΈ 26.09.2025):
 git clone https://github.com/autogluon/autogluon
 
PyPi  (π₯ 210K / month Β· π¦ 38 Β· β±οΈ 16.10.2025):
 
Conda  (π₯ 44K Β· β±οΈ 30.07.2025):
 conda install -c conda-forge autogluon
 
Docker Hub  (π₯ 20K Β· β 19 Β· β±οΈ 16.06.2025):
 docker pull autogluon/autogluon
 
 
Ax MIT 
GitHub  (π¨βπ» 200 Β· π 350 Β· π¦ 1.1K Β· π 930 - 12% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/facebook/Ax
 
PyPi  (π₯ 260K / month Β· π¦ 71 Β· β±οΈ 09.09.2025):
 
Conda  (π₯ 48K Β· β±οΈ 10.09.2025):
 conda install -c conda-forge ax-platform
 
 
Bayesian Optimization MIT BoTorch MIT 
GitHub  (π¨βπ» 150 Β· π 440 Β· π¦ 1.6K Β· π 620 - 14% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/pytorch/botorch
 
PyPi  (π₯ 540K / month Β· π¦ 130 Β· β±οΈ 12.08.2025):
 
Conda  (π₯ 180K Β· β±οΈ 12.08.2025):
 conda install -c conda-forge botorch
 
 
Hyperopt BSD-3 
GitHub  (π¨βπ» 100 Β· π 1.1K Β· π¦ 22K Β· π 800 - 17% open Β· β±οΈ 27.12.2024):
 git clone https://github.com/hyperopt/hyperopt
 
PyPi  (π₯ 2.8M / month Β· π¦ 450 Β· β±οΈ 17.11.2021):
 
Conda  (π₯ 860K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge hyperopt
 
 
AutoKeras Apache-2 featuretools BSD-3 
GitHub  (π¨βπ» 75 Β· π 890 Β· π¦ 2.1K Β· π 1K - 15% open Β· β±οΈ 13.11.2024):
 git clone https://github.com/alteryx/featuretools
 
PyPi  (π₯ 110K / month Β· π¦ 74 Β· β±οΈ 14.05.2024):
 
Conda  (π₯ 270K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge featuretools
 
 
nevergrad MIT 
GitHub  (π¨βπ» 58 Β· π 360 Β· π¦ 1K Β· π 310 - 40% open Β· β±οΈ 23.04.2025):
 git clone https://github.com/facebookresearch/nevergrad
 
PyPi  (π₯ 180K / month Β· π¦ 72 Β· β±οΈ 23.04.2025):
 
Conda  (π₯ 67K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge nevergrad
 
 
mljar-supervised MIT 
GitHub  (π¨βπ» 30 Β· π 420 Β· π¦ 170 Β· π 680 - 21% open Β· β±οΈ 07.07.2025):
 git clone https://github.com/mljar/mljar-supervised
 
PyPi  (π₯ 8.8K / month Β· π¦ 6 Β· β±οΈ 07.07.2025):
 pip install mljar-supervised
 
Conda  (π₯ 52K Β· β±οΈ 08.07.2025):
 conda install -c conda-forge mljar-supervised
 
 
lazypredict MIT 
GitHub  (π¨βπ» 19 Β· π 360 Β· π¦ 1.4K Β· π 160 - 64% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/shankarpandala/lazypredict
 
PyPi  (π₯ 30K / month Β· π¦ 8 Β· β±οΈ 05.04.2025):
 
Conda  (π₯ 6.5K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge lazypredict
 
 
Hyperactive MIT FEDOT BSD-3 AlphaPy Apache-2 Auto ViML Apache-2 featurewiz Apache-2 Show 36 hidden projects... 
TPOT βοΈLGPL-3.0 Keras Tuner Apache-2 scikit-optimize BSD-3 NNI MIT auto-sklearn BSD-3 Hyperas MIT SMAC3 βοΈBSD-1-Clause GPyOpt BSD-3 Talos MIT lightwood βοΈGPL-3.0 AdaNet Apache-2 auto_ml MIT Orion BSD-3 HpBandSter BSD-3 MLBox βοΈBSD-1-Clause sklearn-deap MIT Test Tube MIT Neuraxle Apache-2 optunity BSD-3 igel MIT opytimizer Apache-2 Dragonfly MIT Auto Tune Models MIT Xcessiv Apache-2 shap-hypetune MIT Advisor Apache-2 Sherpa βοΈGPL-3.0 automl-gs MIT HyperparameterHunter MIT Parfit MIT ENAS Apache-2 Auptimizer βοΈGPL-3.0 Hypermax BSD-3 model_search Apache-2 Devol MIT Hypertunity Apache-2  
Libraries for building and evaluating reinforcement learning & agent-based systems. 
ViZDoom MIT FinRL MIT Acme Apache-2 
GitHub  (π¨βπ» 90 Β· π 500 Β· π¦ 250 Β· π 270 - 24% open Β· β±οΈ 26.09.2025):
 git clone https://github.com/deepmind/acme
 
PyPi  (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 10.02.2022):
 
Conda  (π₯ 14K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge dm-acme
 
 
TF-Agents Apache-2 Dopamine Apache-2 RLax Apache-2 PARL Apache-2 ReAgent BSD-3 Show 15 hidden projects... 
OpenAI Gym MIT baselines MIT TensorLayer Apache-2 keras-rl MIT TensorForce Apache-2 garage MIT Stable Baselines MIT ChainerRL MIT PFRL MIT TRFL Apache-2 Coach Apache-2 SerpentAI MIT DeepMind Lab βUnlicensedMaze βοΈCustom rliable Apache-2  
Libraries for building and evaluating recommendation systems. 
Recommenders MIT torchrec BSD-3 Cornac Apache-2 
GitHub  (π¨βπ» 25 Β· π 160 Β· π¦ 300 Β· π 170 - 17% open Β· β±οΈ 04.10.2025):
 git clone https://github.com/PreferredAI/cornac
 
PyPi  (π₯ 40K / month Β· π¦ 18 Β· β±οΈ 04.10.2025):
 
Conda  (π₯ 910K Β· β±οΈ 05.10.2025):
 conda install -c conda-forge cornac
 
 
lkpy MIT 
GitHub  (π¨βπ» 41 Β· π 72 Β· π¦ 140 Β· π 280 - 32% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/lenskit/lkpy
 
PyPi  (π₯ 6.9K / month Β· π¦ 13 Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 51K Β· β±οΈ 15.10.2025):
 conda install -c conda-forge lenskit
 
 
RecBole MIT 
GitHub  (π¨βπ» 79 Β· π 680 Β· π 1K - 30% open Β· β±οΈ 24.02.2025):
 git clone https://github.com/RUCAIBox/RecBole
 
PyPi  (π₯ 130K / month Β· π¦ 2 Β· β±οΈ 24.02.2025):
 
Conda  (π₯ 9.2K Β· β±οΈ 25.03.2025):
 conda install -c aibox recbole
 
 
TF Recommenders Apache-2 Show 11 hidden projects... 
implicit MIT lightfm Apache-2 scikit-surprise BSD-3 TF Ranking Apache-2 fastFM BSD-3 tensorrec Apache-2 Spotlight MIT recmetrics MIT Case Recommender MIT OpenRec Apache-2 Collie BSD-3  
Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy. 
PySyft Apache-2 Opacus Apache-2 
GitHub  (π¨βπ» 87 Β· π 370 Β· π₯ 140 Β· π¦ 1.2K Β· π 340 - 19% open Β· β±οΈ 16.09.2025):
 git clone https://github.com/pytorch/opacus
 
PyPi  (π₯ 120K / month Β· π¦ 49 Β· β±οΈ 27.05.2025):
 
Conda  (π₯ 28K Β· β±οΈ 09.07.2025):
 conda install -c conda-forge opacus
 
 
TensorFlow Privacy Apache-2 FATE Apache-2 CrypTen MIT Show 2 hidden projects... 
TFEncrypted Apache-2 PipelineDP Apache-2  
Workflow & Experiment Tracking 
Libraries to organize, track, and visualize machine learning experiments. 
mlflow Apache-2 
GitHub  (π¨βπ» 910 Β· π 4.9K Β· π¦ 66K Β· π 5.2K - 39% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/mlflow/mlflow
 
PyPi  (π₯ 25M / month Β· π¦ 1.3K Β· β±οΈ 16.10.2025):
 
Conda  (π₯ 3.6M Β· β±οΈ 08.08.2025):
 conda install -c conda-forge mlflow
 
 
wandb client MIT 
GitHub  (π¨βπ» 220 Β· π 780 Β· π₯ 1.1K Β· π¦ 84K Β· π 3.7K - 18% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/wandb/client
 
PyPi  (π₯ 21M / month Β· π¦ 2.3K Β· β±οΈ 29.09.2025):
 
Conda  (π₯ 1.2M Β· β±οΈ 07.10.2025):
 conda install -c conda-forge wandb
 
 
DVC Apache-2 
GitHub  (π¨βπ» 320 Β· π 1.2K Β· π¦ 24K Β· π 4.9K - 4% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/iterative/dvc
 
PyPi  (π₯ 1.3M / month Β· π¦ 140 Β· β±οΈ 02.09.2025):
 
Conda  (π₯ 3.1M Β· β±οΈ 02.09.2025):
 conda install -c conda-forge dvc
 
 
Tensorboard Apache-2 
GitHub  (π¨βπ» 330 Β· π 1.7K Β· π¦ 330K Β· π 2K - 36% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/tensorflow/tensorboard
 
PyPi  (π₯ 29M / month Β· π¦ 2.8K Β· β±οΈ 17.07.2025):
 
Conda  (π₯ 6M Β· β±οΈ 18.07.2025):
 conda install -c conda-forge tensorboard
 
 
SageMaker SDK Apache-2 
GitHub  (π¨βπ» 500 Β· π 1.2K Β· π¦ 6.2K Β· π 1.6K - 21% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/aws/sagemaker-python-sdk
 
PyPi  (π₯ 26M / month Β· π¦ 210 Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 1.7M Β· β±οΈ 25.08.2025):
 conda install -c conda-forge sagemaker-python-sdk
 
 
Metaflow Apache-2 
GitHub  (π¨βπ» 120 Β· π 940 Β· π¦ 950 Β· π 840 - 43% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/Netflix/metaflow
 
PyPi  (π₯ 690K / month Β· π¦ 53 Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 340K Β· β±οΈ 15.10.2025):
 conda install -c conda-forge metaflow
 
 
tensorboardX MIT 
GitHub  (π¨βπ» 85 Β· π 860 Β· π₯ 500 Β· π¦ 60K Β· π 470 - 18% open Β· β±οΈ 13.06.2025):
 git clone https://github.com/lanpa/tensorboardX
 
PyPi  (π₯ 4.6M / month Β· π¦ 740 Β· β±οΈ 10.06.2025):
 
Conda  (π₯ 1.3M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tensorboardx
 
 
PyCaret MIT 
GitHub  (π¨βπ» 140 Β· π 1.8K Β· π₯ 730 Β· π¦ 7.9K Β· π 2.3K - 16% open Β· β±οΈ 06.03.2025):
 git clone https://github.com/pycaret/pycaret
 
PyPi  (π₯ 320K / month Β· π¦ 31 Β· β±οΈ 28.04.2024):
 
Conda  (π₯ 78K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pycaret
 
 
ClearML Apache-2 
GitHub  (π¨βπ» 100 Β· π 710 Β· π₯ 3.5K Β· π¦ 1.9K Β· π 1.2K - 44% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/allegroai/clearml
 
PyPi  (π₯ 490K / month Β· π¦ 78 Β· β±οΈ 24.07.2025):
 
Docker Hub  (π₯ 31K Β· β±οΈ 05.10.2020):
 docker pull allegroai/trains
 
 
snakemake MIT 
GitHub  (π¨βπ» 390 Β· π 610 Β· π¦ 2.5K Β· π 2.1K - 58% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/snakemake/snakemake
 
PyPi  (π₯ 160K / month Β· π¦ 310 Β· β±οΈ 12.10.2025):
 
Conda  (π₯ 1.5M Β· β±οΈ 12.10.2025):
 conda install -c bioconda snakemake
 
 
kaggle Apache-2 
GitHub  (π¨βπ» 49 Β· π 1.2K Β· π¦ 21 Β· π 530 - 26% open Β· β±οΈ 26.09.2025):
 git clone https://github.com/Kaggle/kaggle-api
 
PyPi  (π₯ 800K / month Β· π¦ 240 Β· β±οΈ 08.05.2025):
 
Conda  (π₯ 250K Β· β±οΈ 11.08.2025):
 conda install -c conda-forge kaggle
 
 
aim Apache-2 
GitHub  (π¨βπ» 82 Β· π 350 Β· π¦ 1K Β· π 1.1K - 37% open Β· β±οΈ 26.06.2025):
 git clone https://github.com/aimhubio/aim
 
PyPi  (π₯ 120K / month Β· π¦ 56 Β· β±οΈ 11.06.2025):
 
Conda  (π₯ 140K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge aim
 
 
AzureML SDK MIT sacred MIT 
GitHub  (π¨βπ» 110 Β· π 390 Β· π¦ 3.6K Β· π 560 - 18% open Β· β±οΈ 05.09.2025):
 git clone https://github.com/IDSIA/sacred
 
PyPi  (π₯ 65K / month Β· π¦ 60 Β· β±οΈ 26.11.2024):
 
Conda  (π₯ 9.8K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge sacred
 
 
VisualDL Apache-2 Neptune.ai Apache-2 
GitHub  (π¨βπ» 57 Β· π 65 Β· π¦ 920 Β· π 260 - 12% open Β· β±οΈ 09.06.2025):
 git clone https://github.com/neptune-ai/neptune-client
 
PyPi  (π₯ 520K / month Β· π¦ 77 Β· β±οΈ 15.04.2025):
 pip install neptune-client
 
Conda  (π₯ 380K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge neptune-client
 
 
TNT BSD-3 Labml MIT livelossplot MIT ml-metadata Apache-2 quinn Apache-2 gokart MIT Guild AI Apache-2 TensorWatch MIT keepsake Apache-2 datmo MIT CometML MIT Show 13 hidden projects... 
Catalyst Apache-2 knockknock MIT hiddenlayer MIT SKLL βUnlicensed lore MIT TensorBoard Logger MIT Studio.ml Apache-2 chitra Apache-2 steppy MIT MXBoard Apache-2 caliban Apache-2 ModelChimp BSD-2 traintool Apache-2  
Model Serialization & Deployment 
Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment. 
triton MIT onnx Apache-2 
GitHub  (π¨βπ» 360 Β· π 3.8K Β· π₯ 25K Β· π¦ 49K Β· π 3.1K - 9% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/onnx/onnx
 
PyPi  (π₯ 13M / month Β· π¦ 1.6K Β· β±οΈ 10.10.2025):
 
Conda  (π₯ 2.1M Β· β±οΈ 11.10.2025):
 conda install -c conda-forge onnx
 
 
huggingface_hub Apache-2 
GitHub  (π¨βπ» 270 Β· π 820 Β· π 1.3K - 11% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/huggingface/huggingface_hub
 
PyPi  (π₯ 120M / month Β· π¦ 4K Β· β±οΈ 13.10.2025):
 pip install huggingface_hub
 
Conda  (π₯ 4.1M Β· β±οΈ 29.09.2025):
 conda install -c conda-forge huggingface_hub
 
 
BentoML Apache-2 Core ML Tools BSD-3 
GitHub  (π¨βπ» 200 Β· π 710 Β· π₯ 15K Β· π¦ 5.1K Β· π 1.6K - 26% open Β· β±οΈ 22.09.2025):
 git clone https://github.com/apple/coremltools
 
PyPi  (π₯ 1.2M / month Β· π¦ 110 Β· β±οΈ 28.07.2025):
 
Conda  (π₯ 110K Β· β±οΈ 02.10.2025):
 conda install -c conda-forge coremltools
 
 
TorchServe Apache-2 
GitHub  (π¨βπ» 220 Β· π 890 Β· π₯ 8K Β· π¦ 900 Β· π 1.7K - 25% open Β· β±οΈ 17.03.2025):
 git clone https://github.com/pytorch/serve
 
PyPi  (π₯ 110K / month Β· π¦ 26 Β· β±οΈ 30.09.2024):
 
Conda  (π₯ 560K Β· β±οΈ 25.03.2025):
 conda install -c pytorch torchserve
 
Docker Hub  (π₯ 1.5M Β· β 32 Β· β±οΈ 30.09.2024):
 docker pull pytorch/torchserve
 
 
hls4ml Apache-2 
GitHub  (π¨βπ» 81 Β· π 440 Β· π¦ 51 Β· π 480 - 41% open Β· β±οΈ 23.09.2025):
 git clone https://github.com/fastmachinelearning/hls4ml
 
PyPi  (π₯ 2.2K / month Β· π¦ 1 Β· β±οΈ 17.03.2025):
 
Conda  (π₯ 12K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge hls4ml
 
 
mmdnn MIT Hummingbird MIT 
GitHub  (π¨βπ» 40 Β· π 290 Β· π₯ 920 Β· π 330 - 21% open Β· β±οΈ 17.07.2025):
 git clone https://github.com/microsoft/hummingbird
 
PyPi  (π₯ 8.9K / month Β· π¦ 7 Β· β±οΈ 25.10.2024):
 pip install hummingbird-ml
 
Conda  (π₯ 64K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge hummingbird-ml
 
 
tfdeploy BSD-3 Show 10 hidden projects... 
m2cgen MIT sklearn-porter BSD-3 cortex Apache-2 nebullvm Apache-2 Larq Compute Engine Apache-2 pytorch2keras MIT OMLT βUnlicensedmodelkit MIT backprop Apache-2 ml-ane-transformers βUnlicensed  
Libraries to visualize, explain, debug, evaluate, and interpret machine learning models. 
shap MIT 
GitHub  (π¨βπ» 280 Β· π 3.4K Β· π¦ 35K Β· π 2.7K - 23% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/slundberg/shap
 
PyPi  (π₯ 9.5M / month Β· π¦ 1.2K Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 7.4M Β· β±οΈ 17.06.2025):
 conda install -c conda-forge shap
 
 
arviz Apache-2 
GitHub  (π¨βπ» 180 Β· π 450 Β· π₯ 190 Β· π¦ 11K Β· π 900 - 19% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/arviz-devs/arviz
 
PyPi  (π₯ 3.4M / month Β· π¦ 410 Β· β±οΈ 09.07.2025):
 
Conda  (π₯ 2.5M Β· β±οΈ 10.07.2025):
 conda install -c conda-forge arviz
 
 
Netron MIT evaluate Apache-2 InterpretML MIT Captum BSD-3 
GitHub  (π¨βπ» 140 Β· π 540 Β· π¦ 3.5K Β· π 600 - 41% open Β· β±οΈ 02.10.2025):
 git clone https://github.com/pytorch/captum
 
PyPi  (π₯ 400K / month Β· π¦ 170 Β· β±οΈ 27.03.2025):
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge captum
 
 
shapash Apache-2 DoWhy MIT 
GitHub  (π¨βπ» 100 Β· π 980 Β· π₯ 43 Β· π¦ 660 Β· π 510 - 27% open Β· β±οΈ 26.08.2025):
 git clone https://github.com/py-why/dowhy
 
PyPi  (π₯ 82K / month Β· π¦ 28 Β· β±οΈ 12.07.2025):
 
Conda  (π₯ 51K Β· β±οΈ 13.07.2025):
 conda install -c conda-forge dowhy
 
 
explainerdashboard MIT 
GitHub  (π¨βπ» 23 Β· π 340 Β· π¦ 650 Β· π 240 - 16% open Β· β±οΈ 01.08.2025):
 git clone https://github.com/oegedijk/explainerdashboard
 
PyPi  (π₯ 44K / month Β· π¦ 15 Β· β±οΈ 03.06.2025):
 pip install explainerdashboard
 
Conda  (π₯ 74K Β· β±οΈ 04.06.2025):
 conda install -c conda-forge explainerdashboard
 
 
dtreeviz MIT 
GitHub  (π¨βπ» 27 Β· π 340 Β· π¦ 1.6K Β· π 210 - 35% open Β· β±οΈ 06.03.2025):
 git clone https://github.com/parrt/dtreeviz
 
PyPi  (π₯ 120K / month Β· π¦ 53 Β· β±οΈ 07.07.2022):
 
Conda  (π₯ 120K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge dtreeviz
 
 
fairlearn MIT 
GitHub  (π¨βπ» 100 Β· π 460 Β· π¦ 3 Β· π 540 - 28% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/fairlearn/fairlearn
 
PyPi  (π₯ 190K / month Β· π¦ 63 Β· β±οΈ 11.12.2024):
 
Conda  (π₯ 54K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge fairlearn
 
 
Fairness 360 Apache-2 
GitHub  (π¨βπ» 72 Β· π 870 Β· π¦ 740 Β· π 300 - 65% open Β· β±οΈ 10.12.2024):
 git clone https://github.com/Trusted-AI/AIF360
 
PyPi  (π₯ 39K / month Β· π¦ 32 Β· β±οΈ 08.04.2024):
 
Conda  (π₯ 29K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge aif360
 
 
imodels MIT Model Analysis Apache-2 LIT Apache-2 
GitHub  (π¨βπ» 38 Β· π 360 Β· π 210 - 57% open Β· β±οΈ 20.12.2024):
 git clone https://github.com/PAIR-code/lit
 
PyPi  (π₯ 8.2K / month Β· π¦ 3 Β· β±οΈ 20.12.2024):
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge lit-nlp
 
 
responsible-ai-widgets MIT aequitas MIT Explainability 360 Apache-2 DiCE MIT keract MIT fairness-indicators Apache-2 LOFO MIT random-forest-importances MIT Show 32 hidden projects... 
Lime BSD-2 pyLDAvis BSD-3 yellowbrick Apache-2 Deep Checks βοΈAGPL-3.0 Alibi βοΈIntel scikit-plot MIT DALEX βοΈGPL-3.0 Lucid Apache-2 eli5 MIT iNNvestigate BSD-2 keras-vis MIT CausalNex Apache-2 checklist MIT What-If Tool Apache-2 tf-explain MIT deeplift MIT TreeInterpreter BSD-3 Quantus βοΈGPL-3.0 XAI MIT tcav Apache-2 ecco BSD-3 sklearn-evaluation MIT model-card-toolkit Apache-2 Anchor BSD-2 FlashTorch MIT ExplainX.ai MIT Skater βοΈUPL-1.0 interpret-text MIT effector MIT Attribution Priors MIT contextual-ai Apache-2 bias-detector MIT  
Vector Similarity Search (ANN) 
Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search. 
πΒ ANN Benchmarks 
Milvus Apache-2 
GitHub  (π¨βπ» 330 Β· π 3.5K Β· π₯ 280K Β· π 14K - 5% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/milvus-io/milvus
 
PyPi  (π₯ 6.1M / month Β· π¦ 350 Β· β±οΈ 19.09.2025):
 
Docker Hub  (π₯ 72M Β· β 89 Β· β±οΈ 16.10.2025):
 docker pull milvusdb/milvus
 
 
Faiss MIT 
GitHub  (π¨βπ» 250 Β· π 4K Β· π¦ 5K Β· π 2.7K - 9% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/facebookresearch/faiss
 
PyPi  (π₯ 6.1M / month Β· π¦ 350 Β· β±οΈ 19.09.2025):
 
Conda  (π₯ 3M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge faiss
 
 
USearch Apache-2 
GitHub  (π¨βπ» 81 Β· π 230 Β· π₯ 97K Β· π¦ 210 Β· π 240 - 31% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/unum-cloud/usearch
 
PyPi  (π₯ 140K / month Β· π¦ 44 Β· β±οΈ 04.09.2025):
 
npm  (π₯ 18K / month Β· π¦ 22 Β· β±οΈ 10.10.2025):
 
Docker Hub  (π₯ 450 Β· β 1 Β· β±οΈ 10.10.2025):
 
 
NMSLIB Apache-2 
GitHub  (π¨βπ» 49 Β· π 460 Β· π¦ 1.4K Β· π 450 - 21% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/nmslib/nmslib
 
PyPi  (π₯ 320K / month Β· π¦ 63 Β· β±οΈ 03.02.2021):
 
Conda  (π₯ 230K Β· β±οΈ 30.08.2025):
 conda install -c conda-forge nmslib
 
 
PyNNDescent BSD-2 
GitHub  (π¨βπ» 30 Β· π 110 Β· π¦ 13K Β· π 140 - 53% open Β· β±οΈ 11.10.2025):
 git clone https://github.com/lmcinnes/pynndescent
 
PyPi  (π₯ 2.3M / month Β· π¦ 160 Β· β±οΈ 17.06.2024):
 
Conda  (π₯ 2.4M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pynndescent
 
 
NGT Apache-2 Show 6 hidden projects... 
Annoy Apache-2 hnswlib Apache-2 NearPy MIT N2 Apache-2 Magnitude MIT PySparNN BSD-3  
Probabilistics & Statistics 
Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics. 
PyMC3 Apache-2 
GitHub  (π¨βπ» 530 Β· π 2.1K Β· π₯ 140 Β· π¦ 7.7K Β· π 3.5K - 11% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/pymc-devs/pymc
 
PyPi  (π₯ 370K / month Β· π¦ 190 Β· β±οΈ 31.05.2024):
 
Conda  (π₯ 840K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pymc3
 
 
tensorflow-probability Apache-2 
GitHub  (π¨βπ» 500 Β· π 1.1K Β· π¦ 4 Β· π 1.5K - 48% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/tensorflow/probability
 
PyPi  (π₯ 1.1M / month Β· π¦ 620 Β· β±οΈ 08.11.2024):
 pip install tensorflow-probability
 
Conda  (π₯ 200K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tensorflow-probability
 
 
GPyTorch MIT 
GitHub  (π¨βπ» 140 Β· π 580 Β· π¦ 3.1K Β· π 1.4K - 28% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/cornellius-gp/gpytorch
 
PyPi  (π₯ 500K / month Β· π¦ 250 Β· β±οΈ 14.10.2025):
 
Conda  (π₯ 230K Β· β±οΈ 11.10.2025):
 conda install -c conda-forge gpytorch
 
 
pgmpy MIT patsy BSD-2 
GitHub  (π¨βπ» 23 Β· π 100 Β· π¦ 130K Β· π 160 - 47% open Β· β±οΈ 29.09.2025):
 git clone https://github.com/pydata/patsy
 
PyPi  (π₯ 21M / month Β· π¦ 530 Β· β±οΈ 12.11.2024):
 
Conda  (π₯ 18M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge patsy
 
 
Pyro Apache-2 
GitHub  (π¨βπ» 160 Β· π 1K Β· π 1.1K - 24% open Β· β±οΈ 09.07.2025):
 git clone https://github.com/pyro-ppl/pyro
 
PyPi  (π₯ 590K / month Β· π¦ 190 Β· β±οΈ 02.06.2024):
 
Conda  (π₯ 270K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pyro-ppl
 
 
SALib MIT 
GitHub  (π¨βπ» 54 Β· π 250 Β· π¦ 1.6K Β· π 350 - 18% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/SALib/SALib
 
PyPi  (π₯ 240K / month Β· π¦ 190 Β· β±οΈ 12.10.2025):
 
Conda  (π₯ 290K Β· β±οΈ 12.10.2025):
 conda install -c conda-forge salib
 
 
hmmlearn BSD-3 
GitHub  (π¨βπ» 49 Β· π 740 Β· π¦ 3.7K Β· π 450 - 16% open Β· β±οΈ 31.10.2024):
 git clone https://github.com/hmmlearn/hmmlearn
 
PyPi  (π₯ 230K / month Β· π¦ 92 Β· β±οΈ 31.10.2024):
 
Conda  (π₯ 420K Β· β±οΈ 10.09.2025):
 conda install -c conda-forge hmmlearn
 
 
GPflow Apache-2 
GitHub  (π¨βπ» 84 Β· π 430 Β· π¦ 790 Β· π 840 - 19% open Β· β±οΈ 29.05.2025):
 git clone https://github.com/GPflow/GPflow
 
PyPi  (π₯ 64K / month Β· π¦ 43 Β· β±οΈ 29.05.2025):
 
Conda  (π₯ 51K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge gpflow
 
 
emcee MIT 
GitHub  (π¨βπ» 76 Β· π 430 Β· π¦ 3.2K Β· π 300 - 19% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/dfm/emcee
 
PyPi  (π₯ 220K / month Β· π¦ 440 Β· β±οΈ 19.04.2024):
 
Conda  (π₯ 500K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge emcee
 
 
bambi MIT 
GitHub  (π¨βπ» 47 Β· π 140 Β· π¦ 220 Β· π 450 - 20% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/bambinos/bambi
 
PyPi  (π₯ 48K / month Β· π¦ 14 Β· β±οΈ 21.12.2024):
 
Conda  (π₯ 56K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge bambi
 
 
pomegranate MIT 
GitHub  (π¨βπ» 75 Β· π 590 Β· π 800 - 4% open Β· β±οΈ 07.02.2025):
 git clone https://github.com/jmschrei/pomegranate
 
PyPi  (π₯ 45K / month Β· π¦ 67 Β· β±οΈ 07.02.2025):
 
Conda  (π₯ 230K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pomegranate
 
 
scikit-posthocs MIT 
GitHub  (π¨βπ» 18 Β· π 41 Β· π₯ 67 Β· π¦ 1.2K Β· π 72 - 6% open Β· β±οΈ 11.09.2025):
 git clone https://github.com/maximtrp/scikit-posthocs
 
PyPi  (π₯ 140K / month Β· π¦ 73 Β· β±οΈ 29.03.2025):
 pip install scikit-posthocs
 
Conda  (π₯ 1.1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge scikit-posthocs
 
 
pandas-ta MIT 
GitHub  (π¨βπ» 40 Β· π 1.1K):
 git clone https://github.com/twopirllc/pandas-ta
 
PyPi  (π₯ 300K / month Β· π¦ 190 Β· β±οΈ 14.09.2025):
 
Conda  (π₯ 37K Β· β±οΈ 23.09.2025):
 conda install -c conda-forge pandas-ta
 
 
TorchUncertainty Apache-2 Baal Apache-2 
GitHub  (π¨βπ» 24 Β· π 87 Β· π¦ 67 Β· π 120 - 18% open Β· β±οΈ 07.10.2025):
 git clone https://github.com/baal-org/baal
 
PyPi  (π₯ 2K / month Β· π¦ 2 Β· β±οΈ 24.06.2025):
 
Conda  (π₯ 14K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge baal
 
 
Orbit Apache-2 pyhsmm MIT Show 6 hidden projects... 
filterpy MIT pingouin βοΈGPL-3.0 Edward Apache-2 PyStan ISC Funsor Apache-2 ZhuSuan MIT  
Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples. 
ART MIT 
GitHub  (π¨βπ» 140 Β· π 1.2K Β· π¦ 770 Β· π 910 - 1% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox
 
PyPi  (π₯ 36K / month Β· π¦ 25 Β· β±οΈ 07.07.2025):
 pip install adversarial-robustness-toolbox
 
Conda  (π₯ 84K Β· β±οΈ 07.07.2025):
 conda install -c conda-forge adversarial-robustness-toolbox
 
 
TextAttack MIT 
GitHub  (π¨βπ» 67 Β· π 420 Β· π¦ 420 Β· π 290 - 23% open Β· β±οΈ 10.07.2025):
 git clone https://github.com/QData/TextAttack
 
PyPi  (π₯ 11K / month Β· π¦ 11 Β· β±οΈ 11.03.2024):
 
Conda  (π₯ 11K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge textattack
 
 
Show 7 hidden projects... 
CleverHans MIT Foolbox MIT advertorch βοΈGPL-3.0 robustness MIT AdvBox Apache-2 textflint βοΈGPL-3.0 Adversary MIT  
GPU & Accelerator Utilities 
Libraries that require and make use of CUDA/GPU or other accelerator hardware capabilities to optimize machine learning tasks. 
optimum Apache-2 
GitHub  (π¨βπ» 150 Β· π 600 Β· π¦ 6.2K Β· π 860 - 30% open Β· β±οΈ 09.10.2025):
 git clone https://github.com/huggingface/optimum
 
PyPi  (π₯ 3.1M / month Β· π¦ 270 Β· β±οΈ 09.10.2025):
 
Conda  (π₯ 49K Β· β±οΈ 09.10.2025):
 conda install -c conda-forge optimum
 
 
cuDF Apache-2 PyCUDA MIT 
GitHub  (π¨βπ» 83 Β· π 290 Β· π¦ 4K Β· π 290 - 29% open Β· β±οΈ 12.10.2025):
 git clone https://github.com/inducer/pycuda
 
PyPi  (π₯ 71K / month Β· π¦ 200 Β· β±οΈ 09.09.2025):
 
Conda  (π₯ 1.1M Β· β±οΈ 10.09.2025):
 conda install -c conda-forge pycuda
 
 
Apex BSD-3 cuML Apache-2 ArrayFire BSD-3 gpustat MIT 
GitHub  (π¨βπ» 17 Β· π 280 Β· π¦ 7.8K Β· π 130 - 22% open Β· β±οΈ 13.04.2025):
 git clone https://github.com/wookayin/gpustat
 
PyPi  (π₯ 980K / month Β· π¦ 150 Β· β±οΈ 22.08.2023):
 
Conda  (π₯ 310K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge gpustat
 
 
cuGraph Apache-2 
GitHub  (π¨βπ» 120 Β· π 340 Β· π 1.9K - 6% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/rapidsai/cugraph
 
PyPi  (π₯ 780 / month Β· π¦ 4 Β· β±οΈ 01.06.2020):
 
Conda  (π₯ 68K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge libcugraph
 
 
CuPy MIT 
GitHub  (π¨βπ» 340 Β· π 950):
 git clone https://github.com/cupy/cupy
 
PyPi  (π₯ 45K / month Β· π¦ 400 Β· β±οΈ 18.08.2025):
 
Conda  (π₯ 7.2M Β· β±οΈ 14.09.2025):
 conda install -c conda-forge cupy
 
Docker Hub  (π₯ 91K Β· β 14 Β· β±οΈ 18.08.2025):
 
 
DALI Apache-2 Vulkan Kompute Apache-2 Show 9 hidden projects... 
GPUtil MIT scikit-cuda BSD-3 py3nvml BSD-3 BlazingSQL Apache-2 Merlin Apache-2 nvidia-ml-py3 BSD-3 ipyexperiments Apache-2 SpeedTorch MIT cuSignal βUnlicensed 
Libraries that extend TensorFlow with additional capabilities. 
TensorFlow Datasets Apache-2 
GitHub  (π¨βπ» 650 Β· π 1.6K Β· π¦ 25K Β· π 1.5K - 47% open Β· β±οΈ 10.10.2025):
 git clone https://github.com/tensorflow/datasets
 
PyPi  (π₯ 1.8M / month Β· π¦ 340 Β· β±οΈ 28.05.2025):
 pip install tensorflow-datasets
 
Conda  (π₯ 50K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tensorflow-datasets
 
 
tensorflow-hub Apache-2 
GitHub  (π¨βπ» 110 Β· π 1.7K Β· π 710 - 2% open Β· β±οΈ 17.01.2025):
 git clone https://github.com/tensorflow/hub
 
PyPi  (π₯ 1.8M / month Β· π¦ 300 Β· β±οΈ 30.01.2024):
 pip install tensorflow-hub
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tensorflow-hub
 
 
TFX Apache-2 TF Model Optimization Apache-2 TensorFlow I/O Apache-2 TensorFlow Transform Apache-2 Neural Structured Learning Apache-2 TF Compression Apache-2 TensorFlow Cloud Apache-2 Show 7 hidden projects... 
tensor2tensor Apache-2 TF Addons Apache-2 Keras-Preprocessing MIT efficientnet Apache-2 Saliency Apache-2 TensorNets MIT tffm MIT  
Libraries that extend Jax with additional capabilities. 
equinox Apache-2 Show 2 hidden projects... 
evojax Apache-2 jaxdf βοΈLGPL-3.0  
Libraries that extend scikit-learn with additional capabilities. 
scikit-learn-intelex Apache-2 
GitHub  (π¨βπ» 86 Β· π 180 Β· π¦ 14K Β· π 250 - 16% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/intel/scikit-learn-intelex
 
PyPi  (π₯ 98K / month Β· π¦ 67 Β· β±οΈ 18.08.2025):
 pip install scikit-learn-intelex
 
Conda  (π₯ 640K Β· β±οΈ 22.08.2025):
 conda install -c conda-forge scikit-learn-intelex
 
 
imbalanced-learn MIT 
GitHub  (π¨βπ» 89 Β· π 1.3K Β· π 630 - 8% open Β· β±οΈ 14.08.2025):
 git clone https://github.com/scikit-learn-contrib/imbalanced-learn
 
PyPi  (π₯ 16M / month Β· π¦ 600 Β· β±οΈ 14.08.2025):
 pip install imbalanced-learn
 
Conda  (π₯ 750K Β· β±οΈ 14.08.2025):
 conda install -c conda-forge imbalanced-learn
 
 
MLxtend BSD-3 
GitHub  (π¨βπ» 110 Β· π 880 Β· π¦ 21K Β· π 500 - 29% open Β· β±οΈ 19.06.2025):
 git clone https://github.com/rasbt/mlxtend
 
PyPi  (π₯ 930K / month Β· π¦ 200 Β· β±οΈ 26.01.2025):
 
Conda  (π₯ 450K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge mlxtend
 
 
category_encoders BSD-3 
GitHub  (π¨βπ» 71 Β· π 400 Β· π¦ 4.1K Β· π 300 - 13% open Β· β±οΈ 24.03.2025):
 git clone https://github.com/scikit-learn-contrib/category_encoders
 
PyPi  (π₯ 2.2M / month Β· π¦ 310 Β· β±οΈ 15.03.2025):
 pip install category_encoders
 
Conda  (π₯ 370K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge category_encoders
 
 
scikit-lego MIT 
GitHub  (π¨βπ» 69 Β· π 120 Β· π¦ 190 Β· π 340 - 9% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/koaning/scikit-lego
 
PyPi  (π₯ 52K / month Β· π¦ 13 Β· β±οΈ 15.09.2025):
 
Conda  (π₯ 75K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge scikit-lego
 
 
scikit-opt MIT iterative-stratification BSD-3 Show 12 hidden projects... 
scikit-survival βοΈGPL-3.0 fancyimpute Apache-2 scikit-multilearn BSD-2 sklearn-crfsuite MIT skope-rules βοΈBSD-1-Clause combo BSD-2 xgboostceler BSD-3 sklearn-contrib-lightning BSD-3 scikit-tda MIT dabl BSD-3 DESlib BSD-3 skggm MIT  
Libraries that extend Pytorch with additional capabilities. 
accelerate Apache-2 
GitHub  (π¨βπ» 370 Β· π 1.2K Β· π¦ 100K Β· π 1.9K - 6% open Β· β±οΈ 14.10.2025):
 git clone https://github.com/huggingface/accelerate
 
PyPi  (π₯ 16M / month Β· π¦ 2.6K Β· β±οΈ 25.08.2025):
 
Conda  (π₯ 630K Β· β±οΈ 25.08.2025):
 conda install -c conda-forge accelerate
 
 
tinygrad MIT PML MIT 
GitHub  (π¨βπ» 45 Β· π 660 Β· π¦ 2.9K Β· π 530 - 14% open Β· β±οΈ 17.08.2025):
 git clone https://github.com/KevinMusgrave/pytorch-metric-learning
 
PyPi  (π₯ 2.2M / month Β· π¦ 68 Β· β±οΈ 17.08.2025):
 pip install pytorch-metric-learning
 
Conda  (π₯ 13K Β· β±οΈ 25.03.2025):
 conda install -c metric-learning pytorch-metric-learning
 
 
torchdiffeq MIT 
GitHub  (π¨βπ» 23 Β· π 940 Β· π¦ 5.5K Β· π 230 - 34% open Β· β±οΈ 04.04.2025):
 git clone https://github.com/rtqichen/torchdiffeq
 
PyPi  (π₯ 1M / month Β· π¦ 120 Β· β±οΈ 21.11.2024):
 
Conda  (π₯ 24K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge torchdiffeq
 
 
torchsde Apache-2 
GitHub  (π¨βπ» 9 Β· π 210 Β· π¦ 5.5K Β· π 84 - 36% open Β· β±οΈ 30.12.2024):
 git clone https://github.com/google-research/torchsde
 
PyPi  (π₯ 3.9M / month Β· π¦ 37 Β· β±οΈ 26.09.2023):
 
Conda  (π₯ 45K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge torchsde
 
 
torch-scatter MIT 
GitHub  (π¨βπ» 34 Β· π 200 Β· π 420 - 6% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/rusty1s/pytorch_scatter
 
PyPi  (π₯ 90K / month Β· π¦ 150 Β· β±οΈ 06.10.2023):
 pip install torch-scatter
 
Conda  (π₯ 1M Β· β±οΈ 03.10.2025):
 conda install -c conda-forge pytorch_scatter
 
 
PyTorch Sparse MIT 
GitHub  (π¨βπ» 48 Β· π 160 Β· π 300 - 10% open Β· β±οΈ 12.08.2025):
 git clone https://github.com/rusty1s/pytorch_sparse
 
PyPi  (π₯ 76K / month Β· π¦ 120 Β· β±οΈ 06.10.2023):
 
Conda  (π₯ 930K Β· β±οΈ 03.10.2025):
 conda install -c conda-forge pytorch_sparse
 
 
Pytorch Toolbelt MIT madgrad MIT pytorchviz MIT Show 22 hidden projects... 
pretrainedmodels BSD-3 EfficientNet-PyTorch Apache-2 lightning-flash Apache-2 pytorch-optimizer Apache-2 TabNet MIT EfficientNets Apache-2 pytorch-summary model.summary().. MIT Higher Apache-2 micrograd MIT SRU https://arxiv.org/abs/1709.02755 ). MIT Torchmeta MIT Antialiased CNNs βοΈCC BY-NC-SA 4.0 AdaBound Apache-2 reformer-pytorch MIT Poutyne βοΈLGPL-3.0 Performer Pytorch MIT Torch-Struct MIT Lambda Networks MIT Pywick MIT TorchDrift Apache-2 Tez Apache-2 Tensor Sensor MIT  
Libraries for connecting to, operating, and querying databases. 
πΒ best-of-python - DB Clients 
scipy BSD-3 
GitHub  (π¨βπ» 1.8K Β· π 5.5K Β· π₯ 100K Β· π¦ 1.4M Β· π 11K - 15% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/scipy/scipy
 
PyPi  (π₯ 210M / month Β· π¦ 60K Β· β±οΈ 11.09.2025):
 
Conda  (π₯ 69M Β· β±οΈ 12.09.2025):
 conda install -c conda-forge scipy
 
 
SymPy BSD-3 
GitHub  (π¨βπ» 1.4K Β· π 4.8K Β· π₯ 570K Β· π¦ 290K Β· π 15K - 37% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/sympy/sympy
 
PyPi  (π₯ 70M / month Β· π¦ 4.6K Β· β±οΈ 27.04.2025):
 
Conda  (π₯ 10M Β· β±οΈ 29.04.2025):
 conda install -c conda-forge sympy
 
 
Streamlit Apache-2 Gradio Apache-2 carla MIT Autograd MIT 
GitHub  (π¨βπ» 64 Β· π 910 Β· π¦ 14K Β· π 440 - 42% open Β· β±οΈ 13.10.2025):
 git clone https://github.com/HIPS/autograd
 
PyPi  (π₯ 3.8M / month Β· π¦ 310 Β· β±οΈ 05.05.2025):
 
Conda  (π₯ 680K Β· β±οΈ 05.05.2025):
 conda install -c conda-forge autograd
 
 
PennyLane Apache-2 
GitHub  (π¨βπ» 210 Β· π 700 Β· π₯ 100 Β· π¦ 1.9K Β· π 1.7K - 25% open Β· β±οΈ 16.10.2025):
 git clone https://github.com/PennyLaneAI/PennyLane
 
PyPi  (π₯ 250K / month Β· π¦ 89 Β· β±οΈ 15.10.2025):
 
Conda  (π₯ 340K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pennylane
 
 
PyOD BSD-2 
GitHub  (π¨βπ» 64 Β· π 1.4K Β· π¦ 5.5K Β· π 390 - 59% open Β· β±οΈ 29.04.2025):
 git clone https://github.com/yzhao062/pyod
 
PyPi  (π₯ 850K / month Β· π¦ 130 Β· β±οΈ 29.04.2025):
 
Conda  (π₯ 170K Β· β±οΈ 30.04.2025):
 conda install -c conda-forge pyod
 
 
DeepChem MIT 
GitHub  (π¨βπ» 260 Β· π 1.9K Β· π¦ 650 Β· π 2.1K - 39% open Β· β±οΈ 07.10.2025):
 git clone https://github.com/deepchem/deepchem
 
PyPi  (π₯ 70K / month Β· π¦ 22 Β· β±οΈ 07.10.2025):
 
Conda  (π₯ 120K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge deepchem
 
 
Datasette Apache-2 
GitHub  (π¨βπ» 82 Β· π 770 Β· π₯ 75 Β· π¦ 1.6K Β· π 1.9K - 32% open Β· β±οΈ 09.10.2025):
 git clone https://github.com/simonw/datasette
 
PyPi  (π₯ 190K / month Β· π¦ 480 Β· β±οΈ 22.04.2025):
 
Conda  (π₯ 72K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge datasette
 
 
Pythran BSD-3 
GitHub  (π¨βπ» 75 Β· π 200 Β· π¦ 3.6K Β· π 930 - 15% open Β· β±οΈ 30.09.2025):
 git clone https://github.com/serge-sans-paille/pythran
 
PyPi  (π₯ 480K / month Β· π¦ 28 Β· β±οΈ 23.05.2025):
 
Conda  (π₯ 1.2M Β· β±οΈ 07.07.2025):
 conda install -c conda-forge pythran
 
 
agate MIT 
GitHub  (π¨βπ» 55 Β· π 150 Β· π¦ 5.3K Β· π 650 - 0% open Β· β±οΈ 05.09.2025):
 git clone https://github.com/wireservice/agate
 
PyPi  (π₯ 23M / month Β· π¦ 54 Β· β±οΈ 29.01.2025):
 
Conda  (π₯ 410K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge agate
 
 
River BSD-3 
GitHub  (π¨βπ» 130 Β· π 590 Β· π¦ 800 Β· π 630 - 19% open Β· β±οΈ 05.10.2025):
 git clone https://github.com/online-ml/river
 
PyPi  (π₯ 110K / month Β· π¦ 64 Β· β±οΈ 25.11.2024):
 
Conda  (π₯ 130K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge river
 
 
hdbscan BSD-3 
GitHub  (π¨βπ» 97 Β· π 500 Β· π¦ 7.6K Β· π 530 - 67% open Β· β±οΈ 11.10.2025):
 git clone https://github.com/scikit-learn-contrib/hdbscan
 
PyPi  (π₯ 1.1M / month Β· π¦ 350 Β· β±οΈ 18.11.2024):
 
Conda  (π₯ 2.8M Β· β±οΈ 09.09.2025):
 conda install -c conda-forge hdbscan
 
 
anomalib Apache-2 pyjanitor MIT 
GitHub  (π¨βπ» 110 Β· π 170 Β· π¦ 980 Β· π 590 - 18% open Β· β±οΈ 15.10.2025):
 git clone https://github.com/pyjanitor-devs/pyjanitor
 
PyPi  (π₯ 260K / month Β· π¦ 42 Β· β±οΈ 07.03.2025):
 
Conda  (π₯ 300K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge pyjanitor
 
 
tensorly BSD-2 
GitHub  (π¨βπ» 73 Β· π 290 Β· π¦ 1.1K Β· π 280 - 22% open Β· β±οΈ 05.05.2025):
 git clone https://github.com/tensorly/tensorly
 
PyPi  (π₯ 150K / month Β· π¦ 99 Β· β±οΈ 12.11.2024):
 
Conda  (π₯ 380K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge tensorly
 
 
metricflow Apache-2 causalml Apache-2 dstack MPL-2.0 pycm MIT Prince MIT 
GitHub  (π¨βπ» 16 Β· π 190 Β· π¦ 770 Β· β±οΈ 04.08.2025):
 git clone https://github.com/MaxHalford/prince
 
PyPi  (π₯ 250K / month Β· π¦ 23 Β· β±οΈ 04.08.2025):
 
Conda  (π₯ 28K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge prince-factor-analysis
 
 
Trax Apache-2 adapter-transformers Apache-2 huggingfaceavalanche MIT TabPy MIT 
GitHub  (π¨βπ» 51 Β· π 600 Β· π¦ 220 Β· π 320 - 6% open Β· β±οΈ 25.11.2024):
 git clone https://github.com/tableau/TabPy
 
PyPi  (π₯ 6.1K / month Β· π¦ 2 Β· β±οΈ 25.11.2024):
 
Conda  (π₯ 5.7K Β· β±οΈ 22.04.2025):
 conda install -c anaconda tabpy-client
 
 
findspark BSD-3 
GitHub  (π¨βπ» 16 Β· π 72 Β· π¦ 5.6K Β· π 23 - 47% open Β· β±οΈ 04.09.2025):
 git clone https://github.com/minrk/findspark
 
PyPi  (π₯ 2.7M / month Β· π¦ 100 Β· β±οΈ 11.02.2022):
 
Conda  (π₯ 1M Β· β±οΈ 22.04.2025):
 conda install -c conda-forge findspark
 
 
AugLy MIT gplearn BSD-3 
GitHub  (π¨βπ» 12 Β· π 300 Β· π¦ 730 Β· π 220 - 11% open Β· β±οΈ 23.07.2025):
 git clone https://github.com/trevorstephens/gplearn
 
PyPi  (π₯ 31K / month Β· π¦ 19 Β· β±οΈ 03.05.2022):
 
Conda  (π₯ 11K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge gplearn
 
 
vecstack MIT 
GitHub  (π¨βπ» 1 Β· π 82 Β· π¦ 570 Β· β±οΈ 28.09.2025):
 git clone https://github.com/vecxoz/vecstack
 
PyPi  (π₯ 2K / month Β· π¦ 5 Β· β±οΈ 28.09.2025):
 
Conda  (π₯ 3K Β· β±οΈ 22.04.2025):
 conda install -c conda-forge vecstack
 
 
MONAILabel Apache-2 apricot MIT pykale MIT SUOD BSD-2 pymdp MIT Show 31 hidden projects... 
pyopencl βUnlicensedpysc2 Apache-2 modAL MIT cleanlab βοΈAGPL-3.0 datalad βUnlicensedalibi-detect βοΈIntel minisom βοΈCC-BY-3.0 PySwarms MIT kmodes MIT pyclustering BSD-3 Cython BLIS BSD-3 Feature Engine BSD-3 metric-learn MIT pandas-ai βUnlicensedMars Apache-2 AstroML BSD-2 PaddleHub Apache-2 opyrator MIT mlens MIT BioPandas BSD-3 benchmark_VAE Apache-2 impyute MIT StreamAlert Apache-2 rrcf MIT scikit-rebate MIT baikal BSD-3 pandas-ml BSD-3 KD-Lib MIT NeuralCompression MIT traingenerator MIT nylon MIT  
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
Open an issue by selecting one of the provided categories from the issue page  and fill in the requested information. 
Modify the projects.yaml  with your additions or changes, and submit a pull request. This can also be done directly via the Github UI . 
 
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator  repository. If you like to create your own best-of list, we recommend to follow this guide .
For more information on how to add or update projects, please read the contribution guidelines . By participating in this project, you agree to abide by its Code of Conduct .